type github.com/gotd/td/tg.AccountChatThemes

51 uses

	github.com/gotd/td/tg (current package)
		tl_account_chat_themes_gen.go#L143: type AccountChatThemes struct {
		tl_account_chat_themes_gen.go#L168: func (c AccountChatThemes) construct() AccountChatThemesClass { return &c }
		tl_account_chat_themes_gen.go#L172: 	_ bin.Encoder     = &AccountChatThemes{}
		tl_account_chat_themes_gen.go#L173: 	_ bin.Decoder     = &AccountChatThemes{}
		tl_account_chat_themes_gen.go#L174: 	_ bin.BareEncoder = &AccountChatThemes{}
		tl_account_chat_themes_gen.go#L175: 	_ bin.BareDecoder = &AccountChatThemes{}
		tl_account_chat_themes_gen.go#L177: 	_ AccountChatThemesClass = &AccountChatThemes{}
		tl_account_chat_themes_gen.go#L180: func (c *AccountChatThemes) Zero() bool {
		tl_account_chat_themes_gen.go#L207: func (c *AccountChatThemes) String() string {
		tl_account_chat_themes_gen.go#L211: 	type Alias AccountChatThemes
		tl_account_chat_themes_gen.go#L216: func (c *AccountChatThemes) FillFrom(from interface {
		tl_account_chat_themes_gen.go#L236: func (*AccountChatThemes) TypeID() uint32 {
		tl_account_chat_themes_gen.go#L241: func (*AccountChatThemes) TypeName() string {
		tl_account_chat_themes_gen.go#L246: func (c *AccountChatThemes) TypeInfo() tdp.Type {
		tl_account_chat_themes_gen.go#L282: func (c *AccountChatThemes) SetFlags() {
		tl_account_chat_themes_gen.go#L289: func (c *AccountChatThemes) Encode(b *bin.Buffer) error {
		tl_account_chat_themes_gen.go#L298: func (c *AccountChatThemes) EncodeBare(b *bin.Buffer) error {
		tl_account_chat_themes_gen.go#L341: func (c *AccountChatThemes) Decode(b *bin.Buffer) error {
		tl_account_chat_themes_gen.go#L352: func (c *AccountChatThemes) DecodeBare(b *bin.Buffer) error {
		tl_account_chat_themes_gen.go#L430: func (c *AccountChatThemes) GetHash() (value int64) {
		tl_account_chat_themes_gen.go#L438: func (c *AccountChatThemes) GetThemes() (value []ChatThemeClass) {
		tl_account_chat_themes_gen.go#L446: func (c *AccountChatThemes) GetChats() (value []ChatClass) {
		tl_account_chat_themes_gen.go#L454: func (c *AccountChatThemes) GetUsers() (value []UserClass) {
		tl_account_chat_themes_gen.go#L462: func (c *AccountChatThemes) SetNextOffset(value string) {
		tl_account_chat_themes_gen.go#L469: func (c *AccountChatThemes) GetNextOffset() (value string, ok bool) {
		tl_account_chat_themes_gen.go#L480: func (c *AccountChatThemes) MapThemes() (value ChatThemeClassArray) {
		tl_account_chat_themes_gen.go#L485: func (c *AccountChatThemes) MapChats() (value ChatClassArray) {
		tl_account_chat_themes_gen.go#L490: func (c *AccountChatThemes) MapUsers() (value UserClassArray) {
		tl_account_chat_themes_gen.go#L535: 	AsModified() (*AccountChatThemes, bool)
		tl_account_chat_themes_gen.go#L539: func (c *AccountChatThemesNotModified) AsModified() (*AccountChatThemes, bool) {
		tl_account_chat_themes_gen.go#L544: func (c *AccountChatThemes) AsModified() (*AccountChatThemes, bool) {
		tl_account_chat_themes_gen.go#L564: 		v := AccountChatThemes{}
		tl_account_chat_themes_slices_gen.go#L122: 		value, ok := elem.(*AccountChatThemes)
		tl_account_chat_themes_slices_gen.go#L134: func (s AccountChatThemesClassArray) AppendOnlyModified(to []*AccountChatThemes) []*AccountChatThemes {
		tl_account_chat_themes_slices_gen.go#L147: func (s AccountChatThemesClassArray) AsModified() (to []*AccountChatThemes) {
		tl_account_chat_themes_slices_gen.go#L152: func (s AccountChatThemesClassArray) FirstAsModified() (v *AccountChatThemes, ok bool) {
		tl_account_chat_themes_slices_gen.go#L161: func (s AccountChatThemesClassArray) LastAsModified() (v *AccountChatThemes, ok bool) {
		tl_account_chat_themes_slices_gen.go#L170: func (s *AccountChatThemesClassArray) PopFirstAsModified() (v *AccountChatThemes, ok bool) {
		tl_account_chat_themes_slices_gen.go#L179: func (s *AccountChatThemesClassArray) PopAsModified() (v *AccountChatThemes, ok bool) {
		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#L247: 	var zero AccountChatThemes
		tl_account_chat_themes_slices_gen.go#L256: func (s *AccountChatThemesArray) Pop() (v AccountChatThemes, ok bool) {
		tl_registry_gen.go#L6064: 		AccountChatThemesTypeID:                                                 func() bin.Object { return &AccountChatThemes{} },