mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 00:06:55 +01:00
23 lines
586 B
Markdown
23 lines
586 B
Markdown
---
|
|
title: viewTrendingStickerSets
|
|
description: Informs that some trending sticker sets are viewed by the user
|
|
---
|
|
## Method: viewTrendingStickerSets
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Informs that some trending sticker sets are viewed by the user
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|sticker\_set\_ids|Array of [CLICK ME int64](../constructors/int64.md) | Yes|Identifiers of viewed trending sticker sets|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|