type github.com/gotd/td/tg.DocumentAttributeHasStickers
19 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_gen.go#L1414: type DocumentAttributeHasStickers struct {
tl_document_attribute_gen.go#L1421: func (d DocumentAttributeHasStickers) construct() DocumentAttributeClass { return &d }
tl_document_attribute_gen.go#L1425: _ bin.Encoder = &DocumentAttributeHasStickers{}
tl_document_attribute_gen.go#L1426: _ bin.Decoder = &DocumentAttributeHasStickers{}
tl_document_attribute_gen.go#L1427: _ bin.BareEncoder = &DocumentAttributeHasStickers{}
tl_document_attribute_gen.go#L1428: _ bin.BareDecoder = &DocumentAttributeHasStickers{}
tl_document_attribute_gen.go#L1430: _ DocumentAttributeClass = &DocumentAttributeHasStickers{}
tl_document_attribute_gen.go#L1433: func (d *DocumentAttributeHasStickers) Zero() bool {
tl_document_attribute_gen.go#L1442: func (d *DocumentAttributeHasStickers) String() string {
tl_document_attribute_gen.go#L1446: type Alias DocumentAttributeHasStickers
tl_document_attribute_gen.go#L1453: func (*DocumentAttributeHasStickers) TypeID() uint32 {
tl_document_attribute_gen.go#L1458: func (*DocumentAttributeHasStickers) TypeName() string {
tl_document_attribute_gen.go#L1463: func (d *DocumentAttributeHasStickers) TypeInfo() tdp.Type {
tl_document_attribute_gen.go#L1477: func (d *DocumentAttributeHasStickers) Encode(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1486: func (d *DocumentAttributeHasStickers) EncodeBare(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1494: func (d *DocumentAttributeHasStickers) Decode(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1505: func (d *DocumentAttributeHasStickers) DecodeBare(b *bin.Buffer) error {
tl_document_attribute_gen.go#L1866: v := DocumentAttributeHasStickers{}
tl_registry_gen.go#L4066: DocumentAttributeHasStickersTypeID: func() bin.Object { return &DocumentAttributeHasStickers{} },
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. |