github.com/gotd/td/tg.InputRichMessage.Users (field)
12 uses
github.com/gotd/td/tg (current package)
tl_input_rich_message_gen.go#L57: Users []InputUserClass
tl_input_rich_message_gen.go#L98: if !(i.Users == nil) {
tl_input_rich_message_gen.go#L135: i.Users = val
tl_input_rich_message_gen.go#L210: if !(i.Users == nil) {
tl_input_rich_message_gen.go#L265: b.PutVectorHeader(len(i.Users))
tl_input_rich_message_gen.go#L266: for idx, v := range i.Users {
tl_input_rich_message_gen.go#L359: i.Users = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
tl_input_rich_message_gen.go#L366: i.Users = append(i.Users, value)
tl_input_rich_message_gen.go#L457: i.Users = value
tl_input_rich_message_gen.go#L469: return i.Users, true
tl_input_rich_message_gen.go#L498: return InputUserClassArray(i.Users), true
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |