github.com/gotd/td/tg.MessageReplies.RecentRepliers (field)
12 uses
github.com/gotd/td/tg (current package)
tl_message_replies_gen.go#L66: RecentRepliers []PeerClass
tl_message_replies_gen.go#L111: if !(m.RecentRepliers == nil) {
tl_message_replies_gen.go#L150: m.RecentRepliers = val
tl_message_replies_gen.go#L232: if !(m.RecentRepliers == nil) {
tl_message_replies_gen.go#L267: b.PutVectorHeader(len(m.RecentRepliers))
tl_message_replies_gen.go#L268: for idx, v := range m.RecentRepliers {
tl_message_replies_gen.go#L332: m.RecentRepliers = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
tl_message_replies_gen.go#L339: m.RecentRepliers = append(m.RecentRepliers, value)
tl_message_replies_gen.go#L404: m.RecentRepliers = value
tl_message_replies_gen.go#L416: return m.RecentRepliers, true
tl_message_replies_gen.go#L478: return PeerClassArray(m.RecentRepliers), true
![]() |
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. |