type github.com/gotd/td/tg.AccountChatThemesClass
19 uses
github.com/gotd/td/tg (current package)
tl_account_chat_themes_gen.go#L45: func (c AccountChatThemesNotModified) construct() AccountChatThemesClass { return &c }
tl_account_chat_themes_gen.go#L54: _ AccountChatThemesClass = &AccountChatThemesNotModified{}
tl_account_chat_themes_gen.go#L168: func (c AccountChatThemes) construct() AccountChatThemesClass { return &c }
tl_account_chat_themes_gen.go#L177: _ AccountChatThemesClass = &AccountChatThemes{}
tl_account_chat_themes_gen.go#L516: type AccountChatThemesClass interface {
tl_account_chat_themes_gen.go#L521: construct() AccountChatThemesClass
tl_account_chat_themes_gen.go#L549: func DecodeAccountChatThemes(buf *bin.Buffer) (AccountChatThemesClass, error) {
tl_account_chat_themes_gen.go#L576: ChatThemes AccountChatThemesClass
tl_account_chat_themes_slices_gen.go#L38: type AccountChatThemesClassArray []AccountChatThemesClass
tl_account_chat_themes_slices_gen.go#L41: func (s AccountChatThemesClassArray) Sort(less func(a, b AccountChatThemesClass) bool) AccountChatThemesClassArray {
tl_account_chat_themes_slices_gen.go#L49: func (s AccountChatThemesClassArray) SortStable(less func(a, b AccountChatThemesClass) bool) AccountChatThemesClassArray {
tl_account_chat_themes_slices_gen.go#L57: func (s AccountChatThemesClassArray) Retain(keep func(x AccountChatThemesClass) bool) AccountChatThemesClassArray {
tl_account_chat_themes_slices_gen.go#L71: func (s AccountChatThemesClassArray) First() (v AccountChatThemesClass, ok bool) {
tl_account_chat_themes_slices_gen.go#L79: func (s AccountChatThemesClassArray) Last() (v AccountChatThemesClass, ok bool) {
tl_account_chat_themes_slices_gen.go#L87: func (s *AccountChatThemesClassArray) PopFirst() (v AccountChatThemesClass, ok bool) {
tl_account_chat_themes_slices_gen.go#L97: var zero AccountChatThemesClass
tl_account_chat_themes_slices_gen.go#L106: func (s *AccountChatThemesClassArray) Pop() (v AccountChatThemesClass, ok bool) {
tl_account_get_unique_gift_chat_themes_gen.go#L244: func (c *Client) AccountGetUniqueGiftChatThemes(ctx context.Context, request *AccountGetUniqueGiftChatThemesRequest) (AccountChatThemesClass, error) {
tl_server_gen.go#L2764: func (s *ServerDispatcher) OnAccountGetUniqueGiftChatThemes(f func(ctx context.Context, request *AccountGetUniqueGiftChatThemesRequest) (AccountChatThemesClass, error)) {
 |
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. |