github.com/gotd/td/tg.InputReplyToMessage.QuoteOffset (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_input_reply_to_gen.go#L76: 	QuoteOffset int
		tl_input_reply_to_gen.go#L117: 	if !(i.QuoteOffset == 0) {
		tl_input_reply_to_gen.go#L160: 		i.QuoteOffset = val
		tl_input_reply_to_gen.go#L235: 	if !(i.QuoteOffset == 0) {
		tl_input_reply_to_gen.go#L285: 		b.PutInt(i.QuoteOffset)
		tl_input_reply_to_gen.go#L361: 		i.QuoteOffset = value
		tl_input_reply_to_gen.go#L449: 	i.QuoteOffset = value
		tl_input_reply_to_gen.go#L461: 	return i.QuoteOffset, true