LeaveChat constructor

LeaveChat(
  1. {required int chat_id,
  2. int? extra,
  3. int? clientId}
)

Removes the current user from chat members. Private and secret chats can't be left using this method

Returns Ok

Implementation

LeaveChat