@override Map<String, dynamic> toJson() => <String, dynamic>{ 'source': source?.toJson(), 'button_id': buttonId, 'shared_chat_id': sharedChatId, 'only_check': onlyCheck, '@type': constructor, };