copyWith method

AllowBotToSendMessages copyWith({
  1. int? botUserId,
})

Implementation

AllowBotToSendMessages copyWith({int? botUserId}) =>
    AllowBotToSendMessages(botUserId: botUserId ?? this.botUserId);