type github.com/gotd/td/tg.BotAppArray
18 uses
github.com/gotd/td/tg (current package)
tl_bot_app_slices_gen.go#L120: func (s BotAppClassArray) AsBotApp() (to BotAppArray) {
tl_bot_app_slices_gen.go#L206: type BotAppArray []BotApp
tl_bot_app_slices_gen.go#L209: func (s BotAppArray) Sort(less func(a, b BotApp) bool) BotAppArray {
tl_bot_app_slices_gen.go#L217: func (s BotAppArray) SortStable(less func(a, b BotApp) bool) BotAppArray {
tl_bot_app_slices_gen.go#L225: func (s BotAppArray) Retain(keep func(x BotApp) bool) BotAppArray {
tl_bot_app_slices_gen.go#L239: func (s BotAppArray) First() (v BotApp, ok bool) {
tl_bot_app_slices_gen.go#L247: func (s BotAppArray) Last() (v BotApp, ok bool) {
tl_bot_app_slices_gen.go#L255: func (s *BotAppArray) PopFirst() (v BotApp, ok bool) {
tl_bot_app_slices_gen.go#L274: func (s *BotAppArray) Pop() (v BotApp, ok bool) {
tl_bot_app_slices_gen.go#L288: func (s BotAppArray) SortByID() BotAppArray {
tl_bot_app_slices_gen.go#L295: func (s BotAppArray) SortStableByID() BotAppArray {
tl_bot_app_slices_gen.go#L302: func (s BotAppArray) FillMap(to map[int64]BotApp) {
tl_bot_app_slices_gen.go#L309: func (s BotAppArray) ToMap() map[int64]BotApp {
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. |