type github.com/gotd/td/tg.BotMenuButtonClassArray
12 uses
github.com/gotd/td/tg (current package)
tl_bot_menu_button_slices_gen.go#L38: type BotMenuButtonClassArray []BotMenuButtonClass
tl_bot_menu_button_slices_gen.go#L41: func (s BotMenuButtonClassArray) Sort(less func(a, b BotMenuButtonClass) bool) BotMenuButtonClassArray {
tl_bot_menu_button_slices_gen.go#L49: func (s BotMenuButtonClassArray) SortStable(less func(a, b BotMenuButtonClass) bool) BotMenuButtonClassArray {
tl_bot_menu_button_slices_gen.go#L57: func (s BotMenuButtonClassArray) Retain(keep func(x BotMenuButtonClass) bool) BotMenuButtonClassArray {
tl_bot_menu_button_slices_gen.go#L71: func (s BotMenuButtonClassArray) First() (v BotMenuButtonClass, ok bool) {
tl_bot_menu_button_slices_gen.go#L79: func (s BotMenuButtonClassArray) Last() (v BotMenuButtonClass, ok bool) {
tl_bot_menu_button_slices_gen.go#L87: func (s *BotMenuButtonClassArray) PopFirst() (v BotMenuButtonClass, ok bool) {
tl_bot_menu_button_slices_gen.go#L106: func (s *BotMenuButtonClassArray) Pop() (v BotMenuButtonClass, ok bool) {
tl_bot_menu_button_slices_gen.go#L120: func (s BotMenuButtonClassArray) AsBotMenuButton() (to BotMenuButtonArray) {
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. |