github.com/gotd/td/tg.MessageService.ReplyTo (field)
9 uses
github.com/gotd/td/tg (current package)
tl_message_gen.go#L1760: ReplyTo MessageReplyHeaderClass
tl_message_gen.go#L1822: if !(m.ReplyTo == nil) {
tl_message_gen.go#L1876: m.ReplyTo = val
tl_message_gen.go#L1998: if !(m.ReplyTo == nil) {
tl_message_gen.go#L2040: if m.ReplyTo == nil {
tl_message_gen.go#L2043: if err := m.ReplyTo.Encode(b); err != nil {
tl_message_gen.go#L2113: m.ReplyTo = value
tl_message_gen.go#L2290: m.ReplyTo = value
tl_message_gen.go#L2302: return m.ReplyTo, 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. |