MessageReactor¶
- class pyrogram.types.MessageReactor¶
Contains information about a message reactor.
- Parameters:¶
amount (
int
) – Stars amount.is_top (
bool
, optional) – True, if reactor is top.is_my (
bool
, optional) – True, if the reaction is mine.is_anonymous (
bool
, optional) – True, if reactor is anonymous.from_user (
User
, optional) – Information about the reactor.sender_chat (
Chat
, optional) – Information about the sender chat.