View Source ExTDLib.Method.GetMessageEmbeddingCode (ExTDLib v0.0.4)
Returns an HTML code for embedding the message. Available only for messages in supergroups and channels with a username. Returns object_ptr<Text>.
| 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 to return an HTML code for embedding of the whole media album. |
More details on telegram's documentation.