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

42 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_gen.go#L573: type DocumentAttributeVideo struct {
		tl_document_attribute_gen.go#L605: func (d DocumentAttributeVideo) construct() DocumentAttributeClass { return &d }
		tl_document_attribute_gen.go#L609: 	_ bin.Encoder     = &DocumentAttributeVideo{}
		tl_document_attribute_gen.go#L610: 	_ bin.Decoder     = &DocumentAttributeVideo{}
		tl_document_attribute_gen.go#L611: 	_ bin.BareEncoder = &DocumentAttributeVideo{}
		tl_document_attribute_gen.go#L612: 	_ bin.BareDecoder = &DocumentAttributeVideo{}
		tl_document_attribute_gen.go#L614: 	_ DocumentAttributeClass = &DocumentAttributeVideo{}
		tl_document_attribute_gen.go#L617: func (d *DocumentAttributeVideo) Zero() bool {
		tl_document_attribute_gen.go#L650: func (d *DocumentAttributeVideo) String() string {
		tl_document_attribute_gen.go#L654: 	type Alias DocumentAttributeVideo
		tl_document_attribute_gen.go#L659: func (d *DocumentAttributeVideo) FillFrom(from interface {
		tl_document_attribute_gen.go#L683: func (*DocumentAttributeVideo) TypeID() uint32 {
		tl_document_attribute_gen.go#L688: func (*DocumentAttributeVideo) TypeName() string {
		tl_document_attribute_gen.go#L693: func (d *DocumentAttributeVideo) TypeInfo() tdp.Type {
		tl_document_attribute_gen.go#L740: func (d *DocumentAttributeVideo) SetFlags() {
		tl_document_attribute_gen.go#L756: func (d *DocumentAttributeVideo) Encode(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L765: func (d *DocumentAttributeVideo) EncodeBare(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L783: func (d *DocumentAttributeVideo) Decode(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L794: func (d *DocumentAttributeVideo) DecodeBare(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L838: func (d *DocumentAttributeVideo) SetRoundMessage(value bool) {
		tl_document_attribute_gen.go#L849: func (d *DocumentAttributeVideo) GetRoundMessage() (value bool) {
		tl_document_attribute_gen.go#L857: func (d *DocumentAttributeVideo) SetSupportsStreaming(value bool) {
		tl_document_attribute_gen.go#L868: func (d *DocumentAttributeVideo) GetSupportsStreaming() (value bool) {
		tl_document_attribute_gen.go#L876: func (d *DocumentAttributeVideo) SetNosound(value bool) {
		tl_document_attribute_gen.go#L887: func (d *DocumentAttributeVideo) GetNosound() (value bool) {
		tl_document_attribute_gen.go#L895: func (d *DocumentAttributeVideo) GetDuration() (value float64) {
		tl_document_attribute_gen.go#L903: func (d *DocumentAttributeVideo) GetW() (value int) {
		tl_document_attribute_gen.go#L911: func (d *DocumentAttributeVideo) GetH() (value int) {
		tl_document_attribute_gen.go#L919: func (d *DocumentAttributeVideo) SetPreloadPrefixSize(value int) {
		tl_document_attribute_gen.go#L926: func (d *DocumentAttributeVideo) GetPreloadPrefixSize() (value int, ok bool) {
		tl_document_attribute_gen.go#L1845: 		v := DocumentAttributeVideo{}
		tl_document_attribute_slices_gen.go#L148: 		value, ok := elem.(*DocumentAttributeVideo)
		tl_document_attribute_slices_gen.go#L362: type DocumentAttributeVideoArray []DocumentAttributeVideo
		tl_document_attribute_slices_gen.go#L365: func (s DocumentAttributeVideoArray) Sort(less func(a, b DocumentAttributeVideo) bool) DocumentAttributeVideoArray {
		tl_document_attribute_slices_gen.go#L373: func (s DocumentAttributeVideoArray) SortStable(less func(a, b DocumentAttributeVideo) bool) DocumentAttributeVideoArray {
		tl_document_attribute_slices_gen.go#L381: func (s DocumentAttributeVideoArray) Retain(keep func(x DocumentAttributeVideo) bool) DocumentAttributeVideoArray {
		tl_document_attribute_slices_gen.go#L395: func (s DocumentAttributeVideoArray) First() (v DocumentAttributeVideo, ok bool) {
		tl_document_attribute_slices_gen.go#L403: func (s DocumentAttributeVideoArray) Last() (v DocumentAttributeVideo, ok bool) {
		tl_document_attribute_slices_gen.go#L411: func (s *DocumentAttributeVideoArray) PopFirst() (v DocumentAttributeVideo, ok bool) {
		tl_document_attribute_slices_gen.go#L421: 	var zero DocumentAttributeVideo
		tl_document_attribute_slices_gen.go#L430: func (s *DocumentAttributeVideoArray) Pop() (v DocumentAttributeVideo, ok bool) {
		tl_registry_gen.go#L4063: 		DocumentAttributeVideoTypeID:                             func() bin.Object { return &DocumentAttributeVideo{} },