github.com/gotd/td/tg.MessageActionInviteToGroupCall.Users (field)
9 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L4341: Users []int64
tl_message_action_gen.go#L4367: if !(m.Users == nil) {
tl_message_action_gen.go#L4389: m.Users = from.GetUsers()
tl_message_action_gen.go#L4444: b.PutVectorHeader(len(m.Users))
tl_message_action_gen.go#L4445: for _, v := range m.Users {
tl_message_action_gen.go#L4479: m.Users = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_message_action_gen.go#L4486: m.Users = append(m.Users, value)
tl_message_action_gen.go#L4505: 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. |