from message badges.BadgesPacketData

Hierarchy

Constructors

Properties

packet: {
    case: "noData";
    value: proto.badges.NoData;
} | {
    case: undefined;
    value?: undefined;
} = ...

Type declaration

  • case: "noData"
  • value: proto.badges.NoData

    from field: badges.NoData noData = 1;

from oneof badges.BadgesPacketData.packet

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "badges.BadgesPacketData" = "badges.BadgesPacketData"

Methods