Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type State ¶
type State struct { State ID // Conversation state. StateBefore ID // State before handling the current update. TelegramID int Username string FirstName string LastName string LanguageCode string CannotReceiveMessages bool // It's true, for example, when the user blocked the bot LastActionAt time.Time }
Click to show internal directories.
Click to hide internal directories.