Interface PlatformUser

Hierarchy

  • PlatformUser

Properties

avatar: string
bot: boolean
display_name: string
extra_data: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
id: string
status: string
username: string

Generated using TypeDoc