copyWith method

GetChatPinnedMessage copyWith({
  1. int? chatId,
})

Implementation

GetChatPinnedMessage copyWith({int? chatId}) =>
    GetChatPinnedMessage(chatId: chatId ?? this.chatId);