MessageListItemContent
open fun LazyItemScope.MessageListItemContent(messageItem: MessageItemState, reactionSorting: ReactionSorting, onPollUpdated: (Message, Poll) -> Unit, onCastVote: (Message, Poll, Option) -> Unit, onRemoveVote: (Message, Poll, Vote) -> Unit, selectPoll: (Message, Poll, PollSelectionType) -> Unit, onClosePoll: (String) -> Unit, onAddPollOption: (Poll, String) -> Unit, onLongItemClick: (Message) -> Unit, onThreadClick: (Message) -> Unit, onReactionsClick: (Message) -> Unit, onGiphyActionClick: (GiphyAction) -> Unit, onMediaGalleryPreviewResult: (MediaGalleryPreviewResult?) -> Unit, onQuotedMessageClick: (Message) -> Unit, onUserAvatarClick: (User) -> Unit?, onMessageLinkClick: (Message, String) -> Unit?, onUserMentionClick: (User) -> Unit, onAddAnswer: (Message, Poll, String) -> Unit, onReply: (Message) -> Unit)
The default item content of a regular message.