help.GetTimezonesList
- class pyrogram.raw.functions.help.GetTimezonesList
Returns timezone information that may be used elsewhere in the API, such as to set Telegram Business opening hours ».
- Details:
Layer:
223ID:
49B30240
- Parameters:
hash (
int32-bit) – Hash used for caching, for more info click here.- Returns:
TL Schema
help.getTimezonesList#49b30240
hash:int
= help.TimezonesList
Parameter Tree
GetTimezonesList
└── hash →
intExample
await app.invoke(
GetTimezonesList(
hash=0,
)
)