Documentation ¶
Index ¶
- type Chat
- func (c *Chat) GetCallBackQuery() *tgbotapi.CallbackQuery
- func (c *Chat) GetChatId() int64
- func (c *Chat) GetMessageId() int
- func (c *Chat) GetQuery() string
- func (c *Chat) GetQueryId() string
- func (c *Chat) HandleQuery() error
- func (c *Chat) IsCallBack() bool
- func (c *Chat) IsInline() bool
- func (c *Chat) SetMessageId(id int)
- type Info
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chat ¶
type Chat struct { ChatId int64 Query string QueryId string Inline bool CallBack bool MessageId int CallBackQuery *tgbotapi.CallbackQuery }
func (*Chat) GetCallBackQuery ¶
func (c *Chat) GetCallBackQuery() *tgbotapi.CallbackQuery
func (*Chat) GetMessageId ¶
func (*Chat) GetQueryId ¶
func (*Chat) HandleQuery ¶
func (*Chat) IsCallBack ¶
func (*Chat) SetMessageId ¶
Click to show internal directories.
Click to hide internal directories.