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.

NameTypeDescription
chat_idstringIdentifier of the chat to which the message belongs.
message_idstringIdentifier of the message.
for_albumboolPass true if a link for a whole media album should be returned.

More details on telegram’s documentation.