danog\MadelineProto\EventHandler\Participant\Rights\Banned
Author: Daniil Gentili daniil@daniil.it
Represents the rights of a normal user in a supergroup/channel/chat. In this case, the flags are inverted: if set, a flag does not allow a user to do X.
Properties
$viewMessages:boolIf set, does not allow a user to view messages in a supergroup/chat$sendMessages:boolIf set, does not allow a user to send messages in a supergroup/chat$sendMedia:boolIf set, does not allow a user to send any media in a supergroup/chat$sendStickers:boolIf set, does not allow a user to send stickers in a supergroup/chat$sendGifs:boolIf set, does not allow a user to send stickers in a supergroup/chat$sendGames:boolIf set, does not allow a user to send games in a supergroup/chat$sendInline:boolIf set, does not allow a user to use inline bots in a supergroup/chat$embedLinks:boolIf set, does not allow a user to embed links in the messages of a supergroup/chat$sendPolls:boolIf set, does not allow a user to send polls in a supergroup/chat$changeInfo:boolIf set, does not allow any user to change the description of a supergroup/chat$inviteUsers:boolIf set, does not allow any user to invite users in a supergroup/chat$pinMessages:boolIf set, does not allow any user to pin messages in a supergroup/chat$manageTopics:boolIf set, does not allow any user to create, delete or modify forum topics ».$sendPhotos:boolIf set, does not allow a user to send photos in a supergroup/chat$sendVideos:boolIf set, does not allow a user to send videos in a supergroup/chat$sendRoundvideos:boolIf set, does not allow a user to send round videos in a supergroup/chat$sendAudios:boolIf set, does not allow a user to send audio files in a supergroup/chat$sendDocs:boolIf set, does not allow a user to send documents in a supergroup/chat$sendPlain:boolIf set, does not allow a user to send text messages in a supergroup/chat$untilDate:intValidity of said permissions (it is considered forever any value less then 30 seconds or more then 366 days). — Generated by danog/phpdoc