github.com/gotd/td/tg.MessageActionChatCreate.Users (field)
9 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L144: Users []int64
tl_message_action_gen.go#L170: if !(m.Users == nil) {
tl_message_action_gen.go#L192: m.Users = from.GetUsers()
tl_message_action_gen.go#L245: b.PutVectorHeader(len(m.Users))
tl_message_action_gen.go#L246: for _, v := range m.Users {
tl_message_action_gen.go#L282: m.Users = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_message_action_gen.go#L289: m.Users = append(m.Users, value)
tl_message_action_gen.go#L308: return m.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. |