github.com/gotd/td/tg.UpdateShortMessage.ReplyTo (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_updates_gen.go#L199: 	ReplyTo MessageReplyHeaderClass
		tl_updates_gen.go#L273: 	if !(u.ReplyTo == nil) {
		tl_updates_gen.go#L332: 		u.ReplyTo = val
		tl_updates_gen.go#L461: 	if !(u.ReplyTo == nil) {
		tl_updates_gen.go#L505: 		if u.ReplyTo == nil {
		tl_updates_gen.go#L508: 		if err := u.ReplyTo.Encode(b); err != nil {
		tl_updates_gen.go#L613: 		u.ReplyTo = value
		tl_updates_gen.go#L805: 	u.ReplyTo = value
		tl_updates_gen.go#L817: 	return u.ReplyTo, true