github.com/gotd/td/tg.MessageActionTodoCompletions.Incompleted (field)
9 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L12227: Incompleted []int
tl_message_action_gen.go#L12253: if !(m.Incompleted == nil) {
tl_message_action_gen.go#L12275: m.Incompleted = from.GetIncompleted()
tl_message_action_gen.go#L12331: b.PutVectorHeader(len(m.Incompleted))
tl_message_action_gen.go#L12332: for _, v := range m.Incompleted {
tl_message_action_gen.go#L12378: m.Incompleted = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_message_action_gen.go#L12385: m.Incompleted = append(m.Incompleted, value)
tl_message_action_gen.go#L12404: return m.Incompleted
![]() |
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. |