copyWith method

InlineMessageId copyWith({
  1. String? id,
})

Implementation

InlineMessageId copyWith({String? id}) => InlineMessageId(id: id ?? this.id);