Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BusinessConnection ¶
type BusinessConnection func(bc *gotgbot.BusinessConnection) bool
type CallbackQuery ¶
type CallbackQuery func(cq *gotgbot.CallbackQuery) bool
type ChatJoinRequest ¶
type ChatJoinRequest func(cjr *gotgbot.ChatJoinRequest) bool
type ChatMember ¶
type ChatMember func(u *gotgbot.ChatMemberUpdated) bool
type ChosenInlineResult ¶
type ChosenInlineResult func(cir *gotgbot.ChosenInlineResult) bool
type InlineQuery ¶
type InlineQuery func(iq *gotgbot.InlineQuery) bool
type PollAnswer ¶
type PollAnswer func(pa *gotgbot.PollAnswer) bool
type PreCheckoutQuery ¶
type PreCheckoutQuery func(pcq *gotgbot.PreCheckoutQuery) bool
type PurchasedPaidMedia ¶
type PurchasedPaidMedia func(pm *gotgbot.PaidMediaPurchased) bool
type ShippingQuery ¶
type ShippingQuery func(sq *gotgbot.ShippingQuery) bool
Click to show internal directories.
Click to hide internal directories.