github.com/gotd/td/tg.MessagesExportedChatInvites.Invites (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_exported_chat_invites_gen.go#L42: Invites []ExportedChatInviteClass
tl_messages_exported_chat_invites_gen.go#L65: if !(e.Invites == nil) {
tl_messages_exported_chat_invites_gen.go#L91: e.Invites = from.GetInvites()
tl_messages_exported_chat_invites_gen.go#L149: b.PutVectorHeader(len(e.Invites))
tl_messages_exported_chat_invites_gen.go#L150: for idx, v := range e.Invites {
tl_messages_exported_chat_invites_gen.go#L200: e.Invites = make([]ExportedChatInviteClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_exported_chat_invites_gen.go#L207: e.Invites = append(e.Invites, value)
tl_messages_exported_chat_invites_gen.go#L243: return e.Invites
tl_messages_exported_chat_invites_gen.go#L256: return ExportedChatInviteClassArray(e.Invites)
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. |