QuickReply.edit()¶
- QuickReply.edit()¶
Bound method edit of
QuickReply.- Use as a shortcut for:
await quick_reply.edit("new_shortcut")
- Parameters:
shortcut (
str) – The new name for the shortcut.- Returns:
bool– True on success.
Bound method edit of QuickReply.
await quick_reply.edit("new_shortcut")
shortcut (str) – The new name for the shortcut.
bool – True on success.