レスポンスモデル

説明


説明

MIT License

Copyright (c) 2023 ekkx

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

class yaylib.responses.ActiveFollowingsResponse(data: dict)[ソース]

ベースクラス: Response

last_loggedin_at
users: List[User]
class yaylib.responses.ActivitiesResponse(data: dict)[ソース]

ベースクラス: Response

activities: List[Activity]
last_timestamp
class yaylib.responses.AdditionalSettingsResponse(data: dict)[ソース]

ベースクラス: Response

settings: Setting
class yaylib.responses.AppReviewStatusResponse(data: dict)[ソース]

ベースクラス: Response

is_app_reviewed
class yaylib.responses.ApplicationConfigResponse(data: dict)[ソース]

ベースクラス: Response

app: ApplicationConfig
class yaylib.responses.BanWordsResponse(data: dict)[ソース]

ベースクラス: Response

ban_words: List[BanWord]
class yaylib.responses.BgmsResponse(data: dict)[ソース]

ベースクラス: Response

bgm: List[Bgm]
class yaylib.responses.BlockedUserIdsResponse(data: dict)[ソース]

ベースクラス: Response

block_ids
class yaylib.responses.BlockedUsersResponse(data: dict)[ソース]

ベースクラス: Response

blocked_count
last_id
users: List[User]
class yaylib.responses.BookmarkPostResponse(data: dict)[ソース]

ベースクラス: Response

is_bookmarked
class yaylib.responses.CallActionSignatureResponse(data: dict)[ソース]

ベースクラス: Response

signature_payload: SignaturePayload
class yaylib.responses.CallStatusResponse(data: dict)[ソース]

ベースクラス: Response

phone_status
room_url
video_status
class yaylib.responses.ChatRoomResponse(data: dict)[ソース]

ベースクラス: Response

chat: ChatRoom
class yaylib.responses.ChatRoomsResponse(data: dict)[ソース]

ベースクラス: Response

chat_rooms: List[ChatRoom]
next_page_value
pinned_chat_rooms: List[ChatRoom]
class yaylib.responses.ConferenceCallResponse(data: dict)[ソース]

ベースクラス: Response

conference_call: ConferenceCall
class yaylib.responses.ContactStatusResponse(data: dict)[ソース]

ベースクラス: Response

contacts
class yaylib.responses.CreateChatRoomResponse(data: dict)[ソース]

ベースクラス: Response

room_id
class yaylib.responses.CreateGroupResponse(data: dict)[ソース]

ベースクラス: Response

group_id
class yaylib.responses.CreatePostResponse(data: dict)[ソース]

ベースクラス: Response

conference_call: ConferenceCall
post
class yaylib.responses.CreateQuotaResponse(data: dict)[ソース]

ベースクラス: Response

create: CreateGroupQuota
class yaylib.responses.CreateUserResponse(data: dict)[ソース]

ベースクラス: Response

access_token
expires_in
id
refresh_token
class yaylib.responses.DefaultSettingsResponse(data: dict)[ソース]

ベースクラス: Response

timeline_settings: TimelineSettings
class yaylib.responses.EmailGrantTokenResponse(data: dict)[ソース]

ベースクラス: Response

email_grant_token
class yaylib.responses.EmailVerificationPresignedUrlResponse(data: dict)[ソース]

ベースクラス: Response

expires_at
method_type
presigned_url
url
class yaylib.responses.ErrorResponse(data: dict)[ソース]

ベースクラス: Response

ban_until
error_code
message
retry_in
class yaylib.responses.FollowRecommendationsResponse(data: dict)[ソース]

ベースクラス: Response

next
total
users: List[User]
class yaylib.responses.FollowRequestCountResponse(data: dict)[ソース]

ベースクラス: Response

users_count
class yaylib.responses.FollowUsersResponse(data: dict)[ソース]

ベースクラス: Response

last_follow_id
users: List[User]
class yaylib.responses.FootprintsResponse(data: dict)[ソース]

ベースクラス: Response

footprints: List[Footprint]
class yaylib.responses.GamesResponse(data: dict)[ソース]

ベースクラス: Response

from_id
games: List[Game]
class yaylib.responses.GenresResponse(data: dict)[ソース]

ベースクラス: Response

genres: List[Genre]
next_page_value
class yaylib.responses.GifsDataResponse(data: dict)[ソース]

ベースクラス: Response

gif_categories: List[GifImageCategory]
class yaylib.responses.GroupCategoriesResponse(data: dict)[ソース]

ベースクラス: Response

group_categories: List[GroupCategory]
class yaylib.responses.GroupGiftHistoryResponse(data: dict)[ソース]

ベースクラス: Response

gift_history: List[GroupGiftHistory]
next_page_value
class yaylib.responses.GroupNotificationSettingsResponse(data: dict)[ソース]

ベースクラス: Response

setting: Setting
class yaylib.responses.GroupResponse(data: dict)[ソース]

ベースクラス: Response

group: Group
class yaylib.responses.GroupThreadListResponse(data: dict)[ソース]

ベースクラス: Response

next_page_value
threads: List[ThreadInfo]
class yaylib.responses.GroupUserResponse(data: dict)[ソース]

ベースクラス: Response

group_user: GroupUser
class yaylib.responses.GroupUsersResponse(data: dict)[ソース]

ベースクラス: Response

group_users: List[GroupUser]
class yaylib.responses.GroupsRelatedResponse(data: dict)[ソース]

ベースクラス: Response

groups: List[Group]
next_page_value
class yaylib.responses.GroupsResponse(data: dict)[ソース]

ベースクラス: Response

groups: List[Group]
pinned_groups: List[Group]
class yaylib.responses.HiddenResponse(data: dict)[ソース]

ベースクラス: Response

hidden_users: List[User]
limit
next_page_value
total_count
class yaylib.responses.HimaUsersResponse(data: dict)[ソース]

ベースクラス: Response

hima_users: List[UserWrapper]
class yaylib.responses.IdCheckerPresignedUrlResponse(data: dict)[ソース]

ベースクラス: Response

presigned_url
class yaylib.responses.LikePostsResponse(data: dict)[ソース]

ベースクラス: Response

like_ids
class yaylib.responses.LoginUpdateResponse(data: dict)[ソース]

ベースクラス: Response

access_token
data: dict
expires_in
refresh_token
user_id
username
class yaylib.responses.LoginUserResponse(data: dict)[ソース]

ベースクラス: Response

access_token
data: dict
expires_in
is_new
refresh_token
sns_info: SNSInfo
user_id
username
class yaylib.responses.MessageResponse(data: dict)[ソース]

ベースクラス: Response

conference_call: ConferenceCall
id
class yaylib.responses.MessagesResponse(data: dict)[ソース]

ベースクラス: Response

messages: List[Message]
class yaylib.responses.PolicyAgreementsResponse(data: dict)[ソース]

ベースクラス: Response

latest_privacy_policy_agreed
latest_terms_of_use_agreed
class yaylib.responses.PopularWordsResponse(data: dict)[ソース]

ベースクラス: Response

popular_words: List[PopularWord]
class yaylib.responses.PostLikersResponse(data: dict)[ソース]

ベースクラス: Response

last_id
users: List[User]
class yaylib.responses.PostResponse(data: dict)[ソース]

ベースクラス: Response

post: Post
class yaylib.responses.PostTagsResponse(data: dict)[ソース]

ベースクラス: Response

tags: List[PostTag]
class yaylib.responses.PostsResponse(data: dict)[ソース]

ベースクラス: Response

next_page_value
pinned_posts: List[Post]
posts: List[Post]
class yaylib.responses.PresignedUrlResponse(data: dict)[ソース]

ベースクラス: Response

presigned_url
class yaylib.responses.PresignedUrlsResponse(data: dict)[ソース]

ベースクラス: Response

presigned_urls: List[PresignedUrl]
class yaylib.responses.PromotionsResponse(data: dict)[ソース]

ベースクラス: Response

promotions: List[Promotion]
class yaylib.responses.RankingUsersResponse(data: dict)[ソース]

ベースクラス: Response

users: List[User]
class yaylib.responses.RefreshCounterRequestsResponse(data: dict)[ソース]

ベースクラス: Response

reset_counter_requests: List[RefreshCounterRequest]
class yaylib.responses.Response(data: dict)[ソース]

ベースクラス: Model

data: dict
result: str
class yaylib.responses.ReviewsResponse(data: dict)[ソース]

ベースクラス: Response

pinned_reviews: List[Review]
reviews: List[Review]
class yaylib.responses.SocialShareUsersResponse(data: dict)[ソース]

ベースクラス: Response

social_shared_users: List[UserWrapper]
class yaylib.responses.StickerPacksResponse(data: dict)[ソース]

ベースクラス: Response

sticker_packs: List[StickerPack]
class yaylib.responses.TokenResponse(data: dict)[ソース]

ベースクラス: Response

access_token
created_at
data: dict
expires_in
refresh_token
user_id
class yaylib.responses.TotalChatRequestResponse(data: dict)[ソース]

ベースクラス: Response

total
class yaylib.responses.UnreadStatusResponse(data: dict)[ソース]

ベースクラス: Response

is_unread
class yaylib.responses.UserCustomDefinitionsResponse(data: dict)[ソース]

ベースクラス: Response

age
created_at
followers_count
followings_count
last_loggedin_at
reported_count
status
class yaylib.responses.UserResponse(data: dict)[ソース]

ベースクラス: Response

birthdate
blocking_limit
gifting_ability: GiftingAbility
is_call_on
is_email_confirmed
is_facebook_connected
is_group_call_on
is_group_video_on
is_line_connected
is_lobi_connected
is_push_notification_on
is_video_on
masked_email
twitter_id
user: User
uuid
vip_until
class yaylib.responses.UserTimestampResponse(data: dict)[ソース]

ベースクラス: Response

country
ip_address
time
class yaylib.responses.UsersByTimestampResponse(data: dict)[ソース]

ベースクラス: Response

last_timestamp
users: List[User]
class yaylib.responses.UsersResponse(data: dict)[ソース]

ベースクラス: Response

next_page_value
users: List[User]
class yaylib.responses.ValidationPostResponse(data: dict)[ソース]

ベースクラス: Response

is_allow_to_post
class yaylib.responses.VipGameRewardUrlResponse(data: dict)[ソース]

ベースクラス: Response

url
class yaylib.responses.VoteSurveyResponse(data: dict)[ソース]

ベースクラス: Response

survey: Survey
class yaylib.responses.WebSocketTokenResponse(data: dict)[ソース]

ベースクラス: Response

token