api.getAttachedStickerSets()
Returns a list of sticker sets attached to a file. Currently, only photos and videos can have attached sticker sets
Parameters
GetAttachedStickerSetsParams
:chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
fileId | number | File identifier |
Returns
ApiResponse
interface:interface ApiResponse {
_: 'getAttachedStickerSets' | 'error'
airgram: Airgram
request: {
method: 'getAttachedStickerSets'
params: GetAttachedStickerSetsParams
}
response: |
setState: (nextState: Record<string, unknown>) => void
getState: () => Record<string, unknown>
}