TDLib v0.0.2 TDLib.Object.ChatMemberStatusBanned View Source

The user was banned (and hence is not a member of the chat). Implies the user can’t return to the chat or view messages.

NameTypeDescription
banned_until_datenumberPoint in time (Unix timestamp) when the user will be unbanned; 0 if never. If the user is banned for more than 366 days or for less than 30 seconds from the current time, the user is considered to be banned forever.

More details on telegram’s documentation.