Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CanNotUnpackMessage ¶
type CanNotUnpackMessage struct {
// contains filtered or unexported fields
}
CanNotUnpackMessage called when support for this type of incoming message has not been implemented
func (CanNotUnpackMessage) Error ¶
func (e CanNotUnpackMessage) Error() string
Error implements error
type Message ¶
type Message struct {
// contains filtered or unexported fields
}
Message implements sender.Message
func (*Message) AddButtons ¶ added in v0.1.0
AddButtons method implements sender.Message.AddButtons
type Request ¶
type Request struct {
// contains filtered or unexported fields
}
Request implements sender.Request.
func NewRequest ¶
NewRequest initialize Request
func (*Request) FromUpdate ¶
FromUpdate fills Request from incoming update
Click to show internal directories.
Click to hide internal directories.