mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-05 06:25:30 +00:00
Released 1.8.3
This commit is contained in:
parent
b4a8f9f280
commit
dced397c15
3 changed files with 4 additions and 4 deletions
|
|
@ -15197,7 +15197,7 @@ namespace TL
|
|||
/// <param name="peer">Peer</param>
|
||||
/// <param name="id">Message ID</param>
|
||||
/// <param name="reaction">Get only reactions of this type (UTF8 emoji)</param>
|
||||
/// <param name="offset">Offset (typically taken from the <c>next_offset</c> field of the returned <see cref="MessageReactionsList"/>)</param>
|
||||
/// <param name="offset">Offset (typically taken from the <c>next_offset</c> field of the returned <see cref="Messages_MessageReactionsList"/>)</param>
|
||||
/// <param name="limit">Maximum number of results to return, <a href="https://corefork.telegram.org/api/offsets">see pagination</a></param>
|
||||
public static Task<Messages_MessageReactionsList> Messages_GetMessageReactionsList(this Client client, InputPeer peer, int id, int limit, string reaction = null, string offset = null)
|
||||
=> client.Invoke(new Messages_GetMessageReactionsList
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue