CanBotSendMessages constructor

CanBotSendMessages(
  1. {required int bot_user_id,
  2. int? extra,
  3. int? clientId}
)

Checks whether the specified bot can send messages to the user. Returns a 404 error if can't and the access can be granted by call to allowBotToSendMessages

Returns Ok

Implementation

CanBotSendMessages