teleproto - v1.229.0
    Preparing search index...

    Interface ChannelsUpdatePaidMessagesPriceParams

    interface ChannelsUpdatePaidMessagesPriceParams {
        broadcastMessagesAllowed?: boolean;
        channel: EntityLike;
        sendPaidMessagesStars: BigInteger;
    }
    Index
    broadcastMessagesAllowed?: boolean

    Only usable for channels, enables or disables the associated monoforum aka direct messages .

    channel: EntityLike

    Pass the supergroup ID for supergroups and the ID of the channel to modify the setting in the associated monoforum.

    sendPaidMessagesStars: BigInteger

    Specifies the required amount of Telegram Stars users must pay to send messages to the supergroup or monoforum.