github.com/gotd/td/tg.MessageActionTodoAppendTasks.List (field)
9 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L12416: List []TodoItem
tl_message_action_gen.go#L12439: if !(m.List == nil) {
tl_message_action_gen.go#L12459: m.List = from.GetList()
tl_message_action_gen.go#L12507: b.PutVectorHeader(len(m.List))
tl_message_action_gen.go#L12508: for idx, v := range m.List {
tl_message_action_gen.go#L12539: m.List = make([]TodoItem, 0, headerLen%bin.PreallocateLimit)
tl_message_action_gen.go#L12546: m.List = append(m.List, value)
tl_message_action_gen.go#L12557: return m.List
![]() |
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. |