type github.com/gotd/td/tg.DocumentAttributeVideo
46 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_gen.go#L573: type DocumentAttributeVideo struct {
tl_document_attribute_gen.go#L613: func (d DocumentAttributeVideo) construct() DocumentAttributeClass { return &d }
tl_document_attribute_gen.go#L617: _ bin.Encoder = &DocumentAttributeVideo{}
tl_document_attribute_gen.go#L618: _ bin.Decoder = &DocumentAttributeVideo{}
tl_document_attribute_gen.go#L619: _ bin.BareEncoder = &DocumentAttributeVideo{}
tl_document_attribute_gen.go#L620: _ bin.BareDecoder = &DocumentAttributeVideo{}
tl_document_attribute_gen.go#L622: _ DocumentAttributeClass = &DocumentAttributeVideo{}
tl_document_attribute_gen.go#L625: func (d *DocumentAttributeVideo) Zero() bool {
tl_document_attribute_gen.go#L664: func (d *DocumentAttributeVideo) String() string {
tl_document_attribute_gen.go#L668: type Alias DocumentAttributeVideo
tl_document_attribute_gen.go#L673: func (d *DocumentAttributeVideo) FillFrom(from interface {
tl_document_attribute_gen.go#L707: func (*DocumentAttributeVideo) TypeID() uint32 {
tl_document_attribute_gen.go#L712: func (*DocumentAttributeVideo) TypeName() string {
tl_document_attribute_gen.go#L717: func (d *DocumentAttributeVideo) TypeInfo() tdp.Type {
tl_document_attribute_gen.go#L774: func (d *DocumentAttributeVideo) SetFlags() {
tl_document_attribute_gen.go#L796: func (d *DocumentAttributeVideo) Encode(b *bin.Buffer) error {
tl_document_attribute_gen.go#L805: func (d *DocumentAttributeVideo) EncodeBare(b *bin.Buffer) error {
tl_document_attribute_gen.go#L829: func (d *DocumentAttributeVideo) Decode(b *bin.Buffer) error {
tl_document_attribute_gen.go#L840: func (d *DocumentAttributeVideo) DecodeBare(b *bin.Buffer) error {
tl_document_attribute_gen.go#L898: func (d *DocumentAttributeVideo) SetRoundMessage(value bool) {
tl_document_attribute_gen.go#L909: func (d *DocumentAttributeVideo) GetRoundMessage() (value bool) {
tl_document_attribute_gen.go#L917: func (d *DocumentAttributeVideo) SetSupportsStreaming(value bool) {
tl_document_attribute_gen.go#L928: func (d *DocumentAttributeVideo) GetSupportsStreaming() (value bool) {
tl_document_attribute_gen.go#L936: func (d *DocumentAttributeVideo) SetNosound(value bool) {
tl_document_attribute_gen.go#L947: func (d *DocumentAttributeVideo) GetNosound() (value bool) {
tl_document_attribute_gen.go#L955: func (d *DocumentAttributeVideo) GetDuration() (value float64) {
tl_document_attribute_gen.go#L963: func (d *DocumentAttributeVideo) GetW() (value int) {
tl_document_attribute_gen.go#L971: func (d *DocumentAttributeVideo) GetH() (value int) {
tl_document_attribute_gen.go#L979: func (d *DocumentAttributeVideo) SetPreloadPrefixSize(value int) {
tl_document_attribute_gen.go#L986: func (d *DocumentAttributeVideo) GetPreloadPrefixSize() (value int, ok bool) {
tl_document_attribute_gen.go#L997: func (d *DocumentAttributeVideo) SetVideoStartTs(value float64) {
tl_document_attribute_gen.go#L1004: func (d *DocumentAttributeVideo) GetVideoStartTs() (value float64, ok bool) {
tl_document_attribute_gen.go#L1015: func (d *DocumentAttributeVideo) SetVideoCodec(value string) {
tl_document_attribute_gen.go#L1022: func (d *DocumentAttributeVideo) GetVideoCodec() (value string, ok bool) {
tl_document_attribute_gen.go#L1951: 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#L5445: DocumentAttributeVideoTypeID: func() bin.Object { return &DocumentAttributeVideo{} },
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |