SendBotStartMessage constructor

SendBotStartMessage(
  1. {required int bot_user_id,
  2. required int chat_id,
  3. required String parameter,
  4. int? extra,
  5. int? clientId}
)

Invites a bot to a chat (if it is not yet a member) and sends it the /start command. Bots can't be invited to a private chat other than the chat with the bot. Bots can't be invited to channels (although they can be added as admins) and secret chats. Returns the sent message

Returns Message

Implementation

SendBotStartMessage