Documentation
¶
Index ¶
- func All(_ *gotgbot.Message) bool
- func Animation(msg *gotgbot.Message) bool
- func Audio(msg *gotgbot.Message) bool
- func Buttons(msg *gotgbot.Message) bool
- func Caption(msg *gotgbot.Message) bool
- func Command(msg *gotgbot.Message) bool
- func Contact(msg *gotgbot.Message) bool
- func Dice(msg *gotgbot.Message) bool
- func DiceValue(msg *gotgbot.Message, val int64) bool
- func Document(msg *gotgbot.Message) bool
- func Forwarded(msg *gotgbot.Message) bool
- func Game(msg *gotgbot.Message) bool
- func Group(msg *gotgbot.Message) bool
- func LeftChatMembers(msg *gotgbot.Message) bool
- func Location(msg *gotgbot.Message) bool
- func Migrate(msg *gotgbot.Message) bool
- func MigrateFrom(msg *gotgbot.Message) bool
- func MigrateTo(msg *gotgbot.Message) bool
- func NewChatMembers(msg *gotgbot.Message) bool
- func Photo(msg *gotgbot.Message) bool
- func Pin(msg *gotgbot.Message) bool
- func Poll(msg *gotgbot.Message) bool
- func Private(msg *gotgbot.Message) bool
- func Reply(msg *gotgbot.Message) bool
- func Sticker(msg *gotgbot.Message) bool
- func Supergroup(msg *gotgbot.Message) bool
- func Text(msg *gotgbot.Message) bool
- func Venue(msg *gotgbot.Message) bool
- func ViaBot(msg *gotgbot.Message) bool
- func Video(msg *gotgbot.Message) bool
- func VideoNote(msg *gotgbot.Message) bool
- func Voice(msg *gotgbot.Message) bool
- type CallbackQuery
- type InlineQuery
- type Message
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LeftChatMembers ¶
func LeftChatMembers(msg *gotgbot.Message) bool
func MigrateFrom ¶
func MigrateFrom(msg *gotgbot.Message) bool
func NewChatMembers ¶
func NewChatMembers(msg *gotgbot.Message) bool
func Supergroup ¶
func Supergroup(msg *gotgbot.Message) bool
Types ¶
type CallbackQuery ¶
type CallbackQuery func(cq *gotgbot.CallbackQuery) bool
func CallbackUserID ¶
func CallbackUserID(id int64) CallbackQuery
func Equal ¶
func Equal(match string) CallbackQuery
func GameName ¶
func GameName(name string) CallbackQuery
func Prefix ¶
func Prefix(prefix string) CallbackQuery
func Suffix ¶
func Suffix(suffix string) CallbackQuery
func (CallbackQuery) And ¶
func (f CallbackQuery) And(f2 CallbackQuery) CallbackQuery
func (CallbackQuery) Not ¶
func (f CallbackQuery) Not() CallbackQuery
func (CallbackQuery) Or ¶
func (f CallbackQuery) Or(f2 CallbackQuery) CallbackQuery
type InlineQuery ¶
type InlineQuery func(iq *gotgbot.InlineQuery) bool
func InlineUserID ¶
func InlineUserID(id int64) InlineQuery
func Query ¶
func Query(q string) InlineQuery
func (InlineQuery) And ¶
func (f InlineQuery) And(f2 InlineQuery) InlineQuery
func (InlineQuery) Not ¶
func (f InlineQuery) Not() InlineQuery
func (InlineQuery) Or ¶
func (f InlineQuery) Or(f2 InlineQuery) InlineQuery
type Message ¶
type Message func(msg *gotgbot.Message) bool
func CaptionEntity ¶
func ChatUsername ¶
func MessageUserID ¶
Click to show internal directories.
Click to hide internal directories.