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

40 uses

	github.com/gotd/td/tg (current package)
		tl_input_wall_paper_gen.go#L350: type InputWallPaperNoFile struct {
		tl_input_wall_paper_gen.go#L359: func (i InputWallPaperNoFile) construct() InputWallPaperClass { return &i }
		tl_input_wall_paper_gen.go#L363: 	_ bin.Encoder     = &InputWallPaperNoFile{}
		tl_input_wall_paper_gen.go#L364: 	_ bin.Decoder     = &InputWallPaperNoFile{}
		tl_input_wall_paper_gen.go#L365: 	_ bin.BareEncoder = &InputWallPaperNoFile{}
		tl_input_wall_paper_gen.go#L366: 	_ bin.BareDecoder = &InputWallPaperNoFile{}
		tl_input_wall_paper_gen.go#L368: 	_ InputWallPaperClass = &InputWallPaperNoFile{}
		tl_input_wall_paper_gen.go#L371: func (i *InputWallPaperNoFile) Zero() bool {
		tl_input_wall_paper_gen.go#L383: func (i *InputWallPaperNoFile) String() string {
		tl_input_wall_paper_gen.go#L387: 	type Alias InputWallPaperNoFile
		tl_input_wall_paper_gen.go#L392: func (i *InputWallPaperNoFile) FillFrom(from interface {
		tl_input_wall_paper_gen.go#L401: func (*InputWallPaperNoFile) TypeID() uint32 {
		tl_input_wall_paper_gen.go#L406: func (*InputWallPaperNoFile) TypeName() string {
		tl_input_wall_paper_gen.go#L411: func (i *InputWallPaperNoFile) TypeInfo() tdp.Type {
		tl_input_wall_paper_gen.go#L430: func (i *InputWallPaperNoFile) Encode(b *bin.Buffer) error {
		tl_input_wall_paper_gen.go#L439: func (i *InputWallPaperNoFile) EncodeBare(b *bin.Buffer) error {
		tl_input_wall_paper_gen.go#L448: func (i *InputWallPaperNoFile) Decode(b *bin.Buffer) error {
		tl_input_wall_paper_gen.go#L459: func (i *InputWallPaperNoFile) DecodeBare(b *bin.Buffer) error {
		tl_input_wall_paper_gen.go#L474: func (i *InputWallPaperNoFile) GetID() (value int64) {
		tl_input_wall_paper_gen.go#L542: 		v := InputWallPaperNoFile{}
		tl_input_wall_paper_slices_gen.go#L148: 		value, ok := elem.(*InputWallPaperNoFile)
		tl_input_wall_paper_slices_gen.go#L351: type InputWallPaperNoFileArray []InputWallPaperNoFile
		tl_input_wall_paper_slices_gen.go#L354: func (s InputWallPaperNoFileArray) Sort(less func(a, b InputWallPaperNoFile) bool) InputWallPaperNoFileArray {
		tl_input_wall_paper_slices_gen.go#L362: func (s InputWallPaperNoFileArray) SortStable(less func(a, b InputWallPaperNoFile) bool) InputWallPaperNoFileArray {
		tl_input_wall_paper_slices_gen.go#L370: func (s InputWallPaperNoFileArray) Retain(keep func(x InputWallPaperNoFile) bool) InputWallPaperNoFileArray {
		tl_input_wall_paper_slices_gen.go#L384: func (s InputWallPaperNoFileArray) First() (v InputWallPaperNoFile, ok bool) {
		tl_input_wall_paper_slices_gen.go#L392: func (s InputWallPaperNoFileArray) Last() (v InputWallPaperNoFile, ok bool) {
		tl_input_wall_paper_slices_gen.go#L400: func (s *InputWallPaperNoFileArray) PopFirst() (v InputWallPaperNoFile, ok bool) {
		tl_input_wall_paper_slices_gen.go#L410: 	var zero InputWallPaperNoFile
		tl_input_wall_paper_slices_gen.go#L419: func (s *InputWallPaperNoFileArray) Pop() (v InputWallPaperNoFile, ok bool) {
		tl_input_wall_paper_slices_gen.go#L434: 	return s.Sort(func(a, b InputWallPaperNoFile) bool {
		tl_input_wall_paper_slices_gen.go#L441: 	return s.SortStable(func(a, b InputWallPaperNoFile) bool {
		tl_input_wall_paper_slices_gen.go#L447: func (s InputWallPaperNoFileArray) FillMap(to map[int64]InputWallPaperNoFile) {
		tl_input_wall_paper_slices_gen.go#L454: func (s InputWallPaperNoFileArray) ToMap() map[int64]InputWallPaperNoFile {
		tl_input_wall_paper_slices_gen.go#L455: 	r := make(map[int64]InputWallPaperNoFile, len(s))
		tl_registry_gen.go#L4509: 		InputWallPaperNoFileTypeID:                                              func() bin.Object { return &InputWallPaperNoFile{} },
		tl_wall_paper_gen.go#L825: func (w *WallPaper) AsInputWallPaperNoFile() *InputWallPaperNoFile {
		tl_wall_paper_gen.go#L826: 	value := new(InputWallPaperNoFile)
		tl_wall_paper_gen.go#L833: func (w *WallPaperNoFile) AsInput() *InputWallPaperNoFile {
		tl_wall_paper_gen.go#L834: 	value := new(InputWallPaperNoFile)