Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnumFuncMap = map[int]func(ext.Bot, int, string) (*ext.Message, error){ sql.TEXT: ext.Bot.SendMessage, sql.BUTTON_TEXT: ext.Bot.SendMessage, sql.STICKER: ext.Bot.SendStickerStr, sql.DOCUMENT: ext.Bot.SendDocumentStr, sql.PHOTO: ext.Bot.SendPhotoStr, sql.AUDIO: ext.Bot.SendAudioStr, sql.VOICE: ext.Bot.SendVoiceStr, sql.VIDEO: ext.Bot.SendVideoStr, }
EnumFuncMap map of welcome type to function to execute
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.