github.com/gotd/td/tg.InputBusinessBotRecipients.Users (field)
12 uses
github.com/gotd/td/tg (current package)
tl_input_business_bot_recipients_gen.go#L62: Users []InputUserClass
tl_input_business_bot_recipients_gen.go#L102: if !(i.Users == nil) {
tl_input_business_bot_recipients_gen.go#L137: i.Users = val
tl_input_business_bot_recipients_gen.go#L225: if !(i.Users == nil) {
tl_input_business_bot_recipients_gen.go#L252: b.PutVectorHeader(len(i.Users))
tl_input_business_bot_recipients_gen.go#L253: for idx, v := range i.Users {
tl_input_business_bot_recipients_gen.go#L309: i.Users = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
tl_input_business_bot_recipients_gen.go#L316: i.Users = append(i.Users, value)
tl_input_business_bot_recipients_gen.go#L437: i.Users = value
tl_input_business_bot_recipients_gen.go#L449: return i.Users, true
tl_input_business_bot_recipients_gen.go#L475: 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. |