messages.StartBot¶
- class pyrogram.raw.functions.messages.StartBot[source]¶
Start a conversation with a bot using a deep linking parameter
Usable by Users Bots- Details:
Layer:
229ID:
E6DF7378
- Parameters:
bot (
InputUser) – The botpeer (
InputPeer) – The chat where to start the bot, can be the bot’s private chat or a grouprandom_id (
int64-bit) – Random ID to avoid resending the same message. See here » for more info on random ID deduplication and updateMessageID mapping.start_param (
str) – Deep linking parameter
- Returns: