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

20 uses

	github.com/gotd/td/tg (current package)
		tl_account_wall_papers_gen.go#L41: type AccountWallPapersNotModified struct {
		tl_account_wall_papers_gen.go#L48: func (w AccountWallPapersNotModified) construct() AccountWallPapersClass { return &w }
		tl_account_wall_papers_gen.go#L52: 	_ bin.Encoder     = &AccountWallPapersNotModified{}
		tl_account_wall_papers_gen.go#L53: 	_ bin.Decoder     = &AccountWallPapersNotModified{}
		tl_account_wall_papers_gen.go#L54: 	_ bin.BareEncoder = &AccountWallPapersNotModified{}
		tl_account_wall_papers_gen.go#L55: 	_ bin.BareDecoder = &AccountWallPapersNotModified{}
		tl_account_wall_papers_gen.go#L57: 	_ AccountWallPapersClass = &AccountWallPapersNotModified{}
		tl_account_wall_papers_gen.go#L60: func (w *AccountWallPapersNotModified) Zero() bool {
		tl_account_wall_papers_gen.go#L69: func (w *AccountWallPapersNotModified) String() string {
		tl_account_wall_papers_gen.go#L73: 	type Alias AccountWallPapersNotModified
		tl_account_wall_papers_gen.go#L80: func (*AccountWallPapersNotModified) TypeID() uint32 {
		tl_account_wall_papers_gen.go#L85: func (*AccountWallPapersNotModified) TypeName() string {
		tl_account_wall_papers_gen.go#L90: func (w *AccountWallPapersNotModified) TypeInfo() tdp.Type {
		tl_account_wall_papers_gen.go#L104: func (w *AccountWallPapersNotModified) Encode(b *bin.Buffer) error {
		tl_account_wall_papers_gen.go#L113: func (w *AccountWallPapersNotModified) EncodeBare(b *bin.Buffer) error {
		tl_account_wall_papers_gen.go#L121: func (w *AccountWallPapersNotModified) Decode(b *bin.Buffer) error {
		tl_account_wall_papers_gen.go#L132: func (w *AccountWallPapersNotModified) DecodeBare(b *bin.Buffer) error {
		tl_account_wall_papers_gen.go#L374: func (w *AccountWallPapersNotModified) AsModified() (*AccountWallPapers, bool) {
		tl_account_wall_papers_gen.go#L392: 		v := AccountWallPapersNotModified{}
		tl_registry_gen.go#L4510: 		AccountWallPapersNotModifiedTypeID:                                      func() bin.Object { return &AccountWallPapersNotModified{} },