pub async fn create_business_chat_link(
link_info: InputBusinessChatLink,
client_id: i32,
) -> Result<BusinessChatLink, Error>Expand description
Creates a business chat link for the current account. Requires Telegram Business subscription. There can be up to getOption(“business_chat_link_count_max”) links created. Returns the created link
§Arguments
link_info- Information about the link to createclient_id- The client id to send the request to