github.com/gotd/td/tg.MessageActionTodoCompletions.Completed (field)
9 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L12225: Completed []int
tl_message_action_gen.go#L12250: if !(m.Completed == nil) {
tl_message_action_gen.go#L12274: m.Completed = from.GetCompleted()
tl_message_action_gen.go#L12327: b.PutVectorHeader(len(m.Completed))
tl_message_action_gen.go#L12328: for _, v := range m.Completed {
tl_message_action_gen.go#L12361: m.Completed = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_message_action_gen.go#L12368: m.Completed = append(m.Completed, value)
tl_message_action_gen.go#L12396: return m.Completed
![]() |
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. |