GetChatPinnedMessage constructor
const
GetChatPinnedMessage({
- required int chatId,
Returns information about a newest pinned message in the chat
Implementation
const GetChatPinnedMessage({
required this.chatId,
});