documentAttributeSticker
Defines a sticker
type tg.DocumentAttributeSticker struct { /* ... */ }
Implements DocumentAttribute.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Mask | bool | — | Whether this is a mask sticker |
Alt | string | yes | Alternative emoji representation of sticker |
Stickerset | InputStickerSetClass | yes | Associated stickerset |
MaskCoords | MaskCoords | — | Mask coordinates (if this is a mask sticker, attached to a photo) |
References
- Official documentation
- Generated Go reference
- TL definition:
documentAttributeSticker#6319d612