pythonhacktoberfeststeamauthenticationauthenticatorsteam-authenticatorsteam-clientsteam-guard-codessteam-websteamworksvalvewebapi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2871 lines
169 KiB
2871 lines
169 KiB
# @generated by generate_proto_mypy_stubs.py. Do not edit!
|
|
import sys
|
|
from abc import (
|
|
ABCMeta as abc___ABCMeta,
|
|
abstractmethod as abc___abstractmethod,
|
|
)
|
|
|
|
from concurrent.futures import (
|
|
Future as concurrent___futures___Future,
|
|
)
|
|
|
|
from google.protobuf.descriptor import (
|
|
Descriptor as google___protobuf___descriptor___Descriptor,
|
|
FileDescriptor as google___protobuf___descriptor___FileDescriptor,
|
|
)
|
|
|
|
from google.protobuf.internal.containers import (
|
|
RepeatedCompositeFieldContainer as google___protobuf___internal___containers___RepeatedCompositeFieldContainer,
|
|
RepeatedScalarFieldContainer as google___protobuf___internal___containers___RepeatedScalarFieldContainer,
|
|
)
|
|
|
|
from google.protobuf.message import (
|
|
Message as google___protobuf___message___Message,
|
|
)
|
|
|
|
from google.protobuf.service import (
|
|
RpcChannel as google___protobuf___service___RpcChannel,
|
|
RpcController as google___protobuf___service___RpcController,
|
|
Service as google___protobuf___service___Service,
|
|
)
|
|
|
|
from steammessages_base_pb2 import (
|
|
CCDDBAppDetailCommon as steammessages_base_pb2___CCDDBAppDetailCommon,
|
|
CClanMatchEventByRange as steammessages_base_pb2___CClanMatchEventByRange,
|
|
CMsgIPAddress as steammessages_base_pb2___CMsgIPAddress,
|
|
)
|
|
|
|
from steammessages_clientserver_friends_pb2 import (
|
|
CMsgClientFriendsList as steammessages_clientserver_friends_pb2___CMsgClientFriendsList,
|
|
)
|
|
|
|
from steammessages_unified_base_pb2 import (
|
|
NoResponse as steammessages_unified_base_pb2___NoResponse,
|
|
)
|
|
|
|
from typing import (
|
|
Callable as typing___Callable,
|
|
Iterable as typing___Iterable,
|
|
Optional as typing___Optional,
|
|
Text as typing___Text,
|
|
)
|
|
|
|
from typing_extensions import (
|
|
Literal as typing_extensions___Literal,
|
|
)
|
|
|
|
|
|
builtin___bool = bool
|
|
builtin___bytes = bytes
|
|
builtin___float = float
|
|
builtin___int = int
|
|
|
|
|
|
DESCRIPTOR: google___protobuf___descriptor___FileDescriptor = ...
|
|
|
|
class CCommunity_GetApps_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
appids: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
language: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
appids : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
language : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"language",b"language"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appids",b"appids",u"language",b"language"]) -> None: ...
|
|
type___CCommunity_GetApps_Request = CCommunity_GetApps_Request
|
|
|
|
class CCommunity_GetApps_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def apps(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[steammessages_base_pb2___CCDDBAppDetailCommon]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
apps : typing___Optional[typing___Iterable[steammessages_base_pb2___CCDDBAppDetailCommon]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"apps",b"apps"]) -> None: ...
|
|
type___CCommunity_GetApps_Response = CCommunity_GetApps_Response
|
|
|
|
class CCommunity_GetAppRichPresenceLocalization_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
appid: builtin___int = ...
|
|
language: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
appid : typing___Optional[builtin___int] = None,
|
|
language : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"language",b"language"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"language",b"language"]) -> None: ...
|
|
type___CCommunity_GetAppRichPresenceLocalization_Request = CCommunity_GetAppRichPresenceLocalization_Request
|
|
|
|
class CCommunity_GetAppRichPresenceLocalization_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
appid: builtin___int = ...
|
|
|
|
@property
|
|
def token_lists(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CCommunity_GetAppRichPresenceLocalization_Response_TokenList]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
appid : typing___Optional[builtin___int] = None,
|
|
token_lists : typing___Optional[typing___Iterable[type___CCommunity_GetAppRichPresenceLocalization_Response_TokenList]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"appid",b"appid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"token_lists",b"token_lists"]) -> None: ...
|
|
type___CCommunity_GetAppRichPresenceLocalization_Response = CCommunity_GetAppRichPresenceLocalization_Response
|
|
|
|
class CCommunity_GetAppRichPresenceLocalization_Response_Token(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
name: typing___Text = ...
|
|
value: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
name : typing___Optional[typing___Text] = None,
|
|
value : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"name",b"name",u"value",b"value"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"name",b"name",u"value",b"value"]) -> None: ...
|
|
type___CCommunity_GetAppRichPresenceLocalization_Response_Token = CCommunity_GetAppRichPresenceLocalization_Response_Token
|
|
|
|
class CCommunity_GetAppRichPresenceLocalization_Response_TokenList(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
language: typing___Text = ...
|
|
|
|
@property
|
|
def tokens(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CCommunity_GetAppRichPresenceLocalization_Response_Token]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
language : typing___Optional[typing___Text] = None,
|
|
tokens : typing___Optional[typing___Iterable[type___CCommunity_GetAppRichPresenceLocalization_Response_Token]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"language",b"language"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"language",b"language",u"tokens",b"tokens"]) -> None: ...
|
|
type___CCommunity_GetAppRichPresenceLocalization_Response_TokenList = CCommunity_GetAppRichPresenceLocalization_Response_TokenList
|
|
|
|
class CCommunity_Comment(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
gidcomment: builtin___int = ...
|
|
steamid: builtin___int = ...
|
|
timestamp: builtin___int = ...
|
|
text: typing___Text = ...
|
|
upvotes: builtin___int = ...
|
|
hidden: builtin___bool = ...
|
|
hidden_by_user: builtin___bool = ...
|
|
deleted: builtin___bool = ...
|
|
total_hidden: builtin___int = ...
|
|
upvoted_by_user: builtin___bool = ...
|
|
|
|
@property
|
|
def ipaddress(self) -> steammessages_base_pb2___CMsgIPAddress: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
gidcomment : typing___Optional[builtin___int] = None,
|
|
steamid : typing___Optional[builtin___int] = None,
|
|
timestamp : typing___Optional[builtin___int] = None,
|
|
text : typing___Optional[typing___Text] = None,
|
|
upvotes : typing___Optional[builtin___int] = None,
|
|
hidden : typing___Optional[builtin___bool] = None,
|
|
hidden_by_user : typing___Optional[builtin___bool] = None,
|
|
deleted : typing___Optional[builtin___bool] = None,
|
|
ipaddress : typing___Optional[steammessages_base_pb2___CMsgIPAddress] = None,
|
|
total_hidden : typing___Optional[builtin___int] = None,
|
|
upvoted_by_user : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"deleted",b"deleted",u"gidcomment",b"gidcomment",u"hidden",b"hidden",u"hidden_by_user",b"hidden_by_user",u"ipaddress",b"ipaddress",u"steamid",b"steamid",u"text",b"text",u"timestamp",b"timestamp",u"total_hidden",b"total_hidden",u"upvoted_by_user",b"upvoted_by_user",u"upvotes",b"upvotes"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"deleted",b"deleted",u"gidcomment",b"gidcomment",u"hidden",b"hidden",u"hidden_by_user",b"hidden_by_user",u"ipaddress",b"ipaddress",u"steamid",b"steamid",u"text",b"text",u"timestamp",b"timestamp",u"total_hidden",b"total_hidden",u"upvoted_by_user",b"upvoted_by_user",u"upvotes",b"upvotes"]) -> None: ...
|
|
type___CCommunity_Comment = CCommunity_Comment
|
|
|
|
class CCommunity_GetCommentThread_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steamid: builtin___int = ...
|
|
commentthreadid: builtin___int = ...
|
|
start: builtin___int = ...
|
|
count: builtin___int = ...
|
|
total_count: builtin___int = ...
|
|
upvotes: builtin___int = ...
|
|
upvoters: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
user_subscribed: builtin___bool = ...
|
|
user_upvoted: builtin___bool = ...
|
|
answer_commentid: builtin___int = ...
|
|
answer_actor: builtin___int = ...
|
|
answer_actor_rank: builtin___int = ...
|
|
can_post: builtin___bool = ...
|
|
|
|
@property
|
|
def comments(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CCommunity_Comment]: ...
|
|
|
|
@property
|
|
def deleted_comments(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CCommunity_Comment]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
comments : typing___Optional[typing___Iterable[type___CCommunity_Comment]] = None,
|
|
deleted_comments : typing___Optional[typing___Iterable[type___CCommunity_Comment]] = None,
|
|
steamid : typing___Optional[builtin___int] = None,
|
|
commentthreadid : typing___Optional[builtin___int] = None,
|
|
start : typing___Optional[builtin___int] = None,
|
|
count : typing___Optional[builtin___int] = None,
|
|
total_count : typing___Optional[builtin___int] = None,
|
|
upvotes : typing___Optional[builtin___int] = None,
|
|
upvoters : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
user_subscribed : typing___Optional[builtin___bool] = None,
|
|
user_upvoted : typing___Optional[builtin___bool] = None,
|
|
answer_commentid : typing___Optional[builtin___int] = None,
|
|
answer_actor : typing___Optional[builtin___int] = None,
|
|
answer_actor_rank : typing___Optional[builtin___int] = None,
|
|
can_post : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"answer_actor",b"answer_actor",u"answer_actor_rank",b"answer_actor_rank",u"answer_commentid",b"answer_commentid",u"can_post",b"can_post",u"commentthreadid",b"commentthreadid",u"count",b"count",u"start",b"start",u"steamid",b"steamid",u"total_count",b"total_count",u"upvotes",b"upvotes",u"user_subscribed",b"user_subscribed",u"user_upvoted",b"user_upvoted"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"answer_actor",b"answer_actor",u"answer_actor_rank",b"answer_actor_rank",u"answer_commentid",b"answer_commentid",u"can_post",b"can_post",u"comments",b"comments",u"commentthreadid",b"commentthreadid",u"count",b"count",u"deleted_comments",b"deleted_comments",u"start",b"start",u"steamid",b"steamid",u"total_count",b"total_count",u"upvoters",b"upvoters",u"upvotes",b"upvotes",u"user_subscribed",b"user_subscribed",u"user_upvoted",b"user_upvoted"]) -> None: ...
|
|
type___CCommunity_GetCommentThread_Response = CCommunity_GetCommentThread_Response
|
|
|
|
class CCommunity_PostCommentToThread_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
gidcomment: builtin___int = ...
|
|
commentthreadid: builtin___int = ...
|
|
count: builtin___int = ...
|
|
upvotes: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
gidcomment : typing___Optional[builtin___int] = None,
|
|
commentthreadid : typing___Optional[builtin___int] = None,
|
|
count : typing___Optional[builtin___int] = None,
|
|
upvotes : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"commentthreadid",b"commentthreadid",u"count",b"count",u"gidcomment",b"gidcomment",u"upvotes",b"upvotes"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"commentthreadid",b"commentthreadid",u"count",b"count",u"gidcomment",b"gidcomment",u"upvotes",b"upvotes"]) -> None: ...
|
|
type___CCommunity_PostCommentToThread_Response = CCommunity_PostCommentToThread_Response
|
|
|
|
class CCommunity_DeleteCommentFromThread_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CCommunity_DeleteCommentFromThread_Response = CCommunity_DeleteCommentFromThread_Response
|
|
|
|
class CCommunity_RateCommentThread_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
gidcomment: builtin___int = ...
|
|
commentthreadid: builtin___int = ...
|
|
count: builtin___int = ...
|
|
upvotes: builtin___int = ...
|
|
has_upvoted: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
gidcomment : typing___Optional[builtin___int] = None,
|
|
commentthreadid : typing___Optional[builtin___int] = None,
|
|
count : typing___Optional[builtin___int] = None,
|
|
upvotes : typing___Optional[builtin___int] = None,
|
|
has_upvoted : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"commentthreadid",b"commentthreadid",u"count",b"count",u"gidcomment",b"gidcomment",u"has_upvoted",b"has_upvoted",u"upvotes",b"upvotes"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"commentthreadid",b"commentthreadid",u"count",b"count",u"gidcomment",b"gidcomment",u"has_upvoted",b"has_upvoted",u"upvotes",b"upvotes"]) -> None: ...
|
|
type___CCommunity_RateCommentThread_Response = CCommunity_RateCommentThread_Response
|
|
|
|
class CCommunity_GetCommentThreadRatings_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
commentthreadid: builtin___int = ...
|
|
gidcomment: builtin___int = ...
|
|
upvotes: builtin___int = ...
|
|
has_upvoted: builtin___bool = ...
|
|
upvoter_accountids: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
commentthreadid : typing___Optional[builtin___int] = None,
|
|
gidcomment : typing___Optional[builtin___int] = None,
|
|
upvotes : typing___Optional[builtin___int] = None,
|
|
has_upvoted : typing___Optional[builtin___bool] = None,
|
|
upvoter_accountids : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"commentthreadid",b"commentthreadid",u"gidcomment",b"gidcomment",u"has_upvoted",b"has_upvoted",u"upvotes",b"upvotes"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"commentthreadid",b"commentthreadid",u"gidcomment",b"gidcomment",u"has_upvoted",b"has_upvoted",u"upvoter_accountids",b"upvoter_accountids",u"upvotes",b"upvotes"]) -> None: ...
|
|
type___CCommunity_GetCommentThreadRatings_Response = CCommunity_GetCommentThreadRatings_Response
|
|
|
|
class CCommunity_RateClanAnnouncement_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
announcementid: builtin___int = ...
|
|
vote_up: builtin___bool = ...
|
|
clan_accountid: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
announcementid : typing___Optional[builtin___int] = None,
|
|
vote_up : typing___Optional[builtin___bool] = None,
|
|
clan_accountid : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"announcementid",b"announcementid",u"clan_accountid",b"clan_accountid",u"vote_up",b"vote_up"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"announcementid",b"announcementid",u"clan_accountid",b"clan_accountid",u"vote_up",b"vote_up"]) -> None: ...
|
|
type___CCommunity_RateClanAnnouncement_Request = CCommunity_RateClanAnnouncement_Request
|
|
|
|
class CCommunity_RateClanAnnouncement_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CCommunity_RateClanAnnouncement_Response = CCommunity_RateClanAnnouncement_Response
|
|
|
|
class CCommunity_GetClanAnnouncementVoteForUser_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
announcementid: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
announcementid : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"announcementid",b"announcementid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"announcementid",b"announcementid"]) -> None: ...
|
|
type___CCommunity_GetClanAnnouncementVoteForUser_Request = CCommunity_GetClanAnnouncementVoteForUser_Request
|
|
|
|
class CCommunity_GetClanAnnouncementVoteForUser_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
voted_up: builtin___bool = ...
|
|
voted_down: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
voted_up : typing___Optional[builtin___bool] = None,
|
|
voted_down : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"voted_down",b"voted_down",u"voted_up",b"voted_up"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"voted_down",b"voted_down",u"voted_up",b"voted_up"]) -> None: ...
|
|
type___CCommunity_GetClanAnnouncementVoteForUser_Response = CCommunity_GetClanAnnouncementVoteForUser_Response
|
|
|
|
class CCommunity_GetAvatarHistory_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def avatars(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CCommunity_GetAvatarHistory_Response_AvatarData]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
avatars : typing___Optional[typing___Iterable[type___CCommunity_GetAvatarHistory_Response_AvatarData]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"avatars",b"avatars"]) -> None: ...
|
|
type___CCommunity_GetAvatarHistory_Response = CCommunity_GetAvatarHistory_Response
|
|
|
|
class CCommunity_GetAvatarHistory_Response_AvatarData(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
avatar_sha1: typing___Text = ...
|
|
user_uploaded: builtin___bool = ...
|
|
timestamp: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
avatar_sha1 : typing___Optional[typing___Text] = None,
|
|
user_uploaded : typing___Optional[builtin___bool] = None,
|
|
timestamp : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"avatar_sha1",b"avatar_sha1",u"timestamp",b"timestamp",u"user_uploaded",b"user_uploaded"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"avatar_sha1",b"avatar_sha1",u"timestamp",b"timestamp",u"user_uploaded",b"user_uploaded"]) -> None: ...
|
|
type___CCommunity_GetAvatarHistory_Response_AvatarData = CCommunity_GetAvatarHistory_Response_AvatarData
|
|
|
|
class CAppPriority(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
priority: builtin___int = ...
|
|
appid: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
priority : typing___Optional[builtin___int] = None,
|
|
appid : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"priority",b"priority"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"priority",b"priority"]) -> None: ...
|
|
type___CAppPriority = CAppPriority
|
|
|
|
class CCommunity_GetUserPartnerEventNews_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def results(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[steammessages_base_pb2___CClanMatchEventByRange]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
results : typing___Optional[typing___Iterable[steammessages_base_pb2___CClanMatchEventByRange]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"results",b"results"]) -> None: ...
|
|
type___CCommunity_GetUserPartnerEventNews_Response = CCommunity_GetUserPartnerEventNews_Response
|
|
|
|
class CCommunity_PartnerEventResult(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
clanid: builtin___int = ...
|
|
event_gid: builtin___int = ...
|
|
announcement_gid: builtin___int = ...
|
|
appid: builtin___int = ...
|
|
possible_takeover: builtin___bool = ...
|
|
rtime32_last_modified: builtin___int = ...
|
|
user_app_priority: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
clanid : typing___Optional[builtin___int] = None,
|
|
event_gid : typing___Optional[builtin___int] = None,
|
|
announcement_gid : typing___Optional[builtin___int] = None,
|
|
appid : typing___Optional[builtin___int] = None,
|
|
possible_takeover : typing___Optional[builtin___bool] = None,
|
|
rtime32_last_modified : typing___Optional[builtin___int] = None,
|
|
user_app_priority : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"announcement_gid",b"announcement_gid",u"appid",b"appid",u"clanid",b"clanid",u"event_gid",b"event_gid",u"possible_takeover",b"possible_takeover",u"rtime32_last_modified",b"rtime32_last_modified",u"user_app_priority",b"user_app_priority"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"announcement_gid",b"announcement_gid",u"appid",b"appid",u"clanid",b"clanid",u"event_gid",b"event_gid",u"possible_takeover",b"possible_takeover",u"rtime32_last_modified",b"rtime32_last_modified",u"user_app_priority",b"user_app_priority"]) -> None: ...
|
|
type___CCommunity_PartnerEventResult = CCommunity_PartnerEventResult
|
|
|
|
class CCommunity_GetBestEventsForUser_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def results(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CCommunity_PartnerEventResult]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
results : typing___Optional[typing___Iterable[type___CCommunity_PartnerEventResult]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"results",b"results"]) -> None: ...
|
|
type___CCommunity_GetBestEventsForUser_Response = CCommunity_GetBestEventsForUser_Response
|
|
|
|
class CCommunity_ClearUserPartnerEventsAppPriorities_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CCommunity_ClearUserPartnerEventsAppPriorities_Response = CCommunity_ClearUserPartnerEventsAppPriorities_Response
|
|
|
|
class CCommunity_PartnerEventsAppPriority(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
appid: builtin___int = ...
|
|
user_app_priority: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
appid : typing___Optional[builtin___int] = None,
|
|
user_app_priority : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"user_app_priority",b"user_app_priority"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"user_app_priority",b"user_app_priority"]) -> None: ...
|
|
type___CCommunity_PartnerEventsAppPriority = CCommunity_PartnerEventsAppPriority
|
|
|
|
class CCommunity_GetUserPartnerEventsAppPriorities_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def priorities(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CCommunity_PartnerEventsAppPriority]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
priorities : typing___Optional[typing___Iterable[type___CCommunity_PartnerEventsAppPriority]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"priorities",b"priorities"]) -> None: ...
|
|
type___CCommunity_GetUserPartnerEventsAppPriorities_Response = CCommunity_GetUserPartnerEventsAppPriorities_Response
|
|
|
|
class CCommunity_ClearSinglePartnerEventsAppPriority_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CCommunity_ClearSinglePartnerEventsAppPriority_Response = CCommunity_ClearSinglePartnerEventsAppPriority_Response
|
|
|
|
class CCommunity_PartnerEventsShowMoreForApp_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CCommunity_PartnerEventsShowMoreForApp_Response = CCommunity_PartnerEventsShowMoreForApp_Response
|
|
|
|
class CCommunity_PartnerEventsShowLessForApp_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CCommunity_PartnerEventsShowLessForApp_Response = CCommunity_PartnerEventsShowLessForApp_Response
|
|
|
|
class CCommunity_MarkPartnerEventsForUser_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def markings(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CCommunity_MarkPartnerEventsForUser_Request_PartnerEventMarking]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
markings : typing___Optional[typing___Iterable[type___CCommunity_MarkPartnerEventsForUser_Request_PartnerEventMarking]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"markings",b"markings"]) -> None: ...
|
|
type___CCommunity_MarkPartnerEventsForUser_Request = CCommunity_MarkPartnerEventsForUser_Request
|
|
|
|
class CCommunity_MarkPartnerEventsForUser_Request_PartnerEventMarking(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
clanid: builtin___int = ...
|
|
event_gid: builtin___int = ...
|
|
display_location: builtin___int = ...
|
|
mark_shown: builtin___bool = ...
|
|
mark_read: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
clanid : typing___Optional[builtin___int] = None,
|
|
event_gid : typing___Optional[builtin___int] = None,
|
|
display_location : typing___Optional[builtin___int] = None,
|
|
mark_shown : typing___Optional[builtin___bool] = None,
|
|
mark_read : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"clanid",b"clanid",u"display_location",b"display_location",u"event_gid",b"event_gid",u"mark_read",b"mark_read",u"mark_shown",b"mark_shown"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"clanid",b"clanid",u"display_location",b"display_location",u"event_gid",b"event_gid",u"mark_read",b"mark_read",u"mark_shown",b"mark_shown"]) -> None: ...
|
|
type___CCommunity_MarkPartnerEventsForUser_Request_PartnerEventMarking = CCommunity_MarkPartnerEventsForUser_Request_PartnerEventMarking
|
|
|
|
class CCommunity_MarkPartnerEventsForUser_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CCommunity_MarkPartnerEventsForUser_Response = CCommunity_MarkPartnerEventsForUser_Response
|
|
|
|
class CCommunity_GetUserPartnerEventViewStatus_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def events(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CCommunity_GetUserPartnerEventViewStatus_Response_PartnerEvent]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
events : typing___Optional[typing___Iterable[type___CCommunity_GetUserPartnerEventViewStatus_Response_PartnerEvent]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"events",b"events"]) -> None: ...
|
|
type___CCommunity_GetUserPartnerEventViewStatus_Response = CCommunity_GetUserPartnerEventViewStatus_Response
|
|
|
|
class CCommunity_GetUserPartnerEventViewStatus_Response_PartnerEvent(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
event_gid: builtin___int = ...
|
|
last_shown_time: builtin___int = ...
|
|
last_read_time: builtin___int = ...
|
|
clan_account_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
event_gid : typing___Optional[builtin___int] = None,
|
|
last_shown_time : typing___Optional[builtin___int] = None,
|
|
last_read_time : typing___Optional[builtin___int] = None,
|
|
clan_account_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"clan_account_id",b"clan_account_id",u"event_gid",b"event_gid",u"last_read_time",b"last_read_time",u"last_shown_time",b"last_shown_time"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"clan_account_id",b"clan_account_id",u"event_gid",b"event_gid",u"last_read_time",b"last_read_time",u"last_shown_time",b"last_shown_time"]) -> None: ...
|
|
type___CCommunity_GetUserPartnerEventViewStatus_Response_PartnerEvent = CCommunity_GetUserPartnerEventViewStatus_Response_PartnerEvent
|
|
|
|
class CWebRTCClient_InitiateWebRTCConnection_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
sdp: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
sdp : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"sdp",b"sdp"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"sdp",b"sdp"]) -> None: ...
|
|
type___CWebRTCClient_InitiateWebRTCConnection_Request = CWebRTCClient_InitiateWebRTCConnection_Request
|
|
|
|
class CWebRTCClient_InitiateWebRTCConnection_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
remote_description: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
remote_description : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"remote_description",b"remote_description"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"remote_description",b"remote_description"]) -> None: ...
|
|
type___CWebRTCClient_InitiateWebRTCConnection_Response = CWebRTCClient_InitiateWebRTCConnection_Response
|
|
|
|
class CWebRTC_WebRTCSessionConnected_Notification(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
ssrc: builtin___int = ...
|
|
client_ip: builtin___int = ...
|
|
client_port: builtin___int = ...
|
|
server_ip: builtin___int = ...
|
|
server_port: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
ssrc : typing___Optional[builtin___int] = None,
|
|
client_ip : typing___Optional[builtin___int] = None,
|
|
client_port : typing___Optional[builtin___int] = None,
|
|
server_ip : typing___Optional[builtin___int] = None,
|
|
server_port : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"client_ip",b"client_ip",u"client_port",b"client_port",u"server_ip",b"server_ip",u"server_port",b"server_port",u"ssrc",b"ssrc"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"client_ip",b"client_ip",u"client_port",b"client_port",u"server_ip",b"server_ip",u"server_port",b"server_port",u"ssrc",b"ssrc"]) -> None: ...
|
|
type___CWebRTC_WebRTCSessionConnected_Notification = CWebRTC_WebRTCSessionConnected_Notification
|
|
|
|
class CWebRTC_WebRTCUpdateRemoteDescription_Notification(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
remote_description: typing___Text = ...
|
|
remote_description_version: builtin___int = ...
|
|
|
|
@property
|
|
def ssrcs_to_accountids(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CWebRTC_WebRTCUpdateRemoteDescription_Notification_CSSRCToAccountIDMapping]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
remote_description : typing___Optional[typing___Text] = None,
|
|
remote_description_version : typing___Optional[builtin___int] = None,
|
|
ssrcs_to_accountids : typing___Optional[typing___Iterable[type___CWebRTC_WebRTCUpdateRemoteDescription_Notification_CSSRCToAccountIDMapping]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"remote_description",b"remote_description",u"remote_description_version",b"remote_description_version"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"remote_description",b"remote_description",u"remote_description_version",b"remote_description_version",u"ssrcs_to_accountids",b"ssrcs_to_accountids"]) -> None: ...
|
|
type___CWebRTC_WebRTCUpdateRemoteDescription_Notification = CWebRTC_WebRTCUpdateRemoteDescription_Notification
|
|
|
|
class CWebRTC_WebRTCUpdateRemoteDescription_Notification_CSSRCToAccountIDMapping(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
ssrc: builtin___int = ...
|
|
accountid: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
ssrc : typing___Optional[builtin___int] = None,
|
|
accountid : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"accountid",b"accountid",u"ssrc",b"ssrc"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"accountid",b"accountid",u"ssrc",b"ssrc"]) -> None: ...
|
|
type___CWebRTC_WebRTCUpdateRemoteDescription_Notification_CSSRCToAccountIDMapping = CWebRTC_WebRTCUpdateRemoteDescription_Notification_CSSRCToAccountIDMapping
|
|
|
|
class CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
ip_webrtc_server: builtin___int = ...
|
|
port_webrtc_server: builtin___int = ...
|
|
ip_webrtc_session_client: builtin___int = ...
|
|
port_webrtc_session_client: builtin___int = ...
|
|
remote_description_version: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
ip_webrtc_server : typing___Optional[builtin___int] = None,
|
|
port_webrtc_server : typing___Optional[builtin___int] = None,
|
|
ip_webrtc_session_client : typing___Optional[builtin___int] = None,
|
|
port_webrtc_session_client : typing___Optional[builtin___int] = None,
|
|
remote_description_version : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"ip_webrtc_server",b"ip_webrtc_server",u"ip_webrtc_session_client",b"ip_webrtc_session_client",u"port_webrtc_server",b"port_webrtc_server",u"port_webrtc_session_client",b"port_webrtc_session_client",u"remote_description_version",b"remote_description_version"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"ip_webrtc_server",b"ip_webrtc_server",u"ip_webrtc_session_client",b"ip_webrtc_session_client",u"port_webrtc_server",b"port_webrtc_server",u"port_webrtc_session_client",b"port_webrtc_session_client",u"remote_description_version",b"remote_description_version"]) -> None: ...
|
|
type___CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Request = CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Request
|
|
|
|
class CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Response = CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Response
|
|
|
|
class CVoiceChat_RequestOneOnOneChat_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steamid_partner: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steamid_partner : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"steamid_partner",b"steamid_partner"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"steamid_partner",b"steamid_partner"]) -> None: ...
|
|
type___CVoiceChat_RequestOneOnOneChat_Request = CVoiceChat_RequestOneOnOneChat_Request
|
|
|
|
class CVoiceChat_RequestOneOnOneChat_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
voice_chatid: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
voice_chatid : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"voice_chatid",b"voice_chatid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"voice_chatid",b"voice_chatid"]) -> None: ...
|
|
type___CVoiceChat_RequestOneOnOneChat_Response = CVoiceChat_RequestOneOnOneChat_Response
|
|
|
|
class CVoiceChat_OneOnOneChatRequested_Notification(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
voice_chatid: builtin___int = ...
|
|
steamid_partner: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
voice_chatid : typing___Optional[builtin___int] = None,
|
|
steamid_partner : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"steamid_partner",b"steamid_partner",u"voice_chatid",b"voice_chatid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"steamid_partner",b"steamid_partner",u"voice_chatid",b"voice_chatid"]) -> None: ...
|
|
type___CVoiceChat_OneOnOneChatRequested_Notification = CVoiceChat_OneOnOneChatRequested_Notification
|
|
|
|
class CVoiceChat_AnswerOneOnOneChat_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
voice_chatid: builtin___int = ...
|
|
steamid_partner: builtin___int = ...
|
|
accepted_request: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
voice_chatid : typing___Optional[builtin___int] = None,
|
|
steamid_partner : typing___Optional[builtin___int] = None,
|
|
accepted_request : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"accepted_request",b"accepted_request",u"steamid_partner",b"steamid_partner",u"voice_chatid",b"voice_chatid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"accepted_request",b"accepted_request",u"steamid_partner",b"steamid_partner",u"voice_chatid",b"voice_chatid"]) -> None: ...
|
|
type___CVoiceChat_AnswerOneOnOneChat_Request = CVoiceChat_AnswerOneOnOneChat_Request
|
|
|
|
class CVoiceChat_AnswerOneOnOneChat_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CVoiceChat_AnswerOneOnOneChat_Response = CVoiceChat_AnswerOneOnOneChat_Response
|
|
|
|
class CVoiceChat_OneOnOneChatRequestResponse_Notification(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
voicechat_id: builtin___int = ...
|
|
steamid_partner: builtin___int = ...
|
|
accepted_request: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
voicechat_id : typing___Optional[builtin___int] = None,
|
|
steamid_partner : typing___Optional[builtin___int] = None,
|
|
accepted_request : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"accepted_request",b"accepted_request",u"steamid_partner",b"steamid_partner",u"voicechat_id",b"voicechat_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"accepted_request",b"accepted_request",u"steamid_partner",b"steamid_partner",u"voicechat_id",b"voicechat_id"]) -> None: ...
|
|
type___CVoiceChat_OneOnOneChatRequestResponse_Notification = CVoiceChat_OneOnOneChatRequestResponse_Notification
|
|
|
|
class CVoiceChat_EndOneOnOneChat_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steamid_partner: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steamid_partner : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"steamid_partner",b"steamid_partner"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"steamid_partner",b"steamid_partner"]) -> None: ...
|
|
type___CVoiceChat_EndOneOnOneChat_Request = CVoiceChat_EndOneOnOneChat_Request
|
|
|
|
class CVoiceChat_EndOneOnOneChat_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CVoiceChat_EndOneOnOneChat_Response = CVoiceChat_EndOneOnOneChat_Response
|
|
|
|
class CVoiceChat_LeaveOneOnOneChat_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steamid_partner: builtin___int = ...
|
|
voice_chatid: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steamid_partner : typing___Optional[builtin___int] = None,
|
|
voice_chatid : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"steamid_partner",b"steamid_partner",u"voice_chatid",b"voice_chatid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"steamid_partner",b"steamid_partner",u"voice_chatid",b"voice_chatid"]) -> None: ...
|
|
type___CVoiceChat_LeaveOneOnOneChat_Request = CVoiceChat_LeaveOneOnOneChat_Request
|
|
|
|
class CVoiceChat_LeaveOneOnOneChat_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CVoiceChat_LeaveOneOnOneChat_Response = CVoiceChat_LeaveOneOnOneChat_Response
|
|
|
|
class CVoiceChat_UserJoinedVoiceChat_Notification(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
voice_chatid: builtin___int = ...
|
|
user_steamid: builtin___int = ...
|
|
chatid: builtin___int = ...
|
|
one_on_one_steamid_lower: builtin___int = ...
|
|
one_on_one_steamid_higher: builtin___int = ...
|
|
chat_group_id: builtin___int = ...
|
|
user_sessionid: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
voice_chatid : typing___Optional[builtin___int] = None,
|
|
user_steamid : typing___Optional[builtin___int] = None,
|
|
chatid : typing___Optional[builtin___int] = None,
|
|
one_on_one_steamid_lower : typing___Optional[builtin___int] = None,
|
|
one_on_one_steamid_higher : typing___Optional[builtin___int] = None,
|
|
chat_group_id : typing___Optional[builtin___int] = None,
|
|
user_sessionid : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"chat_group_id",b"chat_group_id",u"chatid",b"chatid",u"one_on_one_steamid_higher",b"one_on_one_steamid_higher",u"one_on_one_steamid_lower",b"one_on_one_steamid_lower",u"user_sessionid",b"user_sessionid",u"user_steamid",b"user_steamid",u"voice_chatid",b"voice_chatid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"chat_group_id",b"chat_group_id",u"chatid",b"chatid",u"one_on_one_steamid_higher",b"one_on_one_steamid_higher",u"one_on_one_steamid_lower",b"one_on_one_steamid_lower",u"user_sessionid",b"user_sessionid",u"user_steamid",b"user_steamid",u"voice_chatid",b"voice_chatid"]) -> None: ...
|
|
type___CVoiceChat_UserJoinedVoiceChat_Notification = CVoiceChat_UserJoinedVoiceChat_Notification
|
|
|
|
class CVoiceChat_UserVoiceStatus_Notification(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
voice_chatid: builtin___int = ...
|
|
user_steamid: builtin___int = ...
|
|
user_muted_mic_locally: builtin___bool = ...
|
|
user_muted_output_locally: builtin___bool = ...
|
|
user_has_no_mic_for_session: builtin___bool = ...
|
|
user_webaudio_sample_rate: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
voice_chatid : typing___Optional[builtin___int] = None,
|
|
user_steamid : typing___Optional[builtin___int] = None,
|
|
user_muted_mic_locally : typing___Optional[builtin___bool] = None,
|
|
user_muted_output_locally : typing___Optional[builtin___bool] = None,
|
|
user_has_no_mic_for_session : typing___Optional[builtin___bool] = None,
|
|
user_webaudio_sample_rate : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"user_has_no_mic_for_session",b"user_has_no_mic_for_session",u"user_muted_mic_locally",b"user_muted_mic_locally",u"user_muted_output_locally",b"user_muted_output_locally",u"user_steamid",b"user_steamid",u"user_webaudio_sample_rate",b"user_webaudio_sample_rate",u"voice_chatid",b"voice_chatid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"user_has_no_mic_for_session",b"user_has_no_mic_for_session",u"user_muted_mic_locally",b"user_muted_mic_locally",u"user_muted_output_locally",b"user_muted_output_locally",u"user_steamid",b"user_steamid",u"user_webaudio_sample_rate",b"user_webaudio_sample_rate",u"voice_chatid",b"voice_chatid"]) -> None: ...
|
|
type___CVoiceChat_UserVoiceStatus_Notification = CVoiceChat_UserVoiceStatus_Notification
|
|
|
|
class CVoiceChat_AllMembersStatus_Notification(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
voice_chatid: builtin___int = ...
|
|
|
|
@property
|
|
def users(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CVoiceChat_UserVoiceStatus_Notification]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
voice_chatid : typing___Optional[builtin___int] = None,
|
|
users : typing___Optional[typing___Iterable[type___CVoiceChat_UserVoiceStatus_Notification]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"voice_chatid",b"voice_chatid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"users",b"users",u"voice_chatid",b"voice_chatid"]) -> None: ...
|
|
type___CVoiceChat_AllMembersStatus_Notification = CVoiceChat_AllMembersStatus_Notification
|
|
|
|
class CVoiceChat_UpdateVoiceChatWebRTCData_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
voice_chatid: builtin___int = ...
|
|
ip_webrtc_server: builtin___int = ...
|
|
port_webrtc_server: builtin___int = ...
|
|
ip_webrtc_client: builtin___int = ...
|
|
port_webrtc_client: builtin___int = ...
|
|
ssrc_my_sending_stream: builtin___int = ...
|
|
user_agent: typing___Text = ...
|
|
has_audio_worklets_support: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
voice_chatid : typing___Optional[builtin___int] = None,
|
|
ip_webrtc_server : typing___Optional[builtin___int] = None,
|
|
port_webrtc_server : typing___Optional[builtin___int] = None,
|
|
ip_webrtc_client : typing___Optional[builtin___int] = None,
|
|
port_webrtc_client : typing___Optional[builtin___int] = None,
|
|
ssrc_my_sending_stream : typing___Optional[builtin___int] = None,
|
|
user_agent : typing___Optional[typing___Text] = None,
|
|
has_audio_worklets_support : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"has_audio_worklets_support",b"has_audio_worklets_support",u"ip_webrtc_client",b"ip_webrtc_client",u"ip_webrtc_server",b"ip_webrtc_server",u"port_webrtc_client",b"port_webrtc_client",u"port_webrtc_server",b"port_webrtc_server",u"ssrc_my_sending_stream",b"ssrc_my_sending_stream",u"user_agent",b"user_agent",u"voice_chatid",b"voice_chatid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"has_audio_worklets_support",b"has_audio_worklets_support",u"ip_webrtc_client",b"ip_webrtc_client",u"ip_webrtc_server",b"ip_webrtc_server",u"port_webrtc_client",b"port_webrtc_client",u"port_webrtc_server",b"port_webrtc_server",u"ssrc_my_sending_stream",b"ssrc_my_sending_stream",u"user_agent",b"user_agent",u"voice_chatid",b"voice_chatid"]) -> None: ...
|
|
type___CVoiceChat_UpdateVoiceChatWebRTCData_Request = CVoiceChat_UpdateVoiceChatWebRTCData_Request
|
|
|
|
class CVoiceChat_UpdateVoiceChatWebRTCData_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
send_client_voice_logs: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
send_client_voice_logs : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"send_client_voice_logs",b"send_client_voice_logs"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"send_client_voice_logs",b"send_client_voice_logs"]) -> None: ...
|
|
type___CVoiceChat_UpdateVoiceChatWebRTCData_Response = CVoiceChat_UpdateVoiceChatWebRTCData_Response
|
|
|
|
class CVoiceChat_UploadClientVoiceChatLogs_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
voice_chatid: builtin___int = ...
|
|
client_voice_logs_new_lines: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
voice_chatid : typing___Optional[builtin___int] = None,
|
|
client_voice_logs_new_lines : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"client_voice_logs_new_lines",b"client_voice_logs_new_lines",u"voice_chatid",b"voice_chatid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"client_voice_logs_new_lines",b"client_voice_logs_new_lines",u"voice_chatid",b"voice_chatid"]) -> None: ...
|
|
type___CVoiceChat_UploadClientVoiceChatLogs_Request = CVoiceChat_UploadClientVoiceChatLogs_Request
|
|
|
|
class CVoiceChat_UploadClientVoiceChatLogs_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CVoiceChat_UploadClientVoiceChatLogs_Response = CVoiceChat_UploadClientVoiceChatLogs_Response
|
|
|
|
class CVoiceChat_LeaveVoiceChat_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CVoiceChat_LeaveVoiceChat_Response = CVoiceChat_LeaveVoiceChat_Response
|
|
|
|
class CVoiceChat_UserLeftVoiceChat_Notification(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
voice_chatid: builtin___int = ...
|
|
user_steamid: builtin___int = ...
|
|
chatid: builtin___int = ...
|
|
one_on_one_steamid_lower: builtin___int = ...
|
|
one_on_one_steamid_higher: builtin___int = ...
|
|
chat_group_id: builtin___int = ...
|
|
user_sessionid: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
voice_chatid : typing___Optional[builtin___int] = None,
|
|
user_steamid : typing___Optional[builtin___int] = None,
|
|
chatid : typing___Optional[builtin___int] = None,
|
|
one_on_one_steamid_lower : typing___Optional[builtin___int] = None,
|
|
one_on_one_steamid_higher : typing___Optional[builtin___int] = None,
|
|
chat_group_id : typing___Optional[builtin___int] = None,
|
|
user_sessionid : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"chat_group_id",b"chat_group_id",u"chatid",b"chatid",u"one_on_one_steamid_higher",b"one_on_one_steamid_higher",u"one_on_one_steamid_lower",b"one_on_one_steamid_lower",u"user_sessionid",b"user_sessionid",u"user_steamid",b"user_steamid",u"voice_chatid",b"voice_chatid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"chat_group_id",b"chat_group_id",u"chatid",b"chatid",u"one_on_one_steamid_higher",b"one_on_one_steamid_higher",u"one_on_one_steamid_lower",b"one_on_one_steamid_lower",u"user_sessionid",b"user_sessionid",u"user_steamid",b"user_steamid",u"voice_chatid",b"voice_chatid"]) -> None: ...
|
|
type___CVoiceChat_UserLeftVoiceChat_Notification = CVoiceChat_UserLeftVoiceChat_Notification
|
|
|
|
class CVoiceChat_VoiceChatEnded_Notification(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
voice_chatid: builtin___int = ...
|
|
one_on_one_steamid_lower: builtin___int = ...
|
|
one_on_one_steamid_higher: builtin___int = ...
|
|
chatid: builtin___int = ...
|
|
chat_group_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
voice_chatid : typing___Optional[builtin___int] = None,
|
|
one_on_one_steamid_lower : typing___Optional[builtin___int] = None,
|
|
one_on_one_steamid_higher : typing___Optional[builtin___int] = None,
|
|
chatid : typing___Optional[builtin___int] = None,
|
|
chat_group_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"chat_group_id",b"chat_group_id",u"chatid",b"chatid",u"one_on_one_steamid_higher",b"one_on_one_steamid_higher",u"one_on_one_steamid_lower",b"one_on_one_steamid_lower",u"voice_chatid",b"voice_chatid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"chat_group_id",b"chat_group_id",u"chatid",b"chatid",u"one_on_one_steamid_higher",b"one_on_one_steamid_higher",u"one_on_one_steamid_lower",b"one_on_one_steamid_lower",u"voice_chatid",b"voice_chatid"]) -> None: ...
|
|
type___CVoiceChat_VoiceChatEnded_Notification = CVoiceChat_VoiceChatEnded_Notification
|
|
|
|
class CSteamTV_CreateBroadcastChannel_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
broadcast_channel_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
broadcast_channel_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"broadcast_channel_id",b"broadcast_channel_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"broadcast_channel_id",b"broadcast_channel_id"]) -> None: ...
|
|
type___CSteamTV_CreateBroadcastChannel_Response = CSteamTV_CreateBroadcastChannel_Response
|
|
|
|
class CSteamTV_GetBroadcastChannelID_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
broadcast_channel_id: builtin___int = ...
|
|
unique_name: typing___Text = ...
|
|
steamid: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
broadcast_channel_id : typing___Optional[builtin___int] = None,
|
|
unique_name : typing___Optional[typing___Text] = None,
|
|
steamid : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"broadcast_channel_id",b"broadcast_channel_id",u"steamid",b"steamid",u"unique_name",b"unique_name"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"broadcast_channel_id",b"broadcast_channel_id",u"steamid",b"steamid",u"unique_name",b"unique_name"]) -> None: ...
|
|
type___CSteamTV_GetBroadcastChannelID_Response = CSteamTV_GetBroadcastChannelID_Response
|
|
|
|
class CSteamTV_SetBroadcastChannelProfile_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CSteamTV_SetBroadcastChannelProfile_Response = CSteamTV_SetBroadcastChannelProfile_Response
|
|
|
|
class CSteamTV_GetBroadcastChannelProfile_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
unique_name: typing___Text = ...
|
|
owner_steamid: builtin___int = ...
|
|
name: typing___Text = ...
|
|
language: typing___Text = ...
|
|
headline: typing___Text = ...
|
|
summary: typing___Text = ...
|
|
schedule: typing___Text = ...
|
|
rules: typing___Text = ...
|
|
panels: typing___Text = ...
|
|
is_partnered: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
unique_name : typing___Optional[typing___Text] = None,
|
|
owner_steamid : typing___Optional[builtin___int] = None,
|
|
name : typing___Optional[typing___Text] = None,
|
|
language : typing___Optional[typing___Text] = None,
|
|
headline : typing___Optional[typing___Text] = None,
|
|
summary : typing___Optional[typing___Text] = None,
|
|
schedule : typing___Optional[typing___Text] = None,
|
|
rules : typing___Optional[typing___Text] = None,
|
|
panels : typing___Optional[typing___Text] = None,
|
|
is_partnered : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"headline",b"headline",u"is_partnered",b"is_partnered",u"language",b"language",u"name",b"name",u"owner_steamid",b"owner_steamid",u"panels",b"panels",u"rules",b"rules",u"schedule",b"schedule",u"summary",b"summary",u"unique_name",b"unique_name"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"headline",b"headline",u"is_partnered",b"is_partnered",u"language",b"language",u"name",b"name",u"owner_steamid",b"owner_steamid",u"panels",b"panels",u"rules",b"rules",u"schedule",b"schedule",u"summary",b"summary",u"unique_name",b"unique_name"]) -> None: ...
|
|
type___CSteamTV_GetBroadcastChannelProfile_Response = CSteamTV_GetBroadcastChannelProfile_Response
|
|
|
|
class CSteamTV_SetBroadcastChannelImage_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
replace_image_hash: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
replace_image_hash : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"replace_image_hash",b"replace_image_hash"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"replace_image_hash",b"replace_image_hash"]) -> None: ...
|
|
type___CSteamTV_SetBroadcastChannelImage_Response = CSteamTV_SetBroadcastChannelImage_Response
|
|
|
|
class CSteamTV_GetBroadcastChannelImages_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def images(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CSteamTV_GetBroadcastChannelImages_Response_Images]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
images : typing___Optional[typing___Iterable[type___CSteamTV_GetBroadcastChannelImages_Response_Images]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"images",b"images"]) -> None: ...
|
|
type___CSteamTV_GetBroadcastChannelImages_Response = CSteamTV_GetBroadcastChannelImages_Response
|
|
|
|
class CSteamTV_GetBroadcastChannelImages_Response_Images(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
image_type: builtin___int = ...
|
|
image_path: typing___Text = ...
|
|
image_index: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
image_type : typing___Optional[builtin___int] = None,
|
|
image_path : typing___Optional[typing___Text] = None,
|
|
image_index : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"image_index",b"image_index",u"image_path",b"image_path",u"image_type",b"image_type"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"image_index",b"image_index",u"image_path",b"image_path",u"image_type",b"image_type"]) -> None: ...
|
|
type___CSteamTV_GetBroadcastChannelImages_Response_Images = CSteamTV_GetBroadcastChannelImages_Response_Images
|
|
|
|
class CSteamTV_GetBroadcastChannelLinks_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def links(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CSteamTV_GetBroadcastChannelLinks_Response_Links]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
links : typing___Optional[typing___Iterable[type___CSteamTV_GetBroadcastChannelLinks_Response_Links]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"links",b"links"]) -> None: ...
|
|
type___CSteamTV_GetBroadcastChannelLinks_Response = CSteamTV_GetBroadcastChannelLinks_Response
|
|
|
|
class CSteamTV_GetBroadcastChannelLinks_Response_Links(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
link_index: builtin___int = ...
|
|
url: typing___Text = ...
|
|
link_description: typing___Text = ...
|
|
left: builtin___int = ...
|
|
top: builtin___int = ...
|
|
width: builtin___int = ...
|
|
height: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
link_index : typing___Optional[builtin___int] = None,
|
|
url : typing___Optional[typing___Text] = None,
|
|
link_description : typing___Optional[typing___Text] = None,
|
|
left : typing___Optional[builtin___int] = None,
|
|
top : typing___Optional[builtin___int] = None,
|
|
width : typing___Optional[builtin___int] = None,
|
|
height : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"height",b"height",u"left",b"left",u"link_description",b"link_description",u"link_index",b"link_index",u"top",b"top",u"url",b"url",u"width",b"width"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"height",b"height",u"left",b"left",u"link_description",b"link_description",u"link_index",b"link_index",u"top",b"top",u"url",b"url",u"width",b"width"]) -> None: ...
|
|
type___CSteamTV_GetBroadcastChannelLinks_Response_Links = CSteamTV_GetBroadcastChannelLinks_Response_Links
|
|
|
|
class CSteamTV_SetBroadcastChannelLinkRegions_Request_Links(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
link_index: builtin___int = ...
|
|
url: typing___Text = ...
|
|
link_description: typing___Text = ...
|
|
left: builtin___int = ...
|
|
top: builtin___int = ...
|
|
width: builtin___int = ...
|
|
height: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
link_index : typing___Optional[builtin___int] = None,
|
|
url : typing___Optional[typing___Text] = None,
|
|
link_description : typing___Optional[typing___Text] = None,
|
|
left : typing___Optional[builtin___int] = None,
|
|
top : typing___Optional[builtin___int] = None,
|
|
width : typing___Optional[builtin___int] = None,
|
|
height : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"height",b"height",u"left",b"left",u"link_description",b"link_description",u"link_index",b"link_index",u"top",b"top",u"url",b"url",u"width",b"width"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"height",b"height",u"left",b"left",u"link_description",b"link_description",u"link_index",b"link_index",u"top",b"top",u"url",b"url",u"width",b"width"]) -> None: ...
|
|
type___CSteamTV_SetBroadcastChannelLinkRegions_Request_Links = CSteamTV_SetBroadcastChannelLinkRegions_Request_Links
|
|
|
|
class CSteamTV_SetBroadcastChannelLinkRegions_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CSteamTV_SetBroadcastChannelLinkRegions_Response = CSteamTV_SetBroadcastChannelLinkRegions_Response
|
|
|
|
class CSteamTV_GetBroadcastChannelStatus_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
is_live: builtin___bool = ...
|
|
is_disabled: builtin___bool = ...
|
|
appid: builtin___int = ...
|
|
viewers: builtin___int = ...
|
|
views: builtin___int = ...
|
|
broadcaster_steamid: builtin___int = ...
|
|
thumbnail_url: typing___Text = ...
|
|
followers: builtin___int = ...
|
|
subscribers: builtin___int = ...
|
|
unique_name: typing___Text = ...
|
|
broadcast_session_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
is_live : typing___Optional[builtin___bool] = None,
|
|
is_disabled : typing___Optional[builtin___bool] = None,
|
|
appid : typing___Optional[builtin___int] = None,
|
|
viewers : typing___Optional[builtin___int] = None,
|
|
views : typing___Optional[builtin___int] = None,
|
|
broadcaster_steamid : typing___Optional[builtin___int] = None,
|
|
thumbnail_url : typing___Optional[typing___Text] = None,
|
|
followers : typing___Optional[builtin___int] = None,
|
|
subscribers : typing___Optional[builtin___int] = None,
|
|
unique_name : typing___Optional[typing___Text] = None,
|
|
broadcast_session_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"broadcast_session_id",b"broadcast_session_id",u"broadcaster_steamid",b"broadcaster_steamid",u"followers",b"followers",u"is_disabled",b"is_disabled",u"is_live",b"is_live",u"subscribers",b"subscribers",u"thumbnail_url",b"thumbnail_url",u"unique_name",b"unique_name",u"viewers",b"viewers",u"views",b"views"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"broadcast_session_id",b"broadcast_session_id",u"broadcaster_steamid",b"broadcaster_steamid",u"followers",b"followers",u"is_disabled",b"is_disabled",u"is_live",b"is_live",u"subscribers",b"subscribers",u"thumbnail_url",b"thumbnail_url",u"unique_name",b"unique_name",u"viewers",b"viewers",u"views",b"views"]) -> None: ...
|
|
type___CSteamTV_GetBroadcastChannelStatus_Response = CSteamTV_GetBroadcastChannelStatus_Response
|
|
|
|
class GetBroadcastChannelEntry(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
broadcast_channel_id: builtin___int = ...
|
|
unique_name: typing___Text = ...
|
|
name: typing___Text = ...
|
|
appid: builtin___int = ...
|
|
viewers: builtin___int = ...
|
|
views: builtin___int = ...
|
|
thumbnail_url: typing___Text = ...
|
|
followers: builtin___int = ...
|
|
headline: typing___Text = ...
|
|
avatar_url: typing___Text = ...
|
|
broadcaster_steamid: builtin___int = ...
|
|
subscribers: builtin___int = ...
|
|
background_url: typing___Text = ...
|
|
is_featured: builtin___bool = ...
|
|
is_disabled: builtin___bool = ...
|
|
is_live: builtin___bool = ...
|
|
language: typing___Text = ...
|
|
reports: builtin___int = ...
|
|
is_partnered: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
broadcast_channel_id : typing___Optional[builtin___int] = None,
|
|
unique_name : typing___Optional[typing___Text] = None,
|
|
name : typing___Optional[typing___Text] = None,
|
|
appid : typing___Optional[builtin___int] = None,
|
|
viewers : typing___Optional[builtin___int] = None,
|
|
views : typing___Optional[builtin___int] = None,
|
|
thumbnail_url : typing___Optional[typing___Text] = None,
|
|
followers : typing___Optional[builtin___int] = None,
|
|
headline : typing___Optional[typing___Text] = None,
|
|
avatar_url : typing___Optional[typing___Text] = None,
|
|
broadcaster_steamid : typing___Optional[builtin___int] = None,
|
|
subscribers : typing___Optional[builtin___int] = None,
|
|
background_url : typing___Optional[typing___Text] = None,
|
|
is_featured : typing___Optional[builtin___bool] = None,
|
|
is_disabled : typing___Optional[builtin___bool] = None,
|
|
is_live : typing___Optional[builtin___bool] = None,
|
|
language : typing___Optional[typing___Text] = None,
|
|
reports : typing___Optional[builtin___int] = None,
|
|
is_partnered : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"avatar_url",b"avatar_url",u"background_url",b"background_url",u"broadcast_channel_id",b"broadcast_channel_id",u"broadcaster_steamid",b"broadcaster_steamid",u"followers",b"followers",u"headline",b"headline",u"is_disabled",b"is_disabled",u"is_featured",b"is_featured",u"is_live",b"is_live",u"is_partnered",b"is_partnered",u"language",b"language",u"name",b"name",u"reports",b"reports",u"subscribers",b"subscribers",u"thumbnail_url",b"thumbnail_url",u"unique_name",b"unique_name",u"viewers",b"viewers",u"views",b"views"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"avatar_url",b"avatar_url",u"background_url",b"background_url",u"broadcast_channel_id",b"broadcast_channel_id",u"broadcaster_steamid",b"broadcaster_steamid",u"followers",b"followers",u"headline",b"headline",u"is_disabled",b"is_disabled",u"is_featured",b"is_featured",u"is_live",b"is_live",u"is_partnered",b"is_partnered",u"language",b"language",u"name",b"name",u"reports",b"reports",u"subscribers",b"subscribers",u"thumbnail_url",b"thumbnail_url",u"unique_name",b"unique_name",u"viewers",b"viewers",u"views",b"views"]) -> None: ...
|
|
type___GetBroadcastChannelEntry = GetBroadcastChannelEntry
|
|
|
|
class CSteamTV_GetFollowedChannels_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def results(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___GetBroadcastChannelEntry]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
results : typing___Optional[typing___Iterable[type___GetBroadcastChannelEntry]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"results",b"results"]) -> None: ...
|
|
type___CSteamTV_GetFollowedChannels_Response = CSteamTV_GetFollowedChannels_Response
|
|
|
|
class CSteamTV_GetSubscribedChannels_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def results(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___GetBroadcastChannelEntry]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
results : typing___Optional[typing___Iterable[type___GetBroadcastChannelEntry]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"results",b"results"]) -> None: ...
|
|
type___CSteamTV_GetSubscribedChannels_Response = CSteamTV_GetSubscribedChannels_Response
|
|
|
|
class CSteamTV_FollowBroadcastChannel_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
is_followed: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
is_followed : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"is_followed",b"is_followed"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"is_followed",b"is_followed"]) -> None: ...
|
|
type___CSteamTV_FollowBroadcastChannel_Response = CSteamTV_FollowBroadcastChannel_Response
|
|
|
|
class CSteamTV_SubscribeBroadcastChannel_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
is_subscribed: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
is_subscribed : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"is_subscribed",b"is_subscribed"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"is_subscribed",b"is_subscribed"]) -> None: ...
|
|
type___CSteamTV_SubscribeBroadcastChannel_Response = CSteamTV_SubscribeBroadcastChannel_Response
|
|
|
|
class CSteamTV_ReportBroadcastChannel_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CSteamTV_ReportBroadcastChannel_Response = CSteamTV_ReportBroadcastChannel_Response
|
|
|
|
class CSteamTV_GetBroadcastChannelInteraction_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
is_followed: builtin___bool = ...
|
|
is_subscribed: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
is_followed : typing___Optional[builtin___bool] = None,
|
|
is_subscribed : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"is_followed",b"is_followed",u"is_subscribed",b"is_subscribed"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"is_followed",b"is_followed",u"is_subscribed",b"is_subscribed"]) -> None: ...
|
|
type___CSteamTV_GetBroadcastChannelInteraction_Response = CSteamTV_GetBroadcastChannelInteraction_Response
|
|
|
|
class CSteamTV_Game(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
appid: builtin___int = ...
|
|
name: typing___Text = ...
|
|
image: typing___Text = ...
|
|
viewers: builtin___int = ...
|
|
release_date: typing___Text = ...
|
|
developer: typing___Text = ...
|
|
publisher: typing___Text = ...
|
|
|
|
@property
|
|
def channels(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___GetBroadcastChannelEntry]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
appid : typing___Optional[builtin___int] = None,
|
|
name : typing___Optional[typing___Text] = None,
|
|
image : typing___Optional[typing___Text] = None,
|
|
viewers : typing___Optional[builtin___int] = None,
|
|
channels : typing___Optional[typing___Iterable[type___GetBroadcastChannelEntry]] = None,
|
|
release_date : typing___Optional[typing___Text] = None,
|
|
developer : typing___Optional[typing___Text] = None,
|
|
publisher : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"developer",b"developer",u"image",b"image",u"name",b"name",u"publisher",b"publisher",u"release_date",b"release_date",u"viewers",b"viewers"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"channels",b"channels",u"developer",b"developer",u"image",b"image",u"name",b"name",u"publisher",b"publisher",u"release_date",b"release_date",u"viewers",b"viewers"]) -> None: ...
|
|
type___CSteamTV_Game = CSteamTV_Game
|
|
|
|
class CSteamTV_GetGames_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def results(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CSteamTV_Game]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
results : typing___Optional[typing___Iterable[type___CSteamTV_Game]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"results",b"results"]) -> None: ...
|
|
type___CSteamTV_GetGames_Response = CSteamTV_GetGames_Response
|
|
|
|
class CSteamTV_GetChannels_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def results(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___GetBroadcastChannelEntry]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
results : typing___Optional[typing___Iterable[type___GetBroadcastChannelEntry]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"results",b"results"]) -> None: ...
|
|
type___CSteamTV_GetChannels_Response = CSteamTV_GetChannels_Response
|
|
|
|
class CSteamTV_GetBroadcastChannelBroadcasters_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def broadcasters(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CSteamTV_GetBroadcastChannelBroadcasters_Response_Broadcaster]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
broadcasters : typing___Optional[typing___Iterable[type___CSteamTV_GetBroadcastChannelBroadcasters_Response_Broadcaster]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"broadcasters",b"broadcasters"]) -> None: ...
|
|
type___CSteamTV_GetBroadcastChannelBroadcasters_Response = CSteamTV_GetBroadcastChannelBroadcasters_Response
|
|
|
|
class CSteamTV_GetBroadcastChannelBroadcasters_Response_Broadcaster(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steamid: builtin___int = ...
|
|
name: typing___Text = ...
|
|
rtmp_token: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steamid : typing___Optional[builtin___int] = None,
|
|
name : typing___Optional[typing___Text] = None,
|
|
rtmp_token : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"name",b"name",u"rtmp_token",b"rtmp_token",u"steamid",b"steamid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"name",b"name",u"rtmp_token",b"rtmp_token",u"steamid",b"steamid"]) -> None: ...
|
|
type___CSteamTV_GetBroadcastChannelBroadcasters_Response_Broadcaster = CSteamTV_GetBroadcastChannelBroadcasters_Response_Broadcaster
|
|
|
|
class CSteamTV_ChatBan(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
issuer_steamid: builtin___int = ...
|
|
chatter_steamid: builtin___int = ...
|
|
time_expires: typing___Text = ...
|
|
permanent: builtin___bool = ...
|
|
name: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
issuer_steamid : typing___Optional[builtin___int] = None,
|
|
chatter_steamid : typing___Optional[builtin___int] = None,
|
|
time_expires : typing___Optional[typing___Text] = None,
|
|
permanent : typing___Optional[builtin___bool] = None,
|
|
name : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"chatter_steamid",b"chatter_steamid",u"issuer_steamid",b"issuer_steamid",u"name",b"name",u"permanent",b"permanent",u"time_expires",b"time_expires"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"chatter_steamid",b"chatter_steamid",u"issuer_steamid",b"issuer_steamid",u"name",b"name",u"permanent",b"permanent",u"time_expires",b"time_expires"]) -> None: ...
|
|
type___CSteamTV_ChatBan = CSteamTV_ChatBan
|
|
|
|
class CSteamTV_AddChatBan_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
broadcast_channel_id: builtin___int = ...
|
|
chatter_steamid: builtin___int = ...
|
|
duration: builtin___int = ...
|
|
permanent: builtin___bool = ...
|
|
undo: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
broadcast_channel_id : typing___Optional[builtin___int] = None,
|
|
chatter_steamid : typing___Optional[builtin___int] = None,
|
|
duration : typing___Optional[builtin___int] = None,
|
|
permanent : typing___Optional[builtin___bool] = None,
|
|
undo : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"broadcast_channel_id",b"broadcast_channel_id",u"chatter_steamid",b"chatter_steamid",u"duration",b"duration",u"permanent",b"permanent",u"undo",b"undo"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"broadcast_channel_id",b"broadcast_channel_id",u"chatter_steamid",b"chatter_steamid",u"duration",b"duration",u"permanent",b"permanent",u"undo",b"undo"]) -> None: ...
|
|
type___CSteamTV_AddChatBan_Request = CSteamTV_AddChatBan_Request
|
|
|
|
class CSteamTV_AddChatBan_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CSteamTV_AddChatBan_Response = CSteamTV_AddChatBan_Response
|
|
|
|
class CSteamTV_GetChatBans_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def results(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CSteamTV_ChatBan]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
results : typing___Optional[typing___Iterable[type___CSteamTV_ChatBan]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"results",b"results"]) -> None: ...
|
|
type___CSteamTV_GetChatBans_Response = CSteamTV_GetChatBans_Response
|
|
|
|
class CSteamTV_AddChatModerator_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
broadcast_channel_id: builtin___int = ...
|
|
moderator_steamid: builtin___int = ...
|
|
undo: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
broadcast_channel_id : typing___Optional[builtin___int] = None,
|
|
moderator_steamid : typing___Optional[builtin___int] = None,
|
|
undo : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"broadcast_channel_id",b"broadcast_channel_id",u"moderator_steamid",b"moderator_steamid",u"undo",b"undo"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"broadcast_channel_id",b"broadcast_channel_id",u"moderator_steamid",b"moderator_steamid",u"undo",b"undo"]) -> None: ...
|
|
type___CSteamTV_AddChatModerator_Request = CSteamTV_AddChatModerator_Request
|
|
|
|
class CSteamTV_AddChatModerator_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CSteamTV_AddChatModerator_Response = CSteamTV_AddChatModerator_Response
|
|
|
|
class CSteamTV_GetChatModerators_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
broadcast_channel_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
broadcast_channel_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"broadcast_channel_id",b"broadcast_channel_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"broadcast_channel_id",b"broadcast_channel_id"]) -> None: ...
|
|
type___CSteamTV_GetChatModerators_Request = CSteamTV_GetChatModerators_Request
|
|
|
|
class CSteamTV_ChatModerator(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steamid: builtin___int = ...
|
|
name: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steamid : typing___Optional[builtin___int] = None,
|
|
name : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"name",b"name",u"steamid",b"steamid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"name",b"name",u"steamid",b"steamid"]) -> None: ...
|
|
type___CSteamTV_ChatModerator = CSteamTV_ChatModerator
|
|
|
|
class CSteamTV_GetChatModerators_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def results(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CSteamTV_ChatModerator]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
results : typing___Optional[typing___Iterable[type___CSteamTV_ChatModerator]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"results",b"results"]) -> None: ...
|
|
type___CSteamTV_GetChatModerators_Response = CSteamTV_GetChatModerators_Response
|
|
|
|
class CSteamTV_AddWordBan_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CSteamTV_AddWordBan_Response = CSteamTV_AddWordBan_Response
|
|
|
|
class CSteamTV_GetWordBans_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
results: google___protobuf___internal___containers___RepeatedScalarFieldContainer[typing___Text] = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
results : typing___Optional[typing___Iterable[typing___Text]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"results",b"results"]) -> None: ...
|
|
type___CSteamTV_GetWordBans_Response = CSteamTV_GetWordBans_Response
|
|
|
|
class CSteamTV_JoinChat_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
broadcast_channel_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
broadcast_channel_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"broadcast_channel_id",b"broadcast_channel_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"broadcast_channel_id",b"broadcast_channel_id"]) -> None: ...
|
|
type___CSteamTV_JoinChat_Request = CSteamTV_JoinChat_Request
|
|
|
|
class CSteamTV_JoinChat_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
chat_id: builtin___int = ...
|
|
view_url_template: typing___Text = ...
|
|
flair_group_ids: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
chat_id : typing___Optional[builtin___int] = None,
|
|
view_url_template : typing___Optional[typing___Text] = None,
|
|
flair_group_ids : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"chat_id",b"chat_id",u"view_url_template",b"view_url_template"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"chat_id",b"chat_id",u"flair_group_ids",b"flair_group_ids",u"view_url_template",b"view_url_template"]) -> None: ...
|
|
type___CSteamTV_JoinChat_Response = CSteamTV_JoinChat_Response
|
|
|
|
class CSteamTV_Search_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def results(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___GetBroadcastChannelEntry]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
results : typing___Optional[typing___Iterable[type___GetBroadcastChannelEntry]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"results",b"results"]) -> None: ...
|
|
type___CSteamTV_Search_Response = CSteamTV_Search_Response
|
|
|
|
class CSteamTV_GetSteamTVUserSettings_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
stream_live_email: builtin___bool = ...
|
|
stream_live_notification: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
stream_live_email : typing___Optional[builtin___bool] = None,
|
|
stream_live_notification : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"stream_live_email",b"stream_live_email",u"stream_live_notification",b"stream_live_notification"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"stream_live_email",b"stream_live_email",u"stream_live_notification",b"stream_live_notification"]) -> None: ...
|
|
type___CSteamTV_GetSteamTVUserSettings_Response = CSteamTV_GetSteamTVUserSettings_Response
|
|
|
|
class CSteamTV_SetSteamTVUserSettings_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CSteamTV_SetSteamTVUserSettings_Response = CSteamTV_SetSteamTVUserSettings_Response
|
|
|
|
class CSteamTV_GetMyBroadcastChannels_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def results(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___GetBroadcastChannelEntry]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
results : typing___Optional[typing___Iterable[type___GetBroadcastChannelEntry]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"results",b"results"]) -> None: ...
|
|
type___CSteamTV_GetMyBroadcastChannels_Response = CSteamTV_GetMyBroadcastChannels_Response
|
|
|
|
class CSteamTV_HomePageTemplate_Takeover(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def broadcasts(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___GetBroadcastChannelEntry]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
broadcasts : typing___Optional[typing___Iterable[type___GetBroadcastChannelEntry]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"broadcasts",b"broadcasts"]) -> None: ...
|
|
type___CSteamTV_HomePageTemplate_Takeover = CSteamTV_HomePageTemplate_Takeover
|
|
|
|
class CSteamTV_HomePageTemplate_SingleGame(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
appid: builtin___int = ...
|
|
title: typing___Text = ...
|
|
|
|
@property
|
|
def broadcasts(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___GetBroadcastChannelEntry]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
broadcasts : typing___Optional[typing___Iterable[type___GetBroadcastChannelEntry]] = None,
|
|
appid : typing___Optional[builtin___int] = None,
|
|
title : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"title",b"title"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"broadcasts",b"broadcasts",u"title",b"title"]) -> None: ...
|
|
type___CSteamTV_HomePageTemplate_SingleGame = CSteamTV_HomePageTemplate_SingleGame
|
|
|
|
class GameListEntry(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
appid: builtin___int = ...
|
|
game_name: typing___Text = ...
|
|
|
|
@property
|
|
def broadcast(self) -> type___GetBroadcastChannelEntry: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
appid : typing___Optional[builtin___int] = None,
|
|
game_name : typing___Optional[typing___Text] = None,
|
|
broadcast : typing___Optional[type___GetBroadcastChannelEntry] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"broadcast",b"broadcast",u"game_name",b"game_name"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"broadcast",b"broadcast",u"game_name",b"game_name"]) -> None: ...
|
|
type___GameListEntry = GameListEntry
|
|
|
|
class CSteamTV_HomePageTemplate_GameList(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
title: typing___Text = ...
|
|
|
|
@property
|
|
def entries(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___GameListEntry]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
entries : typing___Optional[typing___Iterable[type___GameListEntry]] = None,
|
|
title : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"title",b"title"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"entries",b"entries",u"title",b"title"]) -> None: ...
|
|
type___CSteamTV_HomePageTemplate_GameList = CSteamTV_HomePageTemplate_GameList
|
|
|
|
class CSteamTV_HomePageTemplate_QuickExplore(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
title: typing___Text = ...
|
|
|
|
@property
|
|
def broadcasts(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___GetBroadcastChannelEntry]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
broadcasts : typing___Optional[typing___Iterable[type___GetBroadcastChannelEntry]] = None,
|
|
title : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"title",b"title"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"broadcasts",b"broadcasts",u"title",b"title"]) -> None: ...
|
|
type___CSteamTV_HomePageTemplate_QuickExplore = CSteamTV_HomePageTemplate_QuickExplore
|
|
|
|
class CSteamTV_HomePageTemplate_ConveyorBelt(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
title: typing___Text = ...
|
|
|
|
@property
|
|
def broadcasts(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___GetBroadcastChannelEntry]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
broadcasts : typing___Optional[typing___Iterable[type___GetBroadcastChannelEntry]] = None,
|
|
title : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"title",b"title"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"broadcasts",b"broadcasts",u"title",b"title"]) -> None: ...
|
|
type___CSteamTV_HomePageTemplate_ConveyorBelt = CSteamTV_HomePageTemplate_ConveyorBelt
|
|
|
|
class CSteamTV_HomePageTemplate_WatchParty(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
title: typing___Text = ...
|
|
chat_group_id: builtin___int = ...
|
|
|
|
@property
|
|
def broadcast(self) -> type___GetBroadcastChannelEntry: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
broadcast : typing___Optional[type___GetBroadcastChannelEntry] = None,
|
|
title : typing___Optional[typing___Text] = None,
|
|
chat_group_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"broadcast",b"broadcast",u"chat_group_id",b"chat_group_id",u"title",b"title"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"broadcast",b"broadcast",u"chat_group_id",b"chat_group_id",u"title",b"title"]) -> None: ...
|
|
type___CSteamTV_HomePageTemplate_WatchParty = CSteamTV_HomePageTemplate_WatchParty
|
|
|
|
class CSteamTV_HomePageTemplate_Developer(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
title: typing___Text = ...
|
|
|
|
@property
|
|
def broadcast(self) -> type___GetBroadcastChannelEntry: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
broadcast : typing___Optional[type___GetBroadcastChannelEntry] = None,
|
|
title : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"broadcast",b"broadcast",u"title",b"title"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"broadcast",b"broadcast",u"title",b"title"]) -> None: ...
|
|
type___CSteamTV_HomePageTemplate_Developer = CSteamTV_HomePageTemplate_Developer
|
|
|
|
class CSteamTV_HomePageTemplate_Event(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
title: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
title : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"title",b"title"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"title",b"title"]) -> None: ...
|
|
type___CSteamTV_HomePageTemplate_Event = CSteamTV_HomePageTemplate_Event
|
|
|
|
class CSteamTV_HomePageContentRow(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
template_type: builtin___int = ...
|
|
|
|
@property
|
|
def takeover(self) -> type___CSteamTV_HomePageTemplate_Takeover: ...
|
|
|
|
@property
|
|
def single_game(self) -> type___CSteamTV_HomePageTemplate_SingleGame: ...
|
|
|
|
@property
|
|
def game_list(self) -> type___CSteamTV_HomePageTemplate_GameList: ...
|
|
|
|
@property
|
|
def quick_explore(self) -> type___CSteamTV_HomePageTemplate_QuickExplore: ...
|
|
|
|
@property
|
|
def conveyor_belt(self) -> type___CSteamTV_HomePageTemplate_ConveyorBelt: ...
|
|
|
|
@property
|
|
def watch_party(self) -> type___CSteamTV_HomePageTemplate_WatchParty: ...
|
|
|
|
@property
|
|
def developer(self) -> type___CSteamTV_HomePageTemplate_Developer: ...
|
|
|
|
@property
|
|
def event(self) -> type___CSteamTV_HomePageTemplate_Event: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
template_type : typing___Optional[builtin___int] = None,
|
|
takeover : typing___Optional[type___CSteamTV_HomePageTemplate_Takeover] = None,
|
|
single_game : typing___Optional[type___CSteamTV_HomePageTemplate_SingleGame] = None,
|
|
game_list : typing___Optional[type___CSteamTV_HomePageTemplate_GameList] = None,
|
|
quick_explore : typing___Optional[type___CSteamTV_HomePageTemplate_QuickExplore] = None,
|
|
conveyor_belt : typing___Optional[type___CSteamTV_HomePageTemplate_ConveyorBelt] = None,
|
|
watch_party : typing___Optional[type___CSteamTV_HomePageTemplate_WatchParty] = None,
|
|
developer : typing___Optional[type___CSteamTV_HomePageTemplate_Developer] = None,
|
|
event : typing___Optional[type___CSteamTV_HomePageTemplate_Event] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"conveyor_belt",b"conveyor_belt",u"developer",b"developer",u"event",b"event",u"game_list",b"game_list",u"quick_explore",b"quick_explore",u"single_game",b"single_game",u"takeover",b"takeover",u"template_type",b"template_type",u"watch_party",b"watch_party"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"conveyor_belt",b"conveyor_belt",u"developer",b"developer",u"event",b"event",u"game_list",b"game_list",u"quick_explore",b"quick_explore",u"single_game",b"single_game",u"takeover",b"takeover",u"template_type",b"template_type",u"watch_party",b"watch_party"]) -> None: ...
|
|
type___CSteamTV_HomePageContentRow = CSteamTV_HomePageContentRow
|
|
|
|
class CSteamTV_GetHomePageContents_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def rows(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CSteamTV_HomePageContentRow]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
rows : typing___Optional[typing___Iterable[type___CSteamTV_HomePageContentRow]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"rows",b"rows"]) -> None: ...
|
|
type___CSteamTV_GetHomePageContents_Response = CSteamTV_GetHomePageContents_Response
|
|
|
|
class CSteamTV_BroadcastClipInfo(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
broadcast_clip_id: builtin___int = ...
|
|
channel_id: builtin___int = ...
|
|
app_id: builtin___int = ...
|
|
broadcaster_steamid: builtin___int = ...
|
|
creator_steamid: builtin___int = ...
|
|
video_description: typing___Text = ...
|
|
live_time: builtin___int = ...
|
|
length_ms: builtin___int = ...
|
|
thumbnail_path: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
broadcast_clip_id : typing___Optional[builtin___int] = None,
|
|
channel_id : typing___Optional[builtin___int] = None,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
broadcaster_steamid : typing___Optional[builtin___int] = None,
|
|
creator_steamid : typing___Optional[builtin___int] = None,
|
|
video_description : typing___Optional[typing___Text] = None,
|
|
live_time : typing___Optional[builtin___int] = None,
|
|
length_ms : typing___Optional[builtin___int] = None,
|
|
thumbnail_path : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"broadcast_clip_id",b"broadcast_clip_id",u"broadcaster_steamid",b"broadcaster_steamid",u"channel_id",b"channel_id",u"creator_steamid",b"creator_steamid",u"length_ms",b"length_ms",u"live_time",b"live_time",u"thumbnail_path",b"thumbnail_path",u"video_description",b"video_description"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"broadcast_clip_id",b"broadcast_clip_id",u"broadcaster_steamid",b"broadcaster_steamid",u"channel_id",b"channel_id",u"creator_steamid",b"creator_steamid",u"length_ms",b"length_ms",u"live_time",b"live_time",u"thumbnail_path",b"thumbnail_path",u"video_description",b"video_description"]) -> None: ...
|
|
type___CSteamTV_BroadcastClipInfo = CSteamTV_BroadcastClipInfo
|
|
|
|
class CSteamTV_GetBroadcastChannelClips_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
thumbnail_host: typing___Text = ...
|
|
|
|
@property
|
|
def clips(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CSteamTV_BroadcastClipInfo]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
clips : typing___Optional[typing___Iterable[type___CSteamTV_BroadcastClipInfo]] = None,
|
|
thumbnail_host : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"thumbnail_host",b"thumbnail_host"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"clips",b"clips",u"thumbnail_host",b"thumbnail_host"]) -> None: ...
|
|
type___CSteamTV_GetBroadcastChannelClips_Response = CSteamTV_GetBroadcastChannelClips_Response
|
|
|
|
class CFriendsListCategory(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
groupid: builtin___int = ...
|
|
name: typing___Text = ...
|
|
accountid_members: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
groupid : typing___Optional[builtin___int] = None,
|
|
name : typing___Optional[typing___Text] = None,
|
|
accountid_members : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"groupid",b"groupid",u"name",b"name"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"accountid_members",b"accountid_members",u"groupid",b"groupid",u"name",b"name"]) -> None: ...
|
|
type___CFriendsListCategory = CFriendsListCategory
|
|
|
|
class CFriendsList_GetCategories_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CFriendsList_GetCategories_Request = CFriendsList_GetCategories_Request
|
|
|
|
class CFriendsList_GetCategories_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def categories(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CFriendsListCategory]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
categories : typing___Optional[typing___Iterable[type___CFriendsListCategory]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"categories",b"categories"]) -> None: ...
|
|
type___CFriendsList_GetCategories_Response = CFriendsList_GetCategories_Response
|
|
|
|
class CFriendsListFavoriteEntry(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
accountid: builtin___int = ...
|
|
clanid: builtin___int = ...
|
|
chat_group_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
accountid : typing___Optional[builtin___int] = None,
|
|
clanid : typing___Optional[builtin___int] = None,
|
|
chat_group_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"accountid",b"accountid",u"chat_group_id",b"chat_group_id",u"clanid",b"clanid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"accountid",b"accountid",u"chat_group_id",b"chat_group_id",u"clanid",b"clanid"]) -> None: ...
|
|
type___CFriendsListFavoriteEntry = CFriendsListFavoriteEntry
|
|
|
|
class CFriendsList_GetFavorites_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CFriendsList_GetFavorites_Request = CFriendsList_GetFavorites_Request
|
|
|
|
class CFriendsList_GetFavorites_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def favorites(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CFriendsListFavoriteEntry]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
favorites : typing___Optional[typing___Iterable[type___CFriendsListFavoriteEntry]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"favorites",b"favorites"]) -> None: ...
|
|
type___CFriendsList_GetFavorites_Response = CFriendsList_GetFavorites_Response
|
|
|
|
class CFriendsList_SetFavorites_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def favorites(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CFriendsListFavoriteEntry]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
favorites : typing___Optional[typing___Iterable[type___CFriendsListFavoriteEntry]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"favorites",b"favorites"]) -> None: ...
|
|
type___CFriendsList_SetFavorites_Request = CFriendsList_SetFavorites_Request
|
|
|
|
class CFriendsList_SetFavorites_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CFriendsList_SetFavorites_Response = CFriendsList_SetFavorites_Response
|
|
|
|
class CFriendsList_FavoritesChanged_Notification(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def favorites(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CFriendsListFavoriteEntry]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
favorites : typing___Optional[typing___Iterable[type___CFriendsListFavoriteEntry]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"favorites",b"favorites"]) -> None: ...
|
|
type___CFriendsList_FavoritesChanged_Notification = CFriendsList_FavoritesChanged_Notification
|
|
|
|
class CFriendsList_GetFriendsList_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CFriendsList_GetFriendsList_Request = CFriendsList_GetFriendsList_Request
|
|
|
|
class CFriendsList_GetFriendsList_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def friendslist(self) -> steammessages_clientserver_friends_pb2___CMsgClientFriendsList: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
friendslist : typing___Optional[steammessages_clientserver_friends_pb2___CMsgClientFriendsList] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"friendslist",b"friendslist"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"friendslist",b"friendslist"]) -> None: ...
|
|
type___CFriendsList_GetFriendsList_Response = CFriendsList_GetFriendsList_Response
|
|
|
|
class CClan_RespondToClanInvite_Request(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steamid: builtin___int = ...
|
|
accept: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steamid : typing___Optional[builtin___int] = None,
|
|
accept : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"accept",b"accept",u"steamid",b"steamid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"accept",b"accept",u"steamid",b"steamid"]) -> None: ...
|
|
type___CClan_RespondToClanInvite_Request = CClan_RespondToClanInvite_Request
|
|
|
|
class CClan_RespondToClanInvite_Response(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CClan_RespondToClanInvite_Response = CClan_RespondToClanInvite_Response
|
|
|
|
class CProductImpressionsFromClient_Notification(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
@property
|
|
def impressions(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CProductImpressionsFromClient_Notification_Impression]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
impressions : typing___Optional[typing___Iterable[type___CProductImpressionsFromClient_Notification_Impression]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"impressions",b"impressions"]) -> None: ...
|
|
type___CProductImpressionsFromClient_Notification = CProductImpressionsFromClient_Notification
|
|
|
|
class CProductImpressionsFromClient_Notification_Impression(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
type: builtin___int = ...
|
|
appid: builtin___int = ...
|
|
num_impressions: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
type : typing___Optional[builtin___int] = None,
|
|
appid : typing___Optional[builtin___int] = None,
|
|
num_impressions : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"num_impressions",b"num_impressions",u"type",b"type"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"num_impressions",b"num_impressions",u"type",b"type"]) -> None: ...
|
|
type___CProductImpressionsFromClient_Notification_Impression = CProductImpressionsFromClient_Notification_Impression
|
|
|
|
class NotImplemented(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___NotImplemented = NotImplemented
|
|
|
|
class Community(google___protobuf___service___Service, metaclass=abc___ABCMeta):
|
|
@abc___abstractmethod
|
|
def GetApps(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CCommunity_GetApps_Request,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetApps_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetApps_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetAppRichPresenceLocalization(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CCommunity_GetAppRichPresenceLocalization_Request,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetAppRichPresenceLocalization_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetAppRichPresenceLocalization_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetCommentThread(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetCommentThread_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetCommentThread_Response]: ...
|
|
@abc___abstractmethod
|
|
def PostCommentToThread(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_PostCommentToThread_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_PostCommentToThread_Response]: ...
|
|
@abc___abstractmethod
|
|
def DeleteCommentFromThread(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_DeleteCommentFromThread_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_DeleteCommentFromThread_Response]: ...
|
|
@abc___abstractmethod
|
|
def RateCommentThread(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_RateCommentThread_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_RateCommentThread_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetCommentThreadRatings(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetCommentThreadRatings_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetCommentThreadRatings_Response]: ...
|
|
@abc___abstractmethod
|
|
def RateClanAnnouncement(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CCommunity_RateClanAnnouncement_Request,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_RateClanAnnouncement_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_RateClanAnnouncement_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetClanAnnouncementVoteForUser(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CCommunity_GetClanAnnouncementVoteForUser_Request,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetClanAnnouncementVoteForUser_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetClanAnnouncementVoteForUser_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetAvatarHistory(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetAvatarHistory_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetAvatarHistory_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetUserPartnerEventNews(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetUserPartnerEventNews_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetUserPartnerEventNews_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetBestEventsForUser(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetBestEventsForUser_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetBestEventsForUser_Response]: ...
|
|
@abc___abstractmethod
|
|
def MarkPartnerEventsForUser(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CCommunity_MarkPartnerEventsForUser_Request,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_MarkPartnerEventsForUser_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_MarkPartnerEventsForUser_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetUserPartnerEventViewStatus(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetUserPartnerEventViewStatus_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetUserPartnerEventViewStatus_Response]: ...
|
|
@abc___abstractmethod
|
|
def PartnerEventsShowMoreForApp(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_PartnerEventsShowMoreForApp_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_PartnerEventsShowMoreForApp_Response]: ...
|
|
@abc___abstractmethod
|
|
def PartnerEventsShowLessForApp(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_PartnerEventsShowLessForApp_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_PartnerEventsShowLessForApp_Response]: ...
|
|
@abc___abstractmethod
|
|
def ClearUserPartnerEventsAppPriorities(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_ClearUserPartnerEventsAppPriorities_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_ClearUserPartnerEventsAppPriorities_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetUserPartnerEventsAppPriorities(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetUserPartnerEventsAppPriorities_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetUserPartnerEventsAppPriorities_Response]: ...
|
|
@abc___abstractmethod
|
|
def ClearSinglePartnerEventsAppPriority(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_ClearSinglePartnerEventsAppPriority_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_ClearSinglePartnerEventsAppPriority_Response]: ...
|
|
class Community_Stub(Community):
|
|
def __init__(self, rpc_channel: google___protobuf___service___RpcChannel) -> None: ...
|
|
def GetApps(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CCommunity_GetApps_Request,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetApps_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetApps_Response]: ...
|
|
def GetAppRichPresenceLocalization(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CCommunity_GetAppRichPresenceLocalization_Request,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetAppRichPresenceLocalization_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetAppRichPresenceLocalization_Response]: ...
|
|
def GetCommentThread(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetCommentThread_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetCommentThread_Response]: ...
|
|
def PostCommentToThread(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_PostCommentToThread_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_PostCommentToThread_Response]: ...
|
|
def DeleteCommentFromThread(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_DeleteCommentFromThread_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_DeleteCommentFromThread_Response]: ...
|
|
def RateCommentThread(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_RateCommentThread_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_RateCommentThread_Response]: ...
|
|
def GetCommentThreadRatings(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetCommentThreadRatings_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetCommentThreadRatings_Response]: ...
|
|
def RateClanAnnouncement(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CCommunity_RateClanAnnouncement_Request,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_RateClanAnnouncement_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_RateClanAnnouncement_Response]: ...
|
|
def GetClanAnnouncementVoteForUser(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CCommunity_GetClanAnnouncementVoteForUser_Request,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetClanAnnouncementVoteForUser_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetClanAnnouncementVoteForUser_Response]: ...
|
|
def GetAvatarHistory(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetAvatarHistory_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetAvatarHistory_Response]: ...
|
|
def GetUserPartnerEventNews(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetUserPartnerEventNews_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetUserPartnerEventNews_Response]: ...
|
|
def GetBestEventsForUser(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetBestEventsForUser_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetBestEventsForUser_Response]: ...
|
|
def MarkPartnerEventsForUser(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CCommunity_MarkPartnerEventsForUser_Request,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_MarkPartnerEventsForUser_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_MarkPartnerEventsForUser_Response]: ...
|
|
def GetUserPartnerEventViewStatus(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetUserPartnerEventViewStatus_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetUserPartnerEventViewStatus_Response]: ...
|
|
def PartnerEventsShowMoreForApp(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_PartnerEventsShowMoreForApp_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_PartnerEventsShowMoreForApp_Response]: ...
|
|
def PartnerEventsShowLessForApp(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_PartnerEventsShowLessForApp_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_PartnerEventsShowLessForApp_Response]: ...
|
|
def ClearUserPartnerEventsAppPriorities(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_ClearUserPartnerEventsAppPriorities_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_ClearUserPartnerEventsAppPriorities_Response]: ...
|
|
def GetUserPartnerEventsAppPriorities(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_GetUserPartnerEventsAppPriorities_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_GetUserPartnerEventsAppPriorities_Response]: ...
|
|
def ClearSinglePartnerEventsAppPriority(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CCommunity_ClearSinglePartnerEventsAppPriority_Response], None]],
|
|
) -> concurrent___futures___Future[type___CCommunity_ClearSinglePartnerEventsAppPriority_Response]: ...
|
|
class WebRTCClient(google___protobuf___service___Service, metaclass=abc___ABCMeta):
|
|
@abc___abstractmethod
|
|
def InitiateWebRTCConnection(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CWebRTCClient_InitiateWebRTCConnection_Request,
|
|
done: typing___Optional[typing___Callable[[type___CWebRTCClient_InitiateWebRTCConnection_Response], None]],
|
|
) -> concurrent___futures___Future[type___CWebRTCClient_InitiateWebRTCConnection_Response]: ...
|
|
@abc___abstractmethod
|
|
def AcknowledgeUpdatedRemoteDescription(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Request,
|
|
done: typing___Optional[typing___Callable[[type___CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Response], None]],
|
|
) -> concurrent___futures___Future[type___CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Response]: ...
|
|
class WebRTCClient_Stub(WebRTCClient):
|
|
def __init__(self, rpc_channel: google___protobuf___service___RpcChannel) -> None: ...
|
|
def InitiateWebRTCConnection(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CWebRTCClient_InitiateWebRTCConnection_Request,
|
|
done: typing___Optional[typing___Callable[[type___CWebRTCClient_InitiateWebRTCConnection_Response], None]],
|
|
) -> concurrent___futures___Future[type___CWebRTCClient_InitiateWebRTCConnection_Response]: ...
|
|
def AcknowledgeUpdatedRemoteDescription(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Request,
|
|
done: typing___Optional[typing___Callable[[type___CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Response], None]],
|
|
) -> concurrent___futures___Future[type___CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Response]: ...
|
|
class WebRTCClientNotifications(google___protobuf___service___Service, metaclass=abc___ABCMeta):
|
|
@abc___abstractmethod
|
|
def NotifyWebRTCSessionConnected(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CWebRTC_WebRTCSessionConnected_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
@abc___abstractmethod
|
|
def NotifyWebRTCUpdateRemoteDescription(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CWebRTC_WebRTCUpdateRemoteDescription_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
class WebRTCClientNotifications_Stub(WebRTCClientNotifications):
|
|
def __init__(self, rpc_channel: google___protobuf___service___RpcChannel) -> None: ...
|
|
def NotifyWebRTCSessionConnected(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CWebRTC_WebRTCSessionConnected_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
def NotifyWebRTCUpdateRemoteDescription(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CWebRTC_WebRTCUpdateRemoteDescription_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
class VoiceChat(google___protobuf___service___Service, metaclass=abc___ABCMeta):
|
|
@abc___abstractmethod
|
|
def UpdateVoiceChatWebRTCData(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_UpdateVoiceChatWebRTCData_Request,
|
|
done: typing___Optional[typing___Callable[[type___CVoiceChat_UpdateVoiceChatWebRTCData_Response], None]],
|
|
) -> concurrent___futures___Future[type___CVoiceChat_UpdateVoiceChatWebRTCData_Response]: ...
|
|
@abc___abstractmethod
|
|
def NotifyUserVoiceStatus(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_UserVoiceStatus_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
@abc___abstractmethod
|
|
def UploadClientVoiceChatLogs(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_UploadClientVoiceChatLogs_Request,
|
|
done: typing___Optional[typing___Callable[[type___CVoiceChat_UploadClientVoiceChatLogs_Response], None]],
|
|
) -> concurrent___futures___Future[type___CVoiceChat_UploadClientVoiceChatLogs_Response]: ...
|
|
@abc___abstractmethod
|
|
def LeaveVoiceChat(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CVoiceChat_LeaveVoiceChat_Response], None]],
|
|
) -> concurrent___futures___Future[type___CVoiceChat_LeaveVoiceChat_Response]: ...
|
|
@abc___abstractmethod
|
|
def RequestOneOnOneChat(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_RequestOneOnOneChat_Request,
|
|
done: typing___Optional[typing___Callable[[type___CVoiceChat_RequestOneOnOneChat_Response], None]],
|
|
) -> concurrent___futures___Future[type___CVoiceChat_RequestOneOnOneChat_Response]: ...
|
|
@abc___abstractmethod
|
|
def AnswerOneOnOneChat(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_AnswerOneOnOneChat_Request,
|
|
done: typing___Optional[typing___Callable[[type___CVoiceChat_AnswerOneOnOneChat_Response], None]],
|
|
) -> concurrent___futures___Future[type___CVoiceChat_AnswerOneOnOneChat_Response]: ...
|
|
@abc___abstractmethod
|
|
def EndOneOnOneChat(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_EndOneOnOneChat_Request,
|
|
done: typing___Optional[typing___Callable[[type___CVoiceChat_EndOneOnOneChat_Response], None]],
|
|
) -> concurrent___futures___Future[type___CVoiceChat_EndOneOnOneChat_Response]: ...
|
|
@abc___abstractmethod
|
|
def LeaveOneOnOneChat(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_LeaveOneOnOneChat_Request,
|
|
done: typing___Optional[typing___Callable[[type___CVoiceChat_LeaveOneOnOneChat_Response], None]],
|
|
) -> concurrent___futures___Future[type___CVoiceChat_LeaveOneOnOneChat_Response]: ...
|
|
class VoiceChat_Stub(VoiceChat):
|
|
def __init__(self, rpc_channel: google___protobuf___service___RpcChannel) -> None: ...
|
|
def UpdateVoiceChatWebRTCData(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_UpdateVoiceChatWebRTCData_Request,
|
|
done: typing___Optional[typing___Callable[[type___CVoiceChat_UpdateVoiceChatWebRTCData_Response], None]],
|
|
) -> concurrent___futures___Future[type___CVoiceChat_UpdateVoiceChatWebRTCData_Response]: ...
|
|
def NotifyUserVoiceStatus(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_UserVoiceStatus_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
def UploadClientVoiceChatLogs(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_UploadClientVoiceChatLogs_Request,
|
|
done: typing___Optional[typing___Callable[[type___CVoiceChat_UploadClientVoiceChatLogs_Response], None]],
|
|
) -> concurrent___futures___Future[type___CVoiceChat_UploadClientVoiceChatLogs_Response]: ...
|
|
def LeaveVoiceChat(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CVoiceChat_LeaveVoiceChat_Response], None]],
|
|
) -> concurrent___futures___Future[type___CVoiceChat_LeaveVoiceChat_Response]: ...
|
|
def RequestOneOnOneChat(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_RequestOneOnOneChat_Request,
|
|
done: typing___Optional[typing___Callable[[type___CVoiceChat_RequestOneOnOneChat_Response], None]],
|
|
) -> concurrent___futures___Future[type___CVoiceChat_RequestOneOnOneChat_Response]: ...
|
|
def AnswerOneOnOneChat(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_AnswerOneOnOneChat_Request,
|
|
done: typing___Optional[typing___Callable[[type___CVoiceChat_AnswerOneOnOneChat_Response], None]],
|
|
) -> concurrent___futures___Future[type___CVoiceChat_AnswerOneOnOneChat_Response]: ...
|
|
def EndOneOnOneChat(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_EndOneOnOneChat_Request,
|
|
done: typing___Optional[typing___Callable[[type___CVoiceChat_EndOneOnOneChat_Response], None]],
|
|
) -> concurrent___futures___Future[type___CVoiceChat_EndOneOnOneChat_Response]: ...
|
|
def LeaveOneOnOneChat(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_LeaveOneOnOneChat_Request,
|
|
done: typing___Optional[typing___Callable[[type___CVoiceChat_LeaveOneOnOneChat_Response], None]],
|
|
) -> concurrent___futures___Future[type___CVoiceChat_LeaveOneOnOneChat_Response]: ...
|
|
class VoiceChatClient(google___protobuf___service___Service, metaclass=abc___ABCMeta):
|
|
@abc___abstractmethod
|
|
def NotifyUserJoinedVoiceChat(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_UserJoinedVoiceChat_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
@abc___abstractmethod
|
|
def NotifyUserLeftVoiceChat(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_UserLeftVoiceChat_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
@abc___abstractmethod
|
|
def NotifyVoiceChatEnded(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_VoiceChatEnded_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
@abc___abstractmethod
|
|
def NotifyUserVoiceStatus(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_UserVoiceStatus_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
@abc___abstractmethod
|
|
def NotifyAllUsersVoiceStatus(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_AllMembersStatus_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
@abc___abstractmethod
|
|
def NotifyOneOnOneChatRequested(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_OneOnOneChatRequested_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
@abc___abstractmethod
|
|
def NotifyOneOnOneChatResponse(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_OneOnOneChatRequestResponse_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
class VoiceChatClient_Stub(VoiceChatClient):
|
|
def __init__(self, rpc_channel: google___protobuf___service___RpcChannel) -> None: ...
|
|
def NotifyUserJoinedVoiceChat(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_UserJoinedVoiceChat_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
def NotifyUserLeftVoiceChat(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_UserLeftVoiceChat_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
def NotifyVoiceChatEnded(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_VoiceChatEnded_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
def NotifyUserVoiceStatus(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_UserVoiceStatus_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
def NotifyAllUsersVoiceStatus(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_AllMembersStatus_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
def NotifyOneOnOneChatRequested(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_OneOnOneChatRequested_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
def NotifyOneOnOneChatResponse(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CVoiceChat_OneOnOneChatRequestResponse_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
class SteamTV(google___protobuf___service___Service, metaclass=abc___ABCMeta):
|
|
@abc___abstractmethod
|
|
def CreateBroadcastChannel(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_CreateBroadcastChannel_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_CreateBroadcastChannel_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetBroadcastChannelID(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetBroadcastChannelID_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetBroadcastChannelID_Response]: ...
|
|
@abc___abstractmethod
|
|
def SetBroadcastChannelProfile(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_SetBroadcastChannelProfile_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_SetBroadcastChannelProfile_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetBroadcastChannelProfile(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetBroadcastChannelProfile_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetBroadcastChannelProfile_Response]: ...
|
|
@abc___abstractmethod
|
|
def SetBroadcastChannelImage(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_SetBroadcastChannelImage_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_SetBroadcastChannelImage_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetBroadcastChannelImages(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetBroadcastChannelImages_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetBroadcastChannelImages_Response]: ...
|
|
@abc___abstractmethod
|
|
def SetBroadcastChannelLinkRegions(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_SetBroadcastChannelLinkRegions_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_SetBroadcastChannelLinkRegions_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetBroadcastChannelLinks(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetBroadcastChannelLinks_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetBroadcastChannelLinks_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetBroadcastChannelBroadcasters(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetBroadcastChannelBroadcasters_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetBroadcastChannelBroadcasters_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetFollowedChannels(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetFollowedChannels_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetFollowedChannels_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetSubscribedChannels(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetSubscribedChannels_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetSubscribedChannels_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetBroadcastChannelStatus(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetBroadcastChannelStatus_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetBroadcastChannelStatus_Response]: ...
|
|
@abc___abstractmethod
|
|
def FollowBroadcastChannel(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_FollowBroadcastChannel_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_FollowBroadcastChannel_Response]: ...
|
|
@abc___abstractmethod
|
|
def SubscribeBroadcastChannel(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_SubscribeBroadcastChannel_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_SubscribeBroadcastChannel_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetBroadcastChannelClips(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetBroadcastChannelClips_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetBroadcastChannelClips_Response]: ...
|
|
@abc___abstractmethod
|
|
def ReportBroadcastChannel(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_ReportBroadcastChannel_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_ReportBroadcastChannel_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetBroadcastChannelInteraction(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetBroadcastChannelInteraction_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetBroadcastChannelInteraction_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetGames(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetGames_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetGames_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetChannels(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetChannels_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetChannels_Response]: ...
|
|
@abc___abstractmethod
|
|
def AddChatBan(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CSteamTV_AddChatBan_Request,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_AddChatBan_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_AddChatBan_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetChatBans(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetChatBans_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetChatBans_Response]: ...
|
|
@abc___abstractmethod
|
|
def AddChatModerator(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CSteamTV_AddChatModerator_Request,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_AddChatModerator_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_AddChatModerator_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetChatModerators(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CSteamTV_GetChatModerators_Request,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetChatModerators_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetChatModerators_Response]: ...
|
|
@abc___abstractmethod
|
|
def AddWordBan(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_AddWordBan_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_AddWordBan_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetWordBans(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetWordBans_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetWordBans_Response]: ...
|
|
@abc___abstractmethod
|
|
def JoinChat(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CSteamTV_JoinChat_Request,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_JoinChat_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_JoinChat_Response]: ...
|
|
@abc___abstractmethod
|
|
def Search(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_Search_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_Search_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetSteamTVUserSettings(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetSteamTVUserSettings_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetSteamTVUserSettings_Response]: ...
|
|
@abc___abstractmethod
|
|
def SetSteamTVUserSettings(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_SetSteamTVUserSettings_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_SetSteamTVUserSettings_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetMyBroadcastChannels(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetMyBroadcastChannels_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetMyBroadcastChannels_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetHomePageContents(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetHomePageContents_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetHomePageContents_Response]: ...
|
|
class SteamTV_Stub(SteamTV):
|
|
def __init__(self, rpc_channel: google___protobuf___service___RpcChannel) -> None: ...
|
|
def CreateBroadcastChannel(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_CreateBroadcastChannel_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_CreateBroadcastChannel_Response]: ...
|
|
def GetBroadcastChannelID(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetBroadcastChannelID_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetBroadcastChannelID_Response]: ...
|
|
def SetBroadcastChannelProfile(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_SetBroadcastChannelProfile_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_SetBroadcastChannelProfile_Response]: ...
|
|
def GetBroadcastChannelProfile(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetBroadcastChannelProfile_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetBroadcastChannelProfile_Response]: ...
|
|
def SetBroadcastChannelImage(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_SetBroadcastChannelImage_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_SetBroadcastChannelImage_Response]: ...
|
|
def GetBroadcastChannelImages(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetBroadcastChannelImages_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetBroadcastChannelImages_Response]: ...
|
|
def SetBroadcastChannelLinkRegions(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_SetBroadcastChannelLinkRegions_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_SetBroadcastChannelLinkRegions_Response]: ...
|
|
def GetBroadcastChannelLinks(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetBroadcastChannelLinks_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetBroadcastChannelLinks_Response]: ...
|
|
def GetBroadcastChannelBroadcasters(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetBroadcastChannelBroadcasters_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetBroadcastChannelBroadcasters_Response]: ...
|
|
def GetFollowedChannels(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetFollowedChannels_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetFollowedChannels_Response]: ...
|
|
def GetSubscribedChannels(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetSubscribedChannels_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetSubscribedChannels_Response]: ...
|
|
def GetBroadcastChannelStatus(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetBroadcastChannelStatus_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetBroadcastChannelStatus_Response]: ...
|
|
def FollowBroadcastChannel(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_FollowBroadcastChannel_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_FollowBroadcastChannel_Response]: ...
|
|
def SubscribeBroadcastChannel(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_SubscribeBroadcastChannel_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_SubscribeBroadcastChannel_Response]: ...
|
|
def GetBroadcastChannelClips(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetBroadcastChannelClips_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetBroadcastChannelClips_Response]: ...
|
|
def ReportBroadcastChannel(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_ReportBroadcastChannel_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_ReportBroadcastChannel_Response]: ...
|
|
def GetBroadcastChannelInteraction(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetBroadcastChannelInteraction_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetBroadcastChannelInteraction_Response]: ...
|
|
def GetGames(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetGames_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetGames_Response]: ...
|
|
def GetChannels(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetChannels_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetChannels_Response]: ...
|
|
def AddChatBan(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CSteamTV_AddChatBan_Request,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_AddChatBan_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_AddChatBan_Response]: ...
|
|
def GetChatBans(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetChatBans_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetChatBans_Response]: ...
|
|
def AddChatModerator(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CSteamTV_AddChatModerator_Request,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_AddChatModerator_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_AddChatModerator_Response]: ...
|
|
def GetChatModerators(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CSteamTV_GetChatModerators_Request,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetChatModerators_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetChatModerators_Response]: ...
|
|
def AddWordBan(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_AddWordBan_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_AddWordBan_Response]: ...
|
|
def GetWordBans(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetWordBans_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetWordBans_Response]: ...
|
|
def JoinChat(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CSteamTV_JoinChat_Request,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_JoinChat_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_JoinChat_Response]: ...
|
|
def Search(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_Search_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_Search_Response]: ...
|
|
def GetSteamTVUserSettings(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetSteamTVUserSettings_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetSteamTVUserSettings_Response]: ...
|
|
def SetSteamTVUserSettings(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_SetSteamTVUserSettings_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_SetSteamTVUserSettings_Response]: ...
|
|
def GetMyBroadcastChannels(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetMyBroadcastChannels_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetMyBroadcastChannels_Response]: ...
|
|
def GetHomePageContents(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[type___CSteamTV_GetHomePageContents_Response], None]],
|
|
) -> concurrent___futures___Future[type___CSteamTV_GetHomePageContents_Response]: ...
|
|
class FriendsList(google___protobuf___service___Service, metaclass=abc___ABCMeta):
|
|
@abc___abstractmethod
|
|
def GetCategories(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CFriendsList_GetCategories_Request,
|
|
done: typing___Optional[typing___Callable[[type___CFriendsList_GetCategories_Response], None]],
|
|
) -> concurrent___futures___Future[type___CFriendsList_GetCategories_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetFriendsList(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CFriendsList_GetFriendsList_Request,
|
|
done: typing___Optional[typing___Callable[[type___CFriendsList_GetFriendsList_Response], None]],
|
|
) -> concurrent___futures___Future[type___CFriendsList_GetFriendsList_Response]: ...
|
|
@abc___abstractmethod
|
|
def GetFavorites(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CFriendsList_GetFavorites_Request,
|
|
done: typing___Optional[typing___Callable[[type___CFriendsList_GetFavorites_Response], None]],
|
|
) -> concurrent___futures___Future[type___CFriendsList_GetFavorites_Response]: ...
|
|
@abc___abstractmethod
|
|
def SetFavorites(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CFriendsList_SetFavorites_Request,
|
|
done: typing___Optional[typing___Callable[[type___CFriendsList_SetFavorites_Response], None]],
|
|
) -> concurrent___futures___Future[type___CFriendsList_SetFavorites_Response]: ...
|
|
class FriendsList_Stub(FriendsList):
|
|
def __init__(self, rpc_channel: google___protobuf___service___RpcChannel) -> None: ...
|
|
def GetCategories(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CFriendsList_GetCategories_Request,
|
|
done: typing___Optional[typing___Callable[[type___CFriendsList_GetCategories_Response], None]],
|
|
) -> concurrent___futures___Future[type___CFriendsList_GetCategories_Response]: ...
|
|
def GetFriendsList(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CFriendsList_GetFriendsList_Request,
|
|
done: typing___Optional[typing___Callable[[type___CFriendsList_GetFriendsList_Response], None]],
|
|
) -> concurrent___futures___Future[type___CFriendsList_GetFriendsList_Response]: ...
|
|
def GetFavorites(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CFriendsList_GetFavorites_Request,
|
|
done: typing___Optional[typing___Callable[[type___CFriendsList_GetFavorites_Response], None]],
|
|
) -> concurrent___futures___Future[type___CFriendsList_GetFavorites_Response]: ...
|
|
def SetFavorites(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CFriendsList_SetFavorites_Request,
|
|
done: typing___Optional[typing___Callable[[type___CFriendsList_SetFavorites_Response], None]],
|
|
) -> concurrent___futures___Future[type___CFriendsList_SetFavorites_Response]: ...
|
|
class FriendsListClient(google___protobuf___service___Service, metaclass=abc___ABCMeta):
|
|
@abc___abstractmethod
|
|
def FavoritesChanged(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CFriendsList_FavoritesChanged_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
class FriendsListClient_Stub(FriendsListClient):
|
|
def __init__(self, rpc_channel: google___protobuf___service___RpcChannel) -> None: ...
|
|
def FavoritesChanged(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CFriendsList_FavoritesChanged_Notification,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
class Clan(google___protobuf___service___Service, metaclass=abc___ABCMeta):
|
|
@abc___abstractmethod
|
|
def RespondToClanInvite(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CClan_RespondToClanInvite_Request,
|
|
done: typing___Optional[typing___Callable[[type___CClan_RespondToClanInvite_Response], None]],
|
|
) -> concurrent___futures___Future[type___CClan_RespondToClanInvite_Response]: ...
|
|
class Clan_Stub(Clan):
|
|
def __init__(self, rpc_channel: google___protobuf___service___RpcChannel) -> None: ...
|
|
def RespondToClanInvite(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___CClan_RespondToClanInvite_Request,
|
|
done: typing___Optional[typing___Callable[[type___CClan_RespondToClanInvite_Response], None]],
|
|
) -> concurrent___futures___Future[type___CClan_RespondToClanInvite_Response]: ...
|
|
class ExperimentService(google___protobuf___service___Service, metaclass=abc___ABCMeta):
|
|
@abc___abstractmethod
|
|
def ReportProductImpressionsFromClient(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|
|
class ExperimentService_Stub(ExperimentService):
|
|
def __init__(self, rpc_channel: google___protobuf___service___RpcChannel) -> None: ...
|
|
def ReportProductImpressionsFromClient(self,
|
|
rpc_controller: google___protobuf___service___RpcController,
|
|
request: type___NotImplemented,
|
|
done: typing___Optional[typing___Callable[[steammessages_unified_base_pb2___NoResponse], None]],
|
|
) -> concurrent___futures___Future[steammessages_unified_base_pb2___NoResponse]: ...
|