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

20 uses

	github.com/gotd/td/tg (current package)
		tl_account_themes_gen.go#L38: type AccountThemesNotModified struct {
		tl_account_themes_gen.go#L45: func (t AccountThemesNotModified) construct() AccountThemesClass { return &t }
		tl_account_themes_gen.go#L49: 	_ bin.Encoder     = &AccountThemesNotModified{}
		tl_account_themes_gen.go#L50: 	_ bin.Decoder     = &AccountThemesNotModified{}
		tl_account_themes_gen.go#L51: 	_ bin.BareEncoder = &AccountThemesNotModified{}
		tl_account_themes_gen.go#L52: 	_ bin.BareDecoder = &AccountThemesNotModified{}
		tl_account_themes_gen.go#L54: 	_ AccountThemesClass = &AccountThemesNotModified{}
		tl_account_themes_gen.go#L57: func (t *AccountThemesNotModified) Zero() bool {
		tl_account_themes_gen.go#L66: func (t *AccountThemesNotModified) String() string {
		tl_account_themes_gen.go#L70: 	type Alias AccountThemesNotModified
		tl_account_themes_gen.go#L77: func (*AccountThemesNotModified) TypeID() uint32 {
		tl_account_themes_gen.go#L82: func (*AccountThemesNotModified) TypeName() string {
		tl_account_themes_gen.go#L87: func (t *AccountThemesNotModified) TypeInfo() tdp.Type {
		tl_account_themes_gen.go#L101: func (t *AccountThemesNotModified) Encode(b *bin.Buffer) error {
		tl_account_themes_gen.go#L110: func (t *AccountThemesNotModified) EncodeBare(b *bin.Buffer) error {
		tl_account_themes_gen.go#L118: func (t *AccountThemesNotModified) Decode(b *bin.Buffer) error {
		tl_account_themes_gen.go#L129: func (t *AccountThemesNotModified) DecodeBare(b *bin.Buffer) error {
		tl_account_themes_gen.go#L357: func (t *AccountThemesNotModified) AsModified() (*AccountThemes, bool) {
		tl_account_themes_gen.go#L375: 		v := AccountThemesNotModified{}
		tl_registry_gen.go#L4536: 		AccountThemesNotModifiedTypeID:                                          func() bin.Object { return &AccountThemesNotModified{} },