Skip to content

PaidReactor

Type · TDLib 1.8.67 · d1085f9c

Contains information about a user who added paid reactions

PaidReactor(
  sender_id: MessageSender,
  star_count: int53,
  is_top: Bool,
  is_me: Bool,
  is_anonymous: Bool
) → PaidReactor

sender_id

MessageSender

Identifier of the user or chat that added the reactions; may be null for anonymous reactors that aren't the current user

star_count

int53

Number of Telegram Stars added

is_top

Bool

True, if the reactor is one of the most active reactors; may be false if the reactor is the current user

is_me

Bool

True, if the paid reaction was added by the current user

is_anonymous

Bool

True, if the reactor is anonymous