the builder instance
the resulting id
of the resulting object
please prefer the rocket.chat/ui-kit components
Gets a new instance of a BlockBuilder
Gets the creator object responsible for email sending
Get the creator object responsible for the Livechat integrations
Get the creator object responsible for the upload.
Starts the process for building a new bot user.
Optional
data: Partial<IBotUser>(optional) the initial data to pass into the builder,
the id
property will be ignored
an IUserBuilder instance
Starts the process for building a new discussion.
Optional
data: Partial<IRoom>(optional) the initial data to pass into the builder,
the id
property will be ignored
an IDiscussionBuilder instance
Starts the process for building a new livechat message object.
Optional
data: ILivechatMessage(optional) the initial data to pass into the builder,
the id
property will be ignored
an IMessageBuilder instance
Starts the process for building a new message object.
Optional
data: IMessage(optional) the initial data to pass into the builder,
the id
property will be ignored
an IMessageBuilder instance
Starts the process for building a new room.
Optional
data: IRoom(optional) the initial data to pass into the builder,
the id
property will be ignored
an IRoomBuilder instance
Starts the process for building a new video conference.
Optional
data: Partial<AppVideoConference>(optional) the initial data to pass into the builder,
an IVideoConferenceBuilder instance
Generated using TypeDoc
Finishes the creating process, saving the object to the database.