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) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |