set_user_support_info

Function set_user_support_info 

Source
pub async fn set_user_support_info(
    user_id: i64,
    message: FormattedText,
    client_id: i32,
) -> Result<UserSupportInfo, Error>
Expand description

Sets support information for the given user; for Telegram support only

ยงArguments

  • user_id - User identifier
  • message - New information message
  • client_id - The client id to send the request to