Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Chats ¶
type Chats []int64
func (Chats) Recipients ¶
func (c Chats) Recipients() []telebot.Recipient
type Message ¶
type Message interface { Hash() []byte Params() []interface{} Content() interface{} }
type Recipients ¶
type Recipients interface {
Recipients() []telebot.Recipient
}
type Sendable ¶
type Sendable interface { Recipients Message }
Click to show internal directories.
Click to hide internal directories.