type github.com/gotd/td/tg.DocumentAttributeAnimated
19 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_gen.go#L200: type DocumentAttributeAnimated struct {
tl_document_attribute_gen.go#L207: func (d DocumentAttributeAnimated) construct() DocumentAttributeClass { return &d }
tl_document_attribute_gen.go#L211: _ bin.Encoder = &DocumentAttributeAnimated{}
tl_document_attribute_gen.go#L212: _ bin.Decoder = &DocumentAttributeAnimated{}
tl_document_attribute_gen.go#L213: _ bin.BareEncoder = &DocumentAttributeAnimated{}
tl_document_attribute_gen.go#L214: _ bin.BareDecoder = &DocumentAttributeAnimated{}
tl_document_attribute_gen.go#L216: _ DocumentAttributeClass = &DocumentAttributeAnimated{}
tl_document_attribute_gen.go#L219: func (d *DocumentAttributeAnimated) Zero() bool {
tl_document_attribute_gen.go#L228: func (d *DocumentAttributeAnimated) String() string {
tl_document_attribute_gen.go#L232: type Alias DocumentAttributeAnimated
tl_document_attribute_gen.go#L239: func (*DocumentAttributeAnimated) TypeID() uint32 {
tl_document_attribute_gen.go#L244: func (*DocumentAttributeAnimated) TypeName() string {
tl_document_attribute_gen.go#L249: func (d *DocumentAttributeAnimated) TypeInfo() tdp.Type {
tl_document_attribute_gen.go#L263: func (d *DocumentAttributeAnimated) Encode(b *bin.Buffer) error {
tl_document_attribute_gen.go#L272: func (d *DocumentAttributeAnimated) EncodeBare(b *bin.Buffer) error {
tl_document_attribute_gen.go#L280: func (d *DocumentAttributeAnimated) Decode(b *bin.Buffer) error {
tl_document_attribute_gen.go#L291: func (d *DocumentAttributeAnimated) DecodeBare(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1831: v := DocumentAttributeAnimated{}
tl_registry_gen.go#L4061: DocumentAttributeAnimatedTypeID: func() bin.Object { return &DocumentAttributeAnimated{} },
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. |