MadelineProto/docs/TD_docs/methods/sendBotStartMessage.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

1.0 KiB

title description
sendBotStartMessage Invites bot to a chat (if it is not in the chat) and send /start to it. Bot can't be invited to a private chat other than chat with the bot. Bots can't be invited to broadcast channel chats and secret chats. Returns sent message

Method: sendBotStartMessage

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Invites bot to a chat (if it is not in the chat) and send /start to it. Bot can't be invited to a private chat other than chat with the bot. Bots can't be invited to broadcast channel chats and secret chats. Returns sent message

Params:

Name Type Required Description
bot_user_id int Yes Identifier of the bot
chat_id int53 Yes Identifier of the chat
parameter string Yes Hidden parameter sent to bot for deep linking (https: api.telegram.org/bots#deep-linking)

Return type: Message