github.com/gotd/td/tg.MessagesGetQuickReplyMessagesRequest.ID (field)

11 uses

	github.com/gotd/td/tg (current package)
		tl_messages_get_quick_reply_messages_gen.go#L52: 	ID []int
		tl_messages_get_quick_reply_messages_gen.go#L82: 	if !(g.ID == nil) {
		tl_messages_get_quick_reply_messages_gen.go#L109: 		g.ID = val
		tl_messages_get_quick_reply_messages_gen.go#L157: 	if !(g.ID == nil) {
		tl_messages_get_quick_reply_messages_gen.go#L182: 		b.PutVectorHeader(len(g.ID))
		tl_messages_get_quick_reply_messages_gen.go#L183: 		for _, v := range g.ID {
		tl_messages_get_quick_reply_messages_gen.go#L226: 			g.ID = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_messages_get_quick_reply_messages_gen.go#L233: 			g.ID = append(g.ID, value)
		tl_messages_get_quick_reply_messages_gen.go#L257: 	g.ID = value
		tl_messages_get_quick_reply_messages_gen.go#L269: 	return g.ID, true