type github.com/gotd/td/tg.AccountChatThemesArray
12 uses
github.com/gotd/td/tg (current package)
tl_account_chat_themes_slices_gen.go#L120: func (s AccountChatThemesClassArray) AsAccountChatThemes() (to AccountChatThemesArray) {
tl_account_chat_themes_slices_gen.go#L188: type AccountChatThemesArray []AccountChatThemes
tl_account_chat_themes_slices_gen.go#L191: func (s AccountChatThemesArray) Sort(less func(a, b AccountChatThemes) bool) AccountChatThemesArray {
tl_account_chat_themes_slices_gen.go#L199: func (s AccountChatThemesArray) SortStable(less func(a, b AccountChatThemes) bool) AccountChatThemesArray {
tl_account_chat_themes_slices_gen.go#L207: func (s AccountChatThemesArray) Retain(keep func(x AccountChatThemes) bool) AccountChatThemesArray {
tl_account_chat_themes_slices_gen.go#L221: func (s AccountChatThemesArray) First() (v AccountChatThemes, ok bool) {
tl_account_chat_themes_slices_gen.go#L229: func (s AccountChatThemesArray) Last() (v AccountChatThemes, ok bool) {
tl_account_chat_themes_slices_gen.go#L237: func (s *AccountChatThemesArray) PopFirst() (v AccountChatThemes, ok bool) {
tl_account_chat_themes_slices_gen.go#L256: func (s *AccountChatThemesArray) Pop() (v AccountChatThemes, 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. |