messages.SetBotCallbackAnswer
- class pyrogram.raw.functions.messages.SetBotCallbackAnswer
Set the callback answer to a user button press (bots only)
- Details:
Layer:
194
ID:
D58F130A
- Parameters:
query_id (
int
64-bit
) – Query IDcache_time (
int
32-bit
) – Cache validityalert (
bool
, optional) – Whether to show the message as a popup instead of a toast notificationmessage (
str
, optional) – Popup to showurl (
str
, optional) – URL to open
- Returns:
bool