github.com/gotd/td/tg.MessagesInactiveChats.Dates (field)
9 uses
github.com/gotd/td/tg (current package)
tl_messages_inactive_chats_gen.go#L40: Dates []int
tl_messages_inactive_chats_gen.go#L62: if !(i.Dates == nil) {
tl_messages_inactive_chats_gen.go#L90: i.Dates = from.GetDates()
tl_messages_inactive_chats_gen.go#L148: b.PutVectorHeader(len(i.Dates))
tl_messages_inactive_chats_gen.go#L149: for _, v := range i.Dates {
tl_messages_inactive_chats_gen.go#L196: i.Dates = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_messages_inactive_chats_gen.go#L203: i.Dates = append(i.Dates, value)
tl_messages_inactive_chats_gen.go#L248: return i.Dates
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. |