Documentation ¶
Index ¶
- type Interaction
- func (it *Interaction) EmitAuth(user *telebot.User)
- func (it *Interaction) HandleAuth(m *telebot.Message)
- func (it *Interaction) HandleHelp(m *telebot.Message)
- func (it *Interaction) HandleInfo(m *telebot.Message)
- func (it *Interaction) OnAuth(cb func(user *telebot.User))
- func (it *Interaction) SendToOwner(message string)
- func (it *Interaction) Session() *Session
- func (it *Interaction) SetAuthToken(token string)
- func (it *Interaction) Start(session Session)
- type Notifier
- type NotifyOption
- type Session
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interaction ¶ added in v1.4.0
type Interaction struct { AuthToken string StartCallbacks []func() AuthCallbacks []func(user *telebot.User) // contains filtered or unexported fields }
func NewInteraction ¶ added in v1.4.0
func NewInteraction(bot *telebot.Bot, store bbgo.Store) *Interaction
func (*Interaction) EmitAuth ¶ added in v1.4.0
func (it *Interaction) EmitAuth(user *telebot.User)
func (*Interaction) HandleAuth ¶ added in v1.4.0
func (it *Interaction) HandleAuth(m *telebot.Message)
func (*Interaction) HandleHelp ¶ added in v1.4.0
func (it *Interaction) HandleHelp(m *telebot.Message)
func (*Interaction) HandleInfo ¶ added in v1.4.0
func (it *Interaction) HandleInfo(m *telebot.Message)
func (*Interaction) OnAuth ¶ added in v1.4.0
func (it *Interaction) OnAuth(cb func(user *telebot.User))
func (*Interaction) SendToOwner ¶ added in v1.4.0
func (it *Interaction) SendToOwner(message string)
func (*Interaction) Session ¶ added in v1.4.0
func (it *Interaction) Session() *Session
func (*Interaction) SetAuthToken ¶ added in v1.4.0
func (it *Interaction) SetAuthToken(token string)
func (*Interaction) Start ¶ added in v1.4.0
func (it *Interaction) Start(session Session)
type NotifyOption ¶
type NotifyOption func(notifier *Notifier)
Click to show internal directories.
Click to hide internal directories.