Interface StreamUserOptional

Hierarchy

  • StreamUserOptional

Properties

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

Type declaration

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

Type declaration

  • Optional reposts?: boolean
url?: null | string

Generated using TypeDoc