isBot property

bool isBot

Returns whether of this is a bot

Example :

print(member.isBot());

Implementation

bool get isBot => user.bot;