type github.com/gotd/td/tg.InputBotInlineMessageGameArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_bot_inline_message_slices_gen.go#L185: func (s InputBotInlineMessageClassArray) AsInputBotInlineMessageGame() (to InputBotInlineMessageGameArray) {
tl_input_bot_inline_message_slices_gen.go#L634: type InputBotInlineMessageGameArray []InputBotInlineMessageGame
tl_input_bot_inline_message_slices_gen.go#L637: func (s InputBotInlineMessageGameArray) Sort(less func(a, b InputBotInlineMessageGame) bool) InputBotInlineMessageGameArray {
tl_input_bot_inline_message_slices_gen.go#L645: func (s InputBotInlineMessageGameArray) SortStable(less func(a, b InputBotInlineMessageGame) bool) InputBotInlineMessageGameArray {
tl_input_bot_inline_message_slices_gen.go#L653: func (s InputBotInlineMessageGameArray) Retain(keep func(x InputBotInlineMessageGame) bool) InputBotInlineMessageGameArray {
tl_input_bot_inline_message_slices_gen.go#L667: func (s InputBotInlineMessageGameArray) First() (v InputBotInlineMessageGame, ok bool) {
tl_input_bot_inline_message_slices_gen.go#L675: func (s InputBotInlineMessageGameArray) Last() (v InputBotInlineMessageGame, ok bool) {
tl_input_bot_inline_message_slices_gen.go#L683: func (s *InputBotInlineMessageGameArray) PopFirst() (v InputBotInlineMessageGame, ok bool) {
tl_input_bot_inline_message_slices_gen.go#L702: func (s *InputBotInlineMessageGameArray) Pop() (v InputBotInlineMessageGame, 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. |