Skip to content

CommunityFullInfo

Type · TDLib 1.8.67 · d1085f9c

Contains full information about a community

CommunityFullInfo(
  photo: ChatPhoto,
  chats: list of CommunityChat,
  administrator_count: int32,
  banned_count: int32,
  add_chat_request_count: int32
) → CommunityFullInfo

photo

ChatPhoto

Photo of the community

chats

list of CommunityChat

Chats belonging to the community

administrator_count

int32

Number of privileged users in the community; 0 if the current user isn't an administrator of the community

banned_count

int32

Number of users banned from the community; 0 if the current user isn't an administrator of the community

add_chat_request_count

int32

Number of pending requests for addition of chats to the community; 0 if the current user isn't an administrator of the community