Discord.https - v3.0.16
    Preparing search index...

    Interface GatewayTypingStartDispatchData

    interface GatewayTypingStartDispatchData {
        channel_id: string;
        guild_id?: string;
        member?: APIGuildMember;
        timestamp: number;
        user_id: string;
    }
    Index

    Properties

    channel_id: string

    The id of the channel

    guild_id?: string

    The id of the guild

    The member who started typing if this happened in a guild

    timestamp: number

    Unix time (in seconds) of when the user started typing

    user_id: string

    The id of the user