github.com/gotd/td/tg.PhoneCheckGroupCallRequest.Sources (field)
9 uses
github.com/gotd/td/tg (current package)
tl_phone_check_group_call_gen.go#L45: Sources []int
tl_phone_check_group_call_gen.go#L66: if !(c.Sources == nil) {
tl_phone_check_group_call_gen.go#L88: c.Sources = from.GetSources()
tl_phone_check_group_call_gen.go#L143: b.PutVectorHeader(len(c.Sources))
tl_phone_check_group_call_gen.go#L144: for _, v := range c.Sources {
tl_phone_check_group_call_gen.go#L178: c.Sources = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_phone_check_group_call_gen.go#L185: c.Sources = append(c.Sources, value)
tl_phone_check_group_call_gen.go#L204: return c.Sources
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. |