GetChat constructor

const GetChat({
  1. required int chatId,
})

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

Implementation

const GetChat({
  required this.chatId,
});