ChatOnlines

class pyrogram.raw.base.ChatOnlines

Number of online users in a chat

Constructors:

This base type has 1 constructor available.

ChatOnlines

Number of online users in a chat

Functions:

This object can be returned by 1 function.

messages.GetOnlines

Get count of online users in a chat

TL Schema

chatOnlines#f041e250
onlines:int

= ChatOnlines

Parameter Tree

ChatOnlines
└── onlinesint

Example

ChatOnlines(
    onlines=0,
)