peyk.platforms.bale.methods.send_video¶
- async peyk.platforms.bale.methods.send_video(self, chat_id: int | str, video: str | bytes | FilePayload, *, caption: str | None = None, reply_to_message_id: int | None = None, reply_markup: Mapping[str, object] | None = None) Message[source]¶
Sends video through the Bale API.
- Parameters:
chat_id – Identifier of the target chat.
video – Video input supplied to the operation.
caption – Value used by this operation.
reply_to_message_id – Value used by this operation.
reply_markup – Keyboard or reply markup attached to the request.
- Returns:
Result produced by the Bale operation.