GetChat constructor
const
GetChat({
- 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,
});