guardBot property

  1. @JsonKey.new(name: 'guard_bot')
User? get guardBot
inherited

Optional. The bot that processes join request queries in the chat. The field is only available to chat administrators.

Implementation

@JsonKey(name: 'guard_bot')
User? get guardBot;