github.com/gotd/td/tg.PrivacyValueDisallowChatParticipants.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_rule_gen.go#L770: Chats []int64
tl_input_privacy_rule_gen.go#L793: if !(i.Chats == nil) {
tl_input_privacy_rule_gen.go#L813: i.Chats = from.GetChats()
tl_input_privacy_rule_gen.go#L861: b.PutVectorHeader(len(i.Chats))
tl_input_privacy_rule_gen.go#L862: for _, v := range i.Chats {
tl_input_privacy_rule_gen.go#L891: i.Chats = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_input_privacy_rule_gen.go#L898: i.Chats = append(i.Chats, value)
tl_input_privacy_rule_gen.go#L909: return i.Chats
tl_privacy_rule_gen.go#L1526: value.Chats = p.GetChats()
![]() |
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. |