type github.com/gotd/td/tg.ReplyInlineMarkupArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_reply_markup_slices_gen.go#L159: func (s ReplyMarkupClassArray) AsReplyInlineMarkup() (to ReplyInlineMarkupArray) {
		tl_reply_markup_slices_gen.go#L418: type ReplyInlineMarkupArray []ReplyInlineMarkup
		tl_reply_markup_slices_gen.go#L421: func (s ReplyInlineMarkupArray) Sort(less func(a, b ReplyInlineMarkup) bool) ReplyInlineMarkupArray {
		tl_reply_markup_slices_gen.go#L429: func (s ReplyInlineMarkupArray) SortStable(less func(a, b ReplyInlineMarkup) bool) ReplyInlineMarkupArray {
		tl_reply_markup_slices_gen.go#L437: func (s ReplyInlineMarkupArray) Retain(keep func(x ReplyInlineMarkup) bool) ReplyInlineMarkupArray {
		tl_reply_markup_slices_gen.go#L451: func (s ReplyInlineMarkupArray) First() (v ReplyInlineMarkup, ok bool) {
		tl_reply_markup_slices_gen.go#L459: func (s ReplyInlineMarkupArray) Last() (v ReplyInlineMarkup, ok bool) {
		tl_reply_markup_slices_gen.go#L467: func (s *ReplyInlineMarkupArray) PopFirst() (v ReplyInlineMarkup, ok bool) {
		tl_reply_markup_slices_gen.go#L486: func (s *ReplyInlineMarkupArray) Pop() (v ReplyInlineMarkup, ok bool) {