ChatMentionSuggestion constructor

ChatMentionSuggestion([
  1. void b(
    1. ChatMentionSuggestionBuilder
    )?
])

Creates a new ChatMentionSuggestion object using the builder pattern.

Implementation

factory ChatMentionSuggestion([void Function(ChatMentionSuggestionBuilder)? b]) = _$ChatMentionSuggestion;