UserTypeBot constructor

UserTypeBot(
  1. {required bool can_be_edited,
  2. required bool can_join_groups,
  3. required bool can_read_all_group_messages,
  4. required bool is_inline,
  5. required String inline_query_placeholder,
  6. required bool need_location,
  7. required bool can_be_added_to_attachment_menu,
  8. int? extra,
  9. int? clientId}
)

A bot (see https://core.telegram.org/bots)

Implementation

UserTypeBot