copyWith method
Implementation
ChatJoinResultGuardBotApprovalRequired copyWith({
int? botUserId,
int? queryId,
}) => ChatJoinResultGuardBotApprovalRequired(
botUserId: botUserId ?? this.botUserId,
queryId: queryId ?? this.queryId,
);
ChatJoinResultGuardBotApprovalRequired copyWith({
int? botUserId,
int? queryId,
}) => ChatJoinResultGuardBotApprovalRequired(
botUserId: botUserId ?? this.botUserId,
queryId: queryId ?? this.queryId,
);