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

20 uses

	github.com/gotd/td/tg (current package)
		tl_account_chat_themes_gen.go#L38: type AccountChatThemesNotModified struct {
		tl_account_chat_themes_gen.go#L45: func (c AccountChatThemesNotModified) construct() AccountChatThemesClass { return &c }
		tl_account_chat_themes_gen.go#L49: 	_ bin.Encoder     = &AccountChatThemesNotModified{}
		tl_account_chat_themes_gen.go#L50: 	_ bin.Decoder     = &AccountChatThemesNotModified{}
		tl_account_chat_themes_gen.go#L51: 	_ bin.BareEncoder = &AccountChatThemesNotModified{}
		tl_account_chat_themes_gen.go#L52: 	_ bin.BareDecoder = &AccountChatThemesNotModified{}
		tl_account_chat_themes_gen.go#L54: 	_ AccountChatThemesClass = &AccountChatThemesNotModified{}
		tl_account_chat_themes_gen.go#L57: func (c *AccountChatThemesNotModified) Zero() bool {
		tl_account_chat_themes_gen.go#L66: func (c *AccountChatThemesNotModified) String() string {
		tl_account_chat_themes_gen.go#L70: 	type Alias AccountChatThemesNotModified
		tl_account_chat_themes_gen.go#L77: func (*AccountChatThemesNotModified) TypeID() uint32 {
		tl_account_chat_themes_gen.go#L82: func (*AccountChatThemesNotModified) TypeName() string {
		tl_account_chat_themes_gen.go#L87: func (c *AccountChatThemesNotModified) TypeInfo() tdp.Type {
		tl_account_chat_themes_gen.go#L101: func (c *AccountChatThemesNotModified) Encode(b *bin.Buffer) error {
		tl_account_chat_themes_gen.go#L110: func (c *AccountChatThemesNotModified) EncodeBare(b *bin.Buffer) error {
		tl_account_chat_themes_gen.go#L118: func (c *AccountChatThemesNotModified) Decode(b *bin.Buffer) error {
		tl_account_chat_themes_gen.go#L129: func (c *AccountChatThemesNotModified) DecodeBare(b *bin.Buffer) error {
		tl_account_chat_themes_gen.go#L539: func (c *AccountChatThemesNotModified) AsModified() (*AccountChatThemes, bool) {
		tl_account_chat_themes_gen.go#L557: 		v := AccountChatThemesNotModified{}
		tl_registry_gen.go#L6063: 		AccountChatThemesNotModifiedTypeID:                                      func() bin.Object { return &AccountChatThemesNotModified{} },