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#L691: type MessageEntityBotCommandArray []MessageEntityBotCommand
tl_message_entity_slices_gen.go#L694: func (s MessageEntityBotCommandArray) Sort(less func(a, b MessageEntityBotCommand) bool) MessageEntityBotCommandArray {
tl_message_entity_slices_gen.go#L702: func (s MessageEntityBotCommandArray) SortStable(less func(a, b MessageEntityBotCommand) bool) MessageEntityBotCommandArray {
tl_message_entity_slices_gen.go#L710: func (s MessageEntityBotCommandArray) Retain(keep func(x MessageEntityBotCommand) bool) MessageEntityBotCommandArray {
tl_message_entity_slices_gen.go#L724: func (s MessageEntityBotCommandArray) First() (v MessageEntityBotCommand, ok bool) {
tl_message_entity_slices_gen.go#L732: func (s MessageEntityBotCommandArray) Last() (v MessageEntityBotCommand, ok bool) {
tl_message_entity_slices_gen.go#L740: func (s *MessageEntityBotCommandArray) PopFirst() (v MessageEntityBotCommand, ok bool) {
tl_message_entity_slices_gen.go#L759: func (s *MessageEntityBotCommandArray) Pop() (v MessageEntityBotCommand, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |