GetChatPinnedMessage constructor

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

GetChatPinnedMessage (getChatPinnedMessage) - TDLib function

Returns information about a newest pinned message in the chat.

  • chatId: Identifier of the chat the message belongs to.

Message is returned on completion.

Implementation

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