type github.com/gotd/td/tg.DocumentAttributeAudio
40 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_gen.go#L940: type DocumentAttributeAudio struct {
tl_document_attribute_gen.go#L972: func (d DocumentAttributeAudio) construct() DocumentAttributeClass { return &d }
tl_document_attribute_gen.go#L976: _ bin.Encoder = &DocumentAttributeAudio{}
tl_document_attribute_gen.go#L977: _ bin.Decoder = &DocumentAttributeAudio{}
tl_document_attribute_gen.go#L978: _ bin.BareEncoder = &DocumentAttributeAudio{}
tl_document_attribute_gen.go#L979: _ bin.BareDecoder = &DocumentAttributeAudio{}
tl_document_attribute_gen.go#L981: _ DocumentAttributeClass = &DocumentAttributeAudio{}
tl_document_attribute_gen.go#L984: func (d *DocumentAttributeAudio) Zero() bool {
tl_document_attribute_gen.go#L1011: func (d *DocumentAttributeAudio) String() string {
tl_document_attribute_gen.go#L1015: type Alias DocumentAttributeAudio
tl_document_attribute_gen.go#L1020: func (d *DocumentAttributeAudio) FillFrom(from interface {
tl_document_attribute_gen.go#L1046: func (*DocumentAttributeAudio) TypeID() uint32 {
tl_document_attribute_gen.go#L1051: func (*DocumentAttributeAudio) TypeName() string {
tl_document_attribute_gen.go#L1056: func (d *DocumentAttributeAudio) TypeInfo() tdp.Type {
tl_document_attribute_gen.go#L1095: func (d *DocumentAttributeAudio) SetFlags() {
tl_document_attribute_gen.go#L1111: func (d *DocumentAttributeAudio) Encode(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1120: func (d *DocumentAttributeAudio) EncodeBare(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1142: func (d *DocumentAttributeAudio) Decode(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1153: func (d *DocumentAttributeAudio) DecodeBare(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1195: func (d *DocumentAttributeAudio) SetVoice(value bool) {
tl_document_attribute_gen.go#L1206: func (d *DocumentAttributeAudio) GetVoice() (value bool) {
tl_document_attribute_gen.go#L1214: func (d *DocumentAttributeAudio) GetDuration() (value int) {
tl_document_attribute_gen.go#L1222: func (d *DocumentAttributeAudio) SetTitle(value string) {
tl_document_attribute_gen.go#L1229: func (d *DocumentAttributeAudio) GetTitle() (value string, ok bool) {
tl_document_attribute_gen.go#L1240: func (d *DocumentAttributeAudio) SetPerformer(value string) {
tl_document_attribute_gen.go#L1247: func (d *DocumentAttributeAudio) GetPerformer() (value string, ok bool) {
tl_document_attribute_gen.go#L1258: func (d *DocumentAttributeAudio) SetWaveform(value []byte) {
tl_document_attribute_gen.go#L1265: func (d *DocumentAttributeAudio) GetWaveform() (value []byte, ok bool) {
tl_document_attribute_gen.go#L1852: 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#L4064: DocumentAttributeAudioTypeID: func() bin.Object { return &DocumentAttributeAudio{} },
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |