moons-ta-client
    Preparing search index...

    Interface Response_GetDiscordInfo

    from protobuf message proto.packets.Response.GetDiscordInfo

    interface Response_GetDiscordInfo {
        discordAvatarUrl: string;
        discordId: string;
        discordUsername: string;
    }
    Index

    Properties

    discordAvatarUrl: string

    from protobuf field: string discord_avatar_url = 3;

    discordId: string

    from protobuf field: string discord_id = 1;

    discordUsername: string

    from protobuf field: string discord_username = 2;