Function allow_bot_to_send_messages

Source
pub async fn allow_bot_to_send_messages(
    bot_user_id: i64,
    client_id: i32,
) -> Result<(), Error>
Expand description

Allows the specified bot to send messages to the user

ยงArguments

  • bot_user_id - Identifier of the target bot
  • client_id - The client id to send the request to