type github.com/gotd/td/tg.MessageEntityBotCommandArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_entity_slices_gen.go#L159: func (s MessageEntityClassArray) AsMessageEntityBotCommand() (to MessageEntityBotCommandArray) {
tl_message_entity_slices_gen.go#L639: type MessageEntityBotCommandArray []MessageEntityBotCommand
tl_message_entity_slices_gen.go#L642: func (s MessageEntityBotCommandArray) Sort(less func(a, b MessageEntityBotCommand) bool) MessageEntityBotCommandArray {
tl_message_entity_slices_gen.go#L650: func (s MessageEntityBotCommandArray) SortStable(less func(a, b MessageEntityBotCommand) bool) MessageEntityBotCommandArray {
tl_message_entity_slices_gen.go#L658: func (s MessageEntityBotCommandArray) Retain(keep func(x MessageEntityBotCommand) bool) MessageEntityBotCommandArray {
tl_message_entity_slices_gen.go#L672: func (s MessageEntityBotCommandArray) First() (v MessageEntityBotCommand, ok bool) {
tl_message_entity_slices_gen.go#L680: func (s MessageEntityBotCommandArray) Last() (v MessageEntityBotCommand, ok bool) {
tl_message_entity_slices_gen.go#L688: func (s *MessageEntityBotCommandArray) PopFirst() (v MessageEntityBotCommand, ok bool) {
tl_message_entity_slices_gen.go#L707: func (s *MessageEntityBotCommandArray) Pop() (v MessageEntityBotCommand, 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. |