BotSubsessionTitleInfo constructor

const BotSubsessionTitleInfo({
  1. required String? title,
  2. required bool userRenamed,
})

Implementation

const BotSubsessionTitleInfo({
  required this.title,
  required this.userRenamed,
});