teleproto - v1.229.0
    Preparing search index...

    Interface PaymentsToggleChatStarGiftNotificationsParams

    interface PaymentsToggleChatStarGiftNotificationsParams {
        enabled?: boolean;
        peer: EntityLike;
    }
    Index
    enabled?: boolean

    Whether to enable or disable reception of notifications in the form of messageActionStarGiftUnique and messageActionStarGift service messages from the channel.

    peer: EntityLike

    The channel for which to receive or not receive notifications.