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

40 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_gen.go#L1036: type DocumentAttributeAudio struct {
		tl_document_attribute_gen.go#L1068: func (d DocumentAttributeAudio) construct() DocumentAttributeClass { return &d }
		tl_document_attribute_gen.go#L1072: 	_ bin.Encoder     = &DocumentAttributeAudio{}
		tl_document_attribute_gen.go#L1073: 	_ bin.Decoder     = &DocumentAttributeAudio{}
		tl_document_attribute_gen.go#L1074: 	_ bin.BareEncoder = &DocumentAttributeAudio{}
		tl_document_attribute_gen.go#L1075: 	_ bin.BareDecoder = &DocumentAttributeAudio{}
		tl_document_attribute_gen.go#L1077: 	_ DocumentAttributeClass = &DocumentAttributeAudio{}
		tl_document_attribute_gen.go#L1080: func (d *DocumentAttributeAudio) Zero() bool {
		tl_document_attribute_gen.go#L1107: func (d *DocumentAttributeAudio) String() string {
		tl_document_attribute_gen.go#L1111: 	type Alias DocumentAttributeAudio
		tl_document_attribute_gen.go#L1116: func (d *DocumentAttributeAudio) FillFrom(from interface {
		tl_document_attribute_gen.go#L1142: func (*DocumentAttributeAudio) TypeID() uint32 {
		tl_document_attribute_gen.go#L1147: func (*DocumentAttributeAudio) TypeName() string {
		tl_document_attribute_gen.go#L1152: func (d *DocumentAttributeAudio) TypeInfo() tdp.Type {
		tl_document_attribute_gen.go#L1191: func (d *DocumentAttributeAudio) SetFlags() {
		tl_document_attribute_gen.go#L1207: func (d *DocumentAttributeAudio) Encode(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L1216: func (d *DocumentAttributeAudio) EncodeBare(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L1238: func (d *DocumentAttributeAudio) Decode(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L1249: func (d *DocumentAttributeAudio) DecodeBare(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L1291: func (d *DocumentAttributeAudio) SetVoice(value bool) {
		tl_document_attribute_gen.go#L1302: func (d *DocumentAttributeAudio) GetVoice() (value bool) {
		tl_document_attribute_gen.go#L1310: func (d *DocumentAttributeAudio) GetDuration() (value int) {
		tl_document_attribute_gen.go#L1318: func (d *DocumentAttributeAudio) SetTitle(value string) {
		tl_document_attribute_gen.go#L1325: func (d *DocumentAttributeAudio) GetTitle() (value string, ok bool) {
		tl_document_attribute_gen.go#L1336: func (d *DocumentAttributeAudio) SetPerformer(value string) {
		tl_document_attribute_gen.go#L1343: func (d *DocumentAttributeAudio) GetPerformer() (value string, ok bool) {
		tl_document_attribute_gen.go#L1354: func (d *DocumentAttributeAudio) SetWaveform(value []byte) {
		tl_document_attribute_gen.go#L1361: func (d *DocumentAttributeAudio) GetWaveform() (value []byte, ok bool) {
		tl_document_attribute_gen.go#L1958: 		v := DocumentAttributeAudio{}
		tl_document_attribute_slices_gen.go#L161: 		value, ok := elem.(*DocumentAttributeAudio)
		tl_document_attribute_slices_gen.go#L444: type DocumentAttributeAudioArray []DocumentAttributeAudio
		tl_document_attribute_slices_gen.go#L447: func (s DocumentAttributeAudioArray) Sort(less func(a, b DocumentAttributeAudio) bool) DocumentAttributeAudioArray {
		tl_document_attribute_slices_gen.go#L455: func (s DocumentAttributeAudioArray) SortStable(less func(a, b DocumentAttributeAudio) bool) DocumentAttributeAudioArray {
		tl_document_attribute_slices_gen.go#L463: func (s DocumentAttributeAudioArray) Retain(keep func(x DocumentAttributeAudio) bool) DocumentAttributeAudioArray {
		tl_document_attribute_slices_gen.go#L477: func (s DocumentAttributeAudioArray) First() (v DocumentAttributeAudio, ok bool) {
		tl_document_attribute_slices_gen.go#L485: func (s DocumentAttributeAudioArray) Last() (v DocumentAttributeAudio, ok bool) {
		tl_document_attribute_slices_gen.go#L493: func (s *DocumentAttributeAudioArray) PopFirst() (v DocumentAttributeAudio, ok bool) {
		tl_document_attribute_slices_gen.go#L503: 	var zero DocumentAttributeAudio
		tl_document_attribute_slices_gen.go#L512: func (s *DocumentAttributeAudioArray) Pop() (v DocumentAttributeAudio, ok bool) {
		tl_registry_gen.go#L5446: 		DocumentAttributeAudioTypeID:                             func() bin.Object { return &DocumentAttributeAudio{} },