ContextBaseData
ref / conversations / ContextBaseData
Base data that is needed to enter or resume a conversation function. Contains a subset of properties from the current context object of the outside middleware tree.
The contained update is supplied as the new update for the most recent wait call.
Properties
update
ts
update: Update;
The new update to supply to the conversation
api
ts
api: ApiBaseData;
Basic information used to construct Api
instances
me
ts
me: UserFromGetMe;
Information about the bot itself.