type github.com/gotd/td/tg.ConnectedBot
32 uses
github.com/gotd/td/tg (current package)
tl_account_connected_bots_gen.go#L43: ConnectedBots []ConnectedBot
tl_account_connected_bots_gen.go#L84: GetConnectedBots() (value []ConnectedBot)
tl_account_connected_bots_gen.go#L181: c.ConnectedBots = make([]ConnectedBot, 0, headerLen%bin.PreallocateLimit)
tl_account_connected_bots_gen.go#L184: var value ConnectedBot
tl_account_connected_bots_gen.go#L212: func (c *AccountConnectedBots) GetConnectedBots() (value []ConnectedBot) {
tl_connected_bot_gen.go#L41: type ConnectedBot struct {
tl_connected_bot_gen.go#L76: _ bin.Encoder = &ConnectedBot{}
tl_connected_bot_gen.go#L77: _ bin.Decoder = &ConnectedBot{}
tl_connected_bot_gen.go#L78: _ bin.BareEncoder = &ConnectedBot{}
tl_connected_bot_gen.go#L79: _ bin.BareDecoder = &ConnectedBot{}
tl_connected_bot_gen.go#L82: func (c *ConnectedBot) Zero() bool {
tl_connected_bot_gen.go#L112: func (c *ConnectedBot) String() string {
tl_connected_bot_gen.go#L116: type Alias ConnectedBot
tl_connected_bot_gen.go#L121: func (c *ConnectedBot) FillFrom(from interface {
tl_connected_bot_gen.go#L149: func (*ConnectedBot) TypeID() uint32 {
tl_connected_bot_gen.go#L154: func (*ConnectedBot) TypeName() string {
tl_connected_bot_gen.go#L159: func (c *ConnectedBot) TypeInfo() tdp.Type {
tl_connected_bot_gen.go#L201: func (c *ConnectedBot) SetFlags() {
tl_connected_bot_gen.go#L214: func (c *ConnectedBot) Encode(b *bin.Buffer) error {
tl_connected_bot_gen.go#L223: func (c *ConnectedBot) EncodeBare(b *bin.Buffer) error {
tl_connected_bot_gen.go#L251: func (c *ConnectedBot) Decode(b *bin.Buffer) error {
tl_connected_bot_gen.go#L262: func (c *ConnectedBot) DecodeBare(b *bin.Buffer) error {
tl_connected_bot_gen.go#L313: func (c *ConnectedBot) GetBotID() (value int64) {
tl_connected_bot_gen.go#L321: func (c *ConnectedBot) GetRecipients() (value BusinessBotRecipients) {
tl_connected_bot_gen.go#L329: func (c *ConnectedBot) GetRights() (value BusinessBotRights) {
tl_connected_bot_gen.go#L337: func (c *ConnectedBot) SetDevice(value string) {
tl_connected_bot_gen.go#L344: func (c *ConnectedBot) GetDevice() (value string, ok bool) {
tl_connected_bot_gen.go#L355: func (c *ConnectedBot) SetDate(value int) {
tl_connected_bot_gen.go#L362: func (c *ConnectedBot) GetDate() (value int, ok bool) {
tl_connected_bot_gen.go#L373: func (c *ConnectedBot) SetLocation(value string) {
tl_connected_bot_gen.go#L380: func (c *ConnectedBot) GetLocation() (value string, ok bool) {
tl_registry_gen.go#L6299: ConnectedBotTypeID: func() bin.Object { return &ConnectedBot{} },
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |