Interface StreamUserOptions

Hierarchy

  • StreamUserOptions

Properties

channelId: undefined | null | string
color: string
options: {
    avatar: null | string;
    components: APIActionRowComponent<APIMessageActionRowComponent>[];
    content: string;
    embeds: APIEmbed[];
    username: null | string;
}

Type declaration

  • avatar: null | string
  • components: APIActionRowComponent<APIMessageActionRowComponent>[]
  • content: string
  • embeds: APIEmbed[]
  • username: null | string
roles: string[]
searchId: string
showButtons: boolean
toggles: {
    reposts: boolean;
}

Type declaration

  • reposts: boolean
url: undefined | null | string

Generated using TypeDoc