plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias RoomArtifactCharacterCountUsage

    RoomArtifactCharacterCountUsage: Message<
        "plugnmeet.RoomArtifactCharacterCountUsage",
    > & {
        totalCharacters: number;
        breakdown: { [key: string]: bigint };
        totalCharactersEstimatedCost?: number;
    }

    Type Declaration

    • totalCharacters: number

      from field: uint32 total_characters = 1;

    • breakdown: { [key: string]: bigint }

      from field: map<string, int64> breakdown = 2;

    • OptionaltotalCharactersEstimatedCost?: number

      from field: optional double total_characters_estimated_cost = 3;

    from message plugnmeet.RoomArtifactCharacterCountUsage