github.com/gotd/td/tg.MessageReplies.RecentRepliers (field)
12 uses
github.com/gotd/td/tg (current package)
tl_message_replies_gen.go#L65: RecentRepliers []PeerClass
tl_message_replies_gen.go#L110: if !(m.RecentRepliers == nil) {
tl_message_replies_gen.go#L149: m.RecentRepliers = val
tl_message_replies_gen.go#L231: if !(m.RecentRepliers == nil) {
tl_message_replies_gen.go#L266: b.PutVectorHeader(len(m.RecentRepliers))
tl_message_replies_gen.go#L267: for idx, v := range m.RecentRepliers {
tl_message_replies_gen.go#L331: m.RecentRepliers = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
tl_message_replies_gen.go#L338: m.RecentRepliers = append(m.RecentRepliers, value)
tl_message_replies_gen.go#L403: m.RecentRepliers = value
tl_message_replies_gen.go#L415: return m.RecentRepliers, true
tl_message_replies_gen.go#L477: return PeerClassArray(m.RecentRepliers), true
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. |