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

19 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_gen.go#L1510: type DocumentAttributeHasStickers struct {
		tl_document_attribute_gen.go#L1517: func (d DocumentAttributeHasStickers) construct() DocumentAttributeClass { return &d }
		tl_document_attribute_gen.go#L1521: 	_ bin.Encoder     = &DocumentAttributeHasStickers{}
		tl_document_attribute_gen.go#L1522: 	_ bin.Decoder     = &DocumentAttributeHasStickers{}
		tl_document_attribute_gen.go#L1523: 	_ bin.BareEncoder = &DocumentAttributeHasStickers{}
		tl_document_attribute_gen.go#L1524: 	_ bin.BareDecoder = &DocumentAttributeHasStickers{}
		tl_document_attribute_gen.go#L1526: 	_ DocumentAttributeClass = &DocumentAttributeHasStickers{}
		tl_document_attribute_gen.go#L1529: func (d *DocumentAttributeHasStickers) Zero() bool {
		tl_document_attribute_gen.go#L1538: func (d *DocumentAttributeHasStickers) String() string {
		tl_document_attribute_gen.go#L1542: 	type Alias DocumentAttributeHasStickers
		tl_document_attribute_gen.go#L1549: func (*DocumentAttributeHasStickers) TypeID() uint32 {
		tl_document_attribute_gen.go#L1554: func (*DocumentAttributeHasStickers) TypeName() string {
		tl_document_attribute_gen.go#L1559: func (d *DocumentAttributeHasStickers) TypeInfo() tdp.Type {
		tl_document_attribute_gen.go#L1573: func (d *DocumentAttributeHasStickers) Encode(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L1582: func (d *DocumentAttributeHasStickers) EncodeBare(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L1590: func (d *DocumentAttributeHasStickers) Decode(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L1601: func (d *DocumentAttributeHasStickers) DecodeBare(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L1972: 		v := DocumentAttributeHasStickers{}
		tl_registry_gen.go#L5448: 		DocumentAttributeHasStickersTypeID:                       func() bin.Object { return &DocumentAttributeHasStickers{} },