github.com/gotd/td/tg.PhoneDeleteGroupCallMessagesRequest.Messages (field)
9 uses
github.com/gotd/td/tg (current package)
tl_phone_delete_group_call_messages_gen.go#L52: Messages []int
tl_phone_delete_group_call_messages_gen.go#L79: if !(d.Messages == nil) {
tl_phone_delete_group_call_messages_gen.go#L103: d.Messages = from.GetMessages()
tl_phone_delete_group_call_messages_gen.go#L177: b.PutVectorHeader(len(d.Messages))
tl_phone_delete_group_call_messages_gen.go#L178: for _, v := range d.Messages {
tl_phone_delete_group_call_messages_gen.go#L220: d.Messages = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_phone_delete_group_call_messages_gen.go#L227: d.Messages = append(d.Messages, value)
tl_phone_delete_group_call_messages_gen.go#L265: return d.Messages
![]() |
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. |