github.com/gotd/td/tg.AccountConnectedBots.ConnectedBots (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_connected_bots_gen.go#L43: ConnectedBots []ConnectedBot
tl_account_connected_bots_gen.go#L63: if !(c.ConnectedBots == nil) {
tl_account_connected_bots_gen.go#L87: c.ConnectedBots = from.GetConnectedBots()
tl_account_connected_bots_gen.go#L140: b.PutVectorHeader(len(c.ConnectedBots))
tl_account_connected_bots_gen.go#L141: for idx, v := range c.ConnectedBots {
tl_account_connected_bots_gen.go#L181: c.ConnectedBots = make([]ConnectedBot, 0, headerLen%bin.PreallocateLimit)
tl_account_connected_bots_gen.go#L188: c.ConnectedBots = append(c.ConnectedBots, value)
tl_account_connected_bots_gen.go#L216: return c.ConnectedBots
![]() |
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. |