github.com/gotd/td/tg.PhoneCheckGroupCallRequest.Sources (field)
9 uses
github.com/gotd/td/tg (current package)
tl_phone_check_group_call_gen.go#L48: Sources []int
tl_phone_check_group_call_gen.go#L69: if !(c.Sources == nil) {
tl_phone_check_group_call_gen.go#L91: c.Sources = from.GetSources()
tl_phone_check_group_call_gen.go#L149: b.PutVectorHeader(len(c.Sources))
tl_phone_check_group_call_gen.go#L150: for _, v := range c.Sources {
tl_phone_check_group_call_gen.go#L186: c.Sources = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_phone_check_group_call_gen.go#L193: c.Sources = append(c.Sources, value)
tl_phone_check_group_call_gen.go#L212: return c.Sources
![]() |
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. |