messages.GetScheduledHistory¶
- class pyrogram.raw.functions.messages.GetScheduledHistory[source]¶
Get scheduled messages
Usable by Users Bots- Details:
Layer:
229ID:
F516760B
- Parameters:
peer (
InputPeer) – Peerhash (
int64-bit) – Hash used for caching, for more info click here. To generate the hash, populate theidsarray with theid,edit_date(0 if unedited) anddate(in this order) of the previously returned messages (in order, i.e.ids = [id1, (edit_date1?? 0), date1, id2, (edit_date2?? 0), date2,...]).
- Returns: