github.com/gotd/td/tg.DraftMessage.ReplyTo (field)
9 uses
github.com/gotd/td/tg (current package)
tl_draft_message_gen.go#L233: ReplyTo InputReplyToClass
tl_draft_message_gen.go#L280: if !(d.ReplyTo == nil) {
tl_draft_message_gen.go#L321: d.ReplyTo = val
tl_draft_message_gen.go#L404: if !(d.ReplyTo == nil) {
tl_draft_message_gen.go#L434: if d.ReplyTo == nil {
tl_draft_message_gen.go#L437: if err := d.ReplyTo.Encode(b); err != nil {
tl_draft_message_gen.go#L493: d.ReplyTo = value
tl_draft_message_gen.go#L577: d.ReplyTo = value
tl_draft_message_gen.go#L589: return d.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. |