Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BotAdapter ¶
type BotAdapter struct {
// contains filtered or unexported fields
}
func (*BotAdapter) Name ¶
func (b *BotAdapter) Name() string
func (*BotAdapter) ScheduleNotify ¶
func (b *BotAdapter) ScheduleNotify(ctx context.Context, channel, message string) error
type DebouncedUpdater ¶
type DebouncedUpdater struct {
// contains filtered or unexported fields
}
func NewDebouncedUpdater ¶
func NewDebouncedUpdater(bot botSender, chatID int64, msgID int) *DebouncedUpdater
func (*DebouncedUpdater) Append ¶
func (d *DebouncedUpdater) Append(text string)
func (*DebouncedUpdater) Finalize ¶
func (d *DebouncedUpdater) Finalize()
func (*DebouncedUpdater) SetError ¶
func (d *DebouncedUpdater) SetError(text string)
Click to show internal directories.
Click to hide internal directories.