github.com/gotd/td/tg.MessagesSearchResultsCalendar.Periods (field)
9 uses
github.com/gotd/td/tg (current package)
tl_messages_search_results_calendar_gen.go#L66: Periods []SearchResultsCalendarPeriod
tl_messages_search_results_calendar_gen.go#L108: if !(s.Periods == nil) {
tl_messages_search_results_calendar_gen.go#L153: s.Periods = from.GetPeriods()
tl_messages_search_results_calendar_gen.go#L258: b.PutVectorHeader(len(s.Periods))
tl_messages_search_results_calendar_gen.go#L259: for idx, v := range s.Periods {
tl_messages_search_results_calendar_gen.go#L351: s.Periods = make([]SearchResultsCalendarPeriod, 0, headerLen%bin.PreallocateLimit)
tl_messages_search_results_calendar_gen.go#L358: s.Periods = append(s.Periods, value)
tl_messages_search_results_calendar_gen.go#L481: return s.Periods
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. |