1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 21:46:55 +01:00
MadelineProto/docs/TD_docs/methods/getPublicMessageLink.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

692 B

title description
getPublicMessageLink Returns public HTTPS link to a message. Available only for messages in public channels

Back to methods index

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

Return type: PublicMessageLink