Uses of Class
org.drinkless.tdlib.TdApi.CommunityPermissions
Packages that use TdApi.CommunityPermissions
-
Uses of TdApi.CommunityPermissions in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.CommunityPermissionsModifier and TypeFieldDescriptionTdApi.Community.permissionsActions that non-administrator community members are allowed to take in the community.Constructors in org.drinkless.tdlib with parameters of type TdApi.CommunityPermissionsModifierConstructorDescriptionCommunity(long id, boolean haveAccess, String name, TdApi.ChatPhotoInfo photo, int date, TdApi.CommunityMemberStatus status, TdApi.CommunityPermissions permissions) Represents a community consisting of supergroup chats, channel chats and chats with bots.