Documentation ¶ Index ¶ type BotUser Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type BotUser ¶ type BotUser interface { // GetBotUserID returns bot user ID GetBotUserID() string // GetFirstName returns user's first name GetFirstName() string // GetLastName returns user's last name GetLastName() string } BotUser provides info about current bot user Source Files ¶ View all Source files bot_user.go Click to show internal directories. Click to hide internal directories.