github.com/gotd/td/tg.MessagesCreateChatRequest.Users (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_create_chat_gen.go#L52: Users []InputUserClass
tl_messages_create_chat_gen.go#L84: if !(c.Users == nil) {
tl_messages_create_chat_gen.go#L112: c.Users = from.GetUsers()
tl_messages_create_chat_gen.go#L185: b.PutVectorHeader(len(c.Users))
tl_messages_create_chat_gen.go#L186: for idx, v := range c.Users {
tl_messages_create_chat_gen.go#L229: c.Users = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_create_chat_gen.go#L236: c.Users = append(c.Users, value)
tl_messages_create_chat_gen.go#L261: return c.Users
tl_messages_create_chat_gen.go#L292: return InputUserClassArray(c.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. |