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

44 uses

	github.com/gotd/td/tg (current package)
		tl_account_wall_papers_gen.go#L146: type AccountWallPapers struct {
		tl_account_wall_papers_gen.go#L163: func (w AccountWallPapers) construct() AccountWallPapersClass { return &w }
		tl_account_wall_papers_gen.go#L167: 	_ bin.Encoder     = &AccountWallPapers{}
		tl_account_wall_papers_gen.go#L168: 	_ bin.Decoder     = &AccountWallPapers{}
		tl_account_wall_papers_gen.go#L169: 	_ bin.BareEncoder = &AccountWallPapers{}
		tl_account_wall_papers_gen.go#L170: 	_ bin.BareDecoder = &AccountWallPapers{}
		tl_account_wall_papers_gen.go#L172: 	_ AccountWallPapersClass = &AccountWallPapers{}
		tl_account_wall_papers_gen.go#L175: func (w *AccountWallPapers) Zero() bool {
		tl_account_wall_papers_gen.go#L190: func (w *AccountWallPapers) String() string {
		tl_account_wall_papers_gen.go#L194: 	type Alias AccountWallPapers
		tl_account_wall_papers_gen.go#L199: func (w *AccountWallPapers) FillFrom(from interface {
		tl_account_wall_papers_gen.go#L210: func (*AccountWallPapers) TypeID() uint32 {
		tl_account_wall_papers_gen.go#L215: func (*AccountWallPapers) TypeName() string {
		tl_account_wall_papers_gen.go#L220: func (w *AccountWallPapers) TypeInfo() tdp.Type {
		tl_account_wall_papers_gen.go#L243: func (w *AccountWallPapers) Encode(b *bin.Buffer) error {
		tl_account_wall_papers_gen.go#L252: func (w *AccountWallPapers) EncodeBare(b *bin.Buffer) error {
		tl_account_wall_papers_gen.go#L270: func (w *AccountWallPapers) Decode(b *bin.Buffer) error {
		tl_account_wall_papers_gen.go#L281: func (w *AccountWallPapers) DecodeBare(b *bin.Buffer) error {
		tl_account_wall_papers_gen.go#L313: func (w *AccountWallPapers) GetHash() (value int64) {
		tl_account_wall_papers_gen.go#L321: func (w *AccountWallPapers) GetWallpapers() (value []WallPaperClass) {
		tl_account_wall_papers_gen.go#L329: func (w *AccountWallPapers) MapWallpapers() (value WallPaperClassArray) {
		tl_account_wall_papers_gen.go#L370: 	AsModified() (*AccountWallPapers, bool)
		tl_account_wall_papers_gen.go#L374: func (w *AccountWallPapersNotModified) AsModified() (*AccountWallPapers, bool) {
		tl_account_wall_papers_gen.go#L379: func (w *AccountWallPapers) AsModified() (*AccountWallPapers, bool) {
		tl_account_wall_papers_gen.go#L399: 		v := AccountWallPapers{}
		tl_account_wall_papers_slices_gen.go#L122: 		value, ok := elem.(*AccountWallPapers)
		tl_account_wall_papers_slices_gen.go#L134: func (s AccountWallPapersClassArray) AppendOnlyModified(to []*AccountWallPapers) []*AccountWallPapers {
		tl_account_wall_papers_slices_gen.go#L147: func (s AccountWallPapersClassArray) AsModified() (to []*AccountWallPapers) {
		tl_account_wall_papers_slices_gen.go#L152: func (s AccountWallPapersClassArray) FirstAsModified() (v *AccountWallPapers, ok bool) {
		tl_account_wall_papers_slices_gen.go#L161: func (s AccountWallPapersClassArray) LastAsModified() (v *AccountWallPapers, ok bool) {
		tl_account_wall_papers_slices_gen.go#L170: func (s *AccountWallPapersClassArray) PopFirstAsModified() (v *AccountWallPapers, ok bool) {
		tl_account_wall_papers_slices_gen.go#L179: func (s *AccountWallPapersClassArray) PopAsModified() (v *AccountWallPapers, ok bool) {
		tl_account_wall_papers_slices_gen.go#L188: type AccountWallPapersArray []AccountWallPapers
		tl_account_wall_papers_slices_gen.go#L191: func (s AccountWallPapersArray) Sort(less func(a, b AccountWallPapers) bool) AccountWallPapersArray {
		tl_account_wall_papers_slices_gen.go#L199: func (s AccountWallPapersArray) SortStable(less func(a, b AccountWallPapers) bool) AccountWallPapersArray {
		tl_account_wall_papers_slices_gen.go#L207: func (s AccountWallPapersArray) Retain(keep func(x AccountWallPapers) bool) AccountWallPapersArray {
		tl_account_wall_papers_slices_gen.go#L221: func (s AccountWallPapersArray) First() (v AccountWallPapers, ok bool) {
		tl_account_wall_papers_slices_gen.go#L229: func (s AccountWallPapersArray) Last() (v AccountWallPapers, ok bool) {
		tl_account_wall_papers_slices_gen.go#L237: func (s *AccountWallPapersArray) PopFirst() (v AccountWallPapers, ok bool) {
		tl_account_wall_papers_slices_gen.go#L247: 	var zero AccountWallPapers
		tl_account_wall_papers_slices_gen.go#L256: func (s *AccountWallPapersArray) Pop() (v AccountWallPapers, ok bool) {
		tl_registry_gen.go#L4511: 		AccountWallPapersTypeID:                                                 func() bin.Object { return &AccountWallPapers{} },