Interface RoleTags

interface RoleTags {
    botId: null | string;
    integrationId: null | string;
    premiumSubscriber: boolean;
}

Properties

botId: null | string
integrationId: null | string
premiumSubscriber: boolean

Generated using TypeDoc