Documentation
¶
Index ¶
Constants ¶
View Source
const ( BYTE = 1 << (10 * iota) KILOBYTE MEGABYTE GIGABYTE TERABYTE )
Variables ¶
View Source
var ( BotName string RedirectBotAddress = "https://t.me/" )
Functions ¶
This section is empty.
Types ¶
type Bot ¶
type Bot struct {
// contains filtered or unexported fields
}
func NewBot ¶
func NewBot( token string, debug bool, tokenStore storage.AccessTokenStorage, stateStore *storage.StateStore, oAuth *github.OAuth) (*Bot, error)
func (*Bot) InformAuth ¶
func (*Bot) ReadUpdates ¶
func (b *Bot) ReadUpdates()
Click to show internal directories.
Click to hide internal directories.