github.com/gotd/td/tg.InputPrivacyValueAllowChatParticipants.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_rule_gen.go#L764: Chats []int64
tl_input_privacy_rule_gen.go#L787: if !(i.Chats == nil) {
tl_input_privacy_rule_gen.go#L807: i.Chats = from.GetChats()
tl_input_privacy_rule_gen.go#L855: b.PutVectorHeader(len(i.Chats))
tl_input_privacy_rule_gen.go#L856: for _, v := range i.Chats {
tl_input_privacy_rule_gen.go#L885: i.Chats = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_input_privacy_rule_gen.go#L892: i.Chats = append(i.Chats, value)
tl_input_privacy_rule_gen.go#L903: return i.Chats
tl_privacy_rule_gen.go#L1186: value.Chats = p.GetChats()
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. |