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

37 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_gen.go#L302: type DocumentAttributeSticker struct {
		tl_document_attribute_gen.go#L324: func (d DocumentAttributeSticker) construct() DocumentAttributeClass { return &d }
		tl_document_attribute_gen.go#L328: 	_ bin.Encoder     = &DocumentAttributeSticker{}
		tl_document_attribute_gen.go#L329: 	_ bin.Decoder     = &DocumentAttributeSticker{}
		tl_document_attribute_gen.go#L330: 	_ bin.BareEncoder = &DocumentAttributeSticker{}
		tl_document_attribute_gen.go#L331: 	_ bin.BareDecoder = &DocumentAttributeSticker{}
		tl_document_attribute_gen.go#L333: 	_ DocumentAttributeClass = &DocumentAttributeSticker{}
		tl_document_attribute_gen.go#L336: func (d *DocumentAttributeSticker) Zero() bool {
		tl_document_attribute_gen.go#L360: func (d *DocumentAttributeSticker) String() string {
		tl_document_attribute_gen.go#L364: 	type Alias DocumentAttributeSticker
		tl_document_attribute_gen.go#L369: func (d *DocumentAttributeSticker) FillFrom(from interface {
		tl_document_attribute_gen.go#L387: func (*DocumentAttributeSticker) TypeID() uint32 {
		tl_document_attribute_gen.go#L392: func (*DocumentAttributeSticker) TypeName() string {
		tl_document_attribute_gen.go#L397: func (d *DocumentAttributeSticker) TypeInfo() tdp.Type {
		tl_document_attribute_gen.go#L430: func (d *DocumentAttributeSticker) SetFlags() {
		tl_document_attribute_gen.go#L440: func (d *DocumentAttributeSticker) Encode(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L449: func (d *DocumentAttributeSticker) EncodeBare(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L473: func (d *DocumentAttributeSticker) Decode(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L484: func (d *DocumentAttributeSticker) DecodeBare(b *bin.Buffer) error {
		tl_document_attribute_gen.go#L517: func (d *DocumentAttributeSticker) SetMask(value bool) {
		tl_document_attribute_gen.go#L528: func (d *DocumentAttributeSticker) GetMask() (value bool) {
		tl_document_attribute_gen.go#L536: func (d *DocumentAttributeSticker) GetAlt() (value string) {
		tl_document_attribute_gen.go#L544: func (d *DocumentAttributeSticker) GetStickerset() (value InputStickerSetClass) {
		tl_document_attribute_gen.go#L552: func (d *DocumentAttributeSticker) SetMaskCoords(value MaskCoords) {
		tl_document_attribute_gen.go#L559: func (d *DocumentAttributeSticker) GetMaskCoords() (value MaskCoords, ok bool) {
		tl_document_attribute_gen.go#L1838: 		v := DocumentAttributeSticker{}
		tl_document_attribute_slices_gen.go#L135: 		value, ok := elem.(*DocumentAttributeSticker)
		tl_document_attribute_slices_gen.go#L280: type DocumentAttributeStickerArray []DocumentAttributeSticker
		tl_document_attribute_slices_gen.go#L283: func (s DocumentAttributeStickerArray) Sort(less func(a, b DocumentAttributeSticker) bool) DocumentAttributeStickerArray {
		tl_document_attribute_slices_gen.go#L291: func (s DocumentAttributeStickerArray) SortStable(less func(a, b DocumentAttributeSticker) bool) DocumentAttributeStickerArray {
		tl_document_attribute_slices_gen.go#L299: func (s DocumentAttributeStickerArray) Retain(keep func(x DocumentAttributeSticker) bool) DocumentAttributeStickerArray {
		tl_document_attribute_slices_gen.go#L313: func (s DocumentAttributeStickerArray) First() (v DocumentAttributeSticker, ok bool) {
		tl_document_attribute_slices_gen.go#L321: func (s DocumentAttributeStickerArray) Last() (v DocumentAttributeSticker, ok bool) {
		tl_document_attribute_slices_gen.go#L329: func (s *DocumentAttributeStickerArray) PopFirst() (v DocumentAttributeSticker, ok bool) {
		tl_document_attribute_slices_gen.go#L339: 	var zero DocumentAttributeSticker
		tl_document_attribute_slices_gen.go#L348: func (s *DocumentAttributeStickerArray) Pop() (v DocumentAttributeSticker, ok bool) {
		tl_registry_gen.go#L4062: 		DocumentAttributeStickerTypeID:                           func() bin.Object { return &DocumentAttributeSticker{} },