MadelineProto/docs/TD_docs/methods/sendBotStartMessage.md

25 lines
1.0 KiB
Markdown
Raw Normal View History

---
title: sendBotStartMessage
2017-12-21 21:08:25 +01:00
description: 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](index.md)
2017-06-06 18:39:21 +02:00
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
2017-12-21 21:08:25 +01:00
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
### Parameters:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|bot\_user\_id|[int](../types/int.md) | Yes|Identifier of the bot|
2017-09-29 15:50:59 +02:00
|chat\_id|[int53](../types/int53.md) | Yes|Identifier of the chat|
|parameter|[string](../types/string.md) | Yes|Hidden parameter sent to bot for deep linking (https: api.telegram.org/bots#deep-linking)|
### Return type: [Message](../types/Message.md)