GetChatPinnedMessage constructor

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

Returns information about a newest pinned message in the chat

Implementation

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