get_scheduled_messages()¶
- Client.get_scheduled_messages()¶
Get one or more scheduled messages from a chat.
Usable by Users Bots
- Parameters:¶
chat_id (
int|str) – Unique identifier (int) or username (str) of the target chat. For your personal cloud (Saved Messages) you can simply use “me” or “self”. For a contact that exists in your Telegram address book you can use his phone number (str).- Returns:¶
List of
Message: a list of messages is returned.
Example
# Get scheduled messages await app.get_scheduled_messages(chat_id)- Raises:¶
ValueError – In case of invalid arguments.