mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 22:06:56 +01:00
692 B
692 B
title | description |
---|---|
getPublicMessageLink | Returns public HTTPS link to a message. Available only for messages in public channels |
Method: getPublicMessageLink
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns public HTTPS link to a message. Available only for messages in public channels
Params:
Name | Type | Required | Description |
---|---|---|---|
chat_id | int53 | Yes | Identifier of the chat, message belongs to |
message_id | int53 | Yes | Identifier of the message |