github.com/gotd/td/tg.ChannelsReportSpamRequest.ID (field)
9 uses
github.com/gotd/td/tg (current package)
tl_channels_report_spam_gen.go#L45: ID []int
tl_channels_report_spam_gen.go#L69: if !(r.ID == nil) {
tl_channels_report_spam_gen.go#L93: r.ID = from.GetID()
tl_channels_report_spam_gen.go#L161: b.PutVectorHeader(len(r.ID))
tl_channels_report_spam_gen.go#L162: for _, v := range r.ID {
tl_channels_report_spam_gen.go#L205: r.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_channels_report_spam_gen.go#L212: r.ID = append(r.ID, value)
tl_channels_report_spam_gen.go#L239: return r.ID
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. |