Documentation
¶
Overview ¶
<There will be module docs here>
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Where to store session configuration. Must be set for both bot and userbot
SessionFile string
PublicKeysFile string
// Host address of mtproto server. Actually, it can be any mtproxy, not only official
// Default: "149.154.167.50:443"
MTProtoServerHost string
AppID int64
AppHash string
// Default: "Unknown"
//DeviceModel string
// Default: "linux/amd64"
//SystemVersion string
// Default: "0.1.0"
//AppVersion string
PhoneNumber string
}
TODO Add deafults
Click to show internal directories.
Click to hide internal directories.