Executes on the supplied consumer on each participant in each chat thread.
Returns a list of chat thread IDs the bot is configured to listen to.
Returns the user's first name.
Returns the first name of the user that sent the supplied message. The user must be a part of at least one chat thread Botyo listens to.
Returns the user's full name. The user must be a part of at least one chat thread Botyo listens to.
Return the full name of the user that sent the supplied message. The user must be a part of at least one chat thread Botyo listens to.
Returns the chat-thread-specific nickname of a participant, given a threadId and a participantId.
the nickname, or undefined if it's not set
Returns the chat-thread-specific nickname of the participant that sent the supplied message.
the nickname, or undefined if it's not set
Returns the ID of the user that is the addressee of an action. For example, in the command '#quote Jeff' the addressee would be 'Jeff'.
This works by comparing the similarity of the supplied addressee string to aliases, nicknames, first names, full names, and vanity names of the participants in the specified thread, in that order.
the ID of the user, or undefined if there are no matches over a certain similarity threshold
Generated using TypeDoc
2.0.0