github.com/gotd/td/tg.MessagesDiscussionMessage.Users (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_discussion_message_gen.go#L76: Users []UserClass
tl_messages_discussion_message_gen.go#L115: if !(d.Users == nil) {
tl_messages_discussion_message_gen.go#L156: d.Users = from.GetUsers()
tl_messages_discussion_message_gen.go#L276: b.PutVectorHeader(len(d.Users))
tl_messages_discussion_message_gen.go#L277: for idx, v := range d.Users {
tl_messages_discussion_message_gen.go#L378: d.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_discussion_message_gen.go#L385: d.Users = append(d.Users, value)
tl_messages_discussion_message_gen.go#L474: return d.Users
tl_messages_discussion_message_gen.go#L489: return UserClassArray(d.Users)
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. |