Example #1
0
class CMsgClientRequestForgottenPasswordEmailResponse(betterproto.Message):
    eresult: int = betterproto.uint32_field(1)
    use_secret_question: bool = betterproto.bool_field(2)
Example #2
0
class CMsgBadgeCraftedNotification(betterproto.Message):
    appid: int = betterproto.uint32_field(1)
    badge_level: int = betterproto.uint32_field(2)
Example #3
0
class GetUeRequest(betterproto.Message):
    imsi: int = betterproto.uint32_field(1)

    def __post_init__(self) -> None:
        super().__post_init__()
Example #4
0
class CMsgClientSharedLibraryLockStatusLockedLibrary(betterproto.Message):
    owner_id: int = betterproto.uint32_field(1)
    locked_by: int = betterproto.uint32_field(2)
Example #5
0
class CMsgClientServiceModule(betterproto.Message):
    module_crc: int = betterproto.uint32_field(1)
    module_hash: bytes = betterproto.bytes_field(2)
    module_content: bytes = betterproto.bytes_field(3)
Example #6
0
class CMsgClientDeauthorizeDevice(betterproto.Message):
    eresult: int = betterproto.int32_field(1)
    deauthorization_account_id: int = betterproto.uint32_field(2)
Example #7
0
class CMsgClientUseLocalDeviceAuthorizationsDeviceToken(betterproto.Message):
    owner_account_id: int = betterproto.uint32_field(1)
    token_id: int = betterproto.uint64_field(2)
Example #8
0
class CMsgClientChatGetFriendMessageHistoryResponseFriendMessage(
        betterproto.Message):
    accountid: int = betterproto.uint32_field(1)
    timestamp: int = betterproto.uint32_field(2)
    message: str = betterproto.string_field(3)
    unread: bool = betterproto.bool_field(4)
Example #9
0
class CMsgClientFsGetFriendsSteamLevels(betterproto.Message):
    accountids: List[int] = betterproto.uint32_field(1)
Example #10
0
class CMsgClientOfflineMessageNotification(betterproto.Message):
    offline_messages: int = betterproto.uint32_field(1)
    friends_with_offline_messages: List[int] = betterproto.uint32_field(2)
Example #11
0
class CMsgClientChatGetFriendMessageHistoryResponse(betterproto.Message):
    steamid: int = betterproto.fixed64_field(1)
    success: int = betterproto.uint32_field(2)
    messages: List[
        "CMsgClientChatGetFriendMessageHistoryResponseFriendMessage"] = betterproto.message_field(
            3)
Example #12
0
class CMsgClientCommentNotifications(betterproto.Message):
    count_new_comments: int = betterproto.uint32_field(1)
    count_new_comments_owner: int = betterproto.uint32_field(2)
    count_new_comments_subscriptions: int = betterproto.uint32_field(3)
Example #13
0
class CMsgClientUserNotificationsNotification(betterproto.Message):
    user_notification_type: int = betterproto.uint32_field(1)
    count: int = betterproto.uint32_field(2)
Example #14
0
class CMsgClientItemAnnouncements(betterproto.Message):
    count_new_items: int = betterproto.uint32_field(1)
    unseen_items: List[
        "CMsgClientItemAnnouncementsUnseenItem"] = betterproto.message_field(2)
Example #15
0
class CMsgClientAuthorizeLocalDeviceNotification(betterproto.Message):
    eresult: int = betterproto.int32_field(1)
    owner_account_id: int = betterproto.uint32_field(2)
    local_device_token: int = betterproto.uint64_field(3)
Example #16
0
class CMsgClientFsGetFriendsSteamLevelsResponseFriend(betterproto.Message):
    accountid: int = betterproto.uint32_field(1)
    level: int = betterproto.uint32_field(2)
Example #17
0
class CMsgClientDeauthorizeDeviceRequest(betterproto.Message):
    deauthorization_account_id: int = betterproto.uint32_field(1)
    deauthorization_device_token: int = betterproto.uint64_field(2)
Example #18
0
class CMsgClientReadMachineAuth(betterproto.Message):
    filename: str = betterproto.string_field(1)
    offset: int = betterproto.uint32_field(2)
    cubtoread: int = betterproto.uint32_field(3)
Example #19
0
class CMsgClientUseLocalDeviceAuthorizations(betterproto.Message):
    authorization_account_id: List[int] = betterproto.uint32_field(1)
    device_tokens: List[
        "CMsgClientUseLocalDeviceAuthorizationsDeviceToken"] = betterproto.message_field(
            2)
Example #20
0
class CMsgFsEnumerateFollowingList(betterproto.Message):
    start_index: int = betterproto.uint32_field(1)
Example #21
0
class CMsgClientSharedLibraryLockStatus(betterproto.Message):
    locked_library: List[
        "CMsgClientSharedLibraryLockStatusLockedLibrary"] = betterproto.message_field(
            1)
    own_library_locked_by: int = betterproto.uint32_field(2)
Example #22
0
class CMsgDpGetNumberOfCurrentPlayers(betterproto.Message):
    appid: int = betterproto.uint32_field(1)
Example #23
0
class CMsgClientSharedLibraryStopPlayingStopApp(betterproto.Message):
    app_id: int = betterproto.uint32_field(1)
    owner_id: int = betterproto.uint32_field(2)
Example #24
0
class CMsgClientFriendUserStatusPublished(betterproto.Message):
    friend_steamid: int = betterproto.fixed64_field(1)
    appid: int = betterproto.uint32_field(2)
    status_text: str = betterproto.string_field(3)
Example #25
0
class CMsgClientPlayingSessionState(betterproto.Message):
    playing_blocked: bool = betterproto.bool_field(2)
    playing_app: int = betterproto.uint32_field(3)
Example #26
0
class CMsgClientUiMode(betterproto.Message):
    uimode: int = betterproto.uint32_field(1)
    chat_mode: int = betterproto.uint32_field(2)
Example #27
0
class DeleteRouteRequest(betterproto.Message):
    enbid: int = betterproto.uint32_field(1)

    def __post_init__(self) -> None:
        super().__post_init__()
Example #28
0
class CMsgClientAuthorizeLocalDeviceRequest(betterproto.Message):
    device_description: str = betterproto.string_field(1)
    owner_account_id: int = betterproto.uint32_field(2)
    local_device_token: int = betterproto.uint64_field(3)
Example #29
0
class MoveToCellRequest(betterproto.Message):
    imsi: int = betterproto.uint32_field(1)
    ecgi: int = betterproto.uint32_field(2)

    def __post_init__(self) -> None:
        super().__post_init__()
Example #30
0
class CMsgClientDpSendSpecialSurveyResponseReply(betterproto.Message):
    eresult: int = betterproto.uint32_field(1)
    token: bytes = betterproto.bytes_field(2)