View Source ExTDLib.Object.PushMessageContentMediaAlbum (ExTDLib v0.0.4)
A media album.
| Name | Type | Description |
|---|---|---|
| total_count | number | Number of messages in the album. |
| has_photos | bool | True, if the album has at least one photo. |
| has_videos | bool | True, if the album has at least one video file. |
| has_audios | bool | True, if the album has at least one audio file. |
| has_documents | bool | True, if the album has at least one document. |
More details on telegram's documentation.