teleproto - v1.229.0
    Preparing search index...

    Interface AccountGetPaidMessagesRevenueParams

    interface AccountGetPaidMessagesRevenueParams {
        parentPeer?: EntityLike;
        userId: EntityLike;
    }
    Index
    parentPeer?: EntityLike

    If set, can contain the ID of a monoforum (channel direct messages) to obtain the number of stars the user has spent to send us direct messages via the channel.

    userId: EntityLike

    The user that paid to send us messages.