GetChat constructor

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

Returns information about a chat by its identifier; this is an offline request if the current user is not a bot

Returns Chat

Implementation

GetChat