- API ›
- Constructors ›
- InputMediaAreaChannelPost
InputMediaAreaChannelPost
---types--- inputMediaAreaChannelPost#2271f2bf coordinates:MediaAreaCoordinates channel:InputChannel 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::InputMediaAreaChannelPost(v) = result { ... }
Parameters
| coordinates | MediaAreaCoordinates | required |
| channel | InputChannel | required |
| msg_id | int | required |
Used by
| SearchPosts |