type github.com/gotd/td/tg.InputChatThemeArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_chat_theme_slices_gen.go#L120: func (s InputChatThemeClassArray) AsInputChatTheme() (to InputChatThemeArray) {
tl_input_chat_theme_slices_gen.go#L146: type InputChatThemeArray []InputChatTheme
tl_input_chat_theme_slices_gen.go#L149: func (s InputChatThemeArray) Sort(less func(a, b InputChatTheme) bool) InputChatThemeArray {
tl_input_chat_theme_slices_gen.go#L157: func (s InputChatThemeArray) SortStable(less func(a, b InputChatTheme) bool) InputChatThemeArray {
tl_input_chat_theme_slices_gen.go#L165: func (s InputChatThemeArray) Retain(keep func(x InputChatTheme) bool) InputChatThemeArray {
tl_input_chat_theme_slices_gen.go#L179: func (s InputChatThemeArray) First() (v InputChatTheme, ok bool) {
tl_input_chat_theme_slices_gen.go#L187: func (s InputChatThemeArray) Last() (v InputChatTheme, ok bool) {
tl_input_chat_theme_slices_gen.go#L195: func (s *InputChatThemeArray) PopFirst() (v InputChatTheme, ok bool) {
tl_input_chat_theme_slices_gen.go#L214: func (s *InputChatThemeArray) Pop() (v InputChatTheme, 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. |