- API ›
- Constructors ›
- MediaAreaChannelPost
MediaAreaChannelPost
---types--- mediaAreaChannelPost#770416af coordinates:MediaAreaCoordinates channel_id:long msg_id:int = MediaArea
Belongs to
| MediaArea |
In Rust this constructor is a variant of the enums::MediaArea enum.
Match on it with: if let enums::MediaArea::MediaAreaChannelPost(v) = result { ... }
Parameters
| coordinates | MediaAreaCoordinates | required |
| channel_id | long | required |
| msg_id | int | required |
Used by
| SearchPosts |