ChatOnlines
- class pyrogram.raw.base.ChatOnlines
Number of online users in a chat
- Constructors:
This base type has 1 constructor available.
Number of online users in a chat
- Functions:
This object can be returned by 1 function.
Get count of online users in a chat
TL Schema
chatOnlines#f041e250
onlines:int
= ChatOnlines
Parameter Tree
ChatOnlines
└── onlines →
intExample
ChatOnlines(
onlines=0,
)