UpdateChatParticipantRank constructor
const
UpdateChatParticipantRank({})
Update Chat Participant Rank constructor.
Implementation
const UpdateChatParticipantRank({
required this.chatId,
required this.userId,
required this.rank,
required this.version,
}) : super._();