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