github.com/gotd/td/tg.UpdateShortMessage.ReplyTo (field)
9 uses
github.com/gotd/td/tg (current package)
tl_updates_gen.go#L192: ReplyTo MessageReplyHeaderClass
tl_updates_gen.go#L266: if !(u.ReplyTo == nil) {
tl_updates_gen.go#L325: u.ReplyTo = val
tl_updates_gen.go#L454: if !(u.ReplyTo == nil) {
tl_updates_gen.go#L498: if u.ReplyTo == nil {
tl_updates_gen.go#L501: if err := u.ReplyTo.Encode(b); err != nil {
tl_updates_gen.go#L606: u.ReplyTo = value
tl_updates_gen.go#L798: u.ReplyTo = value
tl_updates_gen.go#L810: return u.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. |