github.com/gotd/td/tg.AccountConnectedBots.Users (field)
10 uses
github.com/gotd/td/tg (current package)
tl_account_connected_bots_gen.go#L45: Users []UserClass
tl_account_connected_bots_gen.go#L66: if !(c.Users == nil) {
tl_account_connected_bots_gen.go#L88: c.Users = from.GetUsers()
tl_account_connected_bots_gen.go#L146: b.PutVectorHeader(len(c.Users))
tl_account_connected_bots_gen.go#L147: for idx, v := range c.Users {
tl_account_connected_bots_gen.go#L198: c.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
tl_account_connected_bots_gen.go#L205: c.Users = append(c.Users, value)
tl_account_connected_bots_gen.go#L224: return c.Users
tl_account_connected_bots_gen.go#L229: return UserClassArray(c.Users)
![]() |
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. |