github.com/gotd/td/tg.MessagesChatAdminsWithInvites.Admins (field)
9 uses
github.com/gotd/td/tg (current package)
tl_messages_chat_admins_with_invites_gen.go#L40: Admins []ChatAdminWithInvites
tl_messages_chat_admins_with_invites_gen.go#L60: if !(c.Admins == nil) {
tl_messages_chat_admins_with_invites_gen.go#L84: c.Admins = from.GetAdmins()
tl_messages_chat_admins_with_invites_gen.go#L137: b.PutVectorHeader(len(c.Admins))
tl_messages_chat_admins_with_invites_gen.go#L138: for idx, v := range c.Admins {
tl_messages_chat_admins_with_invites_gen.go#L178: c.Admins = make([]ChatAdminWithInvites, 0, headerLen%bin.PreallocateLimit)
tl_messages_chat_admins_with_invites_gen.go#L185: c.Admins = append(c.Admins, value)
tl_messages_chat_admins_with_invites_gen.go#L213: return c.Admins
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |