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

39 uses

	github.com/gotd/td/tg (current package)
		tl_input_web_file_location_gen.go#L491: type InputWebFileAudioAlbumThumbLocation struct {
		tl_input_web_file_location_gen.go#L520: func (i InputWebFileAudioAlbumThumbLocation) construct() InputWebFileLocationClass { return &i }
		tl_input_web_file_location_gen.go#L524: 	_ bin.Encoder     = &InputWebFileAudioAlbumThumbLocation{}
		tl_input_web_file_location_gen.go#L525: 	_ bin.Decoder     = &InputWebFileAudioAlbumThumbLocation{}
		tl_input_web_file_location_gen.go#L526: 	_ bin.BareEncoder = &InputWebFileAudioAlbumThumbLocation{}
		tl_input_web_file_location_gen.go#L527: 	_ bin.BareDecoder = &InputWebFileAudioAlbumThumbLocation{}
		tl_input_web_file_location_gen.go#L529: 	_ InputWebFileLocationClass = &InputWebFileAudioAlbumThumbLocation{}
		tl_input_web_file_location_gen.go#L532: func (i *InputWebFileAudioAlbumThumbLocation) Zero() bool {
		tl_input_web_file_location_gen.go#L556: func (i *InputWebFileAudioAlbumThumbLocation) String() string {
		tl_input_web_file_location_gen.go#L560: 	type Alias InputWebFileAudioAlbumThumbLocation
		tl_input_web_file_location_gen.go#L565: func (i *InputWebFileAudioAlbumThumbLocation) FillFrom(from interface {
		tl_input_web_file_location_gen.go#L589: func (*InputWebFileAudioAlbumThumbLocation) TypeID() uint32 {
		tl_input_web_file_location_gen.go#L594: func (*InputWebFileAudioAlbumThumbLocation) TypeName() string {
		tl_input_web_file_location_gen.go#L599: func (i *InputWebFileAudioAlbumThumbLocation) TypeInfo() tdp.Type {
		tl_input_web_file_location_gen.go#L634: func (i *InputWebFileAudioAlbumThumbLocation) SetFlags() {
		tl_input_web_file_location_gen.go#L650: func (i *InputWebFileAudioAlbumThumbLocation) Encode(b *bin.Buffer) error {
		tl_input_web_file_location_gen.go#L659: func (i *InputWebFileAudioAlbumThumbLocation) EncodeBare(b *bin.Buffer) error {
		tl_input_web_file_location_gen.go#L685: func (i *InputWebFileAudioAlbumThumbLocation) Decode(b *bin.Buffer) error {
		tl_input_web_file_location_gen.go#L696: func (i *InputWebFileAudioAlbumThumbLocation) DecodeBare(b *bin.Buffer) error {
		tl_input_web_file_location_gen.go#L731: func (i *InputWebFileAudioAlbumThumbLocation) SetSmall(value bool) {
		tl_input_web_file_location_gen.go#L742: func (i *InputWebFileAudioAlbumThumbLocation) GetSmall() (value bool) {
		tl_input_web_file_location_gen.go#L750: func (i *InputWebFileAudioAlbumThumbLocation) SetDocument(value InputDocumentClass) {
		tl_input_web_file_location_gen.go#L757: func (i *InputWebFileAudioAlbumThumbLocation) GetDocument() (value InputDocumentClass, ok bool) {
		tl_input_web_file_location_gen.go#L768: func (i *InputWebFileAudioAlbumThumbLocation) SetTitle(value string) {
		tl_input_web_file_location_gen.go#L775: func (i *InputWebFileAudioAlbumThumbLocation) GetTitle() (value string, ok bool) {
		tl_input_web_file_location_gen.go#L786: func (i *InputWebFileAudioAlbumThumbLocation) SetPerformer(value string) {
		tl_input_web_file_location_gen.go#L793: func (i *InputWebFileAudioAlbumThumbLocation) GetPerformer() (value string, ok bool) {
		tl_input_web_file_location_gen.go#L864: 		v := InputWebFileAudioAlbumThumbLocation{}
		tl_input_web_file_location_slices_gen.go#L148: 		value, ok := elem.(*InputWebFileAudioAlbumThumbLocation)
		tl_input_web_file_location_slices_gen.go#L323: type InputWebFileAudioAlbumThumbLocationArray []InputWebFileAudioAlbumThumbLocation
		tl_input_web_file_location_slices_gen.go#L326: func (s InputWebFileAudioAlbumThumbLocationArray) Sort(less func(a, b InputWebFileAudioAlbumThumbLocation) bool) InputWebFileAudioAlbumThumbLocationArray {
		tl_input_web_file_location_slices_gen.go#L334: func (s InputWebFileAudioAlbumThumbLocationArray) SortStable(less func(a, b InputWebFileAudioAlbumThumbLocation) bool) InputWebFileAudioAlbumThumbLocationArray {
		tl_input_web_file_location_slices_gen.go#L342: func (s InputWebFileAudioAlbumThumbLocationArray) Retain(keep func(x InputWebFileAudioAlbumThumbLocation) bool) InputWebFileAudioAlbumThumbLocationArray {
		tl_input_web_file_location_slices_gen.go#L356: func (s InputWebFileAudioAlbumThumbLocationArray) First() (v InputWebFileAudioAlbumThumbLocation, ok bool) {
		tl_input_web_file_location_slices_gen.go#L364: func (s InputWebFileAudioAlbumThumbLocationArray) Last() (v InputWebFileAudioAlbumThumbLocation, ok bool) {
		tl_input_web_file_location_slices_gen.go#L372: func (s *InputWebFileAudioAlbumThumbLocationArray) PopFirst() (v InputWebFileAudioAlbumThumbLocation, ok bool) {
		tl_input_web_file_location_slices_gen.go#L382: 	var zero InputWebFileAudioAlbumThumbLocation
		tl_input_web_file_location_slices_gen.go#L391: func (s *InputWebFileAudioAlbumThumbLocationArray) Pop() (v InputWebFileAudioAlbumThumbLocation, ok bool) {
		tl_registry_gen.go#L4317: 		InputWebFileAudioAlbumThumbLocationTypeID:                func() bin.Object { return &InputWebFileAudioAlbumThumbLocation{} },