moons-ta-client
    Preparing search index...

    Interface Response_GetBotTokensForUser_BotUser

    from protobuf message proto.packets.Response.GetBotTokensForUser.BotUser

    interface Response_GetBotTokensForUser_BotUser {
        guid: string;
        ownerDiscordId: string;
        username: string;
    }
    Index

    Properties

    guid: string

    from protobuf field: string guid = 1;

    ownerDiscordId: string

    from protobuf field: string owner_discord_id = 3;

    username: string

    from protobuf field: string username = 2;