Uses of Class
org.drinkless.tdlib.TdApi.CommunityMemberStatus
Packages that use TdApi.CommunityMemberStatus
-
Uses of TdApi.CommunityMemberStatus in org.drinkless.tdlib
Subclasses of TdApi.CommunityMemberStatus in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classThe user is a member of the community and has some additional privileges.static classThe user or the chat was banned in the community; implies ban in all chats in the community.static classThe user is the owner of the community and has all the administrator privileges.static classThe user or the chat is not a community member.static classThe user is a member of the community, without any additional privileges or restrictions.Fields in org.drinkless.tdlib declared as TdApi.CommunityMemberStatusModifier and TypeFieldDescriptionTdApi.Community.statusStatus of the current user in the community.Constructors in org.drinkless.tdlib with parameters of type TdApi.CommunityMemberStatusModifierConstructorDescriptionCommunity(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.