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

946 B

title description
openMessageContent Message content is opened, for example the user has opened a photo, a video, a document, a location or a venue or have listened to an audio or a voice message. You will receive updateOpenMessageContent if something has changed

Method: openMessageContent

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Message content is opened, for example the user has opened a photo, a video, a document, a location or a venue or have listened to an audio or a voice message. You will receive updateOpenMessageContent if something has changed

Params:

Name Type Required Description
chat_id int53 Yes Chat identifier of the message
message_id int53 Yes Identifier of the message with opened content

Return type: Ok