TDLib v0.0.2 TDLib.Method.GetPublicMessageLink View Source
Returns a public HTTPS link to a message. Available only for messages in public supergroups and channels.
Returns object_ptr
| Name | Type | Description |
|---|---|---|
| chat_id | string | Identifier of the chat to which the message belongs. |
| message_id | string | Identifier of the message. |
| for_album | bool | Pass true if a link for a whole media album should be returned. |
More details on telegram’s documentation.