SYMBOL INDEX (8912 symbols across 8 files) FILE: LINETCR/Api/LineTracer.py class LineTracer (line 9) | class LineTracer(object): method __init__ (line 13) | def __init__(self, client): method addOpInterruptWithDict (line 21) | def addOpInterruptWithDict(self, OpInterruptDict): method addOpInterrupt (line 25) | def addOpInterrupt(self, OperationType, DisposeFunc): method execute (line 28) | def execute(self): FILE: LINETCR/Api/Poll.py class Poll (line 11) | class Poll: method __init__ (line 26) | def __init__(self, authToken): method stream (line 39) | def stream(self, sleep=50000): FILE: LINETCR/Api/Talk.py class Talk (line 14) | class Talk: method __init__ (line 29) | def __init__(self): method login (line 39) | def login(self, mail, passwd, cert=None, callback=None): method TokenLogin (line 80) | def TokenLogin(self, authToken): method qrLogin (line 89) | def qrLogin(self, callback): method __crypt (line 112) | def __crypt(self, mail, passwd, RSA): FILE: LINETCR/Api/channel.py class Channel (line 14) | class Channel: method __init__ (line 31) | def __init__(self, authToken): method login (line 44) | def login(self): method new_post (line 57) | def new_post(self, text): method postPhoto (line 80) | def postPhoto(self,text,path): method like (line 101) | def like(self, mid, postid, likeType=1001): method comment (line 123) | def comment(self, mid, postid, text): method activity (line 144) | def activity(self, limit=20): method getAlbum (line 157) | def getAlbum(self, gid): method changeAlbumName (line 171) | def changeAlbumName(self,gid,name,albumId): method deleteAlbum (line 187) | def deleteAlbum(self,gid,albumId): method getNote (line 199) | def getNote(self,gid, commentLimit, likeLimit): method postNote (line 212) | def postNote(self, gid, text): method getDetail (line 230) | def getDetail(self, mid): method getHome (line 244) | def getHome(self,mid): method getCover (line 257) | def getCover(self,mid): method createAlbum (line 261) | def createAlbum(self,gid,name): method createAlbum2 (line 279) | def createAlbum2(self,gid,name,path,oid): FILE: LINETCR/LineApi.py function def_callback (line 5) | def def_callback(str): class LINE (line 8) | class LINE: method __init__ (line 19) | def __init__(self): method login (line 22) | def login(self, mail=None, passwd=None, cert=None, token=None, qr=Fals... method getProfile (line 56) | def getProfile(self): method getSettings (line 59) | def getSettings(self): method getUserTicket (line 62) | def getUserTicket(self): method updateProfile (line 65) | def updateProfile(self, profileObject): method updateSettings (line 68) | def updateSettings(self, settingObject): method fetchOperation (line 74) | def fetchOperation(self, revision, count): method fetchOps (line 77) | def fetchOps(self, rev, count): method getLastOpRevision (line 80) | def getLastOpRevision(self): method stream (line 83) | def stream(self): method sendMessage (line 88) | def sendMessage(self, messageObject): method sendText (line 91) | def sendText(self, Tomid, text): method post_content (line 97) | def post_content(self, url, data=None, files=None): method sendImage (line 100) | def sendImage(self, to_, path): method sendImageWithURL (line 125) | def sendImageWithURL(self, to_, url): method sendEvent (line 144) | def sendEvent(self, messageObject): method sendChatChecked (line 147) | def sendChatChecked(self, mid, lastMessageId): method getMessageBoxCompactWrapUp (line 150) | def getMessageBoxCompactWrapUp(self, mid): method getMessageBoxCompactWrapUpList (line 153) | def getMessageBoxCompactWrapUpList(self, start, messageBox): method getRecentMessages (line 156) | def getRecentMessages(self, messageBox, count): method getMessageBox (line 159) | def getMessageBox(self, channelId, messageboxId, lastMessagesCount): method getMessageBoxList (line 162) | def getMessageBoxList(self, channelId, lastMessagesCount): method getMessageBoxListByStatus (line 165) | def getMessageBoxListByStatus(self, channelId, lastMessagesCount, stat... method getMessageBoxWrapUp (line 168) | def getMessageBoxWrapUp(self, mid): method getMessageBoxWrapUpList (line 171) | def getMessageBoxWrapUpList(self, start, messageBoxCount): method blockContact (line 177) | def blockContact(self, mid): method unblockContact (line 181) | def unblockContact(self, mid): method findAndAddContactsByMid (line 185) | def findAndAddContactsByMid(self, mid): method findAndAddContactsByMids (line 189) | def findAndAddContactsByMids(self, midlist): method findAndAddContactsByUserid (line 193) | def findAndAddContactsByUserid(self, userid): method findContactsByUserid (line 196) | def findContactsByUserid(self, userid): method findContactByTicket (line 199) | def findContactByTicket(self, ticketId): method getAllContactIds (line 202) | def getAllContactIds(self): method getBlockedContactIds (line 205) | def getBlockedContactIds(self): method getContact (line 208) | def getContact(self, mid): method getContacts (line 211) | def getContacts(self, midlist): method getFavoriteMids (line 214) | def getFavoriteMids(self): method getHiddenContactMids (line 217) | def getHiddenContactMids(self): method findGroupByTicket (line 223) | def findGroupByTicket(self, ticketId): method acceptGroupInvitation (line 226) | def acceptGroupInvitation(self, groupId): method acceptGroupInvitationByTicket (line 229) | def acceptGroupInvitationByTicket(self, groupId, ticketId): method cancelGroupInvitation (line 232) | def cancelGroupInvitation(self, groupId, contactIds): method createGroup (line 235) | def createGroup(self, name, midlist): method getGroup (line 238) | def getGroup(self, groupId): method getGroups (line 241) | def getGroups(self, groupIds): method getGroupIdsInvited (line 244) | def getGroupIdsInvited(self): method getGroupIdsJoined (line 247) | def getGroupIdsJoined(self): method inviteIntoGroup (line 250) | def inviteIntoGroup(self, groupId, midlist): method kickoutFromGroup (line 253) | def kickoutFromGroup(self, groupId, midlist): method leaveGroup (line 256) | def leaveGroup(self, groupId): method rejectGroupInvitation (line 259) | def rejectGroupInvitation(self, groupId): method reissueGroupTicket (line 262) | def reissueGroupTicket(self, groupId): method updateGroup (line 265) | def updateGroup(self, groupObject): method findGroupByTicket (line 267) | def findGroupByTicket(self,ticketId): method createRoom (line 272) | def createRoom(self, midlist): method getRoom (line 275) | def getRoom(self, roomId): method inviteIntoRoom (line 278) | def inviteIntoRoom(self, roomId, midlist): method leaveRoom (line 281) | def leaveRoom(self, roomId): method new_post (line 286) | def new_post(self, text): method like (line 289) | def like(self, mid, postid, likeType=1001): method comment (line 292) | def comment(self, mid, postid, text): method activity (line 295) | def activity(self, limit=20): method getAlbum (line 298) | def getAlbum(self, gid): method changeAlbumName (line 301) | def changeAlbumName(self, gid, name, albumId): method deleteAlbum (line 304) | def deleteAlbum(self, gid, albumId): method getNote (line 307) | def getNote(self,gid, commentLimit, likeLimit): method getDetail (line 310) | def getDetail(self,mid): method getHome (line 313) | def getHome(self,mid): method createAlbum (line 316) | def createAlbum(self, gid, name): method createAlbum2 (line 319) | def createAlbum2(self, gid, name, path): method __validate (line 323) | def __validate(self, mail, passwd, cert, token, qr): method loginResult (line 335) | def loginResult(self, callback=None): FILE: LINETCR/lib/curve/LineService.py class Iface (line 21) | class Iface: method getRSAKey (line 22) | def getRSAKey(self): method notifyEmailConfirmationResult (line 25) | def notifyEmailConfirmationResult(self, parameterMap): method registerVirtualAccount (line 32) | def registerVirtualAccount(self, locale, encryptedVirtualUserId, encry... method requestVirtualAccountPasswordChange (line 41) | def requestVirtualAccountPasswordChange(self, virtualMid, encryptedVir... method requestVirtualAccountPasswordSet (line 51) | def requestVirtualAccountPasswordSet(self, virtualMid, encryptedVirtua... method unregisterVirtualAccount (line 60) | def unregisterVirtualAccount(self, virtualMid): method checkUserAge (line 67) | def checkUserAge(self, carrier, sessionId, verifier, standardAge): method checkUserAgeWithDocomo (line 77) | def checkUserAgeWithDocomo(self, openIdRedirectUrl, standardAge, verif... method retrieveOpenIdAuthUrlWithDocomo (line 86) | def retrieveOpenIdAuthUrlWithDocomo(self): method retrieveRequestToken (line 89) | def retrieveRequestToken(self, carrier): method addBuddyMember (line 96) | def addBuddyMember(self, requestId, userMid): method addBuddyMembers (line 104) | def addBuddyMembers(self, requestId, userMids): method blockBuddyMember (line 112) | def blockBuddyMember(self, requestId, mid): method commitSendMessagesToAll (line 120) | def commitSendMessagesToAll(self, requestIdList): method commitSendMessagesTomids (line 127) | def commitSendMessagesTomids(self, requestIdList, mids): method containsBuddyMember (line 135) | def containsBuddyMember(self, requestId, userMid): method downloadMessageContent (line 143) | def downloadMessageContent(self, requestId, messageId): method downloadMessageContentPreview (line 151) | def downloadMessageContentPreview(self, requestId, messageId): method downloadProfileImage (line 159) | def downloadProfileImage(self, requestId): method downloadProfileImagePreview (line 166) | def downloadProfileImagePreview(self, requestId): method getActiveMemberCountByBuddyMid (line 173) | def getActiveMemberCountByBuddyMid(self, buddyMid): method getActiveMemberMidsByBuddyMid (line 180) | def getActiveMemberMidsByBuddyMid(self, buddyMid): method getAllBuddyMembers (line 187) | def getAllBuddyMembers(self): method getBlockedBuddyMembers (line 190) | def getBlockedBuddyMembers(self): method getBlockerCountByBuddyMid (line 193) | def getBlockerCountByBuddyMid(self, buddyMid): method getBuddyDetailByMid (line 200) | def getBuddyDetailByMid(self, buddyMid): method getBuddyProfile (line 207) | def getBuddyProfile(self): method getContactTicket (line 210) | def getContactTicket(self): method getMemberCountByBuddyMid (line 213) | def getMemberCountByBuddyMid(self, buddyMid): method getSendBuddyMessageResult (line 220) | def getSendBuddyMessageResult(self, sendBuddyMessageRequestId): method getSetBuddyOnAirResult (line 227) | def getSetBuddyOnAirResult(self, setBuddyOnAirRequestId): method getUpdateBuddyProfileResult (line 234) | def getUpdateBuddyProfileResult(self, updateBuddyProfileRequestId): method isBuddyOnAirByMid (line 241) | def isBuddyOnAirByMid(self, buddyMid): method linkAndSendBuddyContentMessageToAllAsync (line 248) | def linkAndSendBuddyContentMessageToAllAsync(self, requestId, msg, sou... method linkAndSendBuddyContentMessageTomids (line 257) | def linkAndSendBuddyContentMessageTomids(self, requestId, msg, sourceC... method notifyBuddyBlocked (line 267) | def notifyBuddyBlocked(self, buddyMid, blockerMid): method notifyBuddyUnblocked (line 275) | def notifyBuddyUnblocked(self, buddyMid, blockerMid): method registerBuddy (line 283) | def registerBuddy(self, buddyId, searchId, displayName, statusMeessage... method registerBuddyAdmin (line 295) | def registerBuddyAdmin(self, buddyId, searchId, displayName, statusMes... method reissueContactTicket (line 306) | def reissueContactTicket(self, expirationTime, maxUseCount): method removeBuddyMember (line 314) | def removeBuddyMember(self, requestId, userMid): method removeBuddyMembers (line 322) | def removeBuddyMembers(self, requestId, userMids): method sendBuddyContentMessageToAll (line 330) | def sendBuddyContentMessageToAll(self, requestId, msg, content): method sendBuddyContentMessageToAllAsync (line 339) | def sendBuddyContentMessageToAllAsync(self, requestId, msg, content): method sendBuddyContentMessageTomids (line 348) | def sendBuddyContentMessageTomids(self, requestId, msg, content, mids): method sendBuddyContentMessageTomidsAsync (line 358) | def sendBuddyContentMessageTomidsAsync(self, requestId, msg, content, ... method sendBuddyMessageToAll (line 368) | def sendBuddyMessageToAll(self, requestId, msg): method sendBuddyMessageToAllAsync (line 376) | def sendBuddyMessageToAllAsync(self, requestId, msg): method sendBuddyMessageTomids (line 384) | def sendBuddyMessageTomids(self, requestId, msg, mids): method sendBuddyMessageTomidsAsync (line 393) | def sendBuddyMessageTomidsAsync(self, requestId, msg, mids): method sendIndividualEventToAllAsync (line 402) | def sendIndividualEventToAllAsync(self, requestId, buddyMid, notificat... method setBuddyOnAir (line 411) | def setBuddyOnAir(self, requestId, onAir): method setBuddyOnAirAsync (line 419) | def setBuddyOnAirAsync(self, requestId, onAir): method storeMessage (line 427) | def storeMessage(self, requestId, messageRequest): method unblockBuddyMember (line 435) | def unblockBuddyMember(self, requestId, mid): method unregisterBuddy (line 443) | def unregisterBuddy(self, requestId): method unregisterBuddyAdmin (line 450) | def unregisterBuddyAdmin(self, requestId): method updateBuddyAdminProfileAttribute (line 457) | def updateBuddyAdminProfileAttribute(self, requestId, attributes): method updateBuddyAdminProfileImage (line 465) | def updateBuddyAdminProfileImage(self, requestId, picture): method updateBuddyProfileAttributes (line 473) | def updateBuddyProfileAttributes(self, requestId, attributes): method updateBuddyProfileAttributesAsync (line 481) | def updateBuddyProfileAttributesAsync(self, requestId, attributes): method updateBuddyProfileImage (line 489) | def updateBuddyProfileImage(self, requestId, image): method updateBuddyProfileImageAsync (line 497) | def updateBuddyProfileImageAsync(self, requestId, image): method updateBuddySearchId (line 505) | def updateBuddySearchId(self, requestId, searchId): method updateBuddySettings (line 513) | def updateBuddySettings(self, settings): method uploadBuddyContent (line 520) | def uploadBuddyContent(self, contentType, content): method findBuddyContactsByQuery (line 528) | def findBuddyContactsByQuery(self, language, country, query, fromIndex... method getBuddyContacts (line 540) | def getBuddyContacts(self, language, country, classification, fromInde... method getBuddyDetail (line 551) | def getBuddyDetail(self, buddyMid): method getBuddyOnAir (line 558) | def getBuddyOnAir(self, buddyMid): method getCountriesHavingBuddy (line 565) | def getCountriesHavingBuddy(self): method getNewlyReleasedBuddyIds (line 568) | def getNewlyReleasedBuddyIds(self, country): method getPopularBuddyBanner (line 575) | def getPopularBuddyBanner(self, language, country, applicationType, re... method getPopularBuddyLists (line 585) | def getPopularBuddyLists(self, language, country): method getPromotedBuddyContacts (line 593) | def getPromotedBuddyContacts(self, language, country): method activeBuddySubscriberCount (line 601) | def activeBuddySubscriberCount(self): method addOperationForChannel (line 604) | def addOperationForChannel(self, opType, param1, param2, param3): method displayBuddySubscriberCount (line 614) | def displayBuddySubscriberCount(self): method findContactByUseridWithoutAbuseBlockForChannel (line 617) | def findContactByUseridWithoutAbuseBlockForChannel(self, userid): method getAllContactIdsForChannel (line 624) | def getAllContactIdsForChannel(self): method getCompactContacts (line 627) | def getCompactContacts(self, lastModifiedTimestamp): method getContactsForChannel (line 634) | def getContactsForChannel(self, ids): method getDisplayName (line 641) | def getDisplayName(self, mid): method getFavoriteMidsForChannel (line 648) | def getFavoriteMidsForChannel(self): method getFriendMids (line 651) | def getFriendMids(self): method getGroupMemberMids (line 654) | def getGroupMemberMids(self, groupId): method getGroupsForChannel (line 661) | def getGroupsForChannel(self, groupIds): method getIdentityCredential (line 668) | def getIdentityCredential(self): method getJoinedGroupIdsForChannel (line 671) | def getJoinedGroupIdsForChannel(self): method getMetaProfile (line 674) | def getMetaProfile(self): method getMid (line 677) | def getMid(self): method getPrimaryClientForChannel (line 680) | def getPrimaryClientForChannel(self): method getProfileForChannel (line 683) | def getProfileForChannel(self): method getSimpleChannelContacts (line 686) | def getSimpleChannelContacts(self, ids): method getUserCountryForBilling (line 693) | def getUserCountryForBilling(self, country, remoteIp): method getUserCreateTime (line 701) | def getUserCreateTime(self): method getUserIdentities (line 704) | def getUserIdentities(self): method getUserLanguage (line 707) | def getUserLanguage(self): method getUserMidsWhoAddedMe (line 710) | def getUserMidsWhoAddedMe(self): method isGroupMember (line 713) | def isGroupMember(self, groupId): method isInContact (line 720) | def isInContact(self, mid): method registerChannelCP (line 727) | def registerChannelCP(self, cpId, registerPassword): method removeNotificationStatus (line 735) | def removeNotificationStatus(self, notificationStatus): method sendMessageForChannel (line 742) | def sendMessageForChannel(self, message): method sendPinCodeOperation (line 749) | def sendPinCodeOperation(self, verifier): method updateProfileAttributeForChannel (line 756) | def updateProfileAttributeForChannel(self, profileAttribute, value): method approveChannelAndIssueChannelToken (line 764) | def approveChannelAndIssueChannelToken(self, channelId): method approveChannelAndIssueRequestToken (line 771) | def approveChannelAndIssueRequestToken(self, channelId, otpId): method fetchNotificationItems (line 779) | def fetchNotificationItems(self, localRev): method getApprovedChannels (line 786) | def getApprovedChannels(self, lastSynced, locale): method getChannelInfo (line 794) | def getChannelInfo(self, channelId, locale): method getChannelNotificationSetting (line 802) | def getChannelNotificationSetting(self, channelId, locale): method getChannelNotificationSettings (line 810) | def getChannelNotificationSettings(self, locale): method getChannels (line 817) | def getChannels(self, lastSynced, locale): method getDomains (line 825) | def getDomains(self, lastSynced): method getFriendChannelMatrices (line 832) | def getFriendChannelMatrices(self, channelIds): method getNotificationBadgeCount (line 839) | def getNotificationBadgeCount(self, localRev): method issueChannelToken (line 846) | def issueChannelToken(self, channelId): method issueRequestToken (line 853) | def issueRequestToken(self, channelId, otpId): method issueRequestTokenWithAuthScheme (line 861) | def issueRequestTokenWithAuthScheme(self, channelId, otpId, authScheme... method reserveCoinUse (line 871) | def reserveCoinUse(self, request, locale): method revokeChannel (line 879) | def revokeChannel(self, channelId): method syncChannelData (line 886) | def syncChannelData(self, lastSynced, locale): method updateChannelNotificationSetting (line 894) | def updateChannelNotificationSetting(self, setting): method fetchMessageOperations (line 901) | def fetchMessageOperations(self, localRevision, lastOpTimestamp, count): method getLastReadMessageIds (line 910) | def getLastReadMessageIds(self, chatId): method multiGetLastReadMessageIds (line 917) | def multiGetLastReadMessageIds(self, chatIds): method buyCoinProduct (line 924) | def buyCoinProduct(self, paymentReservation): method buyFreeProduct (line 931) | def buyFreeProduct(self, receiverMid, productId, messageTemplate, lang... method buyMustbuyProduct (line 943) | def buyMustbuyProduct(self, receiverMid, productId, messageTemplate, l... method checkCanReceivePresent (line 956) | def checkCanReceivePresent(self, recipientMid, packageId, language, co... method getActivePurchases (line 966) | def getActivePurchases(self, start, size, language, country): method getActivePurchaseVersions (line 976) | def getActivePurchaseVersions(self, start, size, language, country): method getCoinProducts (line 986) | def getCoinProducts(self, appStoreCode, country, language): method getCoinProductsByPgCode (line 995) | def getCoinProductsByPgCode(self, appStoreCode, pgCode, country, langu... method getCoinPurchaseHistory (line 1005) | def getCoinPurchaseHistory(self, request): method getCoinUseAndRefundHistory (line 1012) | def getCoinUseAndRefundHistory(self, request): method getDownloads (line 1019) | def getDownloads(self, start, size, language, country): method getEventPackages (line 1029) | def getEventPackages(self, start, size, language, country): method getNewlyReleasedPackages (line 1039) | def getNewlyReleasedPackages(self, start, size, language, country): method getPopularPackages (line 1049) | def getPopularPackages(self, start, size, language, country): method getPresentsReceived (line 1059) | def getPresentsReceived(self, start, size, language, country): method getPresentsSent (line 1069) | def getPresentsSent(self, start, size, language, country): method getProduct (line 1079) | def getProduct(self, packageID, language, country): method getProductList (line 1088) | def getProductList(self, productIdList, language, country): method getProductListWithCarrier (line 1097) | def getProductListWithCarrier(self, productIdList, language, country, ... method getProductWithCarrier (line 1107) | def getProductWithCarrier(self, packageID, language, country, carrierC... method getPurchaseHistory (line 1117) | def getPurchaseHistory(self, start, size, language, country): method getTotalBalance (line 1127) | def getTotalBalance(self, appStoreCode): method notifyDownloaded (line 1134) | def notifyDownloaded(self, packageId, language): method reserveCoinPurchase (line 1142) | def reserveCoinPurchase(self, request): method reservePayment (line 1149) | def reservePayment(self, paymentReservation): method getSnsFriends (line 1156) | def getSnsFriends(self, snsIdType, snsAccessToken, startIdx, limit): method getSnsMyProfile (line 1166) | def getSnsMyProfile(self, snsIdType, snsAccessToken): method postSnsInvitationMessage (line 1174) | def postSnsInvitationMessage(self, snsIdType, snsAccessToken, toSnsUse... method acceptGroupInvitation (line 1183) | def acceptGroupInvitation(self, reqSeq, groupId): method acceptGroupInvitationByTicket (line 1191) | def acceptGroupInvitationByTicket(self, reqSeq, groupId, ticketId): method acceptProximityMatches (line 1200) | def acceptProximityMatches(self, sessionId, ids): method acquireCallRoute (line 1208) | def acquireCallRoute(self, to): method acquireCallTicket (line 1215) | def acquireCallTicket(self, to): method acquireEncryptedAccessToken (line 1222) | def acquireEncryptedAccessToken(self, featureType): method addSnsId (line 1229) | def addSnsId(self, snsIdType, snsAccessToken): method blockContact (line 1237) | def blockContact(self, reqSeq, id): method blockRecommendation (line 1245) | def blockRecommendation(self, reqSeq, id): method cancelGroupInvitation (line 1253) | def cancelGroupInvitation(self, reqSeq, groupId, contactIds): method changeVerificationMethod (line 1262) | def changeVerificationMethod(self, sessionId, method): method clearIdentityCredential (line 1270) | def clearIdentityCredential(self): method clearMessageBox (line 1273) | def clearMessageBox(self, channelId, messageBoxId): method closeProximityMatch (line 1281) | def closeProximityMatch(self, sessionId): method commitSendMessage (line 1288) | def commitSendMessage(self, seq, messageId, receiverMids): method commitSendMessages (line 1297) | def commitSendMessages(self, seq, messageIds, receiverMids): method commitUpdateProfile (line 1306) | def commitUpdateProfile(self, seq, attrs, receiverMids): method confirmEmail (line 1315) | def confirmEmail(self, verifier, pinCode): method createGroup (line 1323) | def createGroup(self, seq, name, contactIds): method createQrcodeBase64Image (line 1332) | def createQrcodeBase64Image(self, url, characterSet, imageSize, x, y, ... method createRoom (line 1345) | def createRoom(self, reqSeq, contactIds): method createSession (line 1353) | def createSession(self): method fetchAnnouncements (line 1356) | def fetchAnnouncements(self, lastFetchedIndex): method fetchMessages (line 1363) | def fetchMessages(self, localTs, count): method fetchOperations (line 1371) | def fetchOperations(self, localRev, count): method fetchOps (line 1379) | def fetchOps(self, localRev, count, globalRev, individualRev): method findAndAddContactsByEmail (line 1389) | def findAndAddContactsByEmail(self, reqSeq, emails): method findAndAddContactsByMid (line 1397) | def findAndAddContactsByMid(self, reqSeq, mid): method findAndAddContactsByPhone (line 1405) | def findAndAddContactsByPhone(self, reqSeq, phones): method findAndAddContactsByUserid (line 1413) | def findAndAddContactsByUserid(self, reqSeq, userid): method findContactByUserid (line 1421) | def findContactByUserid(self, userid): method findContactByUserTicket (line 1428) | def findContactByUserTicket(self, ticketId): method findGroupByTicket (line 1435) | def findGroupByTicket(self, ticketId): method findContactsByEmail (line 1442) | def findContactsByEmail(self, emails): method findContactsByPhone (line 1449) | def findContactsByPhone(self, phones): method findSnsIdUserStatus (line 1456) | def findSnsIdUserStatus(self, snsIdType, snsAccessToken, udidHash): method finishUpdateVerification (line 1465) | def finishUpdateVerification(self, sessionId): method generateUserTicket (line 1472) | def generateUserTicket(self, expirationTime, maxUseCount): method getAcceptedProximityMatches (line 1480) | def getAcceptedProximityMatches(self, sessionId): method getActiveBuddySubscriberIds (line 1487) | def getActiveBuddySubscriberIds(self): method getAllContactIds (line 1490) | def getAllContactIds(self): method getAuthQrcode (line 1493) | def getAuthQrcode(self, keepLoggedIn, systemName): method getBlockedContactIds (line 1501) | def getBlockedContactIds(self): method getBlockedContactIdsByRange (line 1504) | def getBlockedContactIdsByRange(self, start, count): method getBlockedRecommendationIds (line 1512) | def getBlockedRecommendationIds(self): method getBuddyBlockerIds (line 1515) | def getBuddyBlockerIds(self): method getBuddyLocation (line 1518) | def getBuddyLocation(self, mid, index): method getCompactContactsModifiedSince (line 1526) | def getCompactContactsModifiedSince(self, timestamp): method getCompactGroup (line 1533) | def getCompactGroup(self, groupId): method getCompactRoom (line 1540) | def getCompactRoom(self, roomId): method getContact (line 1547) | def getContact(self, id): method getContacts (line 1554) | def getContacts(self, ids): method getCountryWithRequestIp (line 1561) | def getCountryWithRequestIp(self): method getFavoriteMids (line 1564) | def getFavoriteMids(self): method getGroup (line 1567) | def getGroup(self, groupId): method getGroupIdsInvited (line 1574) | def getGroupIdsInvited(self): method getGroupIdsJoined (line 1577) | def getGroupIdsJoined(self): method getGroups (line 1580) | def getGroups(self, groupIds): method getHiddenContactMids (line 1587) | def getHiddenContactMids(self): method getIdentityIdentifier (line 1590) | def getIdentityIdentifier(self): method getLastAnnouncementIndex (line 1593) | def getLastAnnouncementIndex(self): method getLastOpRevision (line 1596) | def getLastOpRevision(self): method getMessageBox (line 1599) | def getMessageBox(self, channelId, messageBoxId, lastMessagesCount): method getMessageBoxCompactWrapUp (line 1608) | def getMessageBoxCompactWrapUp(self, mid): method getMessageBoxCompactWrapUpList (line 1615) | def getMessageBoxCompactWrapUpList(self, start, messageBoxCount): method getMessageBoxList (line 1623) | def getMessageBoxList(self, channelId, lastMessagesCount): method getMessageBoxListByStatus (line 1631) | def getMessageBoxListByStatus(self, channelId, lastMessagesCount, stat... method getMessageBoxWrapUp (line 1640) | def getMessageBoxWrapUp(self, mid): method getMessageBoxWrapUpList (line 1647) | def getMessageBoxWrapUpList(self, start, messageBoxCount): method getMessagesBySequenceNumber (line 1655) | def getMessagesBySequenceNumber(self, channelId, messageBoxId, startSe... method getNextMessages (line 1665) | def getNextMessages(self, messageBoxId, startSeq, messagesCount): method getNotificationPolicy (line 1674) | def getNotificationPolicy(self, carrier): method getPreviousMessages (line 1681) | def getPreviousMessages(self, messageBoxId, endSeq, messagesCount): method getProfile (line 1690) | def getProfile(self): method getProximityMatchCandidateList (line 1693) | def getProximityMatchCandidateList(self, sessionId): method getProximityMatchCandidates (line 1700) | def getProximityMatchCandidates(self, sessionId): method getRecentMessages (line 1707) | def getRecentMessages(self, messageBoxId, messagesCount): method getRecommendationIds (line 1715) | def getRecommendationIds(self): method getRoom (line 1718) | def getRoom(self, roomId): method getRSAKeyInfo (line 1725) | def getRSAKeyInfo(self, provider): method getServerTime (line 1732) | def getServerTime(self): method getSessions (line 1735) | def getSessions(self): method getSettings (line 1738) | def getSettings(self): method getSettingsAttributes (line 1741) | def getSettingsAttributes(self, attrBitset): method getSystemConfiguration (line 1748) | def getSystemConfiguration(self): method getUserTicket (line 1751) | def getUserTicket(self): method getWapInvitation (line 1754) | def getWapInvitation(self, invitationHash): method invalidateUserTicket (line 1761) | def invalidateUserTicket(self): method inviteFriendsBySms (line 1764) | def inviteFriendsBySms(self, phoneNumberList): method inviteIntoGroup (line 1771) | def inviteIntoGroup(self, reqSeq, groupId, contactIds): method inviteIntoRoom (line 1780) | def inviteIntoRoom(self, reqSeq, roomId, contactIds): method inviteViaEmail (line 1789) | def inviteViaEmail(self, reqSeq, email, name): method isIdentityIdentifierAvailable (line 1798) | def isIdentityIdentifierAvailable(self, provider, identifier): method isUseridAvailable (line 1806) | def isUseridAvailable(self, userid): method kickoutFromGroup (line 1813) | def kickoutFromGroup(self, reqSeq, groupId, contactIds): method leaveGroup (line 1822) | def leaveGroup(self, reqSeq, groupId): method leaveRoom (line 1830) | def leaveRoom(self, reqSeq, roomId): method loginWithIdentityCredential (line 1838) | def loginWithIdentityCredential(self, identityProvider, identifier, pa... method loginWithIdentityCredentialForCertificate (line 1851) | def loginWithIdentityCredentialForCertificate(self, identityProvider, ... method loginWithVerifier (line 1864) | def loginWithVerifier(self, verifier): method loginWithVerifierForCerificate (line 1871) | def loginWithVerifierForCerificate(self, verifier): method loginWithVerifierForCertificate (line 1878) | def loginWithVerifierForCertificate(self, verifier): method logout (line 1885) | def logout(self): method logoutSession (line 1888) | def logoutSession(self, tokenKey): method noop (line 1895) | def noop(self): method notifiedRedirect (line 1898) | def notifiedRedirect(self, paramMap): method notifyBuddyOnAir (line 1905) | def notifyBuddyOnAir(self, seq, receiverMids): method notifyIndividualEvent (line 1913) | def notifyIndividualEvent(self, notificationStatus, receiverMids): method notifyInstalled (line 1921) | def notifyInstalled(self, udidHash, applicationTypeWithExtensions): method notifyRegistrationComplete (line 1929) | def notifyRegistrationComplete(self, udidHash, applicationTypeWithExte... method notifySleep (line 1937) | def notifySleep(self, lastRev, badge): method notifyUpdated (line 1945) | def notifyUpdated(self, lastRev, deviceInfo): method openProximityMatch (line 1953) | def openProximityMatch(self, location): method registerBuddyUser (line 1960) | def registerBuddyUser(self, buddyId, registrarPassword): method registerBuddyUserid (line 1968) | def registerBuddyUserid(self, seq, userid): method registerDevice (line 1976) | def registerDevice(self, sessionId): method registerDeviceWithIdentityCredential (line 1983) | def registerDeviceWithIdentityCredential(self, sessionId, provider, id... method registerDeviceWithoutPhoneNumber (line 1993) | def registerDeviceWithoutPhoneNumber(self, region, udidHash, deviceInfo): method registerDeviceWithoutPhoneNumberWithIdentityCredential (line 2002) | def registerDeviceWithoutPhoneNumberWithIdentityCredential(self, regio... method registerUserid (line 2015) | def registerUserid(self, reqSeq, userid): method registerWapDevice (line 2023) | def registerWapDevice(self, invitationHash, guidHash, email, deviceInfo): method registerWithExistingSnsIdAndIdentityCredential (line 2033) | def registerWithExistingSnsIdAndIdentityCredential(self, identityCrede... method registerWithSnsId (line 2043) | def registerWithSnsId(self, snsIdType, snsAccessToken, region, udidHas... method registerWithSnsIdAndIdentityCredential (line 2055) | def registerWithSnsIdAndIdentityCredential(self, snsIdType, snsAccessT... method reissueDeviceCredential (line 2067) | def reissueDeviceCredential(self): method reissueUserTicket (line 2070) | def reissueUserTicket(self, expirationTime, maxUseCount): method reissueGroupTicket (line 2078) | def reissueGroupTicket(self, groupId): method rejectGroupInvitation (line 2085) | def rejectGroupInvitation(self, reqSeq, groupId): method releaseSession (line 2093) | def releaseSession(self): method removeAllMessages (line 2096) | def removeAllMessages(self, seq, lastMessageId): method removeBuddyLocation (line 2104) | def removeBuddyLocation(self, mid, index): method removeMessage (line 2112) | def removeMessage(self, messageId): method removeMessageFromMyHome (line 2119) | def removeMessageFromMyHome(self, messageId): method removeSnsId (line 2126) | def removeSnsId(self, snsIdType): method report (line 2133) | def report(self, syncOpRevision, category, report): method reportContacts (line 2142) | def reportContacts(self, syncOpRevision, category, contactReports, act... method reportGroups (line 2152) | def reportGroups(self, syncOpRevision, groups): method reportProfile (line 2160) | def reportProfile(self, syncOpRevision, profile): method reportRooms (line 2168) | def reportRooms(self, syncOpRevision, rooms): method reportSettings (line 2176) | def reportSettings(self, syncOpRevision, settings): method reportSpammer (line 2184) | def reportSpammer(self, spammerMid, spammerReasons, spamMessageIds): method requestAccountPasswordReset (line 2193) | def requestAccountPasswordReset(self, provider, identifier, locale): method requestEmailConfirmation (line 2202) | def requestEmailConfirmation(self, emailConfirmation): method requestIdentityUnbind (line 2209) | def requestIdentityUnbind(self, provider, identifier): method resendEmailConfirmation (line 2217) | def resendEmailConfirmation(self, verifier): method resendPinCode (line 2224) | def resendPinCode(self, sessionId): method resendPinCodeBySMS (line 2231) | def resendPinCodeBySMS(self, sessionId): method sendChatChecked (line 2238) | def sendChatChecked(self, seq, consumer, lastMessageId): method sendChatRemoved (line 2247) | def sendChatRemoved(self, seq, consumer, lastMessageId): method sendContentPreviewUpdated (line 2256) | def sendContentPreviewUpdated(self, esq, messageId, receiverMids): method sendContentReceipt (line 2265) | def sendContentReceipt(self, seq, consumer, messageId): method sendDummyPush (line 2274) | def sendDummyPush(self): method sendEvent (line 2277) | def sendEvent(self, seq, message): method sendMessage (line 2285) | def sendMessage(self, seq, message): method sendMessageIgnored (line 2293) | def sendMessageIgnored(self, seq, consumer, messageIds): method sendMessageReceipt (line 2302) | def sendMessageReceipt(self, seq, consumer, messageIds): method sendMessageToMyHome (line 2311) | def sendMessageToMyHome(self, seq, message): method setBuddyLocation (line 2319) | def setBuddyLocation(self, mid, index, location): method setIdentityCredential (line 2328) | def setIdentityCredential(self, provider, identifier, verifier): method setNotificationsEnabled (line 2337) | def setNotificationsEnabled(self, reqSeq, type, target, enablement): method startUpdateVerification (line 2347) | def startUpdateVerification(self, region, carrier, phone, udidHash, de... method startVerification (line 2360) | def startVerification(self, region, carrier, phone, udidHash, deviceIn... method storeUpdateProfileAttribute (line 2374) | def storeUpdateProfileAttribute(self, seq, profileAttribute, value): method syncContactBySnsIds (line 2383) | def syncContactBySnsIds(self, reqSeq, modifications): method syncContacts (line 2391) | def syncContacts(self, reqSeq, localContacts): method trySendMessage (line 2399) | def trySendMessage(self, seq, message): method unblockContact (line 2407) | def unblockContact(self, reqSeq, id): method unblockRecommendation (line 2415) | def unblockRecommendation(self, reqSeq, id): method unregisterUserAndDevice (line 2423) | def unregisterUserAndDevice(self): method updateApnsDeviceToken (line 2426) | def updateApnsDeviceToken(self, apnsDeviceToken): method updateBuddySetting (line 2433) | def updateBuddySetting(self, key, value): method updateC2DMRegistrationId (line 2441) | def updateC2DMRegistrationId(self, registrationId): method updateContactSetting (line 2448) | def updateContactSetting(self, reqSeq, mid, flag, value): method updateCustomModeSettings (line 2458) | def updateCustomModeSettings(self, customMode, paramMap): method updateDeviceInfo (line 2466) | def updateDeviceInfo(self, deviceUid, deviceInfo): method updateGroup (line 2474) | def updateGroup(self, reqSeq, group): method updateNotificationToken (line 2482) | def updateNotificationToken(self, type, token): method updateNotificationTokenWithBytes (line 2490) | def updateNotificationTokenWithBytes(self, type, token): method updateProfile (line 2498) | def updateProfile(self, reqSeq, profile): method updateProfileAttribute (line 2506) | def updateProfileAttribute(self, reqSeq, attr, value): method updateRegion (line 2515) | def updateRegion(self, region): method updateSettings (line 2522) | def updateSettings(self, reqSeq, settings): method updateSettings2 (line 2530) | def updateSettings2(self, reqSeq, settings): method updateSettingsAttribute (line 2538) | def updateSettingsAttribute(self, reqSeq, attr, value): method updateSettingsAttributes (line 2547) | def updateSettingsAttributes(self, reqSeq, attrBitset, settings): method verifyIdentityCredential (line 2556) | def verifyIdentityCredential(self, identityProvider, identifier, passw... method verifyIdentityCredentialWithResult (line 2565) | def verifyIdentityCredentialWithResult(self, identityCredential): method verifyPhone (line 2572) | def verifyPhone(self, sessionId, pinCode, udidHash): method verifyQrcode (line 2581) | def verifyQrcode(self, verifier, pinCode): method notify (line 2589) | def notify(self, event): class Client (line 2597) | class Client(Iface): method __init__ (line 2598) | def __init__(self, iprot, oprot=None): method getRSAKey (line 2604) | def getRSAKey(self): method send_getRSAKey (line 2608) | def send_getRSAKey(self): method recv_getRSAKey (line 2615) | def recv_getRSAKey(self): method notifyEmailConfirmationResult (line 2632) | def notifyEmailConfirmationResult(self, parameterMap): method send_notifyEmailConfirmationResult (line 2640) | def send_notifyEmailConfirmationResult(self, parameterMap): method recv_notifyEmailConfirmationResult (line 2648) | def recv_notifyEmailConfirmationResult(self): method registerVirtualAccount (line 2663) | def registerVirtualAccount(self, locale, encryptedVirtualUserId, encry... method send_registerVirtualAccount (line 2673) | def send_registerVirtualAccount(self, locale, encryptedVirtualUserId, ... method recv_registerVirtualAccount (line 2683) | def recv_registerVirtualAccount(self): method requestVirtualAccountPasswordChange (line 2700) | def requestVirtualAccountPasswordChange(self, virtualMid, encryptedVir... method send_requestVirtualAccountPasswordChange (line 2711) | def send_requestVirtualAccountPasswordChange(self, virtualMid, encrypt... method recv_requestVirtualAccountPasswordChange (line 2722) | def recv_requestVirtualAccountPasswordChange(self): method requestVirtualAccountPasswordSet (line 2737) | def requestVirtualAccountPasswordSet(self, virtualMid, encryptedVirtua... method send_requestVirtualAccountPasswordSet (line 2747) | def send_requestVirtualAccountPasswordSet(self, virtualMid, encryptedV... method recv_requestVirtualAccountPasswordSet (line 2757) | def recv_requestVirtualAccountPasswordSet(self): method unregisterVirtualAccount (line 2772) | def unregisterVirtualAccount(self, virtualMid): method send_unregisterVirtualAccount (line 2780) | def send_unregisterVirtualAccount(self, virtualMid): method recv_unregisterVirtualAccount (line 2788) | def recv_unregisterVirtualAccount(self): method checkUserAge (line 2803) | def checkUserAge(self, carrier, sessionId, verifier, standardAge): method send_checkUserAge (line 2814) | def send_checkUserAge(self, carrier, sessionId, verifier, standardAge): method recv_checkUserAge (line 2825) | def recv_checkUserAge(self): method checkUserAgeWithDocomo (line 2842) | def checkUserAgeWithDocomo(self, openIdRedirectUrl, standardAge, verif... method send_checkUserAgeWithDocomo (line 2852) | def send_checkUserAgeWithDocomo(self, openIdRedirectUrl, standardAge, ... method recv_checkUserAgeWithDocomo (line 2862) | def recv_checkUserAgeWithDocomo(self): method retrieveOpenIdAuthUrlWithDocomo (line 2879) | def retrieveOpenIdAuthUrlWithDocomo(self): method send_retrieveOpenIdAuthUrlWithDocomo (line 2883) | def send_retrieveOpenIdAuthUrlWithDocomo(self): method recv_retrieveOpenIdAuthUrlWithDocomo (line 2890) | def recv_retrieveOpenIdAuthUrlWithDocomo(self): method retrieveRequestToken (line 2907) | def retrieveRequestToken(self, carrier): method send_retrieveRequestToken (line 2915) | def send_retrieveRequestToken(self, carrier): method recv_retrieveRequestToken (line 2923) | def recv_retrieveRequestToken(self): method addBuddyMember (line 2940) | def addBuddyMember(self, requestId, userMid): method send_addBuddyMember (line 2949) | def send_addBuddyMember(self, requestId, userMid): method recv_addBuddyMember (line 2958) | def recv_addBuddyMember(self): method addBuddyMembers (line 2973) | def addBuddyMembers(self, requestId, userMids): method send_addBuddyMembers (line 2982) | def send_addBuddyMembers(self, requestId, userMids): method recv_addBuddyMembers (line 2991) | def recv_addBuddyMembers(self): method blockBuddyMember (line 3006) | def blockBuddyMember(self, requestId, mid): method send_blockBuddyMember (line 3015) | def send_blockBuddyMember(self, requestId, mid): method recv_blockBuddyMember (line 3024) | def recv_blockBuddyMember(self): method commitSendMessagesToAll (line 3039) | def commitSendMessagesToAll(self, requestIdList): method send_commitSendMessagesToAll (line 3047) | def send_commitSendMessagesToAll(self, requestIdList): method recv_commitSendMessagesToAll (line 3055) | def recv_commitSendMessagesToAll(self): method commitSendMessagesTomids (line 3072) | def commitSendMessagesTomids(self, requestIdList, mids): method send_commitSendMessagesTomids (line 3081) | def send_commitSendMessagesTomids(self, requestIdList, mids): method recv_commitSendMessagesTomids (line 3090) | def recv_commitSendMessagesTomids(self): method containsBuddyMember (line 3107) | def containsBuddyMember(self, requestId, userMid): method send_containsBuddyMember (line 3116) | def send_containsBuddyMember(self, requestId, userMid): method recv_containsBuddyMember (line 3125) | def recv_containsBuddyMember(self): method downloadMessageContent (line 3142) | def downloadMessageContent(self, requestId, messageId): method send_downloadMessageContent (line 3151) | def send_downloadMessageContent(self, requestId, messageId): method recv_downloadMessageContent (line 3160) | def recv_downloadMessageContent(self): method downloadMessageContentPreview (line 3177) | def downloadMessageContentPreview(self, requestId, messageId): method send_downloadMessageContentPreview (line 3186) | def send_downloadMessageContentPreview(self, requestId, messageId): method recv_downloadMessageContentPreview (line 3195) | def recv_downloadMessageContentPreview(self): method downloadProfileImage (line 3212) | def downloadProfileImage(self, requestId): method send_downloadProfileImage (line 3220) | def send_downloadProfileImage(self, requestId): method recv_downloadProfileImage (line 3228) | def recv_downloadProfileImage(self): method downloadProfileImagePreview (line 3245) | def downloadProfileImagePreview(self, requestId): method send_downloadProfileImagePreview (line 3253) | def send_downloadProfileImagePreview(self, requestId): method recv_downloadProfileImagePreview (line 3261) | def recv_downloadProfileImagePreview(self): method getActiveMemberCountByBuddyMid (line 3278) | def getActiveMemberCountByBuddyMid(self, buddyMid): method send_getActiveMemberCountByBuddyMid (line 3286) | def send_getActiveMemberCountByBuddyMid(self, buddyMid): method recv_getActiveMemberCountByBuddyMid (line 3294) | def recv_getActiveMemberCountByBuddyMid(self): method getActiveMemberMidsByBuddyMid (line 3311) | def getActiveMemberMidsByBuddyMid(self, buddyMid): method send_getActiveMemberMidsByBuddyMid (line 3319) | def send_getActiveMemberMidsByBuddyMid(self, buddyMid): method recv_getActiveMemberMidsByBuddyMid (line 3327) | def recv_getActiveMemberMidsByBuddyMid(self): method getAllBuddyMembers (line 3344) | def getAllBuddyMembers(self): method send_getAllBuddyMembers (line 3348) | def send_getAllBuddyMembers(self): method recv_getAllBuddyMembers (line 3355) | def recv_getAllBuddyMembers(self): method getBlockedBuddyMembers (line 3372) | def getBlockedBuddyMembers(self): method send_getBlockedBuddyMembers (line 3376) | def send_getBlockedBuddyMembers(self): method recv_getBlockedBuddyMembers (line 3383) | def recv_getBlockedBuddyMembers(self): method getBlockerCountByBuddyMid (line 3400) | def getBlockerCountByBuddyMid(self, buddyMid): method send_getBlockerCountByBuddyMid (line 3408) | def send_getBlockerCountByBuddyMid(self, buddyMid): method recv_getBlockerCountByBuddyMid (line 3416) | def recv_getBlockerCountByBuddyMid(self): method getBuddyDetailByMid (line 3433) | def getBuddyDetailByMid(self, buddyMid): method send_getBuddyDetailByMid (line 3441) | def send_getBuddyDetailByMid(self, buddyMid): method recv_getBuddyDetailByMid (line 3449) | def recv_getBuddyDetailByMid(self): method getBuddyProfile (line 3466) | def getBuddyProfile(self): method send_getBuddyProfile (line 3470) | def send_getBuddyProfile(self): method recv_getBuddyProfile (line 3477) | def recv_getBuddyProfile(self): method getContactTicket (line 3494) | def getContactTicket(self): method send_getContactTicket (line 3498) | def send_getContactTicket(self): method recv_getContactTicket (line 3505) | def recv_getContactTicket(self): method getMemberCountByBuddyMid (line 3522) | def getMemberCountByBuddyMid(self, buddyMid): method send_getMemberCountByBuddyMid (line 3530) | def send_getMemberCountByBuddyMid(self, buddyMid): method recv_getMemberCountByBuddyMid (line 3538) | def recv_getMemberCountByBuddyMid(self): method getSendBuddyMessageResult (line 3555) | def getSendBuddyMessageResult(self, sendBuddyMessageRequestId): method send_getSendBuddyMessageResult (line 3563) | def send_getSendBuddyMessageResult(self, sendBuddyMessageRequestId): method recv_getSendBuddyMessageResult (line 3571) | def recv_getSendBuddyMessageResult(self): method getSetBuddyOnAirResult (line 3588) | def getSetBuddyOnAirResult(self, setBuddyOnAirRequestId): method send_getSetBuddyOnAirResult (line 3596) | def send_getSetBuddyOnAirResult(self, setBuddyOnAirRequestId): method recv_getSetBuddyOnAirResult (line 3604) | def recv_getSetBuddyOnAirResult(self): method getUpdateBuddyProfileResult (line 3621) | def getUpdateBuddyProfileResult(self, updateBuddyProfileRequestId): method send_getUpdateBuddyProfileResult (line 3629) | def send_getUpdateBuddyProfileResult(self, updateBuddyProfileRequestId): method recv_getUpdateBuddyProfileResult (line 3637) | def recv_getUpdateBuddyProfileResult(self): method isBuddyOnAirByMid (line 3654) | def isBuddyOnAirByMid(self, buddyMid): method send_isBuddyOnAirByMid (line 3662) | def send_isBuddyOnAirByMid(self, buddyMid): method recv_isBuddyOnAirByMid (line 3670) | def recv_isBuddyOnAirByMid(self): method linkAndSendBuddyContentMessageToAllAsync (line 3687) | def linkAndSendBuddyContentMessageToAllAsync(self, requestId, msg, sou... method send_linkAndSendBuddyContentMessageToAllAsync (line 3697) | def send_linkAndSendBuddyContentMessageToAllAsync(self, requestId, msg... method recv_linkAndSendBuddyContentMessageToAllAsync (line 3707) | def recv_linkAndSendBuddyContentMessageToAllAsync(self): method linkAndSendBuddyContentMessageTomids (line 3724) | def linkAndSendBuddyContentMessageTomids(self, requestId, msg, sourceC... method send_linkAndSendBuddyContentMessageTomids (line 3735) | def send_linkAndSendBuddyContentMessageTomids(self, requestId, msg, so... method recv_linkAndSendBuddyContentMessageTomids (line 3746) | def recv_linkAndSendBuddyContentMessageTomids(self): method notifyBuddyBlocked (line 3763) | def notifyBuddyBlocked(self, buddyMid, blockerMid): method send_notifyBuddyBlocked (line 3772) | def send_notifyBuddyBlocked(self, buddyMid, blockerMid): method recv_notifyBuddyBlocked (line 3781) | def recv_notifyBuddyBlocked(self): method notifyBuddyUnblocked (line 3796) | def notifyBuddyUnblocked(self, buddyMid, blockerMid): method send_notifyBuddyUnblocked (line 3805) | def send_notifyBuddyUnblocked(self, buddyMid, blockerMid): method recv_notifyBuddyUnblocked (line 3814) | def recv_notifyBuddyUnblocked(self): method registerBuddy (line 3829) | def registerBuddy(self, buddyId, searchId, displayName, statusMeessage... method send_registerBuddy (line 3842) | def send_registerBuddy(self, buddyId, searchId, displayName, statusMee... method recv_registerBuddy (line 3855) | def recv_registerBuddy(self): method registerBuddyAdmin (line 3872) | def registerBuddyAdmin(self, buddyId, searchId, displayName, statusMes... method send_registerBuddyAdmin (line 3884) | def send_registerBuddyAdmin(self, buddyId, searchId, displayName, stat... method recv_registerBuddyAdmin (line 3896) | def recv_registerBuddyAdmin(self): method reissueContactTicket (line 3913) | def reissueContactTicket(self, expirationTime, maxUseCount): method send_reissueContactTicket (line 3922) | def send_reissueContactTicket(self, expirationTime, maxUseCount): method recv_reissueContactTicket (line 3931) | def recv_reissueContactTicket(self): method removeBuddyMember (line 3948) | def removeBuddyMember(self, requestId, userMid): method send_removeBuddyMember (line 3957) | def send_removeBuddyMember(self, requestId, userMid): method recv_removeBuddyMember (line 3966) | def recv_removeBuddyMember(self): method removeBuddyMembers (line 3981) | def removeBuddyMembers(self, requestId, userMids): method send_removeBuddyMembers (line 3990) | def send_removeBuddyMembers(self, requestId, userMids): method recv_removeBuddyMembers (line 3999) | def recv_removeBuddyMembers(self): method sendBuddyContentMessageToAll (line 4014) | def sendBuddyContentMessageToAll(self, requestId, msg, content): method send_sendBuddyContentMessageToAll (line 4024) | def send_sendBuddyContentMessageToAll(self, requestId, msg, content): method recv_sendBuddyContentMessageToAll (line 4034) | def recv_sendBuddyContentMessageToAll(self): method sendBuddyContentMessageToAllAsync (line 4051) | def sendBuddyContentMessageToAllAsync(self, requestId, msg, content): method send_sendBuddyContentMessageToAllAsync (line 4061) | def send_sendBuddyContentMessageToAllAsync(self, requestId, msg, conte... method recv_sendBuddyContentMessageToAllAsync (line 4071) | def recv_sendBuddyContentMessageToAllAsync(self): method sendBuddyContentMessageTomids (line 4088) | def sendBuddyContentMessageTomids(self, requestId, msg, content, mids): method send_sendBuddyContentMessageTomids (line 4099) | def send_sendBuddyContentMessageTomids(self, requestId, msg, content, ... method recv_sendBuddyContentMessageTomids (line 4110) | def recv_sendBuddyContentMessageTomids(self): method sendBuddyContentMessageTomidsAsync (line 4127) | def sendBuddyContentMessageTomidsAsync(self, requestId, msg, content, ... method send_sendBuddyContentMessageTomidsAsync (line 4138) | def send_sendBuddyContentMessageTomidsAsync(self, requestId, msg, cont... method recv_sendBuddyContentMessageTomidsAsync (line 4149) | def recv_sendBuddyContentMessageTomidsAsync(self): method sendBuddyMessageToAll (line 4166) | def sendBuddyMessageToAll(self, requestId, msg): method send_sendBuddyMessageToAll (line 4175) | def send_sendBuddyMessageToAll(self, requestId, msg): method recv_sendBuddyMessageToAll (line 4184) | def recv_sendBuddyMessageToAll(self): method sendBuddyMessageToAllAsync (line 4201) | def sendBuddyMessageToAllAsync(self, requestId, msg): method send_sendBuddyMessageToAllAsync (line 4210) | def send_sendBuddyMessageToAllAsync(self, requestId, msg): method recv_sendBuddyMessageToAllAsync (line 4219) | def recv_sendBuddyMessageToAllAsync(self): method sendBuddyMessageTomids (line 4236) | def sendBuddyMessageTomids(self, requestId, msg, mids): method send_sendBuddyMessageTomids (line 4246) | def send_sendBuddyMessageTomids(self, requestId, msg, mids): method recv_sendBuddyMessageTomids (line 4256) | def recv_sendBuddyMessageTomids(self): method sendBuddyMessageTomidsAsync (line 4273) | def sendBuddyMessageTomidsAsync(self, requestId, msg, mids): method send_sendBuddyMessageTomidsAsync (line 4283) | def send_sendBuddyMessageTomidsAsync(self, requestId, msg, mids): method recv_sendBuddyMessageTomidsAsync (line 4293) | def recv_sendBuddyMessageTomidsAsync(self): method sendIndividualEventToAllAsync (line 4310) | def sendIndividualEventToAllAsync(self, requestId, buddyMid, notificat... method send_sendIndividualEventToAllAsync (line 4320) | def send_sendIndividualEventToAllAsync(self, requestId, buddyMid, noti... method recv_sendIndividualEventToAllAsync (line 4330) | def recv_sendIndividualEventToAllAsync(self): method setBuddyOnAir (line 4345) | def setBuddyOnAir(self, requestId, onAir): method send_setBuddyOnAir (line 4354) | def send_setBuddyOnAir(self, requestId, onAir): method recv_setBuddyOnAir (line 4363) | def recv_setBuddyOnAir(self): method setBuddyOnAirAsync (line 4380) | def setBuddyOnAirAsync(self, requestId, onAir): method send_setBuddyOnAirAsync (line 4389) | def send_setBuddyOnAirAsync(self, requestId, onAir): method recv_setBuddyOnAirAsync (line 4398) | def recv_setBuddyOnAirAsync(self): method storeMessage (line 4415) | def storeMessage(self, requestId, messageRequest): method send_storeMessage (line 4424) | def send_storeMessage(self, requestId, messageRequest): method recv_storeMessage (line 4433) | def recv_storeMessage(self): method unblockBuddyMember (line 4450) | def unblockBuddyMember(self, requestId, mid): method send_unblockBuddyMember (line 4459) | def send_unblockBuddyMember(self, requestId, mid): method recv_unblockBuddyMember (line 4468) | def recv_unblockBuddyMember(self): method unregisterBuddy (line 4483) | def unregisterBuddy(self, requestId): method send_unregisterBuddy (line 4491) | def send_unregisterBuddy(self, requestId): method recv_unregisterBuddy (line 4499) | def recv_unregisterBuddy(self): method unregisterBuddyAdmin (line 4514) | def unregisterBuddyAdmin(self, requestId): method send_unregisterBuddyAdmin (line 4522) | def send_unregisterBuddyAdmin(self, requestId): method recv_unregisterBuddyAdmin (line 4530) | def recv_unregisterBuddyAdmin(self): method updateBuddyAdminProfileAttribute (line 4545) | def updateBuddyAdminProfileAttribute(self, requestId, attributes): method send_updateBuddyAdminProfileAttribute (line 4554) | def send_updateBuddyAdminProfileAttribute(self, requestId, attributes): method recv_updateBuddyAdminProfileAttribute (line 4563) | def recv_updateBuddyAdminProfileAttribute(self): method updateBuddyAdminProfileImage (line 4578) | def updateBuddyAdminProfileImage(self, requestId, picture): method send_updateBuddyAdminProfileImage (line 4587) | def send_updateBuddyAdminProfileImage(self, requestId, picture): method recv_updateBuddyAdminProfileImage (line 4596) | def recv_updateBuddyAdminProfileImage(self): method updateBuddyProfileAttributes (line 4611) | def updateBuddyProfileAttributes(self, requestId, attributes): method send_updateBuddyProfileAttributes (line 4620) | def send_updateBuddyProfileAttributes(self, requestId, attributes): method recv_updateBuddyProfileAttributes (line 4629) | def recv_updateBuddyProfileAttributes(self): method updateBuddyProfileAttributesAsync (line 4646) | def updateBuddyProfileAttributesAsync(self, requestId, attributes): method send_updateBuddyProfileAttributesAsync (line 4655) | def send_updateBuddyProfileAttributesAsync(self, requestId, attributes): method recv_updateBuddyProfileAttributesAsync (line 4664) | def recv_updateBuddyProfileAttributesAsync(self): method updateBuddyProfileImage (line 4681) | def updateBuddyProfileImage(self, requestId, image): method send_updateBuddyProfileImage (line 4690) | def send_updateBuddyProfileImage(self, requestId, image): method recv_updateBuddyProfileImage (line 4699) | def recv_updateBuddyProfileImage(self): method updateBuddyProfileImageAsync (line 4716) | def updateBuddyProfileImageAsync(self, requestId, image): method send_updateBuddyProfileImageAsync (line 4725) | def send_updateBuddyProfileImageAsync(self, requestId, image): method recv_updateBuddyProfileImageAsync (line 4734) | def recv_updateBuddyProfileImageAsync(self): method updateBuddySearchId (line 4751) | def updateBuddySearchId(self, requestId, searchId): method send_updateBuddySearchId (line 4760) | def send_updateBuddySearchId(self, requestId, searchId): method recv_updateBuddySearchId (line 4769) | def recv_updateBuddySearchId(self): method updateBuddySettings (line 4784) | def updateBuddySettings(self, settings): method send_updateBuddySettings (line 4792) | def send_updateBuddySettings(self, settings): method recv_updateBuddySettings (line 4800) | def recv_updateBuddySettings(self): method uploadBuddyContent (line 4815) | def uploadBuddyContent(self, contentType, content): method send_uploadBuddyContent (line 4824) | def send_uploadBuddyContent(self, contentType, content): method recv_uploadBuddyContent (line 4833) | def recv_uploadBuddyContent(self): method findBuddyContactsByQuery (line 4850) | def findBuddyContactsByQuery(self, language, country, query, fromIndex... method send_findBuddyContactsByQuery (line 4863) | def send_findBuddyContactsByQuery(self, language, country, query, from... method recv_findBuddyContactsByQuery (line 4876) | def recv_findBuddyContactsByQuery(self): method getBuddyContacts (line 4893) | def getBuddyContacts(self, language, country, classification, fromInde... method send_getBuddyContacts (line 4905) | def send_getBuddyContacts(self, language, country, classification, fro... method recv_getBuddyContacts (line 4917) | def recv_getBuddyContacts(self): method getBuddyDetail (line 4934) | def getBuddyDetail(self, buddyMid): method send_getBuddyDetail (line 4942) | def send_getBuddyDetail(self, buddyMid): method recv_getBuddyDetail (line 4950) | def recv_getBuddyDetail(self): method getBuddyOnAir (line 4967) | def getBuddyOnAir(self, buddyMid): method send_getBuddyOnAir (line 4975) | def send_getBuddyOnAir(self, buddyMid): method recv_getBuddyOnAir (line 4983) | def recv_getBuddyOnAir(self): method getCountriesHavingBuddy (line 5000) | def getCountriesHavingBuddy(self): method send_getCountriesHavingBuddy (line 5004) | def send_getCountriesHavingBuddy(self): method recv_getCountriesHavingBuddy (line 5011) | def recv_getCountriesHavingBuddy(self): method getNewlyReleasedBuddyIds (line 5028) | def getNewlyReleasedBuddyIds(self, country): method send_getNewlyReleasedBuddyIds (line 5036) | def send_getNewlyReleasedBuddyIds(self, country): method recv_getNewlyReleasedBuddyIds (line 5044) | def recv_getNewlyReleasedBuddyIds(self): method getPopularBuddyBanner (line 5061) | def getPopularBuddyBanner(self, language, country, applicationType, re... method send_getPopularBuddyBanner (line 5072) | def send_getPopularBuddyBanner(self, language, country, applicationTyp... method recv_getPopularBuddyBanner (line 5083) | def recv_getPopularBuddyBanner(self): method getPopularBuddyLists (line 5100) | def getPopularBuddyLists(self, language, country): method send_getPopularBuddyLists (line 5109) | def send_getPopularBuddyLists(self, language, country): method recv_getPopularBuddyLists (line 5118) | def recv_getPopularBuddyLists(self): method getPromotedBuddyContacts (line 5135) | def getPromotedBuddyContacts(self, language, country): method send_getPromotedBuddyContacts (line 5144) | def send_getPromotedBuddyContacts(self, language, country): method recv_getPromotedBuddyContacts (line 5153) | def recv_getPromotedBuddyContacts(self): method activeBuddySubscriberCount (line 5170) | def activeBuddySubscriberCount(self): method send_activeBuddySubscriberCount (line 5174) | def send_activeBuddySubscriberCount(self): method recv_activeBuddySubscriberCount (line 5181) | def recv_activeBuddySubscriberCount(self): method addOperationForChannel (line 5198) | def addOperationForChannel(self, opType, param1, param2, param3): method send_addOperationForChannel (line 5209) | def send_addOperationForChannel(self, opType, param1, param2, param3): method recv_addOperationForChannel (line 5220) | def recv_addOperationForChannel(self): method displayBuddySubscriberCount (line 5235) | def displayBuddySubscriberCount(self): method send_displayBuddySubscriberCount (line 5239) | def send_displayBuddySubscriberCount(self): method recv_displayBuddySubscriberCount (line 5246) | def recv_displayBuddySubscriberCount(self): method findContactByUseridWithoutAbuseBlockForChannel (line 5263) | def findContactByUseridWithoutAbuseBlockForChannel(self, userid): method send_findContactByUseridWithoutAbuseBlockForChannel (line 5271) | def send_findContactByUseridWithoutAbuseBlockForChannel(self, userid): method recv_findContactByUseridWithoutAbuseBlockForChannel (line 5279) | def recv_findContactByUseridWithoutAbuseBlockForChannel(self): method getAllContactIdsForChannel (line 5296) | def getAllContactIdsForChannel(self): method send_getAllContactIdsForChannel (line 5300) | def send_getAllContactIdsForChannel(self): method recv_getAllContactIdsForChannel (line 5307) | def recv_getAllContactIdsForChannel(self): method getCompactContacts (line 5324) | def getCompactContacts(self, lastModifiedTimestamp): method send_getCompactContacts (line 5332) | def send_getCompactContacts(self, lastModifiedTimestamp): method recv_getCompactContacts (line 5340) | def recv_getCompactContacts(self): method getContactsForChannel (line 5357) | def getContactsForChannel(self, ids): method send_getContactsForChannel (line 5365) | def send_getContactsForChannel(self, ids): method recv_getContactsForChannel (line 5373) | def recv_getContactsForChannel(self): method getDisplayName (line 5390) | def getDisplayName(self, mid): method send_getDisplayName (line 5398) | def send_getDisplayName(self, mid): method recv_getDisplayName (line 5406) | def recv_getDisplayName(self): method getFavoriteMidsForChannel (line 5423) | def getFavoriteMidsForChannel(self): method send_getFavoriteMidsForChannel (line 5427) | def send_getFavoriteMidsForChannel(self): method recv_getFavoriteMidsForChannel (line 5434) | def recv_getFavoriteMidsForChannel(self): method getFriendMids (line 5451) | def getFriendMids(self): method send_getFriendMids (line 5455) | def send_getFriendMids(self): method recv_getFriendMids (line 5462) | def recv_getFriendMids(self): method getGroupMemberMids (line 5479) | def getGroupMemberMids(self, groupId): method send_getGroupMemberMids (line 5487) | def send_getGroupMemberMids(self, groupId): method recv_getGroupMemberMids (line 5495) | def recv_getGroupMemberMids(self): method getGroupsForChannel (line 5512) | def getGroupsForChannel(self, groupIds): method send_getGroupsForChannel (line 5520) | def send_getGroupsForChannel(self, groupIds): method recv_getGroupsForChannel (line 5528) | def recv_getGroupsForChannel(self): method getIdentityCredential (line 5545) | def getIdentityCredential(self): method send_getIdentityCredential (line 5549) | def send_getIdentityCredential(self): method recv_getIdentityCredential (line 5556) | def recv_getIdentityCredential(self): method getJoinedGroupIdsForChannel (line 5573) | def getJoinedGroupIdsForChannel(self): method send_getJoinedGroupIdsForChannel (line 5577) | def send_getJoinedGroupIdsForChannel(self): method recv_getJoinedGroupIdsForChannel (line 5584) | def recv_getJoinedGroupIdsForChannel(self): method getMetaProfile (line 5601) | def getMetaProfile(self): method send_getMetaProfile (line 5605) | def send_getMetaProfile(self): method recv_getMetaProfile (line 5612) | def recv_getMetaProfile(self): method getMid (line 5629) | def getMid(self): method send_getMid (line 5633) | def send_getMid(self): method recv_getMid (line 5640) | def recv_getMid(self): method getPrimaryClientForChannel (line 5657) | def getPrimaryClientForChannel(self): method send_getPrimaryClientForChannel (line 5661) | def send_getPrimaryClientForChannel(self): method recv_getPrimaryClientForChannel (line 5668) | def recv_getPrimaryClientForChannel(self): method getProfileForChannel (line 5685) | def getProfileForChannel(self): method send_getProfileForChannel (line 5689) | def send_getProfileForChannel(self): method recv_getProfileForChannel (line 5696) | def recv_getProfileForChannel(self): method getSimpleChannelContacts (line 5713) | def getSimpleChannelContacts(self, ids): method send_getSimpleChannelContacts (line 5721) | def send_getSimpleChannelContacts(self, ids): method recv_getSimpleChannelContacts (line 5729) | def recv_getSimpleChannelContacts(self): method getUserCountryForBilling (line 5746) | def getUserCountryForBilling(self, country, remoteIp): method send_getUserCountryForBilling (line 5755) | def send_getUserCountryForBilling(self, country, remoteIp): method recv_getUserCountryForBilling (line 5764) | def recv_getUserCountryForBilling(self): method getUserCreateTime (line 5781) | def getUserCreateTime(self): method send_getUserCreateTime (line 5785) | def send_getUserCreateTime(self): method recv_getUserCreateTime (line 5792) | def recv_getUserCreateTime(self): method getUserIdentities (line 5809) | def getUserIdentities(self): method send_getUserIdentities (line 5813) | def send_getUserIdentities(self): method recv_getUserIdentities (line 5820) | def recv_getUserIdentities(self): method getUserLanguage (line 5837) | def getUserLanguage(self): method send_getUserLanguage (line 5841) | def send_getUserLanguage(self): method recv_getUserLanguage (line 5848) | def recv_getUserLanguage(self): method getUserMidsWhoAddedMe (line 5865) | def getUserMidsWhoAddedMe(self): method send_getUserMidsWhoAddedMe (line 5869) | def send_getUserMidsWhoAddedMe(self): method recv_getUserMidsWhoAddedMe (line 5876) | def recv_getUserMidsWhoAddedMe(self): method isGroupMember (line 5893) | def isGroupMember(self, groupId): method send_isGroupMember (line 5901) | def send_isGroupMember(self, groupId): method recv_isGroupMember (line 5909) | def recv_isGroupMember(self): method isInContact (line 5926) | def isInContact(self, mid): method send_isInContact (line 5934) | def send_isInContact(self, mid): method recv_isInContact (line 5942) | def recv_isInContact(self): method registerChannelCP (line 5959) | def registerChannelCP(self, cpId, registerPassword): method send_registerChannelCP (line 5968) | def send_registerChannelCP(self, cpId, registerPassword): method recv_registerChannelCP (line 5977) | def recv_registerChannelCP(self): method removeNotificationStatus (line 5994) | def removeNotificationStatus(self, notificationStatus): method send_removeNotificationStatus (line 6002) | def send_removeNotificationStatus(self, notificationStatus): method recv_removeNotificationStatus (line 6010) | def recv_removeNotificationStatus(self): method sendMessageForChannel (line 6025) | def sendMessageForChannel(self, message): method send_sendMessageForChannel (line 6033) | def send_sendMessageForChannel(self, message): method recv_sendMessageForChannel (line 6041) | def recv_sendMessageForChannel(self): method sendPinCodeOperation (line 6058) | def sendPinCodeOperation(self, verifier): method send_sendPinCodeOperation (line 6066) | def send_sendPinCodeOperation(self, verifier): method recv_sendPinCodeOperation (line 6074) | def recv_sendPinCodeOperation(self): method updateProfileAttributeForChannel (line 6089) | def updateProfileAttributeForChannel(self, profileAttribute, value): method send_updateProfileAttributeForChannel (line 6098) | def send_updateProfileAttributeForChannel(self, profileAttribute, value): method recv_updateProfileAttributeForChannel (line 6107) | def recv_updateProfileAttributeForChannel(self): method approveChannelAndIssueChannelToken (line 6122) | def approveChannelAndIssueChannelToken(self, channelId): method send_approveChannelAndIssueChannelToken (line 6130) | def send_approveChannelAndIssueChannelToken(self, channelId): method recv_approveChannelAndIssueChannelToken (line 6138) | def recv_approveChannelAndIssueChannelToken(self): method approveChannelAndIssueRequestToken (line 6155) | def approveChannelAndIssueRequestToken(self, channelId, otpId): method send_approveChannelAndIssueRequestToken (line 6164) | def send_approveChannelAndIssueRequestToken(self, channelId, otpId): method recv_approveChannelAndIssueRequestToken (line 6173) | def recv_approveChannelAndIssueRequestToken(self): method fetchNotificationItems (line 6190) | def fetchNotificationItems(self, localRev): method send_fetchNotificationItems (line 6198) | def send_fetchNotificationItems(self, localRev): method recv_fetchNotificationItems (line 6206) | def recv_fetchNotificationItems(self): method getApprovedChannels (line 6223) | def getApprovedChannels(self, lastSynced, locale): method send_getApprovedChannels (line 6232) | def send_getApprovedChannels(self, lastSynced, locale): method recv_getApprovedChannels (line 6241) | def recv_getApprovedChannels(self): method getChannelInfo (line 6258) | def getChannelInfo(self, channelId, locale): method send_getChannelInfo (line 6267) | def send_getChannelInfo(self, channelId, locale): method recv_getChannelInfo (line 6276) | def recv_getChannelInfo(self): method getChannelNotificationSetting (line 6293) | def getChannelNotificationSetting(self, channelId, locale): method send_getChannelNotificationSetting (line 6302) | def send_getChannelNotificationSetting(self, channelId, locale): method recv_getChannelNotificationSetting (line 6311) | def recv_getChannelNotificationSetting(self): method getChannelNotificationSettings (line 6328) | def getChannelNotificationSettings(self, locale): method send_getChannelNotificationSettings (line 6336) | def send_getChannelNotificationSettings(self, locale): method recv_getChannelNotificationSettings (line 6344) | def recv_getChannelNotificationSettings(self): method getChannels (line 6361) | def getChannels(self, lastSynced, locale): method send_getChannels (line 6370) | def send_getChannels(self, lastSynced, locale): method recv_getChannels (line 6379) | def recv_getChannels(self): method getDomains (line 6396) | def getDomains(self, lastSynced): method send_getDomains (line 6404) | def send_getDomains(self, lastSynced): method recv_getDomains (line 6412) | def recv_getDomains(self): method getFriendChannelMatrices (line 6429) | def getFriendChannelMatrices(self, channelIds): method send_getFriendChannelMatrices (line 6437) | def send_getFriendChannelMatrices(self, channelIds): method recv_getFriendChannelMatrices (line 6445) | def recv_getFriendChannelMatrices(self): method getNotificationBadgeCount (line 6462) | def getNotificationBadgeCount(self, localRev): method send_getNotificationBadgeCount (line 6470) | def send_getNotificationBadgeCount(self, localRev): method recv_getNotificationBadgeCount (line 6478) | def recv_getNotificationBadgeCount(self): method issueChannelToken (line 6495) | def issueChannelToken(self, channelId): method send_issueChannelToken (line 6503) | def send_issueChannelToken(self, channelId): method recv_issueChannelToken (line 6511) | def recv_issueChannelToken(self): method issueRequestToken (line 6528) | def issueRequestToken(self, channelId, otpId): method send_issueRequestToken (line 6537) | def send_issueRequestToken(self, channelId, otpId): method recv_issueRequestToken (line 6546) | def recv_issueRequestToken(self): method issueRequestTokenWithAuthScheme (line 6563) | def issueRequestTokenWithAuthScheme(self, channelId, otpId, authScheme... method send_issueRequestTokenWithAuthScheme (line 6574) | def send_issueRequestTokenWithAuthScheme(self, channelId, otpId, authS... method recv_issueRequestTokenWithAuthScheme (line 6585) | def recv_issueRequestTokenWithAuthScheme(self): method reserveCoinUse (line 6602) | def reserveCoinUse(self, request, locale): method send_reserveCoinUse (line 6611) | def send_reserveCoinUse(self, request, locale): method recv_reserveCoinUse (line 6620) | def recv_reserveCoinUse(self): method revokeChannel (line 6637) | def revokeChannel(self, channelId): method send_revokeChannel (line 6645) | def send_revokeChannel(self, channelId): method recv_revokeChannel (line 6653) | def recv_revokeChannel(self): method syncChannelData (line 6668) | def syncChannelData(self, lastSynced, locale): method send_syncChannelData (line 6677) | def send_syncChannelData(self, lastSynced, locale): method recv_syncChannelData (line 6686) | def recv_syncChannelData(self): method updateChannelNotificationSetting (line 6703) | def updateChannelNotificationSetting(self, setting): method send_updateChannelNotificationSetting (line 6711) | def send_updateChannelNotificationSetting(self, setting): method recv_updateChannelNotificationSetting (line 6719) | def recv_updateChannelNotificationSetting(self): method fetchMessageOperations (line 6734) | def fetchMessageOperations(self, localRevision, lastOpTimestamp, count): method send_fetchMessageOperations (line 6744) | def send_fetchMessageOperations(self, localRevision, lastOpTimestamp, ... method recv_fetchMessageOperations (line 6754) | def recv_fetchMessageOperations(self): method getLastReadMessageIds (line 6771) | def getLastReadMessageIds(self, chatId): method send_getLastReadMessageIds (line 6779) | def send_getLastReadMessageIds(self, chatId): method recv_getLastReadMessageIds (line 6787) | def recv_getLastReadMessageIds(self): method multiGetLastReadMessageIds (line 6804) | def multiGetLastReadMessageIds(self, chatIds): method send_multiGetLastReadMessageIds (line 6812) | def send_multiGetLastReadMessageIds(self, chatIds): method recv_multiGetLastReadMessageIds (line 6820) | def recv_multiGetLastReadMessageIds(self): method buyCoinProduct (line 6837) | def buyCoinProduct(self, paymentReservation): method send_buyCoinProduct (line 6845) | def send_buyCoinProduct(self, paymentReservation): method recv_buyCoinProduct (line 6853) | def recv_buyCoinProduct(self): method buyFreeProduct (line 6868) | def buyFreeProduct(self, receiverMid, productId, messageTemplate, lang... method send_buyFreeProduct (line 6881) | def send_buyFreeProduct(self, receiverMid, productId, messageTemplate,... method recv_buyFreeProduct (line 6894) | def recv_buyFreeProduct(self): method buyMustbuyProduct (line 6909) | def buyMustbuyProduct(self, receiverMid, productId, messageTemplate, l... method send_buyMustbuyProduct (line 6923) | def send_buyMustbuyProduct(self, receiverMid, productId, messageTempla... method recv_buyMustbuyProduct (line 6937) | def recv_buyMustbuyProduct(self): method checkCanReceivePresent (line 6952) | def checkCanReceivePresent(self, recipientMid, packageId, language, co... method send_checkCanReceivePresent (line 6963) | def send_checkCanReceivePresent(self, recipientMid, packageId, languag... method recv_checkCanReceivePresent (line 6974) | def recv_checkCanReceivePresent(self): method getActivePurchases (line 6989) | def getActivePurchases(self, start, size, language, country): method send_getActivePurchases (line 7000) | def send_getActivePurchases(self, start, size, language, country): method recv_getActivePurchases (line 7011) | def recv_getActivePurchases(self): method getActivePurchaseVersions (line 7028) | def getActivePurchaseVersions(self, start, size, language, country): method send_getActivePurchaseVersions (line 7039) | def send_getActivePurchaseVersions(self, start, size, language, country): method recv_getActivePurchaseVersions (line 7050) | def recv_getActivePurchaseVersions(self): method getCoinProducts (line 7067) | def getCoinProducts(self, appStoreCode, country, language): method send_getCoinProducts (line 7077) | def send_getCoinProducts(self, appStoreCode, country, language): method recv_getCoinProducts (line 7087) | def recv_getCoinProducts(self): method getCoinProductsByPgCode (line 7104) | def getCoinProductsByPgCode(self, appStoreCode, pgCode, country, langu... method send_getCoinProductsByPgCode (line 7115) | def send_getCoinProductsByPgCode(self, appStoreCode, pgCode, country, ... method recv_getCoinProductsByPgCode (line 7126) | def recv_getCoinProductsByPgCode(self): method getCoinPurchaseHistory (line 7143) | def getCoinPurchaseHistory(self, request): method send_getCoinPurchaseHistory (line 7151) | def send_getCoinPurchaseHistory(self, request): method recv_getCoinPurchaseHistory (line 7159) | def recv_getCoinPurchaseHistory(self): method getCoinUseAndRefundHistory (line 7176) | def getCoinUseAndRefundHistory(self, request): method send_getCoinUseAndRefundHistory (line 7184) | def send_getCoinUseAndRefundHistory(self, request): method recv_getCoinUseAndRefundHistory (line 7192) | def recv_getCoinUseAndRefundHistory(self): method getDownloads (line 7209) | def getDownloads(self, start, size, language, country): method send_getDownloads (line 7220) | def send_getDownloads(self, start, size, language, country): method recv_getDownloads (line 7231) | def recv_getDownloads(self): method getEventPackages (line 7248) | def getEventPackages(self, start, size, language, country): method send_getEventPackages (line 7259) | def send_getEventPackages(self, start, size, language, country): method recv_getEventPackages (line 7270) | def recv_getEventPackages(self): method getNewlyReleasedPackages (line 7287) | def getNewlyReleasedPackages(self, start, size, language, country): method send_getNewlyReleasedPackages (line 7298) | def send_getNewlyReleasedPackages(self, start, size, language, country): method recv_getNewlyReleasedPackages (line 7309) | def recv_getNewlyReleasedPackages(self): method getPopularPackages (line 7326) | def getPopularPackages(self, start, size, language, country): method send_getPopularPackages (line 7337) | def send_getPopularPackages(self, start, size, language, country): method recv_getPopularPackages (line 7348) | def recv_getPopularPackages(self): method getPresentsReceived (line 7365) | def getPresentsReceived(self, start, size, language, country): method send_getPresentsReceived (line 7376) | def send_getPresentsReceived(self, start, size, language, country): method recv_getPresentsReceived (line 7387) | def recv_getPresentsReceived(self): method getPresentsSent (line 7404) | def getPresentsSent(self, start, size, language, country): method send_getPresentsSent (line 7415) | def send_getPresentsSent(self, start, size, language, country): method recv_getPresentsSent (line 7426) | def recv_getPresentsSent(self): method getProduct (line 7443) | def getProduct(self, packageID, language, country): method send_getProduct (line 7453) | def send_getProduct(self, packageID, language, country): method recv_getProduct (line 7463) | def recv_getProduct(self): method getProductList (line 7480) | def getProductList(self, productIdList, language, country): method send_getProductList (line 7490) | def send_getProductList(self, productIdList, language, country): method recv_getProductList (line 7500) | def recv_getProductList(self): method getProductListWithCarrier (line 7517) | def getProductListWithCarrier(self, productIdList, language, country, ... method send_getProductListWithCarrier (line 7528) | def send_getProductListWithCarrier(self, productIdList, language, coun... method recv_getProductListWithCarrier (line 7539) | def recv_getProductListWithCarrier(self): method getProductWithCarrier (line 7556) | def getProductWithCarrier(self, packageID, language, country, carrierC... method send_getProductWithCarrier (line 7567) | def send_getProductWithCarrier(self, packageID, language, country, car... method recv_getProductWithCarrier (line 7578) | def recv_getProductWithCarrier(self): method getPurchaseHistory (line 7595) | def getPurchaseHistory(self, start, size, language, country): method send_getPurchaseHistory (line 7606) | def send_getPurchaseHistory(self, start, size, language, country): method recv_getPurchaseHistory (line 7617) | def recv_getPurchaseHistory(self): method getTotalBalance (line 7634) | def getTotalBalance(self, appStoreCode): method send_getTotalBalance (line 7642) | def send_getTotalBalance(self, appStoreCode): method recv_getTotalBalance (line 7650) | def recv_getTotalBalance(self): method notifyDownloaded (line 7667) | def notifyDownloaded(self, packageId, language): method send_notifyDownloaded (line 7676) | def send_notifyDownloaded(self, packageId, language): method recv_notifyDownloaded (line 7685) | def recv_notifyDownloaded(self): method reserveCoinPurchase (line 7702) | def reserveCoinPurchase(self, request): method send_reserveCoinPurchase (line 7710) | def send_reserveCoinPurchase(self, request): method recv_reserveCoinPurchase (line 7718) | def recv_reserveCoinPurchase(self): method reservePayment (line 7735) | def reservePayment(self, paymentReservation): method send_reservePayment (line 7743) | def send_reservePayment(self, paymentReservation): method recv_reservePayment (line 7751) | def recv_reservePayment(self): method getSnsFriends (line 7768) | def getSnsFriends(self, snsIdType, snsAccessToken, startIdx, limit): method send_getSnsFriends (line 7779) | def send_getSnsFriends(self, snsIdType, snsAccessToken, startIdx, limit): method recv_getSnsFriends (line 7790) | def recv_getSnsFriends(self): method getSnsMyProfile (line 7807) | def getSnsMyProfile(self, snsIdType, snsAccessToken): method send_getSnsMyProfile (line 7816) | def send_getSnsMyProfile(self, snsIdType, snsAccessToken): method recv_getSnsMyProfile (line 7825) | def recv_getSnsMyProfile(self): method postSnsInvitationMessage (line 7842) | def postSnsInvitationMessage(self, snsIdType, snsAccessToken, toSnsUse... method send_postSnsInvitationMessage (line 7852) | def send_postSnsInvitationMessage(self, snsIdType, snsAccessToken, toS... method recv_postSnsInvitationMessage (line 7862) | def recv_postSnsInvitationMessage(self): method acceptGroupInvitation (line 7877) | def acceptGroupInvitation(self, reqSeq, groupId): method send_acceptGroupInvitation (line 7886) | def send_acceptGroupInvitation(self, reqSeq, groupId): method recv_acceptGroupInvitation (line 7895) | def recv_acceptGroupInvitation(self): method acceptGroupInvitationByTicket (line 7910) | def acceptGroupInvitationByTicket(self, reqSeq, groupId, ticketId): method send_acceptGroupInvitationByTicket (line 7920) | def send_acceptGroupInvitationByTicket(self, reqSeq, groupId, ticketId): method recv_acceptGroupInvitationByTicket (line 7930) | def recv_acceptGroupInvitationByTicket(self): method acceptProximityMatches (line 7945) | def acceptProximityMatches(self, sessionId, ids): method send_acceptProximityMatches (line 7954) | def send_acceptProximityMatches(self, sessionId, ids): method recv_acceptProximityMatches (line 7963) | def recv_acceptProximityMatches(self): method acquireCallRoute (line 7978) | def acquireCallRoute(self, to): method send_acquireCallRoute (line 7986) | def send_acquireCallRoute(self, to): method recv_acquireCallRoute (line 7994) | def recv_acquireCallRoute(self): method acquireCallTicket (line 8011) | def acquireCallTicket(self, to): method send_acquireCallTicket (line 8019) | def send_acquireCallTicket(self, to): method recv_acquireCallTicket (line 8027) | def recv_acquireCallTicket(self): method acquireEncryptedAccessToken (line 8044) | def acquireEncryptedAccessToken(self, featureType): method send_acquireEncryptedAccessToken (line 8052) | def send_acquireEncryptedAccessToken(self, featureType): method recv_acquireEncryptedAccessToken (line 8060) | def recv_acquireEncryptedAccessToken(self): method addSnsId (line 8077) | def addSnsId(self, snsIdType, snsAccessToken): method send_addSnsId (line 8086) | def send_addSnsId(self, snsIdType, snsAccessToken): method recv_addSnsId (line 8095) | def recv_addSnsId(self): method blockContact (line 8112) | def blockContact(self, reqSeq, id): method send_blockContact (line 8121) | def send_blockContact(self, reqSeq, id): method recv_blockContact (line 8130) | def recv_blockContact(self): method blockRecommendation (line 8145) | def blockRecommendation(self, reqSeq, id): method send_blockRecommendation (line 8154) | def send_blockRecommendation(self, reqSeq, id): method recv_blockRecommendation (line 8163) | def recv_blockRecommendation(self): method cancelGroupInvitation (line 8178) | def cancelGroupInvitation(self, reqSeq, groupId, contactIds): method send_cancelGroupInvitation (line 8188) | def send_cancelGroupInvitation(self, reqSeq, groupId, contactIds): method recv_cancelGroupInvitation (line 8198) | def recv_cancelGroupInvitation(self): method changeVerificationMethod (line 8213) | def changeVerificationMethod(self, sessionId, method): method send_changeVerificationMethod (line 8222) | def send_changeVerificationMethod(self, sessionId, method): method recv_changeVerificationMethod (line 8231) | def recv_changeVerificationMethod(self): method clearIdentityCredential (line 8248) | def clearIdentityCredential(self): method send_clearIdentityCredential (line 8252) | def send_clearIdentityCredential(self): method recv_clearIdentityCredential (line 8259) | def recv_clearIdentityCredential(self): method clearMessageBox (line 8274) | def clearMessageBox(self, channelId, messageBoxId): method send_clearMessageBox (line 8283) | def send_clearMessageBox(self, channelId, messageBoxId): method recv_clearMessageBox (line 8292) | def recv_clearMessageBox(self): method closeProximityMatch (line 8307) | def closeProximityMatch(self, sessionId): method send_closeProximityMatch (line 8315) | def send_closeProximityMatch(self, sessionId): method recv_closeProximityMatch (line 8323) | def recv_closeProximityMatch(self): method commitSendMessage (line 8338) | def commitSendMessage(self, seq, messageId, receiverMids): method send_commitSendMessage (line 8348) | def send_commitSendMessage(self, seq, messageId, receiverMids): method recv_commitSendMessage (line 8358) | def recv_commitSendMessage(self): method commitSendMessages (line 8375) | def commitSendMessages(self, seq, messageIds, receiverMids): method send_commitSendMessages (line 8385) | def send_commitSendMessages(self, seq, messageIds, receiverMids): method recv_commitSendMessages (line 8395) | def recv_commitSendMessages(self): method commitUpdateProfile (line 8412) | def commitUpdateProfile(self, seq, attrs, receiverMids): method send_commitUpdateProfile (line 8422) | def send_commitUpdateProfile(self, seq, attrs, receiverMids): method recv_commitUpdateProfile (line 8432) | def recv_commitUpdateProfile(self): method confirmEmail (line 8449) | def confirmEmail(self, verifier, pinCode): method send_confirmEmail (line 8458) | def send_confirmEmail(self, verifier, pinCode): method recv_confirmEmail (line 8467) | def recv_confirmEmail(self): method createGroup (line 8482) | def createGroup(self, seq, name, contactIds): method send_createGroup (line 8492) | def send_createGroup(self, seq, name, contactIds): method recv_createGroup (line 8502) | def recv_createGroup(self): method createQrcodeBase64Image (line 8519) | def createQrcodeBase64Image(self, url, characterSet, imageSize, x, y, ... method send_createQrcodeBase64Image (line 8533) | def send_createQrcodeBase64Image(self, url, characterSet, imageSize, x... method recv_createQrcodeBase64Image (line 8547) | def recv_createQrcodeBase64Image(self): method createRoom (line 8564) | def createRoom(self, reqSeq, contactIds): method send_createRoom (line 8573) | def send_createRoom(self, reqSeq, contactIds): method recv_createRoom (line 8582) | def recv_createRoom(self): method createSession (line 8599) | def createSession(self): method send_createSession (line 8603) | def send_createSession(self): method recv_createSession (line 8610) | def recv_createSession(self): method fetchAnnouncements (line 8627) | def fetchAnnouncements(self, lastFetchedIndex): method send_fetchAnnouncements (line 8635) | def send_fetchAnnouncements(self, lastFetchedIndex): method recv_fetchAnnouncements (line 8643) | def recv_fetchAnnouncements(self): method fetchMessages (line 8660) | def fetchMessages(self, localTs, count): method send_fetchMessages (line 8669) | def send_fetchMessages(self, localTs, count): method recv_fetchMessages (line 8678) | def recv_fetchMessages(self): method fetchOperations (line 8695) | def fetchOperations(self, localRev, count): method send_fetchOperations (line 8704) | def send_fetchOperations(self, localRev, count): method recv_fetchOperations (line 8713) | def recv_fetchOperations(self): method fetchOps (line 8730) | def fetchOps(self, localRev, count, globalRev, individualRev): method send_fetchOps (line 8741) | def send_fetchOps(self, localRev, count, globalRev, individualRev): method recv_fetchOps (line 8752) | def recv_fetchOps(self): method findAndAddContactsByEmail (line 8769) | def findAndAddContactsByEmail(self, reqSeq, emails): method send_findAndAddContactsByEmail (line 8778) | def send_findAndAddContactsByEmail(self, reqSeq, emails): method recv_findAndAddContactsByEmail (line 8787) | def recv_findAndAddContactsByEmail(self): method findAndAddContactsByMid (line 8804) | def findAndAddContactsByMid(self, reqSeq, mid): method send_findAndAddContactsByMid (line 8813) | def send_findAndAddContactsByMid(self, reqSeq, mid): method recv_findAndAddContactsByMid (line 8822) | def recv_findAndAddContactsByMid(self): method findAndAddContactsByPhone (line 8839) | def findAndAddContactsByPhone(self, reqSeq, phones): method send_findAndAddContactsByPhone (line 8848) | def send_findAndAddContactsByPhone(self, reqSeq, phones): method recv_findAndAddContactsByPhone (line 8857) | def recv_findAndAddContactsByPhone(self): method findAndAddContactsByUserid (line 8874) | def findAndAddContactsByUserid(self, reqSeq, userid): method send_findAndAddContactsByUserid (line 8883) | def send_findAndAddContactsByUserid(self, reqSeq, userid): method recv_findAndAddContactsByUserid (line 8892) | def recv_findAndAddContactsByUserid(self): method findContactByUserid (line 8909) | def findContactByUserid(self, userid): method send_findContactByUserid (line 8917) | def send_findContactByUserid(self, userid): method recv_findContactByUserid (line 8925) | def recv_findContactByUserid(self): method findContactByUserTicket (line 8942) | def findContactByUserTicket(self, ticketId): method send_findContactByUserTicket (line 8950) | def send_findContactByUserTicket(self, ticketId): method recv_findContactByUserTicket (line 8958) | def recv_findContactByUserTicket(self): method findGroupByTicket (line 8975) | def findGroupByTicket(self, ticketId): method send_findGroupByTicket (line 8983) | def send_findGroupByTicket(self, ticketId): method recv_findGroupByTicket (line 8991) | def recv_findGroupByTicket(self): method findContactsByEmail (line 9008) | def findContactsByEmail(self, emails): method send_findContactsByEmail (line 9016) | def send_findContactsByEmail(self, emails): method recv_findContactsByEmail (line 9024) | def recv_findContactsByEmail(self): method findContactsByPhone (line 9041) | def findContactsByPhone(self, phones): method send_findContactsByPhone (line 9049) | def send_findContactsByPhone(self, phones): method recv_findContactsByPhone (line 9057) | def recv_findContactsByPhone(self): method findSnsIdUserStatus (line 9074) | def findSnsIdUserStatus(self, snsIdType, snsAccessToken, udidHash): method send_findSnsIdUserStatus (line 9084) | def send_findSnsIdUserStatus(self, snsIdType, snsAccessToken, udidHash): method recv_findSnsIdUserStatus (line 9094) | def recv_findSnsIdUserStatus(self): method finishUpdateVerification (line 9111) | def finishUpdateVerification(self, sessionId): method send_finishUpdateVerification (line 9119) | def send_finishUpdateVerification(self, sessionId): method recv_finishUpdateVerification (line 9127) | def recv_finishUpdateVerification(self): method generateUserTicket (line 9142) | def generateUserTicket(self, expirationTime, maxUseCount): method send_generateUserTicket (line 9151) | def send_generateUserTicket(self, expirationTime, maxUseCount): method recv_generateUserTicket (line 9160) | def recv_generateUserTicket(self): method getAcceptedProximityMatches (line 9177) | def getAcceptedProximityMatches(self, sessionId): method send_getAcceptedProximityMatches (line 9185) | def send_getAcceptedProximityMatches(self, sessionId): method recv_getAcceptedProximityMatches (line 9193) | def recv_getAcceptedProximityMatches(self): method getActiveBuddySubscriberIds (line 9210) | def getActiveBuddySubscriberIds(self): method send_getActiveBuddySubscriberIds (line 9214) | def send_getActiveBuddySubscriberIds(self): method recv_getActiveBuddySubscriberIds (line 9221) | def recv_getActiveBuddySubscriberIds(self): method getAllContactIds (line 9238) | def getAllContactIds(self): method send_getAllContactIds (line 9242) | def send_getAllContactIds(self): method recv_getAllContactIds (line 9249) | def recv_getAllContactIds(self): method getAuthQrcode (line 9266) | def getAuthQrcode(self, keepLoggedIn, systemName): method send_getAuthQrcode (line 9275) | def send_getAuthQrcode(self, keepLoggedIn, systemName): method recv_getAuthQrcode (line 9284) | def recv_getAuthQrcode(self): method getBlockedContactIds (line 9301) | def getBlockedContactIds(self): method send_getBlockedContactIds (line 9305) | def send_getBlockedContactIds(self): method recv_getBlockedContactIds (line 9312) | def recv_getBlockedContactIds(self): method getBlockedContactIdsByRange (line 9329) | def getBlockedContactIdsByRange(self, start, count): method send_getBlockedContactIdsByRange (line 9338) | def send_getBlockedContactIdsByRange(self, start, count): method recv_getBlockedContactIdsByRange (line 9347) | def recv_getBlockedContactIdsByRange(self): method getBlockedRecommendationIds (line 9364) | def getBlockedRecommendationIds(self): method send_getBlockedRecommendationIds (line 9368) | def send_getBlockedRecommendationIds(self): method recv_getBlockedRecommendationIds (line 9375) | def recv_getBlockedRecommendationIds(self): method getBuddyBlockerIds (line 9392) | def getBuddyBlockerIds(self): method send_getBuddyBlockerIds (line 9396) | def send_getBuddyBlockerIds(self): method recv_getBuddyBlockerIds (line 9403) | def recv_getBuddyBlockerIds(self): method getBuddyLocation (line 9420) | def getBuddyLocation(self, mid, index): method send_getBuddyLocation (line 9429) | def send_getBuddyLocation(self, mid, index): method recv_getBuddyLocation (line 9438) | def recv_getBuddyLocation(self): method getCompactContactsModifiedSince (line 9455) | def getCompactContactsModifiedSince(self, timestamp): method send_getCompactContactsModifiedSince (line 9463) | def send_getCompactContactsModifiedSince(self, timestamp): method recv_getCompactContactsModifiedSince (line 9471) | def recv_getCompactContactsModifiedSince(self): method getCompactGroup (line 9488) | def getCompactGroup(self, groupId): method send_getCompactGroup (line 9496) | def send_getCompactGroup(self, groupId): method recv_getCompactGroup (line 9504) | def recv_getCompactGroup(self): method getCompactRoom (line 9521) | def getCompactRoom(self, roomId): method send_getCompactRoom (line 9529) | def send_getCompactRoom(self, roomId): method recv_getCompactRoom (line 9537) | def recv_getCompactRoom(self): method getContact (line 9554) | def getContact(self, id): method send_getContact (line 9562) | def send_getContact(self, id): method recv_getContact (line 9570) | def recv_getContact(self): method getContacts (line 9587) | def getContacts(self, ids): method send_getContacts (line 9595) | def send_getContacts(self, ids): method recv_getContacts (line 9603) | def recv_getContacts(self): method getCountryWithRequestIp (line 9620) | def getCountryWithRequestIp(self): method send_getCountryWithRequestIp (line 9624) | def send_getCountryWithRequestIp(self): method recv_getCountryWithRequestIp (line 9631) | def recv_getCountryWithRequestIp(self): method getFavoriteMids (line 9648) | def getFavoriteMids(self): method send_getFavoriteMids (line 9652) | def send_getFavoriteMids(self): method recv_getFavoriteMids (line 9659) | def recv_getFavoriteMids(self): method getGroup (line 9676) | def getGroup(self, groupId): method send_getGroup (line 9684) | def send_getGroup(self, groupId): method recv_getGroup (line 9692) | def recv_getGroup(self): method getGroupIdsInvited (line 9709) | def getGroupIdsInvited(self): method send_getGroupIdsInvited (line 9713) | def send_getGroupIdsInvited(self): method recv_getGroupIdsInvited (line 9720) | def recv_getGroupIdsInvited(self): method getGroupIdsJoined (line 9737) | def getGroupIdsJoined(self): method send_getGroupIdsJoined (line 9741) | def send_getGroupIdsJoined(self): method recv_getGroupIdsJoined (line 9748) | def recv_getGroupIdsJoined(self): method getGroups (line 9765) | def getGroups(self, groupIds): method send_getGroups (line 9773) | def send_getGroups(self, groupIds): method recv_getGroups (line 9781) | def recv_getGroups(self): method getHiddenContactMids (line 9798) | def getHiddenContactMids(self): method send_getHiddenContactMids (line 9802) | def send_getHiddenContactMids(self): method recv_getHiddenContactMids (line 9809) | def recv_getHiddenContactMids(self): method getIdentityIdentifier (line 9826) | def getIdentityIdentifier(self): method send_getIdentityIdentifier (line 9830) | def send_getIdentityIdentifier(self): method recv_getIdentityIdentifier (line 9837) | def recv_getIdentityIdentifier(self): method getLastAnnouncementIndex (line 9854) | def getLastAnnouncementIndex(self): method send_getLastAnnouncementIndex (line 9858) | def send_getLastAnnouncementIndex(self): method recv_getLastAnnouncementIndex (line 9865) | def recv_getLastAnnouncementIndex(self): method getLastOpRevision (line 9882) | def getLastOpRevision(self): method send_getLastOpRevision (line 9886) | def send_getLastOpRevision(self): method recv_getLastOpRevision (line 9893) | def recv_getLastOpRevision(self): method getMessageBox (line 9910) | def getMessageBox(self, channelId, messageBoxId, lastMessagesCount): method send_getMessageBox (line 9920) | def send_getMessageBox(self, channelId, messageBoxId, lastMessagesCount): method recv_getMessageBox (line 9930) | def recv_getMessageBox(self): method getMessageBoxCompactWrapUp (line 9947) | def getMessageBoxCompactWrapUp(self, mid): method send_getMessageBoxCompactWrapUp (line 9955) | def send_getMessageBoxCompactWrapUp(self, mid): method recv_getMessageBoxCompactWrapUp (line 9963) | def recv_getMessageBoxCompactWrapUp(self): method getMessageBoxCompactWrapUpList (line 9980) | def getMessageBoxCompactWrapUpList(self, start, messageBoxCount): method send_getMessageBoxCompactWrapUpList (line 9989) | def send_getMessageBoxCompactWrapUpList(self, start, messageBoxCount): method recv_getMessageBoxCompactWrapUpList (line 9998) | def recv_getMessageBoxCompactWrapUpList(self): method getMessageBoxList (line 10015) | def getMessageBoxList(self, channelId, lastMessagesCount): method send_getMessageBoxList (line 10024) | def send_getMessageBoxList(self, channelId, lastMessagesCount): method recv_getMessageBoxList (line 10033) | def recv_getMessageBoxList(self): method getMessageBoxListByStatus (line 10050) | def getMessageBoxListByStatus(self, channelId, lastMessagesCount, stat... method send_getMessageBoxListByStatus (line 10060) | def send_getMessageBoxListByStatus(self, channelId, lastMessagesCount,... method recv_getMessageBoxListByStatus (line 10070) | def recv_getMessageBoxListByStatus(self): method getMessageBoxWrapUp (line 10087) | def getMessageBoxWrapUp(self, mid): method send_getMessageBoxWrapUp (line 10095) | def send_getMessageBoxWrapUp(self, mid): method recv_getMessageBoxWrapUp (line 10103) | def recv_getMessageBoxWrapUp(self): method getMessageBoxWrapUpList (line 10120) | def getMessageBoxWrapUpList(self, start, messageBoxCount): method send_getMessageBoxWrapUpList (line 10129) | def send_getMessageBoxWrapUpList(self, start, messageBoxCount): method recv_getMessageBoxWrapUpList (line 10138) | def recv_getMessageBoxWrapUpList(self): method getMessagesBySequenceNumber (line 10155) | def getMessagesBySequenceNumber(self, channelId, messageBoxId, startSe... method send_getMessagesBySequenceNumber (line 10166) | def send_getMessagesBySequenceNumber(self, channelId, messageBoxId, st... method recv_getMessagesBySequenceNumber (line 10177) | def recv_getMessagesBySequenceNumber(self): method getNextMessages (line 10194) | def getNextMessages(self, messageBoxId, startSeq, messagesCount): method send_getNextMessages (line 10204) | def send_getNextMessages(self, messageBoxId, startSeq, messagesCount): method recv_getNextMessages (line 10214) | def recv_getNextMessages(self): method getNotificationPolicy (line 10231) | def getNotificationPolicy(self, carrier): method send_getNotificationPolicy (line 10239) | def send_getNotificationPolicy(self, carrier): method recv_getNotificationPolicy (line 10247) | def recv_getNotificationPolicy(self): method getPreviousMessages (line 10264) | def getPreviousMessages(self, messageBoxId, endSeq, messagesCount): method send_getPreviousMessages (line 10274) | def send_getPreviousMessages(self, messageBoxId, endSeq, messagesCount): method recv_getPreviousMessages (line 10284) | def recv_getPreviousMessages(self): method getProfile (line 10301) | def getProfile(self): method send_getProfile (line 10305) | def send_getProfile(self): method recv_getProfile (line 10312) | def recv_getProfile(self): method getProximityMatchCandidateList (line 10329) | def getProximityMatchCandidateList(self, sessionId): method send_getProximityMatchCandidateList (line 10337) | def send_getProximityMatchCandidateList(self, sessionId): method recv_getProximityMatchCandidateList (line 10345) | def recv_getProximityMatchCandidateList(self): method getProximityMatchCandidates (line 10362) | def getProximityMatchCandidates(self, sessionId): method send_getProximityMatchCandidates (line 10370) | def send_getProximityMatchCandidates(self, sessionId): method recv_getProximityMatchCandidates (line 10378) | def recv_getProximityMatchCandidates(self): method getRecentMessages (line 10395) | def getRecentMessages(self, messageBoxId, messagesCount): method send_getRecentMessages (line 10404) | def send_getRecentMessages(self, messageBoxId, messagesCount): method recv_getRecentMessages (line 10413) | def recv_getRecentMessages(self): method getRecommendationIds (line 10430) | def getRecommendationIds(self): method send_getRecommendationIds (line 10434) | def send_getRecommendationIds(self): method recv_getRecommendationIds (line 10441) | def recv_getRecommendationIds(self): method getRoom (line 10458) | def getRoom(self, roomId): method send_getRoom (line 10466) | def send_getRoom(self, roomId): method recv_getRoom (line 10474) | def recv_getRoom(self): method getRSAKeyInfo (line 10491) | def getRSAKeyInfo(self, provider): method send_getRSAKeyInfo (line 10499) | def send_getRSAKeyInfo(self, provider): method recv_getRSAKeyInfo (line 10507) | def recv_getRSAKeyInfo(self): method getServerTime (line 10524) | def getServerTime(self): method send_getServerTime (line 10528) | def send_getServerTime(self): method recv_getServerTime (line 10535) | def recv_getServerTime(self): method getSessions (line 10552) | def getSessions(self): method send_getSessions (line 10556) | def send_getSessions(self): method recv_getSessions (line 10563) | def recv_getSessions(self): method getSettings (line 10580) | def getSettings(self): method send_getSettings (line 10584) | def send_getSettings(self): method recv_getSettings (line 10591) | def recv_getSettings(self): method getSettingsAttributes (line 10608) | def getSettingsAttributes(self, attrBitset): method send_getSettingsAttributes (line 10616) | def send_getSettingsAttributes(self, attrBitset): method recv_getSettingsAttributes (line 10624) | def recv_getSettingsAttributes(self): method getSystemConfiguration (line 10641) | def getSystemConfiguration(self): method send_getSystemConfiguration (line 10645) | def send_getSystemConfiguration(self): method recv_getSystemConfiguration (line 10652) | def recv_getSystemConfiguration(self): method getUserTicket (line 10669) | def getUserTicket(self): method send_getUserTicket (line 10673) | def send_getUserTicket(self): method recv_getUserTicket (line 10680) | def recv_getUserTicket(self): method getWapInvitation (line 10697) | def getWapInvitation(self, invitationHash): method send_getWapInvitation (line 10705) | def send_getWapInvitation(self, invitationHash): method recv_getWapInvitation (line 10713) | def recv_getWapInvitation(self): method invalidateUserTicket (line 10730) | def invalidateUserTicket(self): method send_invalidateUserTicket (line 10734) | def send_invalidateUserTicket(self): method recv_invalidateUserTicket (line 10741) | def recv_invalidateUserTicket(self): method inviteFriendsBySms (line 10756) | def inviteFriendsBySms(self, phoneNumberList): method send_inviteFriendsBySms (line 10764) | def send_inviteFriendsBySms(self, phoneNumberList): method recv_inviteFriendsBySms (line 10772) | def recv_inviteFriendsBySms(self): method inviteIntoGroup (line 10787) | def inviteIntoGroup(self, reqSeq, groupId, contactIds): method send_inviteIntoGroup (line 10797) | def send_inviteIntoGroup(self, reqSeq, groupId, contactIds): method recv_inviteIntoGroup (line 10807) | def recv_inviteIntoGroup(self): method inviteIntoRoom (line 10822) | def inviteIntoRoom(self, reqSeq, roomId, contactIds): method send_inviteIntoRoom (line 10832) | def send_inviteIntoRoom(self, reqSeq, roomId, contactIds): method recv_inviteIntoRoom (line 10842) | def recv_inviteIntoRoom(self): method inviteViaEmail (line 10857) | def inviteViaEmail(self, reqSeq, email, name): method send_inviteViaEmail (line 10867) | def send_inviteViaEmail(self, reqSeq, email, name): method recv_inviteViaEmail (line 10877) | def recv_inviteViaEmail(self): method isIdentityIdentifierAvailable (line 10892) | def isIdentityIdentifierAvailable(self, provider, identifier): method send_isIdentityIdentifierAvailable (line 10901) | def send_isIdentityIdentifierAvailable(self, provider, identifier): method recv_isIdentityIdentifierAvailable (line 10910) | def recv_isIdentityIdentifierAvailable(self): method isUseridAvailable (line 10927) | def isUseridAvailable(self, userid): method send_isUseridAvailable (line 10935) | def send_isUseridAvailable(self, userid): method recv_isUseridAvailable (line 10943) | def recv_isUseridAvailable(self): method kickoutFromGroup (line 10960) | def kickoutFromGroup(self, reqSeq, groupId, contactIds): method send_kickoutFromGroup (line 10970) | def send_kickoutFromGroup(self, reqSeq, groupId, contactIds): method recv_kickoutFromGroup (line 10980) | def recv_kickoutFromGroup(self): method leaveGroup (line 10995) | def leaveGroup(self, reqSeq, groupId): method send_leaveGroup (line 11004) | def send_leaveGroup(self, reqSeq, groupId): method recv_leaveGroup (line 11013) | def recv_leaveGroup(self): method leaveRoom (line 11028) | def leaveRoom(self, reqSeq, roomId): method send_leaveRoom (line 11037) | def send_leaveRoom(self, reqSeq, roomId): method recv_leaveRoom (line 11046) | def recv_leaveRoom(self): method loginWithIdentityCredential (line 11061) | def loginWithIdentityCredential(self, identityProvider, identifier, pa... method send_loginWithIdentityCredential (line 11075) | def send_loginWithIdentityCredential(self, identityProvider, identifie... method recv_loginWithIdentityCredential (line 11089) | def recv_loginWithIdentityCredential(self): method loginWithIdentityCredentialForCertificate (line 11106) | def loginWithIdentityCredentialForCertificate(self, identityProvider, ... method send_loginWithIdentityCredentialForCertificate (line 11120) | def send_loginWithIdentityCredentialForCertificate(self, identityProvi... method recv_loginWithIdentityCredentialForCertificate (line 11134) | def recv_loginWithIdentityCredentialForCertificate(self): method loginWithVerifier (line 11151) | def loginWithVerifier(self, verifier): method send_loginWithVerifier (line 11159) | def send_loginWithVerifier(self, verifier): method recv_loginWithVerifier (line 11167) | def recv_loginWithVerifier(self): method loginWithVerifierForCerificate (line 11184) | def loginWithVerifierForCerificate(self, verifier): method send_loginWithVerifierForCerificate (line 11192) | def send_loginWithVerifierForCerificate(self, verifier): method recv_loginWithVerifierForCerificate (line 11200) | def recv_loginWithVerifierForCerificate(self): method loginWithVerifierForCertificate (line 11217) | def loginWithVerifierForCertificate(self, verifier): method send_loginWithVerifierForCertificate (line 11225) | def send_loginWithVerifierForCertificate(self, verifier): method recv_loginWithVerifierForCertificate (line 11233) | def recv_loginWithVerifierForCertificate(self): method logout (line 11250) | def logout(self): method send_logout (line 11254) | def send_logout(self): method recv_logout (line 11261) | def recv_logout(self): method logoutSession (line 11276) | def logoutSession(self, tokenKey): method send_logoutSession (line 11284) | def send_logoutSession(self, tokenKey): method recv_logoutSession (line 11292) | def recv_logoutSession(self): method noop (line 11307) | def noop(self): method send_noop (line 11311) | def send_noop(self): method recv_noop (line 11318) | def recv_noop(self): method notifiedRedirect (line 11333) | def notifiedRedirect(self, paramMap): method send_notifiedRedirect (line 11341) | def send_notifiedRedirect(self, paramMap): method recv_notifiedRedirect (line 11349) | def recv_notifiedRedirect(self): method notifyBuddyOnAir (line 11364) | def notifyBuddyOnAir(self, seq, receiverMids): method send_notifyBuddyOnAir (line 11373) | def send_notifyBuddyOnAir(self, seq, receiverMids): method recv_notifyBuddyOnAir (line 11382) | def recv_notifyBuddyOnAir(self): method notifyIndividualEvent (line 11399) | def notifyIndividualEvent(self, notificationStatus, receiverMids): method send_notifyIndividualEvent (line 11408) | def send_notifyIndividualEvent(self, notificationStatus, receiverMids): method recv_notifyIndividualEvent (line 11417) | def recv_notifyIndividualEvent(self): method notifyInstalled (line 11432) | def notifyInstalled(self, udidHash, applicationTypeWithExtensions): method send_notifyInstalled (line 11441) | def send_notifyInstalled(self, udidHash, applicationTypeWithExtensions): method recv_notifyInstalled (line 11450) | def recv_notifyInstalled(self): method notifyRegistrationComplete (line 11463) | def notifyRegistrationComplete(self, udidHash, applicationTypeWithExte... method send_notifyRegistrationComplete (line 11472) | def send_notifyRegistrationComplete(self, udidHash, applicationTypeWit... method recv_notifyRegistrationComplete (line 11481) | def recv_notifyRegistrationComplete(self): method notifySleep (line 11494) | def notifySleep(self, lastRev, badge): method send_notifySleep (line 11503) | def send_notifySleep(self, lastRev, badge): method recv_notifySleep (line 11512) | def recv_notifySleep(self): method notifyUpdated (line 11527) | def notifyUpdated(self, lastRev, deviceInfo): method send_notifyUpdated (line 11536) | def send_notifyUpdated(self, lastRev, deviceInfo): method recv_notifyUpdated (line 11545) | def recv_notifyUpdated(self): method openProximityMatch (line 11560) | def openProximityMatch(self, location): method send_openProximityMatch (line 11568) | def send_openProximityMatch(self, location): method recv_openProximityMatch (line 11576) | def recv_openProximityMatch(self): method registerBuddyUser (line 11593) | def registerBuddyUser(self, buddyId, registrarPassword): method send_registerBuddyUser (line 11602) | def send_registerBuddyUser(self, buddyId, registrarPassword): method recv_registerBuddyUser (line 11611) | def recv_registerBuddyUser(self): method registerBuddyUserid (line 11628) | def registerBuddyUserid(self, seq, userid): method send_registerBuddyUserid (line 11637) | def send_registerBuddyUserid(self, seq, userid): method recv_registerBuddyUserid (line 11646) | def recv_registerBuddyUserid(self): method registerDevice (line 11661) | def registerDevice(self, sessionId): method send_registerDevice (line 11669) | def send_registerDevice(self, sessionId): method recv_registerDevice (line 11677) | def recv_registerDevice(self): method registerDeviceWithIdentityCredential (line 11694) | def registerDeviceWithIdentityCredential(self, sessionId, provider, id... method send_registerDeviceWithIdentityCredential (line 11705) | def send_registerDeviceWithIdentityCredential(self, sessionId, provide... method recv_registerDeviceWithIdentityCredential (line 11716) | def recv_registerDeviceWithIdentityCredential(self): method registerDeviceWithoutPhoneNumber (line 11733) | def registerDeviceWithoutPhoneNumber(self, region, udidHash, deviceInfo): method send_registerDeviceWithoutPhoneNumber (line 11743) | def send_registerDeviceWithoutPhoneNumber(self, region, udidHash, devi... method recv_registerDeviceWithoutPhoneNumber (line 11753) | def recv_registerDeviceWithoutPhoneNumber(self): method registerDeviceWithoutPhoneNumberWithIdentityCredential (line 11770) | def registerDeviceWithoutPhoneNumberWithIdentityCredential(self, regio... method send_registerDeviceWithoutPhoneNumberWithIdentityCredential (line 11784) | def send_registerDeviceWithoutPhoneNumberWithIdentityCredential(self, ... method recv_registerDeviceWithoutPhoneNumberWithIdentityCredential (line 11798) | def recv_registerDeviceWithoutPhoneNumberWithIdentityCredential(self): method registerUserid (line 11815) | def registerUserid(self, reqSeq, userid): method send_registerUserid (line 11824) | def send_registerUserid(self, reqSeq, userid): method recv_registerUserid (line 11833) | def recv_registerUserid(self): method registerWapDevice (line 11850) | def registerWapDevice(self, invitationHash, guidHash, email, deviceInfo): method send_registerWapDevice (line 11861) | def send_registerWapDevice(self, invitationHash, guidHash, email, devi... method recv_registerWapDevice (line 11872) | def recv_registerWapDevice(self): method registerWithExistingSnsIdAndIdentityCredential (line 11889) | def registerWithExistingSnsIdAndIdentityCredential(self, identityCrede... method send_registerWithExistingSnsIdAndIdentityCredential (line 11900) | def send_registerWithExistingSnsIdAndIdentityCredential(self, identity... method recv_registerWithExistingSnsIdAndIdentityCredential (line 11911) | def recv_registerWithExistingSnsIdAndIdentityCredential(self): method registerWithSnsId (line 11928) | def registerWithSnsId(self, snsIdType, snsAccessToken, region, udidHas... method send_registerWithSnsId (line 11941) | def send_registerWithSnsId(self, snsIdType, snsAccessToken, region, ud... method recv_registerWithSnsId (line 11954) | def recv_registerWithSnsId(self): method registerWithSnsIdAndIdentityCredential (line 11971) | def registerWithSnsIdAndIdentityCredential(self, snsIdType, snsAccessT... method send_registerWithSnsIdAndIdentityCredential (line 11984) | def send_registerWithSnsIdAndIdentityCredential(self, snsIdType, snsAc... method recv_registerWithSnsIdAndIdentityCredential (line 11997) | def recv_registerWithSnsIdAndIdentityCredential(self): method reissueDeviceCredential (line 12014) | def reissueDeviceCredential(self): method send_reissueDeviceCredential (line 12018) | def send_reissueDeviceCredential(self): method recv_reissueDeviceCredential (line 12025) | def recv_reissueDeviceCredential(self): method reissueUserTicket (line 12042) | def reissueUserTicket(self, expirationTime, maxUseCount): method send_reissueUserTicket (line 12051) | def send_reissueUserTicket(self, expirationTime, maxUseCount): method recv_reissueUserTicket (line 12060) | def recv_reissueUserTicket(self): method reissueGroupTicket (line 12077) | def reissueGroupTicket(self, groupId): method send_reissueGroupTicket (line 12085) | def send_reissueGroupTicket(self, groupId): method recv_reissueGroupTicket (line 12093) | def recv_reissueGroupTicket(self): method rejectGroupInvitation (line 12110) | def rejectGroupInvitation(self, reqSeq, groupId): method send_rejectGroupInvitation (line 12119) | def send_rejectGroupInvitation(self, reqSeq, groupId): method recv_rejectGroupInvitation (line 12128) | def recv_rejectGroupInvitation(self): method releaseSession (line 12143) | def releaseSession(self): method send_releaseSession (line 12147) | def send_releaseSession(self): method recv_releaseSession (line 12154) | def recv_releaseSession(self): method removeAllMessages (line 12169) | def removeAllMessages(self, seq, lastMessageId): method send_removeAllMessages (line 12178) | def send_removeAllMessages(self, seq, lastMessageId): method recv_removeAllMessages (line 12187) | def recv_removeAllMessages(self): method removeBuddyLocation (line 12202) | def removeBuddyLocation(self, mid, index): method send_removeBuddyLocation (line 12211) | def send_removeBuddyLocation(self, mid, index): method recv_removeBuddyLocation (line 12220) | def recv_removeBuddyLocation(self): method removeMessage (line 12235) | def removeMessage(self, messageId): method send_removeMessage (line 12243) | def send_removeMessage(self, messageId): method recv_removeMessage (line 12251) | def recv_removeMessage(self): method removeMessageFromMyHome (line 12268) | def removeMessageFromMyHome(self, messageId): method send_removeMessageFromMyHome (line 12276) | def send_removeMessageFromMyHome(self, messageId): method recv_removeMessageFromMyHome (line 12284) | def recv_removeMessageFromMyHome(self): method removeSnsId (line 12301) | def removeSnsId(self, snsIdType): method send_removeSnsId (line 12309) | def send_removeSnsId(self, snsIdType): method recv_removeSnsId (line 12317) | def recv_removeSnsId(self): method report (line 12334) | def report(self, syncOpRevision, category, report): method send_report (line 12344) | def send_report(self, syncOpRevision, category, report): method recv_report (line 12354) | def recv_report(self): method reportContacts (line 12369) | def reportContacts(self, syncOpRevision, category, contactReports, act... method send_reportContacts (line 12380) | def send_reportContacts(self, syncOpRevision, category, contactReports... method recv_reportContacts (line 12391) | def recv_reportContacts(self): method reportGroups (line 12408) | def reportGroups(self, syncOpRevision, groups): method send_reportGroups (line 12417) | def send_reportGroups(self, syncOpRevision, groups): method recv_reportGroups (line 12426) | def recv_reportGroups(self): method reportProfile (line 12441) | def reportProfile(self, syncOpRevision, profile): method send_reportProfile (line 12450) | def send_reportProfile(self, syncOpRevision, profile): method recv_reportProfile (line 12459) | def recv_reportProfile(self): method reportRooms (line 12474) | def reportRooms(self, syncOpRevision, rooms): method send_reportRooms (line 12483) | def send_reportRooms(self, syncOpRevision, rooms): method recv_reportRooms (line 12492) | def recv_reportRooms(self): method reportSettings (line 12507) | def reportSettings(self, syncOpRevision, settings): method send_reportSettings (line 12516) | def send_reportSettings(self, syncOpRevision, settings): method recv_reportSettings (line 12525) | def recv_reportSettings(self): method reportSpammer (line 12540) | def reportSpammer(self, spammerMid, spammerReasons, spamMessageIds): method send_reportSpammer (line 12550) | def send_reportSpammer(self, spammerMid, spammerReasons, spamMessageIds): method recv_reportSpammer (line 12560) | def recv_reportSpammer(self): method requestAccountPasswordReset (line 12575) | def requestAccountPasswordReset(self, provider, identifier, locale): method send_requestAccountPasswordReset (line 12585) | def send_requestAccountPasswordReset(self, provider, identifier, locale): method recv_requestAccountPasswordReset (line 12595) | def recv_requestAccountPasswordReset(self): method requestEmailConfirmation (line 12610) | def requestEmailConfirmation(self, emailConfirmation): method send_requestEmailConfirmation (line 12618) | def send_requestEmailConfirmation(self, emailConfirmation): method recv_requestEmailConfirmation (line 12626) | def recv_requestEmailConfirmation(self): method requestIdentityUnbind (line 12643) | def requestIdentityUnbind(self, provider, identifier): method send_requestIdentityUnbind (line 12652) | def send_requestIdentityUnbind(self, provider, identifier): method recv_requestIdentityUnbind (line 12661) | def recv_requestIdentityUnbind(self): method resendEmailConfirmation (line 12676) | def resendEmailConfirmation(self, verifier): method send_resendEmailConfirmation (line 12684) | def send_resendEmailConfirmation(self, verifier): method recv_resendEmailConfirmation (line 12692) | def recv_resendEmailConfirmation(self): method resendPinCode (line 12709) | def resendPinCode(self, sessionId): method send_resendPinCode (line 12717) | def send_resendPinCode(self, sessionId): method recv_resendPinCode (line 12725) | def recv_resendPinCode(self): method resendPinCodeBySMS (line 12740) | def resendPinCodeBySMS(self, sessionId): method send_resendPinCodeBySMS (line 12748) | def send_resendPinCodeBySMS(self, sessionId): method recv_resendPinCodeBySMS (line 12756) | def recv_resendPinCodeBySMS(self): method sendChatChecked (line 12771) | def sendChatChecked(self, seq, consumer, lastMessageId): method send_sendChatChecked (line 12781) | def send_sendChatChecked(self, seq, consumer, lastMessageId): method recv_sendChatChecked (line 12791) | def recv_sendChatChecked(self): method sendChatRemoved (line 12806) | def sendChatRemoved(self, seq, consumer, lastMessageId): method send_sendChatRemoved (line 12816) | def send_sendChatRemoved(self, seq, consumer, lastMessageId): method recv_sendChatRemoved (line 12826) | def recv_sendChatRemoved(self): method sendContentPreviewUpdated (line 12841) | def sendContentPreviewUpdated(self, esq, messageId, receiverMids): method send_sendContentPreviewUpdated (line 12851) | def send_sendContentPreviewUpdated(self, esq, messageId, receiverMids): method recv_sendContentPreviewUpdated (line 12861) | def recv_sendContentPreviewUpdated(self): method sendContentReceipt (line 12878) | def sendContentReceipt(self, seq, consumer, messageId): method send_sendContentReceipt (line 12888) | def send_sendContentReceipt(self, seq, consumer, messageId): method recv_sendContentReceipt (line 12898) | def recv_sendContentReceipt(self): method sendDummyPush (line 12913) | def sendDummyPush(self): method send_sendDummyPush (line 12917) | def send_sendDummyPush(self): method recv_sendDummyPush (line 12924) | def recv_sendDummyPush(self): method sendEvent (line 12939) | def sendEvent(self, seq, message): method send_sendEvent (line 12948) | def send_sendEvent(self, seq, message): method recv_sendEvent (line 12957) | def recv_sendEvent(self): method sendMessage (line 12974) | def sendMessage(self, seq, message): method send_sendMessage (line 12983) | def send_sendMessage(self, seq, message): method recv_sendMessage (line 12992) | def recv_sendMessage(self): method sendMessageIgnored (line 13009) | def sendMessageIgnored(self, seq, consumer, messageIds): method send_sendMessageIgnored (line 13019) | def send_sendMessageIgnored(self, seq, consumer, messageIds): method recv_sendMessageIgnored (line 13029) | def recv_sendMessageIgnored(self): method sendMessageReceipt (line 13044) | def sendMessageReceipt(self, seq, consumer, messageIds): method send_sendMessageReceipt (line 13054) | def send_sendMessageReceipt(self, seq, consumer, messageIds): method recv_sendMessageReceipt (line 13064) | def recv_sendMessageReceipt(self): method sendMessageToMyHome (line 13079) | def sendMessageToMyHome(self, seq, message): method send_sendMessageToMyHome (line 13088) | def send_sendMessageToMyHome(self, seq, message): method recv_sendMessageToMyHome (line 13097) | def recv_sendMessageToMyHome(self): method setBuddyLocation (line 13114) | def setBuddyLocation(self, mid, index, location): method send_setBuddyLocation (line 13124) | def send_setBuddyLocation(self, mid, index, location): method recv_setBuddyLocation (line 13134) | def recv_setBuddyLocation(self): method setIdentityCredential (line 13149) | def setIdentityCredential(self, provider, identifier, verifier): method send_setIdentityCredential (line 13159) | def send_setIdentityCredential(self, provider, identifier, verifier): method recv_setIdentityCredential (line 13169) | def recv_setIdentityCredential(self): method setNotificationsEnabled (line 13184) | def setNotificationsEnabled(self, reqSeq, type, target, enablement): method send_setNotificationsEnabled (line 13195) | def send_setNotificationsEnabled(self, reqSeq, type, target, enablement): method recv_setNotificationsEnabled (line 13206) | def recv_setNotificationsEnabled(self): method startUpdateVerification (line 13221) | def startUpdateVerification(self, region, carrier, phone, udidHash, de... method send_startUpdateVerification (line 13235) | def send_startUpdateVerification(self, region, carrier, phone, udidHas... method recv_startUpdateVerification (line 13249) | def recv_startUpdateVerification(self): method startVerification (line 13266) | def startVerification(self, region, carrier, phone, udidHash, deviceIn... method send_startVerification (line 13281) | def send_startVerification(self, region, carrier, phone, udidHash, dev... method recv_startVerification (line 13296) | def recv_startVerification(self): method storeUpdateProfileAttribute (line 13313) | def storeUpdateProfileAttribute(self, seq, profileAttribute, value): method send_storeUpdateProfileAttribute (line 13323) | def send_storeUpdateProfileAttribute(self, seq, profileAttribute, value): method recv_storeUpdateProfileAttribute (line 13333) | def recv_storeUpdateProfileAttribute(self): method syncContactBySnsIds (line 13348) | def syncContactBySnsIds(self, reqSeq, modifications): method send_syncContactBySnsIds (line 13357) | def send_syncContactBySnsIds(self, reqSeq, modifications): method recv_syncContactBySnsIds (line 13366) | def recv_syncContactBySnsIds(self): method syncContacts (line 13383) | def syncContacts(self, reqSeq, localContacts): method send_syncContacts (line 13392) | def send_syncContacts(self, reqSeq, localContacts): method recv_syncContacts (line 13401) | def recv_syncContacts(self): method trySendMessage (line 13418) | def trySendMessage(self, seq, message): method send_trySendMessage (line 13427) | def send_trySendMessage(self, seq, message): method recv_trySendMessage (line 13436) | def recv_trySendMessage(self): method unblockContact (line 13453) | def unblockContact(self, reqSeq, id): method send_unblockContact (line 13462) | def send_unblockContact(self, reqSeq, id): method recv_unblockContact (line 13471) | def recv_unblockContact(self): method unblockRecommendation (line 13486) | def unblockRecommendation(self, reqSeq, id): method send_unblockRecommendation (line 13495) | def send_unblockRecommendation(self, reqSeq, id): method recv_unblockRecommendation (line 13504) | def recv_unblockRecommendation(self): method unregisterUserAndDevice (line 13519) | def unregisterUserAndDevice(self): method send_unregisterUserAndDevice (line 13523) | def send_unregisterUserAndDevice(self): method recv_unregisterUserAndDevice (line 13530) | def recv_unregisterUserAndDevice(self): method updateApnsDeviceToken (line 13547) | def updateApnsDeviceToken(self, apnsDeviceToken): method send_updateApnsDeviceToken (line 13555) | def send_updateApnsDeviceToken(self, apnsDeviceToken): method recv_updateApnsDeviceToken (line 13563) | def recv_updateApnsDeviceToken(self): method updateBuddySetting (line 13578) | def updateBuddySetting(self, key, value): method send_updateBuddySetting (line 13587) | def send_updateBuddySetting(self, key, value): method recv_updateBuddySetting (line 13596) | def recv_updateBuddySetting(self): method updateC2DMRegistrationId (line 13611) | def updateC2DMRegistrationId(self, registrationId): method send_updateC2DMRegistrationId (line 13619) | def send_updateC2DMRegistrationId(self, registrationId): method recv_updateC2DMRegistrationId (line 13627) | def recv_updateC2DMRegistrationId(self): method updateContactSetting (line 13642) | def updateContactSetting(self, reqSeq, mid, flag, value): method send_updateContactSetting (line 13653) | def send_updateContactSetting(self, reqSeq, mid, flag, value): method recv_updateContactSetting (line 13664) | def recv_updateContactSetting(self): method updateCustomModeSettings (line 13679) | def updateCustomModeSettings(self, customMode, paramMap): method send_updateCustomModeSettings (line 13688) | def send_updateCustomModeSettings(self, customMode, paramMap): method recv_updateCustomModeSettings (line 13697) | def recv_updateCustomModeSettings(self): method updateDeviceInfo (line 13712) | def updateDeviceInfo(self, deviceUid, deviceInfo): method send_updateDeviceInfo (line 13721) | def send_updateDeviceInfo(self, deviceUid, deviceInfo): method recv_updateDeviceInfo (line 13730) | def recv_updateDeviceInfo(self): method updateGroup (line 13745) | def updateGroup(self, reqSeq, group): method send_updateGroup (line 13754) | def send_updateGroup(self, reqSeq, group): method recv_updateGroup (line 13763) | def recv_updateGroup(self): method updateNotificationToken (line 13778) | def updateNotificationToken(self, type, token): method send_updateNotificationToken (line 13787) | def send_updateNotificationToken(self, type, token): method recv_updateNotificationToken (line 13796) | def recv_updateNotificationToken(self): method updateNotificationTokenWithBytes (line 13811) | def updateNotificationTokenWithBytes(self, type, token): method send_updateNotificationTokenWithBytes (line 13820) | def send_updateNotificationTokenWithBytes(self, type, token): method recv_updateNotificationTokenWithBytes (line 13829) | def recv_updateNotificationTokenWithBytes(self): method updateProfile (line 13844) | def updateProfile(self, reqSeq, profile): method send_updateProfile (line 13853) | def send_updateProfile(self, reqSeq, profile): method recv_updateProfile (line 13862) | def recv_updateProfile(self): method updateProfileAttribute (line 13877) | def updateProfileAttribute(self, reqSeq, attr, value): method send_updateProfileAttribute (line 13887) | def send_updateProfileAttribute(self, reqSeq, attr, value): method recv_updateProfileAttribute (line 13897) | def recv_updateProfileAttribute(self): method updateRegion (line 13912) | def updateRegion(self, region): method send_updateRegion (line 13920) | def send_updateRegion(self, region): method recv_updateRegion (line 13928) | def recv_updateRegion(self): method updateSettings (line 13943) | def updateSettings(self, reqSeq, settings): method send_updateSettings (line 13952) | def send_updateSettings(self, reqSeq, settings): method recv_updateSettings (line 13961) | def recv_updateSettings(self): method updateSettings2 (line 13976) | def updateSettings2(self, reqSeq, settings): method send_updateSettings2 (line 13985) | def send_updateSettings2(self, reqSeq, settings): method recv_updateSettings2 (line 13994) | def recv_updateSettings2(self): method updateSettingsAttribute (line 14011) | def updateSettingsAttribute(self, reqSeq, attr, value): method send_updateSettingsAttribute (line 14021) | def send_updateSettingsAttribute(self, reqSeq, attr, value): method recv_updateSettingsAttribute (line 14031) | def recv_updateSettingsAttribute(self): method updateSettingsAttributes (line 14046) | def updateSettingsAttributes(self, reqSeq, attrBitset, settings): method send_updateSettingsAttributes (line 14056) | def send_updateSettingsAttributes(self, reqSeq, attrBitset, settings): method recv_updateSettingsAttributes (line 14066) | def recv_updateSettingsAttributes(self): method verifyIdentityCredential (line 14083) | def verifyIdentityCredential(self, identityProvider, identifier, passw... method send_verifyIdentityCredential (line 14093) | def send_verifyIdentityCredential(self, identityProvider, identifier, ... method recv_verifyIdentityCredential (line 14103) | def recv_verifyIdentityCredential(self): method verifyIdentityCredentialWithResult (line 14118) | def verifyIdentityCredentialWithResult(self, identityCredential): method send_verifyIdentityCredentialWithResult (line 14126) | def send_verifyIdentityCredentialWithResult(self, identityCredential): method recv_verifyIdentityCredentialWithResult (line 14134) | def recv_verifyIdentityCredentialWithResult(self): method verifyPhone (line 14151) | def verifyPhone(self, sessionId, pinCode, udidHash): method send_verifyPhone (line 14161) | def send_verifyPhone(self, sessionId, pinCode, udidHash): method recv_verifyPhone (line 14171) | def recv_verifyPhone(self): method verifyQrcode (line 14188) | def verifyQrcode(self, verifier, pinCode): method send_verifyQrcode (line 14197) | def send_verifyQrcode(self, verifier, pinCode): method recv_verifyQrcode (line 14206) | def recv_verifyQrcode(self): method notify (line 14223) | def notify(self, event): method send_notify (line 14231) | def send_notify(self, event): method recv_notify (line 14239) | def recv_notify(self): class Processor (line 14255) | class Processor(Iface, TProcessor): method __init__ (line 14256) | def __init__(self, handler): method process (line 14605) | def process(self, iprot, oprot): method process_getRSAKey (line 14620) | def process_getRSAKey(self, seqid, iprot, oprot): method process_notifyEmailConfirmationResult (line 14642) | def process_notifyEmailConfirmationResult(self, seqid, iprot, oprot): method process_registerVirtualAccount (line 14664) | def process_registerVirtualAccount(self, seqid, iprot, oprot): method process_requestVirtualAccountPasswordChange (line 14686) | def process_requestVirtualAccountPasswordChange(self, seqid, iprot, op... method process_requestVirtualAccountPasswordSet (line 14708) | def process_requestVirtualAccountPasswordSet(self, seqid, iprot, oprot): method process_unregisterVirtualAccount (line 14730) | def process_unregisterVirtualAccount(self, seqid, iprot, oprot): method process_checkUserAge (line 14752) | def process_checkUserAge(self, seqid, iprot, oprot): method process_checkUserAgeWithDocomo (line 14774) | def process_checkUserAgeWithDocomo(self, seqid, iprot, oprot): method process_retrieveOpenIdAuthUrlWithDocomo (line 14796) | def process_retrieveOpenIdAuthUrlWithDocomo(self, seqid, iprot, oprot): method process_retrieveRequestToken (line 14818) | def process_retrieveRequestToken(self, seqid, iprot, oprot): method process_addBuddyMember (line 14840) | def process_addBuddyMember(self, seqid, iprot, oprot): method process_addBuddyMembers (line 14862) | def process_addBuddyMembers(self, seqid, iprot, oprot): method process_blockBuddyMember (line 14884) | def process_blockBuddyMember(self, seqid, iprot, oprot): method process_commitSendMessagesToAll (line 14906) | def process_commitSendMessagesToAll(self, seqid, iprot, oprot): method process_commitSendMessagesTomids (line 14928) | def process_commitSendMessagesTomids(self, seqid, iprot, oprot): method process_containsBuddyMember (line 14950) | def process_containsBuddyMember(self, seqid, iprot, oprot): method process_downloadMessageContent (line 14972) | def process_downloadMessageContent(self, seqid, iprot, oprot): method process_downloadMessageContentPreview (line 14994) | def process_downloadMessageContentPreview(self, seqid, iprot, oprot): method process_downloadProfileImage (line 15016) | def process_downloadProfileImage(self, seqid, iprot, oprot): method process_downloadProfileImagePreview (line 15038) | def process_downloadProfileImagePreview(self, seqid, iprot, oprot): method process_getActiveMemberCountByBuddyMid (line 15060) | def process_getActiveMemberCountByBuddyMid(self, seqid, iprot, oprot): method process_getActiveMemberMidsByBuddyMid (line 15082) | def process_getActiveMemberMidsByBuddyMid(self, seqid, iprot, oprot): method process_getAllBuddyMembers (line 15104) | def process_getAllBuddyMembers(self, seqid, iprot, oprot): method process_getBlockedBuddyMembers (line 15126) | def process_getBlockedBuddyMembers(self, seqid, iprot, oprot): method process_getBlockerCountByBuddyMid (line 15148) | def process_getBlockerCountByBuddyMid(self, seqid, iprot, oprot): method process_getBuddyDetailByMid (line 15170) | def process_getBuddyDetailByMid(self, seqid, iprot, oprot): method process_getBuddyProfile (line 15192) | def process_getBuddyProfile(self, seqid, iprot, oprot): method process_getContactTicket (line 15214) | def process_getContactTicket(self, seqid, iprot, oprot): method process_getMemberCountByBuddyMid (line 15236) | def process_getMemberCountByBuddyMid(self, seqid, iprot, oprot): method process_getSendBuddyMessageResult (line 15258) | def process_getSendBuddyMessageResult(self, seqid, iprot, oprot): method process_getSetBuddyOnAirResult (line 15280) | def process_getSetBuddyOnAirResult(self, seqid, iprot, oprot): method process_getUpdateBuddyProfileResult (line 15302) | def process_getUpdateBuddyProfileResult(self, seqid, iprot, oprot): method process_isBuddyOnAirByMid (line 15324) | def process_isBuddyOnAirByMid(self, seqid, iprot, oprot): method process_linkAndSendBuddyContentMessageToAllAsync (line 15346) | def process_linkAndSendBuddyContentMessageToAllAsync(self, seqid, ipro... method process_linkAndSendBuddyContentMessageTomids (line 15368) | def process_linkAndSendBuddyContentMessageTomids(self, seqid, iprot, o... method process_notifyBuddyBlocked (line 15390) | def process_notifyBuddyBlocked(self, seqid, iprot, oprot): method process_notifyBuddyUnblocked (line 15412) | def process_notifyBuddyUnblocked(self, seqid, iprot, oprot): method process_registerBuddy (line 15434) | def process_registerBuddy(self, seqid, iprot, oprot): method process_registerBuddyAdmin (line 15456) | def process_registerBuddyAdmin(self, seqid, iprot, oprot): method process_reissueContactTicket (line 15478) | def process_reissueContactTicket(self, seqid, iprot, oprot): method process_removeBuddyMember (line 15500) | def process_removeBuddyMember(self, seqid, iprot, oprot): method process_removeBuddyMembers (line 15522) | def process_removeBuddyMembers(self, seqid, iprot, oprot): method process_sendBuddyContentMessageToAll (line 15544) | def process_sendBuddyContentMessageToAll(self, seqid, iprot, oprot): method process_sendBuddyContentMessageToAllAsync (line 15566) | def process_sendBuddyContentMessageToAllAsync(self, seqid, iprot, oprot): method process_sendBuddyContentMessageTomids (line 15588) | def process_sendBuddyContentMessageTomids(self, seqid, iprot, oprot): method process_sendBuddyContentMessageTomidsAsync (line 15610) | def process_sendBuddyContentMessageTomidsAsync(self, seqid, iprot, opr... method process_sendBuddyMessageToAll (line 15632) | def process_sendBuddyMessageToAll(self, seqid, iprot, oprot): method process_sendBuddyMessageToAllAsync (line 15654) | def process_sendBuddyMessageToAllAsync(self, seqid, iprot, oprot): method process_sendBuddyMessageTomids (line 15676) | def process_sendBuddyMessageTomids(self, seqid, iprot, oprot): method process_sendBuddyMessageTomidsAsync (line 15698) | def process_sendBuddyMessageTomidsAsync(self, seqid, iprot, oprot): method process_sendIndividualEventToAllAsync (line 15720) | def process_sendIndividualEventToAllAsync(self, seqid, iprot, oprot): method process_setBuddyOnAir (line 15742) | def process_setBuddyOnAir(self, seqid, iprot, oprot): method process_setBuddyOnAirAsync (line 15764) | def process_setBuddyOnAirAsync(self, seqid, iprot, oprot): method process_storeMessage (line 15786) | def process_storeMessage(self, seqid, iprot, oprot): method process_unblockBuddyMember (line 15808) | def process_unblockBuddyMember(self, seqid, iprot, oprot): method process_unregisterBuddy (line 15830) | def process_unregisterBuddy(self, seqid, iprot, oprot): method process_unregisterBuddyAdmin (line 15852) | def process_unregisterBuddyAdmin(self, seqid, iprot, oprot): method process_updateBuddyAdminProfileAttribute (line 15874) | def process_updateBuddyAdminProfileAttribute(self, seqid, iprot, oprot): method process_updateBuddyAdminProfileImage (line 15896) | def process_updateBuddyAdminProfileImage(self, seqid, iprot, oprot): method process_updateBuddyProfileAttributes (line 15918) | def process_updateBuddyProfileAttributes(self, seqid, iprot, oprot): method process_updateBuddyProfileAttributesAsync (line 15940) | def process_updateBuddyProfileAttributesAsync(self, seqid, iprot, oprot): method process_updateBuddyProfileImage (line 15962) | def process_updateBuddyProfileImage(self, seqid, iprot, oprot): method process_updateBuddyProfileImageAsync (line 15984) | def process_updateBuddyProfileImageAsync(self, seqid, iprot, oprot): method process_updateBuddySearchId (line 16006) | def process_updateBuddySearchId(self, seqid, iprot, oprot): method process_updateBuddySettings (line 16028) | def process_updateBuddySettings(self, seqid, iprot, oprot): method process_uploadBuddyContent (line 16050) | def process_uploadBuddyContent(self, seqid, iprot, oprot): method process_findBuddyContactsByQuery (line 16072) | def process_findBuddyContactsByQuery(self, seqid, iprot, oprot): method process_getBuddyContacts (line 16094) | def process_getBuddyContacts(self, seqid, iprot, oprot): method process_getBuddyDetail (line 16116) | def process_getBuddyDetail(self, seqid, iprot, oprot): method process_getBuddyOnAir (line 16138) | def process_getBuddyOnAir(self, seqid, iprot, oprot): method process_getCountriesHavingBuddy (line 16160) | def process_getCountriesHavingBuddy(self, seqid, iprot, oprot): method process_getNewlyReleasedBuddyIds (line 16182) | def process_getNewlyReleasedBuddyIds(self, seqid, iprot, oprot): method process_getPopularBuddyBanner (line 16204) | def process_getPopularBuddyBanner(self, seqid, iprot, oprot): method process_getPopularBuddyLists (line 16226) | def process_getPopularBuddyLists(self, seqid, iprot, oprot): method process_getPromotedBuddyContacts (line 16248) | def process_getPromotedBuddyContacts(self, seqid, iprot, oprot): method process_activeBuddySubscriberCount (line 16270) | def process_activeBuddySubscriberCount(self, seqid, iprot, oprot): method process_addOperationForChannel (line 16292) | def process_addOperationForChannel(self, seqid, iprot, oprot): method process_displayBuddySubscriberCount (line 16314) | def process_displayBuddySubscriberCount(self, seqid, iprot, oprot): method process_findContactByUseridWithoutAbuseBlockForChannel (line 16336) | def process_findContactByUseridWithoutAbuseBlockForChannel(self, seqid... method process_getAllContactIdsForChannel (line 16358) | def process_getAllContactIdsForChannel(self, seqid, iprot, oprot): method process_getCompactContacts (line 16380) | def process_getCompactContacts(self, seqid, iprot, oprot): method process_getContactsForChannel (line 16402) | def process_getContactsForChannel(self, seqid, iprot, oprot): method process_getDisplayName (line 16424) | def process_getDisplayName(self, seqid, iprot, oprot): method process_getFavoriteMidsForChannel (line 16446) | def process_getFavoriteMidsForChannel(self, seqid, iprot, oprot): method process_getFriendMids (line 16468) | def process_getFriendMids(self, seqid, iprot, oprot): method process_getGroupMemberMids (line 16490) | def process_getGroupMemberMids(self, seqid, iprot, oprot): method process_getGroupsForChannel (line 16512) | def process_getGroupsForChannel(self, seqid, iprot, oprot): method process_getIdentityCredential (line 16534) | def process_getIdentityCredential(self, seqid, iprot, oprot): method process_getJoinedGroupIdsForChannel (line 16556) | def process_getJoinedGroupIdsForChannel(self, seqid, iprot, oprot): method process_getMetaProfile (line 16578) | def process_getMetaProfile(self, seqid, iprot, oprot): method process_getMid (line 16600) | def process_getMid(self, seqid, iprot, oprot): method process_getPrimaryClientForChannel (line 16622) | def process_getPrimaryClientForChannel(self, seqid, iprot, oprot): method process_getProfileForChannel (line 16644) | def process_getProfileForChannel(self, seqid, iprot, oprot): method process_getSimpleChannelContacts (line 16666) | def process_getSimpleChannelContacts(self, seqid, iprot, oprot): method process_getUserCountryForBilling (line 16688) | def process_getUserCountryForBilling(self, seqid, iprot, oprot): method process_getUserCreateTime (line 16710) | def process_getUserCreateTime(self, seqid, iprot, oprot): method process_getUserIdentities (line 16732) | def process_getUserIdentities(self, seqid, iprot, oprot): method process_getUserLanguage (line 16754) | def process_getUserLanguage(self, seqid, iprot, oprot): method process_getUserMidsWhoAddedMe (line 16776) | def process_getUserMidsWhoAddedMe(self, seqid, iprot, oprot): method process_isGroupMember (line 16798) | def process_isGroupMember(self, seqid, iprot, oprot): method process_isInContact (line 16820) | def process_isInContact(self, seqid, iprot, oprot): method process_registerChannelCP (line 16842) | def process_registerChannelCP(self, seqid, iprot, oprot): method process_removeNotificationStatus (line 16864) | def process_removeNotificationStatus(self, seqid, iprot, oprot): method process_sendMessageForChannel (line 16886) | def process_sendMessageForChannel(self, seqid, iprot, oprot): method process_sendPinCodeOperation (line 16908) | def process_sendPinCodeOperation(self, seqid, iprot, oprot): method process_updateProfileAttributeForChannel (line 16930) | def process_updateProfileAttributeForChannel(self, seqid, iprot, oprot): method process_approveChannelAndIssueChannelToken (line 16952) | def process_approveChannelAndIssueChannelToken(self, seqid, iprot, opr... method process_approveChannelAndIssueRequestToken (line 16974) | def process_approveChannelAndIssueRequestToken(self, seqid, iprot, opr... method process_fetchNotificationItems (line 16996) | def process_fetchNotificationItems(self, seqid, iprot, oprot): method process_getApprovedChannels (line 17018) | def process_getApprovedChannels(self, seqid, iprot, oprot): method process_getChannelInfo (line 17040) | def process_getChannelInfo(self, seqid, iprot, oprot): method process_getChannelNotificationSetting (line 17062) | def process_getChannelNotificationSetting(self, seqid, iprot, oprot): method process_getChannelNotificationSettings (line 17084) | def process_getChannelNotificationSettings(self, seqid, iprot, oprot): method process_getChannels (line 17106) | def process_getChannels(self, seqid, iprot, oprot): method process_getDomains (line 17128) | def process_getDomains(self, seqid, iprot, oprot): method process_getFriendChannelMatrices (line 17150) | def process_getFriendChannelMatrices(self, seqid, iprot, oprot): method process_getNotificationBadgeCount (line 17172) | def process_getNotificationBadgeCount(self, seqid, iprot, oprot): method process_issueChannelToken (line 17194) | def process_issueChannelToken(self, seqid, iprot, oprot): method process_issueRequestToken (line 17216) | def process_issueRequestToken(self, seqid, iprot, oprot): method process_issueRequestTokenWithAuthScheme (line 17238) | def process_issueRequestTokenWithAuthScheme(self, seqid, iprot, oprot): method process_reserveCoinUse (line 17260) | def process_reserveCoinUse(self, seqid, iprot, oprot): method process_revokeChannel (line 17282) | def process_revokeChannel(self, seqid, iprot, oprot): method process_syncChannelData (line 17304) | def process_syncChannelData(self, seqid, iprot, oprot): method process_updateChannelNotificationSetting (line 17326) | def process_updateChannelNotificationSetting(self, seqid, iprot, oprot): method process_fetchMessageOperations (line 17348) | def process_fetchMessageOperations(self, seqid, iprot, oprot): method process_getLastReadMessageIds (line 17370) | def process_getLastReadMessageIds(self, seqid, iprot, oprot): method process_multiGetLastReadMessageIds (line 17392) | def process_multiGetLastReadMessageIds(self, seqid, iprot, oprot): method process_buyCoinProduct (line 17414) | def process_buyCoinProduct(self, seqid, iprot, oprot): method process_buyFreeProduct (line 17436) | def process_buyFreeProduct(self, seqid, iprot, oprot): method process_buyMustbuyProduct (line 17458) | def process_buyMustbuyProduct(self, seqid, iprot, oprot): method process_checkCanReceivePresent (line 17480) | def process_checkCanReceivePresent(self, seqid, iprot, oprot): method process_getActivePurchases (line 17502) | def process_getActivePurchases(self, seqid, iprot, oprot): method process_getActivePurchaseVersions (line 17524) | def process_getActivePurchaseVersions(self, seqid, iprot, oprot): method process_getCoinProducts (line 17546) | def process_getCoinProducts(self, seqid, iprot, oprot): method process_getCoinProductsByPgCode (line 17568) | def process_getCoinProductsByPgCode(self, seqid, iprot, oprot): method process_getCoinPurchaseHistory (line 17590) | def process_getCoinPurchaseHistory(self, seqid, iprot, oprot): method process_getCoinUseAndRefundHistory (line 17612) | def process_getCoinUseAndRefundHistory(self, seqid, iprot, oprot): method process_getDownloads (line 17634) | def process_getDownloads(self, seqid, iprot, oprot): method process_getEventPackages (line 17656) | def process_getEventPackages(self, seqid, iprot, oprot): method process_getNewlyReleasedPackages (line 17678) | def process_getNewlyReleasedPackages(self, seqid, iprot, oprot): method process_getPopularPackages (line 17700) | def process_getPopularPackages(self, seqid, iprot, oprot): method process_getPresentsReceived (line 17722) | def process_getPresentsReceived(self, seqid, iprot, oprot): method process_getPresentsSent (line 17744) | def process_getPresentsSent(self, seqid, iprot, oprot): method process_getProduct (line 17766) | def process_getProduct(self, seqid, iprot, oprot): method process_getProductList (line 17788) | def process_getProductList(self, seqid, iprot, oprot): method process_getProductListWithCarrier (line 17810) | def process_getProductListWithCarrier(self, seqid, iprot, oprot): method process_getProductWithCarrier (line 17832) | def process_getProductWithCarrier(self, seqid, iprot, oprot): method process_getPurchaseHistory (line 17854) | def process_getPurchaseHistory(self, seqid, iprot, oprot): method process_getTotalBalance (line 17876) | def process_getTotalBalance(self, seqid, iprot, oprot): method process_notifyDownloaded (line 17898) | def process_notifyDownloaded(self, seqid, iprot, oprot): method process_reserveCoinPurchase (line 17920) | def process_reserveCoinPurchase(self, seqid, iprot, oprot): method process_reservePayment (line 17942) | def process_reservePayment(self, seqid, iprot, oprot): method process_getSnsFriends (line 17964) | def process_getSnsFriends(self, seqid, iprot, oprot): method process_getSnsMyProfile (line 17986) | def process_getSnsMyProfile(self, seqid, iprot, oprot): method process_postSnsInvitationMessage (line 18008) | def process_postSnsInvitationMessage(self, seqid, iprot, oprot): method process_acceptGroupInvitation (line 18030) | def process_acceptGroupInvitation(self, seqid, iprot, oprot): method process_acceptGroupInvitationByTicket (line 18052) | def process_acceptGroupInvitationByTicket(self, seqid, iprot, oprot): method process_acceptProximityMatches (line 18074) | def process_acceptProximityMatches(self, seqid, iprot, oprot): method process_acquireCallRoute (line 18096) | def process_acquireCallRoute(self, seqid, iprot, oprot): method process_acquireCallTicket (line 18118) | def process_acquireCallTicket(self, seqid, iprot, oprot): method process_acquireEncryptedAccessToken (line 18140) | def process_acquireEncryptedAccessToken(self, seqid, iprot, oprot): method process_addSnsId (line 18162) | def process_addSnsId(self, seqid, iprot, oprot): method process_blockContact (line 18184) | def process_blockContact(self, seqid, iprot, oprot): method process_blockRecommendation (line 18206) | def process_blockRecommendation(self, seqid, iprot, oprot): method process_cancelGroupInvitation (line 18228) | def process_cancelGroupInvitation(self, seqid, iprot, oprot): method process_changeVerificationMethod (line 18250) | def process_changeVerificationMethod(self, seqid, iprot, oprot): method process_clearIdentityCredential (line 18272) | def process_clearIdentityCredential(self, seqid, iprot, oprot): method process_clearMessageBox (line 18294) | def process_clearMessageBox(self, seqid, iprot, oprot): method process_closeProximityMatch (line 18316) | def process_closeProximityMatch(self, seqid, iprot, oprot): method process_commitSendMessage (line 18338) | def process_commitSendMessage(self, seqid, iprot, oprot): method process_commitSendMessages (line 18360) | def process_commitSendMessages(self, seqid, iprot, oprot): method process_commitUpdateProfile (line 18382) | def process_commitUpdateProfile(self, seqid, iprot, oprot): method process_confirmEmail (line 18404) | def process_confirmEmail(self, seqid, iprot, oprot): method process_createGroup (line 18426) | def process_createGroup(self, seqid, iprot, oprot): method process_createQrcodeBase64Image (line 18448) | def process_createQrcodeBase64Image(self, seqid, iprot, oprot): method process_createRoom (line 18470) | def process_createRoom(self, seqid, iprot, oprot): method process_createSession (line 18492) | def process_createSession(self, seqid, iprot, oprot): method process_fetchAnnouncements (line 18514) | def process_fetchAnnouncements(self, seqid, iprot, oprot): method process_fetchMessages (line 18536) | def process_fetchMessages(self, seqid, iprot, oprot): method process_fetchOperations (line 18558) | def process_fetchOperations(self, seqid, iprot, oprot): method process_fetchOps (line 18580) | def process_fetchOps(self, seqid, iprot, oprot): method process_findAndAddContactsByEmail (line 18602) | def process_findAndAddContactsByEmail(self, seqid, iprot, oprot): method process_findAndAddContactsByMid (line 18624) | def process_findAndAddContactsByMid(self, seqid, iprot, oprot): method process_findAndAddContactsByPhone (line 18646) | def process_findAndAddContactsByPhone(self, seqid, iprot, oprot): method process_findAndAddContactsByUserid (line 18668) | def process_findAndAddContactsByUserid(self, seqid, iprot, oprot): method process_findContactByUserid (line 18690) | def process_findContactByUserid(self, seqid, iprot, oprot): method process_findContactByUserTicket (line 18712) | def process_findContactByUserTicket(self, seqid, iprot, oprot): method process_findGroupByTicket (line 18734) | def process_findGroupByTicket(self, seqid, iprot, oprot): method process_findContactsByEmail (line 18756) | def process_findContactsByEmail(self, seqid, iprot, oprot): method process_findContactsByPhone (line 18778) | def process_findContactsByPhone(self, seqid, iprot, oprot): method process_findSnsIdUserStatus (line 18800) | def process_findSnsIdUserStatus(self, seqid, iprot, oprot): method process_finishUpdateVerification (line 18822) | def process_finishUpdateVerification(self, seqid, iprot, oprot): method process_generateUserTicket (line 18844) | def process_generateUserTicket(self, seqid, iprot, oprot): method process_getAcceptedProximityMatches (line 18866) | def process_getAcceptedProximityMatches(self, seqid, iprot, oprot): method process_getActiveBuddySubscriberIds (line 18888) | def process_getActiveBuddySubscriberIds(self, seqid, iprot, oprot): method process_getAllContactIds (line 18910) | def process_getAllContactIds(self, seqid, iprot, oprot): method process_getAuthQrcode (line 18932) | def process_getAuthQrcode(self, seqid, iprot, oprot): method process_getBlockedContactIds (line 18954) | def process_getBlockedContactIds(self, seqid, iprot, oprot): method process_getBlockedContactIdsByRange (line 18976) | def process_getBlockedContactIdsByRange(self, seqid, iprot, oprot): method process_getBlockedRecommendationIds (line 18998) | def process_getBlockedRecommendationIds(self, seqid, iprot, oprot): method process_getBuddyBlockerIds (line 19020) | def process_getBuddyBlockerIds(self, seqid, iprot, oprot): method process_getBuddyLocation (line 19042) | def process_getBuddyLocation(self, seqid, iprot, oprot): method process_getCompactContactsModifiedSince (line 19064) | def process_getCompactContactsModifiedSince(self, seqid, iprot, oprot): method process_getCompactGroup (line 19086) | def process_getCompactGroup(self, seqid, iprot, oprot): method process_getCompactRoom (line 19108) | def process_getCompactRoom(self, seqid, iprot, oprot): method process_getContact (line 19130) | def process_getContact(self, seqid, iprot, oprot): method process_getContacts (line 19152) | def process_getContacts(self, seqid, iprot, oprot): method process_getCountryWithRequestIp (line 19174) | def process_getCountryWithRequestIp(self, seqid, iprot, oprot): method process_getFavoriteMids (line 19196) | def process_getFavoriteMids(self, seqid, iprot, oprot): method process_getGroup (line 19218) | def process_getGroup(self, seqid, iprot, oprot): method process_getGroupIdsInvited (line 19240) | def process_getGroupIdsInvited(self, seqid, iprot, oprot): method process_getGroupIdsJoined (line 19262) | def process_getGroupIdsJoined(self, seqid, iprot, oprot): method process_getGroups (line 19284) | def process_getGroups(self, seqid, iprot, oprot): method process_getHiddenContactMids (line 19306) | def process_getHiddenContactMids(self, seqid, iprot, oprot): method process_getIdentityIdentifier (line 19328) | def process_getIdentityIdentifier(self, seqid, iprot, oprot): method process_getLastAnnouncementIndex (line 19350) | def process_getLastAnnouncementIndex(self, seqid, iprot, oprot): method process_getLastOpRevision (line 19372) | def process_getLastOpRevision(self, seqid, iprot, oprot): method process_getMessageBox (line 19394) | def process_getMessageBox(self, seqid, iprot, oprot): method process_getMessageBoxCompactWrapUp (line 19416) | def process_getMessageBoxCompactWrapUp(self, seqid, iprot, oprot): method process_getMessageBoxCompactWrapUpList (line 19438) | def process_getMessageBoxCompactWrapUpList(self, seqid, iprot, oprot): method process_getMessageBoxList (line 19460) | def process_getMessageBoxList(self, seqid, iprot, oprot): method process_getMessageBoxListByStatus (line 19482) | def process_getMessageBoxListByStatus(self, seqid, iprot, oprot): method process_getMessageBoxWrapUp (line 19504) | def process_getMessageBoxWrapUp(self, seqid, iprot, oprot): method process_getMessageBoxWrapUpList (line 19526) | def process_getMessageBoxWrapUpList(self, seqid, iprot, oprot): method process_getMessagesBySequenceNumber (line 19548) | def process_getMessagesBySequenceNumber(self, seqid, iprot, oprot): method process_getNextMessages (line 19570) | def process_getNextMessages(self, seqid, iprot, oprot): method process_getNotificationPolicy (line 19592) | def process_getNotificationPolicy(self, seqid, iprot, oprot): method process_getPreviousMessages (line 19614) | def process_getPreviousMessages(self, seqid, iprot, oprot): method process_getProfile (line 19636) | def process_getProfile(self, seqid, iprot, oprot): method process_getProximityMatchCandidateList (line 19658) | def process_getProximityMatchCandidateList(self, seqid, iprot, oprot): method process_getProximityMatchCandidates (line 19680) | def process_getProximityMatchCandidates(self, seqid, iprot, oprot): method process_getRecentMessages (line 19702) | def process_getRecentMessages(self, seqid, iprot, oprot): method process_getRecommendationIds (line 19724) | def process_getRecommendationIds(self, seqid, iprot, oprot): method process_getRoom (line 19746) | def process_getRoom(self, seqid, iprot, oprot): method process_getRSAKeyInfo (line 19768) | def process_getRSAKeyInfo(self, seqid, iprot, oprot): method process_getServerTime (line 19790) | def process_getServerTime(self, seqid, iprot, oprot): method process_getSessions (line 19812) | def process_getSessions(self, seqid, iprot, oprot): method process_getSettings (line 19834) | def process_getSettings(self, seqid, iprot, oprot): method process_getSettingsAttributes (line 19856) | def process_getSettingsAttributes(self, seqid, iprot, oprot): method process_getSystemConfiguration (line 19878) | def process_getSystemConfiguration(self, seqid, iprot, oprot): method process_getUserTicket (line 19900) | def process_getUserTicket(self, seqid, iprot, oprot): method process_getWapInvitation (line 19922) | def process_getWapInvitation(self, seqid, iprot, oprot): method process_invalidateUserTicket (line 19944) | def process_invalidateUserTicket(self, seqid, iprot, oprot): method process_inviteFriendsBySms (line 19966) | def process_inviteFriendsBySms(self, seqid, iprot, oprot): method process_inviteIntoGroup (line 19988) | def process_inviteIntoGroup(self, seqid, iprot, oprot): method process_inviteIntoRoom (line 20010) | def process_inviteIntoRoom(self, seqid, iprot, oprot): method process_inviteViaEmail (line 20032) | def process_inviteViaEmail(self, seqid, iprot, oprot): method process_isIdentityIdentifierAvailable (line 20054) | def process_isIdentityIdentifierAvailable(self, seqid, iprot, oprot): method process_isUseridAvailable (line 20076) | def process_isUseridAvailable(self, seqid, iprot, oprot): method process_kickoutFromGroup (line 20098) | def process_kickoutFromGroup(self, seqid, iprot, oprot): method process_leaveGroup (line 20120) | def process_leaveGroup(self, seqid, iprot, oprot): method process_leaveRoom (line 20142) | def process_leaveRoom(self, seqid, iprot, oprot): method process_loginWithIdentityCredential (line 20164) | def process_loginWithIdentityCredential(self, seqid, iprot, oprot): method process_loginWithIdentityCredentialForCertificate (line 20186) | def process_loginWithIdentityCredentialForCertificate(self, seqid, ipr... method process_loginWithVerifier (line 20208) | def process_loginWithVerifier(self, seqid, iprot, oprot): method process_loginWithVerifierForCerificate (line 20230) | def process_loginWithVerifierForCerificate(self, seqid, iprot, oprot): method process_loginWithVerifierForCertificate (line 20252) | def process_loginWithVerifierForCertificate(self, seqid, iprot, oprot): method process_logout (line 20274) | def process_logout(self, seqid, iprot, oprot): method process_logoutSession (line 20296) | def process_logoutSession(self, seqid, iprot, oprot): method process_noop (line 20318) | def process_noop(self, seqid, iprot, oprot): method process_notifiedRedirect (line 20340) | def process_notifiedRedirect(self, seqid, iprot, oprot): method process_notifyBuddyOnAir (line 20362) | def process_notifyBuddyOnAir(self, seqid, iprot, oprot): method process_notifyIndividualEvent (line 20384) | def process_notifyIndividualEvent(self, seqid, iprot, oprot): method process_notifyInstalled (line 20406) | def process_notifyInstalled(self, seqid, iprot, oprot): method process_notifyRegistrationComplete (line 20425) | def process_notifyRegistrationComplete(self, seqid, iprot, oprot): method process_notifySleep (line 20444) | def process_notifySleep(self, seqid, iprot, oprot): method process_notifyUpdated (line 20466) | def process_notifyUpdated(self, seqid, iprot, oprot): method process_openProximityMatch (line 20488) | def process_openProximityMatch(self, seqid, iprot, oprot): method process_registerBuddyUser (line 20510) | def process_registerBuddyUser(self, seqid, iprot, oprot): method process_registerBuddyUserid (line 20532) | def process_registerBuddyUserid(self, seqid, iprot, oprot): method process_registerDevice (line 20554) | def process_registerDevice(self, seqid, iprot, oprot): method process_registerDeviceWithIdentityCredential (line 20576) | def process_registerDeviceWithIdentityCredential(self, seqid, iprot, o... method process_registerDeviceWithoutPhoneNumber (line 20598) | def process_registerDeviceWithoutPhoneNumber(self, seqid, iprot, oprot): method process_registerDeviceWithoutPhoneNumberWithIdentityCredential (line 20620) | def process_registerDeviceWithoutPhoneNumberWithIdentityCredential(sel... method process_registerUserid (line 20642) | def process_registerUserid(self, seqid, iprot, oprot): method process_registerWapDevice (line 20664) | def process_registerWapDevice(self, seqid, iprot, oprot): method process_registerWithExistingSnsIdAndIdentityCredential (line 20686) | def process_registerWithExistingSnsIdAndIdentityCredential(self, seqid... method process_registerWithSnsId (line 20708) | def process_registerWithSnsId(self, seqid, iprot, oprot): method process_registerWithSnsIdAndIdentityCredential (line 20730) | def process_registerWithSnsIdAndIdentityCredential(self, seqid, iprot,... method process_reissueDeviceCredential (line 20752) | def process_reissueDeviceCredential(self, seqid, iprot, oprot): method process_reissueUserTicket (line 20774) | def process_reissueUserTicket(self, seqid, iprot, oprot): method process_reissueGroupTicket (line 20796) | def process_reissueGroupTicket(self, seqid, iprot, oprot): method process_rejectGroupInvitation (line 20819) | def process_rejectGroupInvitation(self, seqid, iprot, oprot): method process_releaseSession (line 20841) | def process_releaseSession(self, seqid, iprot, oprot): method process_removeAllMessages (line 20863) | def process_removeAllMessages(self, seqid, iprot, oprot): method process_removeBuddyLocation (line 20885) | def process_removeBuddyLocation(self, seqid, iprot, oprot): method process_removeMessage (line 20907) | def process_removeMessage(self, seqid, iprot, oprot): method process_removeMessageFromMyHome (line 20929) | def process_removeMessageFromMyHome(self, seqid, iprot, oprot): method process_removeSnsId (line 20951) | def process_removeSnsId(self, seqid, iprot, oprot): method process_report (line 20973) | def process_report(self, seqid, iprot, oprot): method process_reportContacts (line 20995) | def process_reportContacts(self, seqid, iprot, oprot): method process_reportGroups (line 21017) | def process_reportGroups(self, seqid, iprot, oprot): method process_reportProfile (line 21039) | def process_reportProfile(self, seqid, iprot, oprot): method process_reportRooms (line 21061) | def process_reportRooms(self, seqid, iprot, oprot): method process_reportSettings (line 21083) | def process_reportSettings(self, seqid, iprot, oprot): method process_reportSpammer (line 21105) | def process_reportSpammer(self, seqid, iprot, oprot): method process_requestAccountPasswordReset (line 21127) | def process_requestAccountPasswordReset(self, seqid, iprot, oprot): method process_requestEmailConfirmation (line 21149) | def process_requestEmailConfirmation(self, seqid, iprot, oprot): method process_requestIdentityUnbind (line 21171) | def process_requestIdentityUnbind(self, seqid, iprot, oprot): method process_resendEmailConfirmation (line 21193) | def process_resendEmailConfirmation(self, seqid, iprot, oprot): method process_resendPinCode (line 21215) | def process_resendPinCode(self, seqid, iprot, oprot): method process_resendPinCodeBySMS (line 21237) | def process_resendPinCodeBySMS(self, seqid, iprot, oprot): method process_sendChatChecked (line 21259) | def process_sendChatChecked(self, seqid, iprot, oprot): method process_sendChatRemoved (line 21281) | def process_sendChatRemoved(self, seqid, iprot, oprot): method process_sendContentPreviewUpdated (line 21303) | def process_sendContentPreviewUpdated(self, seqid, iprot, oprot): method process_sendContentReceipt (line 21325) | def process_sendContentReceipt(self, seqid, iprot, oprot): method process_sendDummyPush (line 21347) | def process_sendDummyPush(self, seqid, iprot, oprot): method process_sendEvent (line 21369) | def process_sendEvent(self, seqid, iprot, oprot): method process_sendMessage (line 21391) | def process_sendMessage(self, seqid, iprot, oprot): method process_sendMessageIgnored (line 21413) | def process_sendMessageIgnored(self, seqid, iprot, oprot): method process_sendMessageReceipt (line 21435) | def process_sendMessageReceipt(self, seqid, iprot, oprot): method process_sendMessageToMyHome (line 21457) | def process_sendMessageToMyHome(self, seqid, iprot, oprot): method process_setBuddyLocation (line 21479) | def process_setBuddyLocation(self, seqid, iprot, oprot): method process_setIdentityCredential (line 21501) | def process_setIdentityCredential(self, seqid, iprot, oprot): method process_setNotificationsEnabled (line 21523) | def process_setNotificationsEnabled(self, seqid, iprot, oprot): method process_startUpdateVerification (line 21545) | def process_startUpdateVerification(self, seqid, iprot, oprot): method process_startVerification (line 21567) | def process_startVerification(self, seqid, iprot, oprot): method process_storeUpdateProfileAttribute (line 21589) | def process_storeUpdateProfileAttribute(self, seqid, iprot, oprot): method process_syncContactBySnsIds (line 21611) | def process_syncContactBySnsIds(self, seqid, iprot, oprot): method process_syncContacts (line 21633) | def process_syncContacts(self, seqid, iprot, oprot): method process_trySendMessage (line 21655) | def process_trySendMessage(self, seqid, iprot, oprot): method process_unblockContact (line 21677) | def process_unblockContact(self, seqid, iprot, oprot): method process_unblockRecommendation (line 21699) | def process_unblockRecommendation(self, seqid, iprot, oprot): method process_unregisterUserAndDevice (line 21721) | def process_unregisterUserAndDevice(self, seqid, iprot, oprot): method process_updateApnsDeviceToken (line 21743) | def process_updateApnsDeviceToken(self, seqid, iprot, oprot): method process_updateBuddySetting (line 21765) | def process_updateBuddySetting(self, seqid, iprot, oprot): method process_updateC2DMRegistrationId (line 21787) | def process_updateC2DMRegistrationId(self, seqid, iprot, oprot): method process_updateContactSetting (line 21809) | def process_updateContactSetting(self, seqid, iprot, oprot): method process_updateCustomModeSettings (line 21831) | def process_updateCustomModeSettings(self, seqid, iprot, oprot): method process_updateDeviceInfo (line 21853) | def process_updateDeviceInfo(self, seqid, iprot, oprot): method process_updateGroup (line 21875) | def process_updateGroup(self, seqid, iprot, oprot): method process_updateNotificationToken (line 21897) | def process_updateNotificationToken(self, seqid, iprot, oprot): method process_updateNotificationTokenWithBytes (line 21919) | def process_updateNotificationTokenWithBytes(self, seqid, iprot, oprot): method process_updateProfile (line 21941) | def process_updateProfile(self, seqid, iprot, oprot): method process_updateProfileAttribute (line 21963) | def process_updateProfileAttribute(self, seqid, iprot, oprot): method process_updateRegion (line 21985) | def process_updateRegion(self, seqid, iprot, oprot): method process_updateSettings (line 22007) | def process_updateSettings(self, seqid, iprot, oprot): method process_updateSettings2 (line 22029) | def process_updateSettings2(self, seqid, iprot, oprot): method process_updateSettingsAttribute (line 22051) | def process_updateSettingsAttribute(self, seqid, iprot, oprot): method process_updateSettingsAttributes (line 22073) | def process_updateSettingsAttributes(self, seqid, iprot, oprot): method process_verifyIdentityCredential (line 22095) | def process_verifyIdentityCredential(self, seqid, iprot, oprot): method process_verifyIdentityCredentialWithResult (line 22117) | def process_verifyIdentityCredentialWithResult(self, seqid, iprot, opr... method process_verifyPhone (line 22139) | def process_verifyPhone(self, seqid, iprot, oprot): method process_verifyQrcode (line 22161) | def process_verifyQrcode(self, seqid, iprot, oprot): method process_notify (line 22183) | def process_notify(self, seqid, iprot, oprot): class getRSAKey_args (line 22208) | class getRSAKey_args: method read (line 22213) | def read(self, iprot): method write (line 22227) | def write(self, oprot): method validate (line 22235) | def validate(self): method __hash__ (line 22239) | def __hash__(self): method __repr__ (line 22243) | def __repr__(self): method __eq__ (line 22248) | def __eq__(self, other): method __ne__ (line 22251) | def __ne__(self, other): class getRSAKey_result (line 22254) | class getRSAKey_result: method __init__ (line 22266) | def __init__(self, success=None, e=None,): method read (line 22270) | def read(self, iprot): method write (line 22296) | def write(self, oprot): method validate (line 22312) | def validate(self): method __hash__ (line 22316) | def __hash__(self): method __repr__ (line 22322) | def __repr__(self): method __eq__ (line 22327) | def __eq__(self, other): method __ne__ (line 22330) | def __ne__(self, other): class notifyEmailConfirmationResult_args (line 22333) | class notifyEmailConfirmationResult_args: method __init__ (line 22345) | def __init__(self, parameterMap=None,): method read (line 22348) | def read(self, iprot): method write (line 22373) | def write(self, oprot): method validate (line 22389) | def validate(self): method __hash__ (line 22393) | def __hash__(self): method __repr__ (line 22398) | def __repr__(self): method __eq__ (line 22403) | def __eq__(self, other): method __ne__ (line 22406) | def __ne__(self, other): class notifyEmailConfirmationResult_result (line 22409) | class notifyEmailConfirmationResult_result: method __init__ (line 22420) | def __init__(self, e=None,): method read (line 22423) | def read(self, iprot): method write (line 22443) | def write(self, oprot): method validate (line 22455) | def validate(self): method __hash__ (line 22459) | def __hash__(self): method __repr__ (line 22464) | def __repr__(self): method __eq__ (line 22469) | def __eq__(self, other): method __ne__ (line 22472) | def __ne__(self, other): class registerVirtualAccount_args (line 22475) | class registerVirtualAccount_args: method __init__ (line 22491) | def __init__(self, locale=None, encryptedVirtualUserId=None, encrypted... method read (line 22496) | def read(self, iprot): method write (line 22525) | def write(self, oprot): method validate (line 22545) | def validate(self): method __hash__ (line 22549) | def __hash__(self): method __repr__ (line 22556) | def __repr__(self): method __eq__ (line 22561) | def __eq__(self, other): method __ne__ (line 22564) | def __ne__(self, other): class registerVirtualAccount_result (line 22567) | class registerVirtualAccount_result: method __init__ (line 22579) | def __init__(self, success=None, e=None,): method read (line 22583) | def read(self, iprot): method write (line 22608) | def write(self, oprot): method validate (line 22624) | def validate(self): method __hash__ (line 22628) | def __hash__(self): method __repr__ (line 22634) | def __repr__(self): method __eq__ (line 22639) | def __eq__(self, other): method __ne__ (line 22642) | def __ne__(self, other): class requestVirtualAccountPasswordChange_args (line 22645) | class requestVirtualAccountPasswordChange_args: method __init__ (line 22663) | def __init__(self, virtualMid=None, encryptedVirtualUserId=None, encry... method read (line 22669) | def read(self, iprot): method write (line 22703) | def write(self, oprot): method validate (line 22727) | def validate(self): method __hash__ (line 22731) | def __hash__(self): method __repr__ (line 22739) | def __repr__(self): method __eq__ (line 22744) | def __eq__(self, other): method __ne__ (line 22747) | def __ne__(self, other): class requestVirtualAccountPasswordChange_result (line 22750) | class requestVirtualAccountPasswordChange_result: method __init__ (line 22761) | def __init__(self, e=None,): method read (line 22764) | def read(self, iprot): method write (line 22784) | def write(self, oprot): method validate (line 22796) | def validate(self): method __hash__ (line 22800) | def __hash__(self): method __repr__ (line 22805) | def __repr__(self): method __eq__ (line 22810) | def __eq__(self, other): method __ne__ (line 22813) | def __ne__(self, other): class requestVirtualAccountPasswordSet_args (line 22816) | class requestVirtualAccountPasswordSet_args: method __init__ (line 22832) | def __init__(self, virtualMid=None, encryptedVirtualUserId=None, encry... method read (line 22837) | def read(self, iprot): method write (line 22866) | def write(self, oprot): method validate (line 22886) | def validate(self): method __hash__ (line 22890) | def __hash__(self): method __repr__ (line 22897) | def __repr__(self): method __eq__ (line 22902) | def __eq__(self, other): method __ne__ (line 22905) | def __ne__(self, other): class requestVirtualAccountPasswordSet_result (line 22908) | class requestVirtualAccountPasswordSet_result: method __init__ (line 22919) | def __init__(self, e=None,): method read (line 22922) | def read(self, iprot): method write (line 22942) | def write(self, oprot): method validate (line 22954) | def validate(self): method __hash__ (line 22958) | def __hash__(self): method __repr__ (line 22963) | def __repr__(self): method __eq__ (line 22968) | def __eq__(self, other): method __ne__ (line 22971) | def __ne__(self, other): class unregisterVirtualAccount_args (line 22974) | class unregisterVirtualAccount_args: method __init__ (line 22986) | def __init__(self, virtualMid=None,): method read (line 22989) | def read(self, iprot): method write (line 23008) | def write(self, oprot): method validate (line 23020) | def validate(self): method __hash__ (line 23024) | def __hash__(self): method __repr__ (line 23029) | def __repr__(self): method __eq__ (line 23034) | def __eq__(self, other): method __ne__ (line 23037) | def __ne__(self, other): class unregisterVirtualAccount_result (line 23040) | class unregisterVirtualAccount_result: method __init__ (line 23051) | def __init__(self, e=None,): method read (line 23054) | def read(self, iprot): method write (line 23074) | def write(self, oprot): method validate (line 23086) | def validate(self): method __hash__ (line 23090) | def __hash__(self): method __repr__ (line 23095) | def __repr__(self): method __eq__ (line 23100) | def __eq__(self, other): method __ne__ (line 23103) | def __ne__(self, other): class checkUserAge_args (line 23106) | class checkUserAge_args: method __init__ (line 23124) | def __init__(self, carrier=None, sessionId=None, verifier=None, standa... method read (line 23130) | def read(self, iprot): method write (line 23164) | def write(self, oprot): method validate (line 23188) | def validate(self): method __hash__ (line 23192) | def __hash__(self): method __repr__ (line 23200) | def __repr__(self): method __eq__ (line 23205) | def __eq__(self, other): method __ne__ (line 23208) | def __ne__(self, other): class checkUserAge_result (line 23211) | class checkUserAge_result: method __init__ (line 23223) | def __init__(self, success=None, e=None,): method read (line 23227) | def read(self, iprot): method write (line 23252) | def write(self, oprot): method validate (line 23268) | def validate(self): method __hash__ (line 23272) | def __hash__(self): method __repr__ (line 23278) | def __repr__(self): method __eq__ (line 23283) | def __eq__(self, other): method __ne__ (line 23286) | def __ne__(self, other): class checkUserAgeWithDocomo_args (line 23289) | class checkUserAgeWithDocomo_args: method __init__ (line 23305) | def __init__(self, openIdRedirectUrl=None, standardAge=None, verifier=... method read (line 23310) | def read(self, iprot): method write (line 23339) | def write(self, oprot): method validate (line 23359) | def validate(self): method __hash__ (line 23363) | def __hash__(self): method __repr__ (line 23370) | def __repr__(self): method __eq__ (line 23375) | def __eq__(self, other): method __ne__ (line 23378) | def __ne__(self, other): class checkUserAgeWithDocomo_result (line 23381) | class checkUserAgeWithDocomo_result: method __init__ (line 23393) | def __init__(self, success=None, e=None,): method read (line 23397) | def read(self, iprot): method write (line 23423) | def write(self, oprot): method validate (line 23439) | def validate(self): method __hash__ (line 23443) | def __hash__(self): method __repr__ (line 23449) | def __repr__(self): method __eq__ (line 23454) | def __eq__(self, other): method __ne__ (line 23457) | def __ne__(self, other): class retrieveOpenIdAuthUrlWithDocomo_args (line 23460) | class retrieveOpenIdAuthUrlWithDocomo_args: method read (line 23465) | def read(self, iprot): method write (line 23479) | def write(self, oprot): method validate (line 23487) | def validate(self): method __hash__ (line 23491) | def __hash__(self): method __repr__ (line 23495) | def __repr__(self): method __eq__ (line 23500) | def __eq__(self, other): method __ne__ (line 23503) | def __ne__(self, other): class retrieveOpenIdAuthUrlWithDocomo_result (line 23506) | class retrieveOpenIdAuthUrlWithDocomo_result: method __init__ (line 23518) | def __init__(self, success=None, e=None,): method read (line 23522) | def read(self, iprot): method write (line 23547) | def write(self, oprot): method validate (line 23563) | def validate(self): method __hash__ (line 23567) | def __hash__(self): method __repr__ (line 23573) | def __repr__(self): method __eq__ (line 23578) | def __eq__(self, other): method __ne__ (line 23581) | def __ne__(self, other): class retrieveRequestToken_args (line 23584) | class retrieveRequestToken_args: method __init__ (line 23596) | def __init__(self, carrier=None,): method read (line 23599) | def read(self, iprot): method write (line 23618) | def write(self, oprot): method validate (line 23630) | def validate(self): method __hash__ (line 23634) | def __hash__(self): method __repr__ (line 23639) | def __repr__(self): method __eq__ (line 23644) | def __eq__(self, other): method __ne__ (line 23647) | def __ne__(self, other): class retrieveRequestToken_result (line 23650) | class retrieveRequestToken_result: method __init__ (line 23662) | def __init__(self, success=None, e=None,): method read (line 23666) | def read(self, iprot): method write (line 23692) | def write(self, oprot): method validate (line 23708) | def validate(self): method __hash__ (line 23712) | def __hash__(self): method __repr__ (line 23718) | def __repr__(self): method __eq__ (line 23723) | def __eq__(self, other): method __ne__ (line 23726) | def __ne__(self, other): class addBuddyMember_args (line 23729) | class addBuddyMember_args: method __init__ (line 23742) | def __init__(self, requestId=None, userMid=None,): method read (line 23746) | def read(self, iprot): method write (line 23770) | def write(self, oprot): method validate (line 23786) | def validate(self): method __hash__ (line 23790) | def __hash__(self): method __repr__ (line 23796) | def __repr__(self): method __eq__ (line 23801) | def __eq__(self, other): method __ne__ (line 23804) | def __ne__(self, other): class addBuddyMember_result (line 23807) | class addBuddyMember_result: method __init__ (line 23818) | def __init__(self, e=None,): method read (line 23821) | def read(self, iprot): method write (line 23841) | def write(self, oprot): method validate (line 23853) | def validate(self): method __hash__ (line 23857) | def __hash__(self): method __repr__ (line 23862) | def __repr__(self): method __eq__ (line 23867) | def __eq__(self, other): method __ne__ (line 23870) | def __ne__(self, other): class addBuddyMembers_args (line 23873) | class addBuddyMembers_args: method __init__ (line 23886) | def __init__(self, requestId=None, userMids=None,): method read (line 23890) | def read(self, iprot): method write (line 23919) | def write(self, oprot): method validate (line 23938) | def validate(self): method __hash__ (line 23942) | def __hash__(self): method __repr__ (line 23948) | def __repr__(self): method __eq__ (line 23953) | def __eq__(self, other): method __ne__ (line 23956) | def __ne__(self, other): class addBuddyMembers_result (line 23959) | class addBuddyMembers_result: method __init__ (line 23970) | def __init__(self, e=None,): method read (line 23973) | def read(self, iprot): method write (line 23993) | def write(self, oprot): method validate (line 24005) | def validate(self): method __hash__ (line 24009) | def __hash__(self): method __repr__ (line 24014) | def __repr__(self): method __eq__ (line 24019) | def __eq__(self, other): method __ne__ (line 24022) | def __ne__(self, other): class blockBuddyMember_args (line 24025) | class blockBuddyMember_args: method __init__ (line 24038) | def __init__(self, requestId=None, mid=None,): method read (line 24042) | def read(self, iprot): method write (line 24066) | def write(self, oprot): method validate (line 24082) | def validate(self): method __hash__ (line 24086) | def __hash__(self): method __repr__ (line 24092) | def __repr__(self): method __eq__ (line 24097) | def __eq__(self, other): method __ne__ (line 24100) | def __ne__(self, other): class blockBuddyMember_result (line 24103) | class blockBuddyMember_result: method __init__ (line 24114) | def __init__(self, e=None,): method read (line 24117) | def read(self, iprot): method write (line 24137) | def write(self, oprot): method validate (line 24149) | def validate(self): method __hash__ (line 24153) | def __hash__(self): method __repr__ (line 24158) | def __repr__(self): method __eq__ (line 24163) | def __eq__(self, other): method __ne__ (line 24166) | def __ne__(self, other): class commitSendMessagesToAll_args (line 24169) | class commitSendMessagesToAll_args: method __init__ (line 24180) | def __init__(self, requestIdList=None,): method read (line 24183) | def read(self, iprot): method write (line 24207) | def write(self, oprot): method validate (line 24222) | def validate(self): method __hash__ (line 24226) | def __hash__(self): method __repr__ (line 24231) | def __repr__(self): method __eq__ (line 24236) | def __eq__(self, other): method __ne__ (line 24239) | def __ne__(self, other): class commitSendMessagesToAll_result (line 24242) | class commitSendMessagesToAll_result: method __init__ (line 24254) | def __init__(self, success=None, e=None,): method read (line 24258) | def read(self, iprot): method write (line 24289) | def write(self, oprot): method validate (line 24308) | def validate(self): method __hash__ (line 24312) | def __hash__(self): method __repr__ (line 24318) | def __repr__(self): method __eq__ (line 24323) | def __eq__(self, other): method __ne__ (line 24326) | def __ne__(self, other): class commitSendMessagesTomids_args (line 24329) | class commitSendMessagesTomids_args: method __init__ (line 24342) | def __init__(self, requestIdList=None, mids=None,): method read (line 24346) | def read(self, iprot): method write (line 24380) | def write(self, oprot): method validate (line 24402) | def validate(self): method __hash__ (line 24406) | def __hash__(self): method __repr__ (line 24412) | def __repr__(self): method __eq__ (line 24417) | def __eq__(self, other): method __ne__ (line 24420) | def __ne__(self, other): class commitSendMessagesTomids_result (line 24423) | class commitSendMessagesTomids_result: method __init__ (line 24435) | def __init__(self, success=None, e=None,): method read (line 24439) | def read(self, iprot): method write (line 24470) | def write(self, oprot): method validate (line 24489) | def validate(self): method __hash__ (line 24493) | def __hash__(self): method __repr__ (line 24499) | def __repr__(self): method __eq__ (line 24504) | def __eq__(self, other): method __ne__ (line 24507) | def __ne__(self, other): class containsBuddyMember_args (line 24510) | class containsBuddyMember_args: method __init__ (line 24523) | def __init__(self, requestId=None, userMid=None,): method read (line 24527) | def read(self, iprot): method write (line 24551) | def write(self, oprot): method validate (line 24567) | def validate(self): method __hash__ (line 24571) | def __hash__(self): method __repr__ (line 24577) | def __repr__(self): method __eq__ (line 24582) | def __eq__(self, other): method __ne__ (line 24585) | def __ne__(self, other): class containsBuddyMember_result (line 24588) | class containsBuddyMember_result: method __init__ (line 24600) | def __init__(self, success=None, e=None,): method read (line 24604) | def read(self, iprot): method write (line 24629) | def write(self, oprot): method validate (line 24645) | def validate(self): method __hash__ (line 24649) | def __hash__(self): method __repr__ (line 24655) | def __repr__(self): method __eq__ (line 24660) | def __eq__(self, other): method __ne__ (line 24663) | def __ne__(self, other): class downloadMessageContent_args (line 24666) | class downloadMessageContent_args: method __init__ (line 24679) | def __init__(self, requestId=None, messageId=None,): method read (line 24683) | def read(self, iprot): method write (line 24707) | def write(self, oprot): method validate (line 24723) | def validate(self): method __hash__ (line 24727) | def __hash__(self): method __repr__ (line 24733) | def __repr__(self): method __eq__ (line 24738) | def __eq__(self, other): method __ne__ (line 24741) | def __ne__(self, other): class downloadMessageContent_result (line 24744) | class downloadMessageContent_result: method __init__ (line 24756) | def __init__(self, success=None, e=None,): method read (line 24760) | def read(self, iprot): method write (line 24785) | def write(self, oprot): method validate (line 24801) | def validate(self): method __hash__ (line 24805) | def __hash__(self): method __repr__ (line 24811) | def __repr__(self): method __eq__ (line 24816) | def __eq__(self, other): method __ne__ (line 24819) | def __ne__(self, other): class downloadMessageContentPreview_args (line 24822) | class downloadMessageContentPreview_args: method __init__ (line 24835) | def __init__(self, requestId=None, messageId=None,): method read (line 24839) | def read(self, iprot): method write (line 24863) | def write(self, oprot): method validate (line 24879) | def validate(self): method __hash__ (line 24883) | def __hash__(self): method __repr__ (line 24889) | def __repr__(self): method __eq__ (line 24894) | def __eq__(self, other): method __ne__ (line 24897) | def __ne__(self, other): class downloadMessageContentPreview_result (line 24900) | class downloadMessageContentPreview_result: method __init__ (line 24912) | def __init__(self, success=None, e=None,): method read (line 24916) | def read(self, iprot): method write (line 24941) | def write(self, oprot): method validate (line 24957) | def validate(self): method __hash__ (line 24961) | def __hash__(self): method __repr__ (line 24967) | def __repr__(self): method __eq__ (line 24972) | def __eq__(self, other): method __ne__ (line 24975) | def __ne__(self, other): class downloadProfileImage_args (line 24978) | class downloadProfileImage_args: method __init__ (line 24989) | def __init__(self, requestId=None,): method read (line 24992) | def read(self, iprot): method write (line 25011) | def write(self, oprot): method validate (line 25023) | def validate(self): method __hash__ (line 25027) | def __hash__(self): method __repr__ (line 25032) | def __repr__(self): method __eq__ (line 25037) | def __eq__(self, other): method __ne__ (line 25040) | def __ne__(self, other): class downloadProfileImage_result (line 25043) | class downloadProfileImage_result: method __init__ (line 25055) | def __init__(self, success=None, e=None,): method read (line 25059) | def read(self, iprot): method write (line 25084) | def write(self, oprot): method validate (line 25100) | def validate(self): method __hash__ (line 25104) | def __hash__(self): method __repr__ (line 25110) | def __repr__(self): method __eq__ (line 25115) | def __eq__(self, other): method __ne__ (line 25118) | def __ne__(self, other): class downloadProfileImagePreview_args (line 25121) | class downloadProfileImagePreview_args: method __init__ (line 25132) | def __init__(self, requestId=None,): method read (line 25135) | def read(self, iprot): method write (line 25154) | def write(self, oprot): method validate (line 25166) | def validate(self): method __hash__ (line 25170) | def __hash__(self): method __repr__ (line 25175) | def __repr__(self): method __eq__ (line 25180) | def __eq__(self, other): method __ne__ (line 25183) | def __ne__(self, other): class downloadProfileImagePreview_result (line 25186) | class downloadProfileImagePreview_result: method __init__ (line 25198) | def __init__(self, success=None, e=None,): method read (line 25202) | def read(self, iprot): method write (line 25227) | def write(self, oprot): method validate (line 25243) | def validate(self): method __hash__ (line 25247) | def __hash__(self): method __repr__ (line 25253) | def __repr__(self): method __eq__ (line 25258) | def __eq__(self, other): method __ne__ (line 25261) | def __ne__(self, other): class getActiveMemberCountByBuddyMid_args (line 25264) | class getActiveMemberCountByBuddyMid_args: method __init__ (line 25276) | def __init__(self, buddyMid=None,): method read (line 25279) | def read(self, iprot): method write (line 25298) | def write(self, oprot): method validate (line 25310) | def validate(self): method __hash__ (line 25314) | def __hash__(self): method __repr__ (line 25319) | def __repr__(self): method __eq__ (line 25324) | def __eq__(self, other): method __ne__ (line 25327) | def __ne__(self, other): class getActiveMemberCountByBuddyMid_result (line 25330) | class getActiveMemberCountByBuddyMid_result: method __init__ (line 25342) | def __init__(self, success=None, e=None,): method read (line 25346) | def read(self, iprot): method write (line 25371) | def write(self, oprot): method validate (line 25387) | def validate(self): method __hash__ (line 25391) | def __hash__(self): method __repr__ (line 25397) | def __repr__(self): method __eq__ (line 25402) | def __eq__(self, other): method __ne__ (line 25405) | def __ne__(self, other): class getActiveMemberMidsByBuddyMid_args (line 25408) | class getActiveMemberMidsByBuddyMid_args: method __init__ (line 25420) | def __init__(self, buddyMid=None,): method read (line 25423) | def read(self, iprot): method write (line 25442) | def write(self, oprot): method validate (line 25454) | def validate(self): method __hash__ (line 25458) | def __hash__(self): method __repr__ (line 25463) | def __repr__(self): method __eq__ (line 25468) | def __eq__(self, other): method __ne__ (line 25471) | def __ne__(self, other): class getActiveMemberMidsByBuddyMid_result (line 25474) | class getActiveMemberMidsByBuddyMid_result: method __init__ (line 25486) | def __init__(self, success=None, e=None,): method read (line 25490) | def read(self, iprot): method write (line 25520) | def write(self, oprot): method validate (line 25539) | def validate(self): method __hash__ (line 25543) | def __hash__(self): method __repr__ (line 25549) | def __repr__(self): method __eq__ (line 25554) | def __eq__(self, other): method __ne__ (line 25557) | def __ne__(self, other): class getAllBuddyMembers_args (line 25560) | class getAllBuddyMembers_args: method read (line 25565) | def read(self, iprot): method write (line 25579) | def write(self, oprot): method validate (line 25587) | def validate(self): method __hash__ (line 25591) | def __hash__(self): method __repr__ (line 25595) | def __repr__(self): method __eq__ (line 25600) | def __eq__(self, other): method __ne__ (line 25603) | def __ne__(self, other): class getAllBuddyMembers_result (line 25606) | class getAllBuddyMembers_result: method __init__ (line 25618) | def __init__(self, success=None, e=None,): method read (line 25622) | def read(self, iprot): method write (line 25652) | def write(self, oprot): method validate (line 25671) | def validate(self): method __hash__ (line 25675) | def __hash__(self): method __repr__ (line 25681) | def __repr__(self): method __eq__ (line 25686) | def __eq__(self, other): method __ne__ (line 25689) | def __ne__(self, other): class getBlockedBuddyMembers_args (line 25692) | class getBlockedBuddyMembers_args: method read (line 25697) | def read(self, iprot): method write (line 25711) | def write(self, oprot): method validate (line 25719) | def validate(self): method __hash__ (line 25723) | def __hash__(self): method __repr__ (line 25727) | def __repr__(self): method __eq__ (line 25732) | def __eq__(self, other): method __ne__ (line 25735) | def __ne__(self, other): class getBlockedBuddyMembers_result (line 25738) | class getBlockedBuddyMembers_result: method __init__ (line 25750) | def __init__(self, success=None, e=None,): method read (line 25754) | def read(self, iprot): method write (line 25784) | def write(self, oprot): method validate (line 25803) | def validate(self): method __hash__ (line 25807) | def __hash__(self): method __repr__ (line 25813) | def __repr__(self): method __eq__ (line 25818) | def __eq__(self, other): method __ne__ (line 25821) | def __ne__(self, other): class getBlockerCountByBuddyMid_args (line 25824) | class getBlockerCountByBuddyMid_args: method __init__ (line 25836) | def __init__(self, buddyMid=None,): method read (line 25839) | def read(self, iprot): method write (line 25858) | def write(self, oprot): method validate (line 25870) | def validate(self): method __hash__ (line 25874) | def __hash__(self): method __repr__ (line 25879) | def __repr__(self): method __eq__ (line 25884) | def __eq__(self, other): method __ne__ (line 25887) | def __ne__(self, other): class getBlockerCountByBuddyMid_result (line 25890) | class getBlockerCountByBuddyMid_result: method __init__ (line 25902) | def __init__(self, success=None, e=None,): method read (line 25906) | def read(self, iprot): method write (line 25931) | def write(self, oprot): method validate (line 25947) | def validate(self): method __hash__ (line 25951) | def __hash__(self): method __repr__ (line 25957) | def __repr__(self): method __eq__ (line 25962) | def __eq__(self, other): method __ne__ (line 25965) | def __ne__(self, other): class getBuddyDetailByMid_args (line 25968) | class getBuddyDetailByMid_args: method __init__ (line 25980) | def __init__(self, buddyMid=None,): method read (line 25983) | def read(self, iprot): method write (line 26002) | def write(self, oprot): method validate (line 26014) | def validate(self): method __hash__ (line 26018) | def __hash__(self): method __repr__ (line 26023) | def __repr__(self): method __eq__ (line 26028) | def __eq__(self, other): method __ne__ (line 26031) | def __ne__(self, other): class getBuddyDetailByMid_result (line 26034) | class getBuddyDetailByMid_result: method __init__ (line 26046) | def __init__(self, success=None, e=None,): method read (line 26050) | def read(self, iprot): method write (line 26076) | def write(self, oprot): method validate (line 26092) | def validate(self): method __hash__ (line 26096) | def __hash__(self): method __repr__ (line 26102) | def __repr__(self): method __eq__ (line 26107) | def __eq__(self, other): method __ne__ (line 26110) | def __ne__(self, other): class getBuddyProfile_args (line 26113) | class getBuddyProfile_args: method read (line 26118) | def read(self, iprot): method write (line 26132) | def write(self, oprot): method validate (line 26140) | def validate(self): method __hash__ (line 26144) | def __hash__(self): method __repr__ (line 26148) | def __repr__(self): method __eq__ (line 26153) | def __eq__(self, other): method __ne__ (line 26156) | def __ne__(self, other): class getBuddyProfile_result (line 26159) | class getBuddyProfile_result: method __init__ (line 26171) | def __init__(self, success=None, e=None,): method read (line 26175) | def read(self, iprot): method write (line 26201) | def write(self, oprot): method validate (line 26217) | def validate(self): method __hash__ (line 26221) | def __hash__(self): method __repr__ (line 26227) | def __repr__(self): method __eq__ (line 26232) | def __eq__(self, other): method __ne__ (line 26235) | def __ne__(self, other): class getContactTicket_args (line 26238) | class getContactTicket_args: method read (line 26243) | def read(self, iprot): method write (line 26257) | def write(self, oprot): method validate (line 26265) | def validate(self): method __hash__ (line 26269) | def __hash__(self): method __repr__ (line 26273) | def __repr__(self): method __eq__ (line 26278) | def __eq__(self, other): method __ne__ (line 26281) | def __ne__(self, other): class getContactTicket_result (line 26284) | class getContactTicket_result: method __init__ (line 26296) | def __init__(self, success=None, e=None,): method read (line 26300) | def read(self, iprot): method write (line 26326) | def write(self, oprot): method validate (line 26342) | def validate(self): method __hash__ (line 26346) | def __hash__(self): method __repr__ (line 26352) | def __repr__(self): method __eq__ (line 26357) | def __eq__(self, other): method __ne__ (line 26360) | def __ne__(self, other): class getMemberCountByBuddyMid_args (line 26363) | class getMemberCountByBuddyMid_args: method __init__ (line 26375) | def __init__(self, buddyMid=None,): method read (line 26378) | def read(self, iprot): method write (line 26397) | def write(self, oprot): method validate (line 26409) | def validate(self): method __hash__ (line 26413) | def __hash__(self): method __repr__ (line 26418) | def __repr__(self): method __eq__ (line 26423) | def __eq__(self, other): method __ne__ (line 26426) | def __ne__(self, other): class getMemberCountByBuddyMid_result (line 26429) | class getMemberCountByBuddyMid_result: method __init__ (line 26441) | def __init__(self, success=None, e=None,): method read (line 26445) | def read(self, iprot): method write (line 26470) | def write(self, oprot): method validate (line 26486) | def validate(self): method __hash__ (line 26490) | def __hash__(self): method __repr__ (line 26496) | def __repr__(self): method __eq__ (line 26501) | def __eq__(self, other): method __ne__ (line 26504) | def __ne__(self, other): class getSendBuddyMessageResult_args (line 26507) | class getSendBuddyMessageResult_args: method __init__ (line 26518) | def __init__(self, sendBuddyMessageRequestId=None,): method read (line 26521) | def read(self, iprot): method write (line 26540) | def write(self, oprot): method validate (line 26552) | def validate(self): method __hash__ (line 26556) | def __hash__(self): method __repr__ (line 26561) | def __repr__(self): method __eq__ (line 26566) | def __eq__(self, other): method __ne__ (line 26569) | def __ne__(self, other): class getSendBuddyMessageResult_result (line 26572) | class getSendBuddyMessageResult_result: method __init__ (line 26584) | def __init__(self, success=None, e=None,): method read (line 26588) | def read(self, iprot): method write (line 26614) | def write(self, oprot): method validate (line 26630) | def validate(self): method __hash__ (line 26634) | def __hash__(self): method __repr__ (line 26640) | def __repr__(self): method __eq__ (line 26645) | def __eq__(self, other): method __ne__ (line 26648) | def __ne__(self, other): class getSetBuddyOnAirResult_args (line 26651) | class getSetBuddyOnAirResult_args: method __init__ (line 26662) | def __init__(self, setBuddyOnAirRequestId=None,): method read (line 26665) | def read(self, iprot): method write (line 26684) | def write(self, oprot): method validate (line 26696) | def validate(self): method __hash__ (line 26700) | def __hash__(self): method __repr__ (line 26705) | def __repr__(self): method __eq__ (line 26710) | def __eq__(self, other): method __ne__ (line 26713) | def __ne__(self, other): class getSetBuddyOnAirResult_result (line 26716) | class getSetBuddyOnAirResult_result: method __init__ (line 26728) | def __init__(self, success=None, e=None,): method read (line 26732) | def read(self, iprot): method write (line 26758) | def write(self, oprot): method validate (line 26774) | def validate(self): method __hash__ (line 26778) | def __hash__(self): method __repr__ (line 26784) | def __repr__(self): method __eq__ (line 26789) | def __eq__(self, other): method __ne__ (line 26792) | def __ne__(self, other): class getUpdateBuddyProfileResult_args (line 26795) | class getUpdateBuddyProfileResult_args: method __init__ (line 26806) | def __init__(self, updateBuddyProfileRequestId=None,): method read (line 26809) | def read(self, iprot): method write (line 26828) | def write(self, oprot): method validate (line 26840) | def validate(self): method __hash__ (line 26844) | def __hash__(self): method __repr__ (line 26849) | def __repr__(self): method __eq__ (line 26854) | def __eq__(self, other): method __ne__ (line 26857) | def __ne__(self, other): class getUpdateBuddyProfileResult_result (line 26860) | class getUpdateBuddyProfileResult_result: method __init__ (line 26872) | def __init__(self, success=None, e=None,): method read (line 26876) | def read(self, iprot): method write (line 26902) | def write(self, oprot): method validate (line 26918) | def validate(self): method __hash__ (line 26922) | def __hash__(self): method __repr__ (line 26928) | def __repr__(self): method __eq__ (line 26933) | def __eq__(self, other): method __ne__ (line 26936) | def __ne__(self, other): class isBuddyOnAirByMid_args (line 26939) | class isBuddyOnAirByMid_args: method __init__ (line 26951) | def __init__(self, buddyMid=None,): method read (line 26954) | def read(self, iprot): method write (line 26973) | def write(self, oprot): method validate (line 26985) | def validate(self): method __hash__ (line 26989) | def __hash__(self): method __repr__ (line 26994) | def __repr__(self): method __eq__ (line 26999) | def __eq__(self, other): method __ne__ (line 27002) | def __ne__(self, other): class isBuddyOnAirByMid_result (line 27005) | class isBuddyOnAirByMid_result: method __init__ (line 27017) | def __init__(self, success=None, e=None,): method read (line 27021) | def read(self, iprot): method write (line 27046) | def write(self, oprot): method validate (line 27062) | def validate(self): method __hash__ (line 27066) | def __hash__(self): method __repr__ (line 27072) | def __repr__(self): method __eq__ (line 27077) | def __eq__(self, other): method __ne__ (line 27080) | def __ne__(self, other): class linkAndSendBuddyContentMessageToAllAsync_args (line 27083) | class linkAndSendBuddyContentMessageToAllAsync_args: method __init__ (line 27098) | def __init__(self, requestId=None, msg=None, sourceContentId=None,): method read (line 27103) | def read(self, iprot): method write (line 27133) | def write(self, oprot): method validate (line 27153) | def validate(self): method __hash__ (line 27157) | def __hash__(self): method __repr__ (line 27164) | def __repr__(self): method __eq__ (line 27169) | def __eq__(self, other): method __ne__ (line 27172) | def __ne__(self, other): class linkAndSendBuddyContentMessageToAllAsync_result (line 27175) | class linkAndSendBuddyContentMessageToAllAsync_result: method __init__ (line 27187) | def __init__(self, success=None, e=None,): method read (line 27191) | def read(self, iprot): method write (line 27216) | def write(self, oprot): method validate (line 27232) | def validate(self): method __hash__ (line 27236) | def __hash__(self): method __repr__ (line 27242) | def __repr__(self): method __eq__ (line 27247) | def __eq__(self, other): method __ne__ (line 27250) | def __ne__(self, other): class linkAndSendBuddyContentMessageTomids_args (line 27253) | class linkAndSendBuddyContentMessageTomids_args: method __init__ (line 27270) | def __init__(self, requestId=None, msg=None, sourceContentId=None, mid... method read (line 27276) | def read(self, iprot): method write (line 27316) | def write(self, oprot): method validate (line 27343) | def validate(self): method __hash__ (line 27347) | def __hash__(self): method __repr__ (line 27355) | def __repr__(self): method __eq__ (line 27360) | def __eq__(self, other): method __ne__ (line 27363) | def __ne__(self, other): class linkAndSendBuddyContentMessageTomids_result (line 27366) | class linkAndSendBuddyContentMessageTomids_result: method __init__ (line 27378) | def __init__(self, success=None, e=None,): method read (line 27382) | def read(self, iprot): method write (line 27408) | def write(self, oprot): method validate (line 27424) | def validate(self): method __hash__ (line 27428) | def __hash__(self): method __repr__ (line 27434) | def __repr__(self): method __eq__ (line 27439) | def __eq__(self, other): method __ne__ (line 27442) | def __ne__(self, other): class notifyBuddyBlocked_args (line 27445) | class notifyBuddyBlocked_args: method __init__ (line 27458) | def __init__(self, buddyMid=None, blockerMid=None,): method read (line 27462) | def read(self, iprot): method write (line 27486) | def write(self, oprot): method validate (line 27502) | def validate(self): method __hash__ (line 27506) | def __hash__(self): method __repr__ (line 27512) | def __repr__(self): method __eq__ (line 27517) | def __eq__(self, other): method __ne__ (line 27520) | def __ne__(self, other): class notifyBuddyBlocked_result (line 27523) | class notifyBuddyBlocked_result: method __init__ (line 27534) | def __init__(self, e=None,): method read (line 27537) | def read(self, iprot): method write (line 27557) | def write(self, oprot): method validate (line 27569) | def validate(self): method __hash__ (line 27573) | def __hash__(self): method __repr__ (line 27578) | def __repr__(self): method __eq__ (line 27583) | def __eq__(self, other): method __ne__ (line 27586) | def __ne__(self, other): class notifyBuddyUnblocked_args (line 27589) | class notifyBuddyUnblocked_args: method __init__ (line 27602) | def __init__(self, buddyMid=None, blockerMid=None,): method read (line 27606) | def read(self, iprot): method write (line 27630) | def write(self, oprot): method validate (line 27646) | def validate(self): method __hash__ (line 27650) | def __hash__(self): method __repr__ (line 27656) | def __repr__(self): method __eq__ (line 27661) | def __eq__(self, other): method __ne__ (line 27664) | def __ne__(self, other): class notifyBuddyUnblocked_result (line 27667) | class notifyBuddyUnblocked_result: method __init__ (line 27678) | def __init__(self, e=None,): method read (line 27681) | def read(self, iprot): method write (line 27701) | def write(self, oprot): method validate (line 27713) | def validate(self): method __hash__ (line 27717) | def __hash__(self): method __repr__ (line 27722) | def __repr__(self): method __eq__ (line 27727) | def __eq__(self, other): method __ne__ (line 27730) | def __ne__(self, other): class registerBuddy_args (line 27733) | class registerBuddy_args: method __init__ (line 27755) | def __init__(self, buddyId=None, searchId=None, displayName=None, stat... method read (line 27763) | def read(self, iprot): method write (line 27813) | def write(self, oprot): method validate (line 27849) | def validate(self): method __hash__ (line 27853) | def __hash__(self): method __repr__ (line 27863) | def __repr__(self): method __eq__ (line 27868) | def __eq__(self, other): method __ne__ (line 27871) | def __ne__(self, other): class registerBuddy_result (line 27874) | class registerBuddy_result: method __init__ (line 27886) | def __init__(self, success=None, e=None,): method read (line 27890) | def read(self, iprot): method write (line 27915) | def write(self, oprot): method validate (line 27931) | def validate(self): method __hash__ (line 27935) | def __hash__(self): method __repr__ (line 27941) | def __repr__(self): method __eq__ (line 27946) | def __eq__(self, other): method __ne__ (line 27949) | def __ne__(self, other): class registerBuddyAdmin_args (line 27952) | class registerBuddyAdmin_args: method __init__ (line 27972) | def __init__(self, buddyId=None, searchId=None, displayName=None, stat... method read (line 27979) | def read(self, iprot): method write (line 28018) | def write(self, oprot): method validate (line 28046) | def validate(self): method __hash__ (line 28050) | def __hash__(self): method __repr__ (line 28059) | def __repr__(self): method __eq__ (line 28064) | def __eq__(self, other): method __ne__ (line 28067) | def __ne__(self, other): class registerBuddyAdmin_result (line 28070) | class registerBuddyAdmin_result: method __init__ (line 28082) | def __init__(self, success=None, e=None,): method read (line 28086) | def read(self, iprot): method write (line 28111) | def write(self, oprot): method validate (line 28127) | def validate(self): method __hash__ (line 28131) | def __hash__(self): method __repr__ (line 28137) | def __repr__(self): method __eq__ (line 28142) | def __eq__(self, other): method __ne__ (line 28145) | def __ne__(self, other): class reissueContactTicket_args (line 28148) | class reissueContactTicket_args: method __init__ (line 28163) | def __init__(self, expirationTime=None, maxUseCount=None,): method read (line 28167) | def read(self, iprot): method write (line 28191) | def write(self, oprot): method validate (line 28207) | def validate(self): method __hash__ (line 28211) | def __hash__(self): method __repr__ (line 28217) | def __repr__(self): method __eq__ (line 28222) | def __eq__(self, other): method __ne__ (line 28225) | def __ne__(self, other): class reissueContactTicket_result (line 28228) | class reissueContactTicket_result: method __init__ (line 28240) | def __init__(self, success=None, e=None,): method read (line 28244) | def read(self, iprot): method write (line 28269) | def write(self, oprot): method validate (line 28285) | def validate(self): method __hash__ (line 28289) | def __hash__(self): method __repr__ (line 28295) | def __repr__(self): method __eq__ (line 28300) | def __eq__(self, other): method __ne__ (line 28303) | def __ne__(self, other): class removeBuddyMember_args (line 28306) | class removeBuddyMember_args: method __init__ (line 28319) | def __init__(self, requestId=None, userMid=None,): method read (line 28323) | def read(self, iprot): method write (line 28347) | def write(self, oprot): method validate (line 28363) | def validate(self): method __hash__ (line 28367) | def __hash__(self): method __repr__ (line 28373) | def __repr__(self): method __eq__ (line 28378) | def __eq__(self, other): method __ne__ (line 28381) | def __ne__(self, other): class removeBuddyMember_result (line 28384) | class removeBuddyMember_result: method __init__ (line 28395) | def __init__(self, e=None,): method read (line 28398) | def read(self, iprot): method write (line 28418) | def write(self, oprot): method validate (line 28430) | def validate(self): method __hash__ (line 28434) | def __hash__(self): method __repr__ (line 28439) | def __repr__(self): method __eq__ (line 28444) | def __eq__(self, other): method __ne__ (line 28447) | def __ne__(self, other): class removeBuddyMembers_args (line 28450) | class removeBuddyMembers_args: method __init__ (line 28463) | def __init__(self, requestId=None, userMids=None,): method read (line 28467) | def read(self, iprot): method write (line 28496) | def write(self, oprot): method validate (line 28515) | def validate(self): method __hash__ (line 28519) | def __hash__(self): method __repr__ (line 28525) | def __repr__(self): method __eq__ (line 28530) | def __eq__(self, other): method __ne__ (line 28533) | def __ne__(self, other): class removeBuddyMembers_result (line 28536) | class removeBuddyMembers_result: method __init__ (line 28547) | def __init__(self, e=None,): method read (line 28550) | def read(self, iprot): method write (line 28570) | def write(self, oprot): method validate (line 28582) | def validate(self): method __hash__ (line 28586) | def __hash__(self): method __repr__ (line 28591) | def __repr__(self): method __eq__ (line 28596) | def __eq__(self, other): method __ne__ (line 28599) | def __ne__(self, other): class sendBuddyContentMessageToAll_args (line 28602) | class sendBuddyContentMessageToAll_args: method __init__ (line 28617) | def __init__(self, requestId=None, msg=None, content=None,): method read (line 28622) | def read(self, iprot): method write (line 28652) | def write(self, oprot): method validate (line 28672) | def validate(self): method __hash__ (line 28676) | def __hash__(self): method __repr__ (line 28683) | def __repr__(self): method __eq__ (line 28688) | def __eq__(self, other): method __ne__ (line 28691) | def __ne__(self, other): class sendBuddyContentMessageToAll_result (line 28694) | class sendBuddyContentMessageToAll_result: method __init__ (line 28706) | def __init__(self, success=None, e=None,): method read (line 28710) | def read(self, iprot): method write (line 28736) | def write(self, oprot): method validate (line 28752) | def validate(self): method __hash__ (line 28756) | def __hash__(self): method __repr__ (line 28762) | def __repr__(self): method __eq__ (line 28767) | def __eq__(self, other): method __ne__ (line 28770) | def __ne__(self, other): class sendBuddyContentMessageToAllAsync_args (line 28773) | class sendBuddyContentMessageToAllAsync_args: method __init__ (line 28788) | def __init__(self, requestId=None, msg=None, content=None,): method read (line 28793) | def read(self, iprot): method write (line 28823) | def write(self, oprot): method validate (line 28843) | def validate(self): method __hash__ (line 28847) | def __hash__(self): method __repr__ (line 28854) | def __repr__(self): method __eq__ (line 28859) | def __eq__(self, other): method __ne__ (line 28862) | def __ne__(self, other): class sendBuddyContentMessageToAllAsync_result (line 28865) | class sendBuddyContentMessageToAllAsync_result: method __init__ (line 28877) | def __init__(self, success=None, e=None,): method read (line 28881) | def read(self, iprot): method write (line 28906) | def write(self, oprot): method validate (line 28922) | def validate(self): method __hash__ (line 28926) | def __hash__(self): method __repr__ (line 28932) | def __repr__(self): method __eq__ (line 28937) | def __eq__(self, other): method __ne__ (line 28940) | def __ne__(self, other): class sendBuddyContentMessageTomids_args (line 28943) | class sendBuddyContentMessageTomids_args: method __init__ (line 28960) | def __init__(self, requestId=None, msg=None, content=None, mids=None,): method read (line 28966) | def read(self, iprot): method write (line 29006) | def write(self, oprot): method validate (line 29033) | def validate(self): method __hash__ (line 29037) | def __hash__(self): method __repr__ (line 29045) | def __repr__(self): method __eq__ (line 29050) | def __eq__(self, other): method __ne__ (line 29053) | def __ne__(self, other): class sendBuddyContentMessageTomids_result (line 29056) | class sendBuddyContentMessageTomids_result: method __init__ (line 29068) | def __init__(self, success=None, e=None,): method read (line 29072) | def read(self, iprot): method write (line 29098) | def write(self, oprot): method validate (line 29114) | def validate(self): method __hash__ (line 29118) | def __hash__(self): method __repr__ (line 29124) | def __repr__(self): method __eq__ (line 29129) | def __eq__(self, other): method __ne__ (line 29132) | def __ne__(self, other): class sendBuddyContentMessageTomidsAsync_args (line 29135) | class sendBuddyContentMessageTomidsAsync_args: method __init__ (line 29152) | def __init__(self, requestId=None, msg=None, content=None, mids=None,): method read (line 29158) | def read(self, iprot): method write (line 29198) | def write(self, oprot): method validate (line 29225) | def validate(self): method __hash__ (line 29229) | def __hash__(self): method __repr__ (line 29237) | def __repr__(self): method __eq__ (line 29242) | def __eq__(self, other): method __ne__ (line 29245) | def __ne__(self, other): class sendBuddyContentMessageTomidsAsync_result (line 29248) | class sendBuddyContentMessageTomidsAsync_result: method __init__ (line 29260) | def __init__(self, success=None, e=None,): method read (line 29264) | def read(self, iprot): method write (line 29289) | def write(self, oprot): method validate (line 29305) | def validate(self): method __hash__ (line 29309) | def __hash__(self): method __repr__ (line 29315) | def __repr__(self): method __eq__ (line 29320) | def __eq__(self, other): method __ne__ (line 29323) | def __ne__(self, other): class sendBuddyMessageToAll_args (line 29326) | class sendBuddyMessageToAll_args: method __init__ (line 29339) | def __init__(self, requestId=None, msg=None,): method read (line 29343) | def read(self, iprot): method write (line 29368) | def write(self, oprot): method validate (line 29384) | def validate(self): method __hash__ (line 29388) | def __hash__(self): method __repr__ (line 29394) | def __repr__(self): method __eq__ (line 29399) | def __eq__(self, other): method __ne__ (line 29402) | def __ne__(self, other): class sendBuddyMessageToAll_result (line 29405) | class sendBuddyMessageToAll_result: method __init__ (line 29417) | def __init__(self, success=None, e=None,): method read (line 29421) | def read(self, iprot): method write (line 29447) | def write(self, oprot): method validate (line 29463) | def validate(self): method __hash__ (line 29467) | def __hash__(self): method __repr__ (line 29473) | def __repr__(self): method __eq__ (line 29478) | def __eq__(self, other): method __ne__ (line 29481) | def __ne__(self, other): class sendBuddyMessageToAllAsync_args (line 29484) | class sendBuddyMessageToAllAsync_args: method __init__ (line 29497) | def __init__(self, requestId=None, msg=None,): method read (line 29501) | def read(self, iprot): method write (line 29526) | def write(self, oprot): method validate (line 29542) | def validate(self): method __hash__ (line 29546) | def __hash__(self): method __repr__ (line 29552) | def __repr__(self): method __eq__ (line 29557) | def __eq__(self, other): method __ne__ (line 29560) | def __ne__(self, other): class sendBuddyMessageToAllAsync_result (line 29563) | class sendBuddyMessageToAllAsync_result: method __init__ (line 29575) | def __init__(self, success=None, e=None,): method read (line 29579) | def read(self, iprot): method write (line 29604) | def write(self, oprot): method validate (line 29620) | def validate(self): method __hash__ (line 29624) | def __hash__(self): method __repr__ (line 29630) | def __repr__(self): method __eq__ (line 29635) | def __eq__(self, other): method __ne__ (line 29638) | def __ne__(self, other): class sendBuddyMessageTomids_args (line 29641) | class sendBuddyMessageTomids_args: method __init__ (line 29656) | def __init__(self, requestId=None, msg=None, mids=None,): method read (line 29661) | def read(self, iprot): method write (line 29696) | def write(self, oprot): method validate (line 29719) | def validate(self): method __hash__ (line 29723) | def __hash__(self): method __repr__ (line 29730) | def __repr__(self): method __eq__ (line 29735) | def __eq__(self, other): method __ne__ (line 29738) | def __ne__(self, other): class sendBuddyMessageTomids_result (line 29741) | class sendBuddyMessageTomids_result: method __init__ (line 29753) | def __init__(self, success=None, e=None,): method read (line 29757) | def read(self, iprot): method write (line 29783) | def write(self, oprot): method validate (line 29799) | def validate(self): method __hash__ (line 29803) | def __hash__(self): method __repr__ (line 29809) | def __repr__(self): method __eq__ (line 29814) | def __eq__(self, other): method __ne__ (line 29817) | def __ne__(self, other): class sendBuddyMessageTomidsAsync_args (line 29820) | class sendBuddyMessageTomidsAsync_args: method __init__ (line 29835) | def __init__(self, requestId=None, msg=None, mids=None,): method read (line 29840) | def read(self, iprot): method write (line 29875) | def write(self, oprot): method validate (line 29898) | def validate(self): method __hash__ (line 29902) | def __hash__(self): method __repr__ (line 29909) | def __repr__(self): method __eq__ (line 29914) | def __eq__(self, other): method __ne__ (line 29917) | def __ne__(self, other): class sendBuddyMessageTomidsAsync_result (line 29920) | class sendBuddyMessageTomidsAsync_result: method __init__ (line 29932) | def __init__(self, success=None, e=None,): method read (line 29936) | def read(self, iprot): method write (line 29961) | def write(self, oprot): method validate (line 29977) | def validate(self): method __hash__ (line 29981) | def __hash__(self): method __repr__ (line 29987) | def __repr__(self): method __eq__ (line 29992) | def __eq__(self, other): method __ne__ (line 29995) | def __ne__(self, other): class sendIndividualEventToAllAsync_args (line 29998) | class sendIndividualEventToAllAsync_args: method __init__ (line 30013) | def __init__(self, requestId=None, buddyMid=None, notificationStatus=N... method read (line 30018) | def read(self, iprot): method write (line 30047) | def write(self, oprot): method validate (line 30067) | def validate(self): method __hash__ (line 30071) | def __hash__(self): method __repr__ (line 30078) | def __repr__(self): method __eq__ (line 30083) | def __eq__(self, other): method __ne__ (line 30086) | def __ne__(self, other): class sendIndividualEventToAllAsync_result (line 30089) | class sendIndividualEventToAllAsync_result: method __init__ (line 30100) | def __init__(self, e=None,): method read (line 30103) | def read(self, iprot): method write (line 30123) | def write(self, oprot): method validate (line 30135) | def validate(self): method __hash__ (line 30139) | def __hash__(self): method __repr__ (line 30144) | def __repr__(self): method __eq__ (line 30149) | def __eq__(self, other): method __ne__ (line 30152) | def __ne__(self, other): class setBuddyOnAir_args (line 30155) | class setBuddyOnAir_args: method __init__ (line 30168) | def __init__(self, requestId=None, onAir=None,): method read (line 30172) | def read(self, iprot): method write (line 30196) | def write(self, oprot): method validate (line 30212) | def validate(self): method __hash__ (line 30216) | def __hash__(self): method __repr__ (line 30222) | def __repr__(self): method __eq__ (line 30227) | def __eq__(self, other): method __ne__ (line 30230) | def __ne__(self, other): class setBuddyOnAir_result (line 30233) | class setBuddyOnAir_result: method __init__ (line 30245) | def __init__(self, success=None, e=None,): method read (line 30249) | def read(self, iprot): method write (line 30275) | def write(self, oprot): method validate (line 30291) | def validate(self): method __hash__ (line 30295) | def __hash__(self): method __repr__ (line 30301) | def __repr__(self): method __eq__ (line 30306) | def __eq__(self, other): method __ne__ (line 30309) | def __ne__(self, other): class setBuddyOnAirAsync_args (line 30312) | class setBuddyOnAirAsync_args: method __init__ (line 30325) | def __init__(self, requestId=None, onAir=None,): method read (line 30329) | def read(self, iprot): method write (line 30353) | def write(self, oprot): method validate (line 30369) | def validate(self): method __hash__ (line 30373) | def __hash__(self): method __repr__ (line 30379) | def __repr__(self): method __eq__ (line 30384) | def __eq__(self, other): method __ne__ (line 30387) | def __ne__(self, other): class setBuddyOnAirAsync_result (line 30390) | class setBuddyOnAirAsync_result: method __init__ (line 30402) | def __init__(self, success=None, e=None,): method read (line 30406) | def read(self, iprot): method write (line 30431) | def write(self, oprot): method validate (line 30447) | def validate(self): method __hash__ (line 30451) | def __hash__(self): method __repr__ (line 30457) | def __repr__(self): method __eq__ (line 30462) | def __eq__(self, other): method __ne__ (line 30465) | def __ne__(self, other): class storeMessage_args (line 30468) | class storeMessage_args: method __init__ (line 30481) | def __init__(self, requestId=None, messageRequest=None,): method read (line 30485) | def read(self, iprot): method write (line 30510) | def write(self, oprot): method validate (line 30526) | def validate(self): method __hash__ (line 30530) | def __hash__(self): method __repr__ (line 30536) | def __repr__(self): method __eq__ (line 30541) | def __eq__(self, other): method __ne__ (line 30544) | def __ne__(self, other): class storeMessage_result (line 30547) | class storeMessage_result: method __init__ (line 30559) | def __init__(self, success=None, e=None,): method read (line 30563) | def read(self, iprot): method write (line 30589) | def write(self, oprot): method validate (line 30605) | def validate(self): method __hash__ (line 30609) | def __hash__(self): method __repr__ (line 30615) | def __repr__(self): method __eq__ (line 30620) | def __eq__(self, other): method __ne__ (line 30623) | def __ne__(self, other): class unblockBuddyMember_args (line 30626) | class unblockBuddyMember_args: method __init__ (line 30639) | def __init__(self, requestId=None, mid=None,): method read (line 30643) | def read(self, iprot): method write (line 30667) | def write(self, oprot): method validate (line 30683) | def validate(self): method __hash__ (line 30687) | def __hash__(self): method __repr__ (line 30693) | def __repr__(self): method __eq__ (line 30698) | def __eq__(self, other): method __ne__ (line 30701) | def __ne__(self, other): class unblockBuddyMember_result (line 30704) | class unblockBuddyMember_result: method __init__ (line 30715) | def __init__(self, e=None,): method read (line 30718) | def read(self, iprot): method write (line 30738) | def write(self, oprot): method validate (line 30750) | def validate(self): method __hash__ (line 30754) | def __hash__(self): method __repr__ (line 30759) | def __repr__(self): method __eq__ (line 30764) | def __eq__(self, other): method __ne__ (line 30767) | def __ne__(self, other): class unregisterBuddy_args (line 30770) | class unregisterBuddy_args: method __init__ (line 30781) | def __init__(self, requestId=None,): method read (line 30784) | def read(self, iprot): method write (line 30803) | def write(self, oprot): method validate (line 30815) | def validate(self): method __hash__ (line 30819) | def __hash__(self): method __repr__ (line 30824) | def __repr__(self): method __eq__ (line 30829) | def __eq__(self, other): method __ne__ (line 30832) | def __ne__(self, other): class unregisterBuddy_result (line 30835) | class unregisterBuddy_result: method __init__ (line 30846) | def __init__(self, e=None,): method read (line 30849) | def read(self, iprot): method write (line 30869) | def write(self, oprot): method validate (line 30881) | def validate(self): method __hash__ (line 30885) | def __hash__(self): method __repr__ (line 30890) | def __repr__(self): method __eq__ (line 30895) | def __eq__(self, other): method __ne__ (line 30898) | def __ne__(self, other): class unregisterBuddyAdmin_args (line 30901) | class unregisterBuddyAdmin_args: method __init__ (line 30912) | def __init__(self, requestId=None,): method read (line 30915) | def read(self, iprot): method write (line 30934) | def write(self, oprot): method validate (line 30946) | def validate(self): method __hash__ (line 30950) | def __hash__(self): method __repr__ (line 30955) | def __repr__(self): method __eq__ (line 30960) | def __eq__(self, other): method __ne__ (line 30963) | def __ne__(self, other): class unregisterBuddyAdmin_result (line 30966) | class unregisterBuddyAdmin_result: method __init__ (line 30977) | def __init__(self, e=None,): method read (line 30980) | def read(self, iprot): method write (line 31000) | def write(self, oprot): method validate (line 31012) | def validate(self): method __hash__ (line 31016) | def __hash__(self): method __repr__ (line 31021) | def __repr__(self): method __eq__ (line 31026) | def __eq__(self, other): method __ne__ (line 31029) | def __ne__(self, other): class updateBuddyAdminProfileAttribute_args (line 31032) | class updateBuddyAdminProfileAttribute_args: method __init__ (line 31045) | def __init__(self, requestId=None, attributes=None,): method read (line 31049) | def read(self, iprot): method write (line 31079) | def write(self, oprot): method validate (line 31099) | def validate(self): method __hash__ (line 31103) | def __hash__(self): method __repr__ (line 31109) | def __repr__(self): method __eq__ (line 31114) | def __eq__(self, other): method __ne__ (line 31117) | def __ne__(self, other): class updateBuddyAdminProfileAttribute_result (line 31120) | class updateBuddyAdminProfileAttribute_result: method __init__ (line 31131) | def __init__(self, e=None,): method read (line 31134) | def read(self, iprot): method write (line 31154) | def write(self, oprot): method validate (line 31166) | def validate(self): method __hash__ (line 31170) | def __hash__(self): method __repr__ (line 31175) | def __repr__(self): method __eq__ (line 31180) | def __eq__(self, other): method __ne__ (line 31183) | def __ne__(self, other): class updateBuddyAdminProfileImage_args (line 31186) | class updateBuddyAdminProfileImage_args: method __init__ (line 31199) | def __init__(self, requestId=None, picture=None,): method read (line 31203) | def read(self, iprot): method write (line 31227) | def write(self, oprot): method validate (line 31243) | def validate(self): method __hash__ (line 31247) | def __hash__(self): method __repr__ (line 31253) | def __repr__(self): method __eq__ (line 31258) | def __eq__(self, other): method __ne__ (line 31261) | def __ne__(self, other): class updateBuddyAdminProfileImage_result (line 31264) | class updateBuddyAdminProfileImage_result: method __init__ (line 31275) | def __init__(self, e=None,): method read (line 31278) | def read(self, iprot): method write (line 31298) | def write(self, oprot): method validate (line 31310) | def validate(self): method __hash__ (line 31314) | def __hash__(self): method __repr__ (line 31319) | def __repr__(self): method __eq__ (line 31324) | def __eq__(self, other): method __ne__ (line 31327) | def __ne__(self, other): class updateBuddyProfileAttributes_args (line 31330) | class updateBuddyProfileAttributes_args: method __init__ (line 31343) | def __init__(self, requestId=None, attributes=None,): method read (line 31347) | def read(self, iprot): method write (line 31377) | def write(self, oprot): method validate (line 31397) | def validate(self): method __hash__ (line 31401) | def __hash__(self): method __repr__ (line 31407) | def __repr__(self): method __eq__ (line 31412) | def __eq__(self, other): method __ne__ (line 31415) | def __ne__(self, other): class updateBuddyProfileAttributes_result (line 31418) | class updateBuddyProfileAttributes_result: method __init__ (line 31430) | def __init__(self, success=None, e=None,): method read (line 31434) | def read(self, iprot): method write (line 31460) | def write(self, oprot): method validate (line 31476) | def validate(self): method __hash__ (line 31480) | def __hash__(self): method __repr__ (line 31486) | def __repr__(self): method __eq__ (line 31491) | def __eq__(self, other): method __ne__ (line 31494) | def __ne__(self, other): class updateBuddyProfileAttributesAsync_args (line 31497) | class updateBuddyProfileAttributesAsync_args: method __init__ (line 31510) | def __init__(self, requestId=None, attributes=None,): method read (line 31514) | def read(self, iprot): method write (line 31544) | def write(self, oprot): method validate (line 31564) | def validate(self): method __hash__ (line 31568) | def __hash__(self): method __repr__ (line 31574) | def __repr__(self): method __eq__ (line 31579) | def __eq__(self, other): method __ne__ (line 31582) | def __ne__(self, other): class updateBuddyProfileAttributesAsync_result (line 31585) | class updateBuddyProfileAttributesAsync_result: method __init__ (line 31597) | def __init__(self, success=None, e=None,): method read (line 31601) | def read(self, iprot): method write (line 31626) | def write(self, oprot): method validate (line 31642) | def validate(self): method __hash__ (line 31646) | def __hash__(self): method __repr__ (line 31652) | def __repr__(self): method __eq__ (line 31657) | def __eq__(self, other): method __ne__ (line 31660) | def __ne__(self, other): class updateBuddyProfileImage_args (line 31663) | class updateBuddyProfileImage_args: method __init__ (line 31676) | def __init__(self, requestId=None, image=None,): method read (line 31680) | def read(self, iprot): method write (line 31704) | def write(self, oprot): method validate (line 31720) | def validate(self): method __hash__ (line 31724) | def __hash__(self): method __repr__ (line 31730) | def __repr__(self): method __eq__ (line 31735) | def __eq__(self, other): method __ne__ (line 31738) | def __ne__(self, other): class updateBuddyProfileImage_result (line 31741) | class updateBuddyProfileImage_result: method __init__ (line 31753) | def __init__(self, success=None, e=None,): method read (line 31757) | def read(self, iprot): method write (line 31783) | def write(self, oprot): method validate (line 31799) | def validate(self): method __hash__ (line 31803) | def __hash__(self): method __repr__ (line 31809) | def __repr__(self): method __eq__ (line 31814) | def __eq__(self, other): method __ne__ (line 31817) | def __ne__(self, other): class updateBuddyProfileImageAsync_args (line 31820) | class updateBuddyProfileImageAsync_args: method __init__ (line 31833) | def __init__(self, requestId=None, image=None,): method read (line 31837) | def read(self, iprot): method write (line 31861) | def write(self, oprot): method validate (line 31877) | def validate(self): method __hash__ (line 31881) | def __hash__(self): method __repr__ (line 31887) | def __repr__(self): method __eq__ (line 31892) | def __eq__(self, other): method __ne__ (line 31895) | def __ne__(self, other): class updateBuddyProfileImageAsync_result (line 31898) | class updateBuddyProfileImageAsync_result: method __init__ (line 31910) | def __init__(self, success=None, e=None,): method read (line 31914) | def read(self, iprot): method write (line 31939) | def write(self, oprot): method validate (line 31955) | def validate(self): method __hash__ (line 31959) | def __hash__(self): method __repr__ (line 31965) | def __repr__(self): method __eq__ (line 31970) | def __eq__(self, other): method __ne__ (line 31973) | def __ne__(self, other): class updateBuddySearchId_args (line 31976) | class updateBuddySearchId_args: method __init__ (line 31989) | def __init__(self, requestId=None, searchId=None,): method read (line 31993) | def read(self, iprot): method write (line 32017) | def write(self, oprot): method validate (line 32033) | def validate(self): method __hash__ (line 32037) | def __hash__(self): method __repr__ (line 32043) | def __repr__(self): method __eq__ (line 32048) | def __eq__(self, other): method __ne__ (line 32051) | def __ne__(self, other): class updateBuddySearchId_result (line 32054) | class updateBuddySearchId_result: method __init__ (line 32065) | def __init__(self, e=None,): method read (line 32068) | def read(self, iprot): method write (line 32088) | def write(self, oprot): method validate (line 32100) | def validate(self): method __hash__ (line 32104) | def __hash__(self): method __repr__ (line 32109) | def __repr__(self): method __eq__ (line 32114) | def __eq__(self, other): method __ne__ (line 32117) | def __ne__(self, other): class updateBuddySettings_args (line 32120) | class updateBuddySettings_args: method __init__ (line 32132) | def __init__(self, settings=None,): method read (line 32135) | def read(self, iprot): method write (line 32160) | def write(self, oprot): method validate (line 32176) | def validate(self): method __hash__ (line 32180) | def __hash__(self): method __repr__ (line 32185) | def __repr__(self): method __eq__ (line 32190) | def __eq__(self, other): method __ne__ (line 32193) | def __ne__(self, other): class updateBuddySettings_result (line 32196) | class updateBuddySettings_result: method __init__ (line 32207) | def __init__(self, e=None,): method read (line 32210) | def read(self, iprot): method write (line 32230) | def write(self, oprot): method validate (line 32242) | def validate(self): method __hash__ (line 32246) | def __hash__(self): method __repr__ (line 32251) | def __repr__(self): method __eq__ (line 32256) | def __eq__(self, other): method __ne__ (line 32259) | def __ne__(self, other): class uploadBuddyContent_args (line 32262) | class uploadBuddyContent_args: method __init__ (line 32276) | def __init__(self, contentType=None, content=None,): method read (line 32280) | def read(self, iprot): method write (line 32304) | def write(self, oprot): method validate (line 32320) | def validate(self): method __hash__ (line 32324) | def __hash__(self): method __repr__ (line 32330) | def __repr__(self): method __eq__ (line 32335) | def __eq__(self, other): method __ne__ (line 32338) | def __ne__(self, other): class uploadBuddyContent_result (line 32341) | class uploadBuddyContent_result: method __init__ (line 32353) | def __init__(self, success=None, e=None,): method read (line 32357) | def read(self, iprot): method write (line 32382) | def write(self, oprot): method validate (line 32398) | def validate(self): method __hash__ (line 32402) | def __hash__(self): method __repr__ (line 32408) | def __repr__(self): method __eq__ (line 32413) | def __eq__(self, other): method __ne__ (line 32416) | def __ne__(self, other): class findBuddyContactsByQuery_args (line 32419) | class findBuddyContactsByQuery_args: method __init__ (line 32441) | def __init__(self, language=None, country=None, query=None, fromIndex=... method read (line 32449) | def read(self, iprot): method write (line 32493) | def write(self, oprot): method validate (line 32525) | def validate(self): method __hash__ (line 32529) | def __hash__(self): method __repr__ (line 32539) | def __repr__(self): method __eq__ (line 32544) | def __eq__(self, other): method __ne__ (line 32547) | def __ne__(self, other): class findBuddyContactsByQuery_result (line 32550) | class findBuddyContactsByQuery_result: method __init__ (line 32562) | def __init__(self, success=None, e=None,): method read (line 32566) | def read(self, iprot): method write (line 32597) | def write(self, oprot): method validate (line 32616) | def validate(self): method __hash__ (line 32620) | def __hash__(self): method __repr__ (line 32626) | def __repr__(self): method __eq__ (line 32631) | def __eq__(self, other): method __ne__ (line 32634) | def __ne__(self, other): class getBuddyContacts_args (line 32637) | class getBuddyContacts_args: method __init__ (line 32657) | def __init__(self, language=None, country=None, classification=None, f... method read (line 32664) | def read(self, iprot): method write (line 32703) | def write(self, oprot): method validate (line 32731) | def validate(self): method __hash__ (line 32735) | def __hash__(self): method __repr__ (line 32744) | def __repr__(self): method __eq__ (line 32749) | def __eq__(self, other): method __ne__ (line 32752) | def __ne__(self, other): class getBuddyContacts_result (line 32755) | class getBuddyContacts_result: method __init__ (line 32767) | def __init__(self, success=None, e=None,): method read (line 32771) | def read(self, iprot): method write (line 32802) | def write(self, oprot): method validate (line 32821) | def validate(self): method __hash__ (line 32825) | def __hash__(self): method __repr__ (line 32831) | def __repr__(self): method __eq__ (line 32836) | def __eq__(self, other): method __ne__ (line 32839) | def __ne__(self, other): class getBuddyDetail_args (line 32842) | class getBuddyDetail_args: method __init__ (line 32856) | def __init__(self, buddyMid=None,): method read (line 32859) | def read(self, iprot): method write (line 32878) | def write(self, oprot): method validate (line 32890) | def validate(self): method __hash__ (line 32894) | def __hash__(self): method __repr__ (line 32899) | def __repr__(self): method __eq__ (line 32904) | def __eq__(self, other): method __ne__ (line 32907) | def __ne__(self, other): class getBuddyDetail_result (line 32910) | class getBuddyDetail_result: method __init__ (line 32922) | def __init__(self, success=None, e=None,): method read (line 32926) | def read(self, iprot): method write (line 32952) | def write(self, oprot): method validate (line 32968) | def validate(self): method __hash__ (line 32972) | def __hash__(self): method __repr__ (line 32978) | def __repr__(self): method __eq__ (line 32983) | def __eq__(self, other): method __ne__ (line 32986) | def __ne__(self, other): class getBuddyOnAir_args (line 32989) | class getBuddyOnAir_args: method __init__ (line 33003) | def __init__(self, buddyMid=None,): method read (line 33006) | def read(self, iprot): method write (line 33025) | def write(self, oprot): method validate (line 33037) | def validate(self): method __hash__ (line 33041) | def __hash__(self): method __repr__ (line 33046) | def __repr__(self): method __eq__ (line 33051) | def __eq__(self, other): method __ne__ (line 33054) | def __ne__(self, other): class getBuddyOnAir_result (line 33057) | class getBuddyOnAir_result: method __init__ (line 33069) | def __init__(self, success=None, e=None,): method read (line 33073) | def read(self, iprot): method write (line 33099) | def write(self, oprot): method validate (line 33115) | def validate(self): method __hash__ (line 33119) | def __hash__(self): method __repr__ (line 33125) | def __repr__(self): method __eq__ (line 33130) | def __eq__(self, other): method __ne__ (line 33133) | def __ne__(self, other): class getCountriesHavingBuddy_args (line 33136) | class getCountriesHavingBuddy_args: method read (line 33141) | def read(self, iprot): method write (line 33155) | def write(self, oprot): method validate (line 33163) | def validate(self): method __hash__ (line 33167) | def __hash__(self): method __repr__ (line 33171) | def __repr__(self): method __eq__ (line 33176) | def __eq__(self, other): method __ne__ (line 33179) | def __ne__(self, other): class getCountriesHavingBuddy_result (line 33182) | class getCountriesHavingBuddy_result: method __init__ (line 33194) | def __init__(self, success=None, e=None,): method read (line 33198) | def read(self, iprot): method write (line 33228) | def write(self, oprot): method validate (line 33247) | def validate(self): method __hash__ (line 33251) | def __hash__(self): method __repr__ (line 33257) | def __repr__(self): method __eq__ (line 33262) | def __eq__(self, other): method __ne__ (line 33265) | def __ne__(self, other): class getNewlyReleasedBuddyIds_args (line 33268) | class getNewlyReleasedBuddyIds_args: method __init__ (line 33281) | def __init__(self, country=None,): method read (line 33284) | def read(self, iprot): method write (line 33303) | def write(self, oprot): method validate (line 33315) | def validate(self): method __hash__ (line 33319) | def __hash__(self): method __repr__ (line 33324) | def __repr__(self): method __eq__ (line 33329) | def __eq__(self, other): method __ne__ (line 33332) | def __ne__(self, other): class getNewlyReleasedBuddyIds_result (line 33335) | class getNewlyReleasedBuddyIds_result: method __init__ (line 33347) | def __init__(self, success=None, e=None,): method read (line 33351) | def read(self, iprot): method write (line 33382) | def write(self, oprot): method validate (line 33402) | def validate(self): method __hash__ (line 33406) | def __hash__(self): method __repr__ (line 33412) | def __repr__(self): method __eq__ (line 33417) | def __eq__(self, other): method __ne__ (line 33420) | def __ne__(self, other): class getPopularBuddyBanner_args (line 33423) | class getPopularBuddyBanner_args: method __init__ (line 33441) | def __init__(self, language=None, country=None, applicationType=None, ... method read (line 33447) | def read(self, iprot): method write (line 33481) | def write(self, oprot): method validate (line 33505) | def validate(self): method __hash__ (line 33509) | def __hash__(self): method __repr__ (line 33517) | def __repr__(self): method __eq__ (line 33522) | def __eq__(self, other): method __ne__ (line 33525) | def __ne__(self, other): class getPopularBuddyBanner_result (line 33528) | class getPopularBuddyBanner_result: method __init__ (line 33540) | def __init__(self, success=None, e=None,): method read (line 33544) | def read(self, iprot): method write (line 33570) | def write(self, oprot): method validate (line 33586) | def validate(self): method __hash__ (line 33590) | def __hash__(self): method __repr__ (line 33596) | def __repr__(self): method __eq__ (line 33601) | def __eq__(self, other): method __ne__ (line 33604) | def __ne__(self, other): class getPopularBuddyLists_args (line 33607) | class getPopularBuddyLists_args: method __init__ (line 33621) | def __init__(self, language=None, country=None,): method read (line 33625) | def read(self, iprot): method write (line 33649) | def write(self, oprot): method validate (line 33665) | def validate(self): method __hash__ (line 33669) | def __hash__(self): method __repr__ (line 33675) | def __repr__(self): method __eq__ (line 33680) | def __eq__(self, other): method __ne__ (line 33683) | def __ne__(self, other): class getPopularBuddyLists_result (line 33686) | class getPopularBuddyLists_result: method __init__ (line 33698) | def __init__(self, success=None, e=None,): method read (line 33702) | def read(self, iprot): method write (line 33733) | def write(self, oprot): method validate (line 33752) | def validate(self): method __hash__ (line 33756) | def __hash__(self): method __repr__ (line 33762) | def __repr__(self): method __eq__ (line 33767) | def __eq__(self, other): method __ne__ (line 33770) | def __ne__(self, other): class getPromotedBuddyContacts_args (line 33773) | class getPromotedBuddyContacts_args: method __init__ (line 33787) | def __init__(self, language=None, country=None,): method read (line 33791) | def read(self, iprot): method write (line 33815) | def write(self, oprot): method validate (line 33831) | def validate(self): method __hash__ (line 33835) | def __hash__(self): method __repr__ (line 33841) | def __repr__(self): method __eq__ (line 33846) | def __eq__(self, other): method __ne__ (line 33849) | def __ne__(self, other): class getPromotedBuddyContacts_result (line 33852) | class getPromotedBuddyContacts_result: method __init__ (line 33864) | def __init__(self, success=None, e=None,): method read (line 33868) | def read(self, iprot): method write (line 33899) | def write(self, oprot): method validate (line 33918) | def validate(self): method __hash__ (line 33922) | def __hash__(self): method __repr__ (line 33928) | def __repr__(self): method __eq__ (line 33933) | def __eq__(self, other): method __ne__ (line 33936) | def __ne__(self, other): class activeBuddySubscriberCount_args (line 33939) | class activeBuddySubscriberCount_args: method read (line 33944) | def read(self, iprot): method write (line 33958) | def write(self, oprot): method validate (line 33966) | def validate(self): method __hash__ (line 33970) | def __hash__(self): method __repr__ (line 33974) | def __repr__(self): method __eq__ (line 33979) | def __eq__(self, other): method __ne__ (line 33982) | def __ne__(self, other): class activeBuddySubscriberCount_result (line 33985) | class activeBuddySubscriberCount_result: method __init__ (line 33997) | def __init__(self, success=None, e=None,): method read (line 34001) | def read(self, iprot): method write (line 34026) | def write(self, oprot): method validate (line 34042) | def validate(self): method __hash__ (line 34046) | def __hash__(self): method __repr__ (line 34052) | def __repr__(self): method __eq__ (line 34057) | def __eq__(self, other): method __ne__ (line 34060) | def __ne__(self, other): class addOperationForChannel_args (line 34063) | class addOperationForChannel_args: method __init__ (line 34080) | def __init__(self, opType=None, param1=None, param2=None, param3=None,): method read (line 34086) | def read(self, iprot): method write (line 34120) | def write(self, oprot): method validate (line 34144) | def validate(self): method __hash__ (line 34148) | def __hash__(self): method __repr__ (line 34156) | def __repr__(self): method __eq__ (line 34161) | def __eq__(self, other): method __ne__ (line 34164) | def __ne__(self, other): class addOperationForChannel_result (line 34167) | class addOperationForChannel_result: method __init__ (line 34178) | def __init__(self, e=None,): method read (line 34181) | def read(self, iprot): method write (line 34201) | def write(self, oprot): method validate (line 34213) | def validate(self): method __hash__ (line 34217) | def __hash__(self): method __repr__ (line 34222) | def __repr__(self): method __eq__ (line 34227) | def __eq__(self, other): method __ne__ (line 34230) | def __ne__(self, other): class displayBuddySubscriberCount_args (line 34233) | class displayBuddySubscriberCount_args: method read (line 34238) | def read(self, iprot): method write (line 34252) | def write(self, oprot): method validate (line 34260) | def validate(self): method __hash__ (line 34264) | def __hash__(self): method __repr__ (line 34268) | def __repr__(self): method __eq__ (line 34273) | def __eq__(self, other): method __ne__ (line 34276) | def __ne__(self, other): class displayBuddySubscriberCount_result (line 34279) | class displayBuddySubscriberCount_result: method __init__ (line 34291) | def __init__(self, success=None, e=None,): method read (line 34295) | def read(self, iprot): method write (line 34320) | def write(self, oprot): method validate (line 34336) | def validate(self): method __hash__ (line 34340) | def __hash__(self): method __repr__ (line 34346) | def __repr__(self): method __eq__ (line 34351) | def __eq__(self, other): method __ne__ (line 34354) | def __ne__(self, other): class findContactByUseridWithoutAbuseBlockForChannel_args (line 34357) | class findContactByUseridWithoutAbuseBlockForChannel_args: method __init__ (line 34369) | def __init__(self, userid=None,): method read (line 34372) | def read(self, iprot): method write (line 34391) | def write(self, oprot): method validate (line 34403) | def validate(self): method __hash__ (line 34407) | def __hash__(self): method __repr__ (line 34412) | def __repr__(self): method __eq__ (line 34417) | def __eq__(self, other): method __ne__ (line 34420) | def __ne__(self, other): class findContactByUseridWithoutAbuseBlockForChannel_result (line 34423) | class findContactByUseridWithoutAbuseBlockForChannel_result: method __init__ (line 34435) | def __init__(self, success=None, e=None,): method read (line 34439) | def read(self, iprot): method write (line 34465) | def write(self, oprot): method validate (line 34481) | def validate(self): method __hash__ (line 34485) | def __hash__(self): method __repr__ (line 34491) | def __repr__(self): method __eq__ (line 34496) | def __eq__(self, other): method __ne__ (line 34499) | def __ne__(self, other): class getAllContactIdsForChannel_args (line 34502) | class getAllContactIdsForChannel_args: method read (line 34507) | def read(self, iprot): method write (line 34521) | def write(self, oprot): method validate (line 34529) | def validate(self): method __hash__ (line 34533) | def __hash__(self): method __repr__ (line 34537) | def __repr__(self): method __eq__ (line 34542) | def __eq__(self, other): method __ne__ (line 34545) | def __ne__(self, other): class getAllContactIdsForChannel_result (line 34548) | class getAllContactIdsForChannel_result: method __init__ (line 34560) | def __init__(self, success=None, e=None,): method read (line 34564) | def read(self, iprot): method write (line 34594) | def write(self, oprot): method validate (line 34613) | def validate(self): method __hash__ (line 34617) | def __hash__(self): method __repr__ (line 34623) | def __repr__(self): method __eq__ (line 34628) | def __eq__(self, other): method __ne__ (line 34631) | def __ne__(self, other): class getCompactContacts_args (line 34634) | class getCompactContacts_args: method __init__ (line 34646) | def __init__(self, lastModifiedTimestamp=None,): method read (line 34649) | def read(self, iprot): method write (line 34668) | def write(self, oprot): method validate (line 34680) | def validate(self): method __hash__ (line 34684) | def __hash__(self): method __repr__ (line 34689) | def __repr__(self): method __eq__ (line 34694) | def __eq__(self, other): method __ne__ (line 34697) | def __ne__(self, other): class getCompactContacts_result (line 34700) | class getCompactContacts_result: method __init__ (line 34712) | def __init__(self, success=None, e=None,): method read (line 34716) | def read(self, iprot): method write (line 34747) | def write(self, oprot): method validate (line 34766) | def validate(self): method __hash__ (line 34770) | def __hash__(self): method __repr__ (line 34776) | def __repr__(self): method __eq__ (line 34781) | def __eq__(self, other): method __ne__ (line 34784) | def __ne__(self, other): class getContactsForChannel_args (line 34787) | class getContactsForChannel_args: method __init__ (line 34799) | def __init__(self, ids=None,): method read (line 34802) | def read(self, iprot): method write (line 34826) | def write(self, oprot): method validate (line 34841) | def validate(self): method __hash__ (line 34845) | def __hash__(self): method __repr__ (line 34850) | def __repr__(self): method __eq__ (line 34855) | def __eq__(self, other): method __ne__ (line 34858) | def __ne__(self, other): class getContactsForChannel_result (line 34861) | class getContactsForChannel_result: method __init__ (line 34873) | def __init__(self, success=None, e=None,): method read (line 34877) | def read(self, iprot): method write (line 34908) | def write(self, oprot): method validate (line 34927) | def validate(self): method __hash__ (line 34931) | def __hash__(self): method __repr__ (line 34937) | def __repr__(self): method __eq__ (line 34942) | def __eq__(self, other): method __ne__ (line 34945) | def __ne__(self, other): class getDisplayName_args (line 34948) | class getDisplayName_args: method __init__ (line 34960) | def __init__(self, mid=None,): method read (line 34963) | def read(self, iprot): method write (line 34982) | def write(self, oprot): method validate (line 34994) | def validate(self): method __hash__ (line 34998) | def __hash__(self): method __repr__ (line 35003) | def __repr__(self): method __eq__ (line 35008) | def __eq__(self, other): method __ne__ (line 35011) | def __ne__(self, other): class getDisplayName_result (line 35014) | class getDisplayName_result: method __init__ (line 35026) | def __init__(self, success=None, e=None,): method read (line 35030) | def read(self, iprot): method write (line 35055) | def write(self, oprot): method validate (line 35071) | def validate(self): method __hash__ (line 35075) | def __hash__(self): method __repr__ (line 35081) | def __repr__(self): method __eq__ (line 35086) | def __eq__(self, other): method __ne__ (line 35089) | def __ne__(self, other): class getFavoriteMidsForChannel_args (line 35092) | class getFavoriteMidsForChannel_args: method read (line 35097) | def read(self, iprot): method write (line 35111) | def write(self, oprot): method validate (line 35119) | def validate(self): method __hash__ (line 35123) | def __hash__(self): method __repr__ (line 35127) | def __repr__(self): method __eq__ (line 35132) | def __eq__(self, other): method __ne__ (line 35135) | def __ne__(self, other): class getFavoriteMidsForChannel_result (line 35138) | class getFavoriteMidsForChannel_result: method __init__ (line 35150) | def __init__(self, success=None, e=None,): method read (line 35154) | def read(self, iprot): method write (line 35184) | def write(self, oprot): method validate (line 35203) | def validate(self): method __hash__ (line 35207) | def __hash__(self): method __repr__ (line 35213) | def __repr__(self): method __eq__ (line 35218) | def __eq__(self, other): method __ne__ (line 35221) | def __ne__(self, other): class getFriendMids_args (line 35224) | class getFriendMids_args: method read (line 35229) | def read(self, iprot): method write (line 35243) | def write(self, oprot): method validate (line 35251) | def validate(self): method __hash__ (line 35255) | def __hash__(self): method __repr__ (line 35259) | def __repr__(self): method __eq__ (line 35264) | def __eq__(self, other): method __ne__ (line 35267) | def __ne__(self, other): class getFriendMids_result (line 35270) | class getFriendMids_result: method __init__ (line 35282) | def __init__(self, success=None, e=None,): method read (line 35286) | def read(self, iprot): method write (line 35316) | def write(self, oprot): method validate (line 35335) | def validate(self): method __hash__ (line 35339) | def __hash__(self): method __repr__ (line 35345) | def __repr__(self): method __eq__ (line 35350) | def __eq__(self, other): method __ne__ (line 35353) | def __ne__(self, other): class getGroupMemberMids_args (line 35356) | class getGroupMemberMids_args: method __init__ (line 35367) | def __init__(self, groupId=None,): method read (line 35370) | def read(self, iprot): method write (line 35389) | def write(self, oprot): method validate (line 35401) | def validate(self): method __hash__ (line 35405) | def __hash__(self): method __repr__ (line 35410) | def __repr__(self): method __eq__ (line 35415) | def __eq__(self, other): method __ne__ (line 35418) | def __ne__(self, other): class getGroupMemberMids_result (line 35421) | class getGroupMemberMids_result: method __init__ (line 35433) | def __init__(self, success=None, e=None,): method read (line 35437) | def read(self, iprot): method write (line 35467) | def write(self, oprot): method validate (line 35486) | def validate(self): method __hash__ (line 35490) | def __hash__(self): method __repr__ (line 35496) | def __repr__(self): method __eq__ (line 35501) | def __eq__(self, other): method __ne__ (line 35504) | def __ne__(self, other): class getGroupsForChannel_args (line 35507) | class getGroupsForChannel_args: method __init__ (line 35518) | def __init__(self, groupIds=None,): method read (line 35521) | def read(self, iprot): method write (line 35545) | def write(self, oprot): method validate (line 35560) | def validate(self): method __hash__ (line 35564) | def __hash__(self): method __repr__ (line 35569) | def __repr__(self): method __eq__ (line 35574) | def __eq__(self, other): method __ne__ (line 35577) | def __ne__(self, other): class getGroupsForChannel_result (line 35580) | class getGroupsForChannel_result: method __init__ (line 35592) | def __init__(self, success=None, e=None,): method read (line 35596) | def read(self, iprot): method write (line 35627) | def write(self, oprot): method validate (line 35646) | def validate(self): method __hash__ (line 35650) | def __hash__(self): method __repr__ (line 35656) | def __repr__(self): method __eq__ (line 35661) | def __eq__(self, other): method __ne__ (line 35664) | def __ne__(self, other): class getIdentityCredential_args (line 35667) | class getIdentityCredential_args: method read (line 35672) | def read(self, iprot): method write (line 35686) | def write(self, oprot): method validate (line 35694) | def validate(self): method __hash__ (line 35698) | def __hash__(self): method __repr__ (line 35702) | def __repr__(self): method __eq__ (line 35707) | def __eq__(self, other): method __ne__ (line 35710) | def __ne__(self, other): class getIdentityCredential_result (line 35713) | class getIdentityCredential_result: method __init__ (line 35725) | def __init__(self, success=None, e=None,): method read (line 35729) | def read(self, iprot): method write (line 35755) | def write(self, oprot): method validate (line 35771) | def validate(self): method __hash__ (line 35775) | def __hash__(self): method __repr__ (line 35781) | def __repr__(self): method __eq__ (line 35786) | def __eq__(self, other): method __ne__ (line 35789) | def __ne__(self, other): class getJoinedGroupIdsForChannel_args (line 35792) | class getJoinedGroupIdsForChannel_args: method read (line 35797) | def read(self, iprot): method write (line 35811) | def write(self, oprot): method validate (line 35819) | def validate(self): method __hash__ (line 35823) | def __hash__(self): method __repr__ (line 35827) | def __repr__(self): method __eq__ (line 35832) | def __eq__(self, other): method __ne__ (line 35835) | def __ne__(self, other): class getJoinedGroupIdsForChannel_result (line 35838) | class getJoinedGroupIdsForChannel_result: method __init__ (line 35850) | def __init__(self, success=None, e=None,): method read (line 35854) | def read(self, iprot): method write (line 35884) | def write(self, oprot): method validate (line 35903) | def validate(self): method __hash__ (line 35907) | def __hash__(self): method __repr__ (line 35913) | def __repr__(self): method __eq__ (line 35918) | def __eq__(self, other): method __ne__ (line 35921) | def __ne__(self, other): class getMetaProfile_args (line 35924) | class getMetaProfile_args: method read (line 35929) | def read(self, iprot): method write (line 35943) | def write(self, oprot): method validate (line 35951) | def validate(self): method __hash__ (line 35955) | def __hash__(self): method __repr__ (line 35959) | def __repr__(self): method __eq__ (line 35964) | def __eq__(self, other): method __ne__ (line 35967) | def __ne__(self, other): class getMetaProfile_result (line 35970) | class getMetaProfile_result: method __init__ (line 35982) | def __init__(self, success=None, e=None,): method read (line 35986) | def read(self, iprot): method write (line 36012) | def write(self, oprot): method validate (line 36028) | def validate(self): method __hash__ (line 36032) | def __hash__(self): method __repr__ (line 36038) | def __repr__(self): method __eq__ (line 36043) | def __eq__(self, other): method __ne__ (line 36046) | def __ne__(self, other): class getMid_args (line 36049) | class getMid_args: method read (line 36054) | def read(self, iprot): method write (line 36068) | def write(self, oprot): method validate (line 36076) | def validate(self): method __hash__ (line 36080) | def __hash__(self): method __repr__ (line 36084) | def __repr__(self): method __eq__ (line 36089) | def __eq__(self, other): method __ne__ (line 36092) | def __ne__(self, other): class getMid_result (line 36095) | class getMid_result: method __init__ (line 36107) | def __init__(self, success=None, e=None,): method read (line 36111) | def read(self, iprot): method write (line 36136) | def write(self, oprot): method validate (line 36152) | def validate(self): method __hash__ (line 36156) | def __hash__(self): method __repr__ (line 36162) | def __repr__(self): method __eq__ (line 36167) | def __eq__(self, other): method __ne__ (line 36170) | def __ne__(self, other): class getPrimaryClientForChannel_args (line 36173) | class getPrimaryClientForChannel_args: method read (line 36178) | def read(self, iprot): method write (line 36192) | def write(self, oprot): method validate (line 36200) | def validate(self): method __hash__ (line 36204) | def __hash__(self): method __repr__ (line 36208) | def __repr__(self): method __eq__ (line 36213) | def __eq__(self, other): method __ne__ (line 36216) | def __ne__(self, other): class getPrimaryClientForChannel_result (line 36219) | class getPrimaryClientForChannel_result: method __init__ (line 36231) | def __init__(self, success=None, e=None,): method read (line 36235) | def read(self, iprot): method write (line 36261) | def write(self, oprot): method validate (line 36277) | def validate(self): method __hash__ (line 36281) | def __hash__(self): method __repr__ (line 36287) | def __repr__(self): method __eq__ (line 36292) | def __eq__(self, other): method __ne__ (line 36295) | def __ne__(self, other): class getProfileForChannel_args (line 36298) | class getProfileForChannel_args: method read (line 36303) | def read(self, iprot): method write (line 36317) | def write(self, oprot): method validate (line 36325) | def validate(self): method __hash__ (line 36329) | def __hash__(self): method __repr__ (line 36333) | def __repr__(self): method __eq__ (line 36338) | def __eq__(self, other): method __ne__ (line 36341) | def __ne__(self, other): class getProfileForChannel_result (line 36344) | class getProfileForChannel_result: method __init__ (line 36356) | def __init__(self, success=None, e=None,): method read (line 36360) | def read(self, iprot): method write (line 36386) | def write(self, oprot): method validate (line 36402) | def validate(self): method __hash__ (line 36406) | def __hash__(self): method __repr__ (line 36412) | def __repr__(self): method __eq__ (line 36417) | def __eq__(self, other): method __ne__ (line 36420) | def __ne__(self, other): class getSimpleChannelContacts_args (line 36423) | class getSimpleChannelContacts_args: method __init__ (line 36434) | def __init__(self, ids=None,): method read (line 36437) | def read(self, iprot): method write (line 36461) | def write(self, oprot): method validate (line 36476) | def validate(self): method __hash__ (line 36480) | def __hash__(self): method __repr__ (line 36485) | def __repr__(self): method __eq__ (line 36490) | def __eq__(self, other): method __ne__ (line 36493) | def __ne__(self, other): class getSimpleChannelContacts_result (line 36496) | class getSimpleChannelContacts_result: method __init__ (line 36508) | def __init__(self, success=None, e=None,): method read (line 36512) | def read(self, iprot): method write (line 36543) | def write(self, oprot): method validate (line 36562) | def validate(self): method __hash__ (line 36566) | def __hash__(self): method __repr__ (line 36572) | def __repr__(self): method __eq__ (line 36577) | def __eq__(self, other): method __ne__ (line 36580) | def __ne__(self, other): class getUserCountryForBilling_args (line 36583) | class getUserCountryForBilling_args: method __init__ (line 36597) | def __init__(self, country=None, remoteIp=None,): method read (line 36601) | def read(self, iprot): method write (line 36625) | def write(self, oprot): method validate (line 36641) | def validate(self): method __hash__ (line 36645) | def __hash__(self): method __repr__ (line 36651) | def __repr__(self): method __eq__ (line 36656) | def __eq__(self, other): method __ne__ (line 36659) | def __ne__(self, other): class getUserCountryForBilling_result (line 36662) | class getUserCountryForBilling_result: method __init__ (line 36674) | def __init__(self, success=None, e=None,): method read (line 36678) | def read(self, iprot): method write (line 36703) | def write(self, oprot): method validate (line 36719) | def validate(self): method __hash__ (line 36723) | def __hash__(self): method __repr__ (line 36729) | def __repr__(self): method __eq__ (line 36734) | def __eq__(self, other): method __ne__ (line 36737) | def __ne__(self, other): class getUserCreateTime_args (line 36740) | class getUserCreateTime_args: method read (line 36745) | def read(self, iprot): method write (line 36759) | def write(self, oprot): method validate (line 36767) | def validate(self): method __hash__ (line 36771) | def __hash__(self): method __repr__ (line 36775) | def __repr__(self): method __eq__ (line 36780) | def __eq__(self, other): method __ne__ (line 36783) | def __ne__(self, other): class getUserCreateTime_result (line 36786) | class getUserCreateTime_result: method __init__ (line 36798) | def __init__(self, success=None, e=None,): method read (line 36802) | def read(self, iprot): method write (line 36827) | def write(self, oprot): method validate (line 36843) | def validate(self): method __hash__ (line 36847) | def __hash__(self): method __repr__ (line 36853) | def __repr__(self): method __eq__ (line 36858) | def __eq__(self, other): method __ne__ (line 36861) | def __ne__(self, other): class getUserIdentities_args (line 36864) | class getUserIdentities_args: method read (line 36869) | def read(self, iprot): method write (line 36883) | def write(self, oprot): method validate (line 36891) | def validate(self): method __hash__ (line 36895) | def __hash__(self): method __repr__ (line 36899) | def __repr__(self): method __eq__ (line 36904) | def __eq__(self, other): method __ne__ (line 36907) | def __ne__(self, other): class getUserIdentities_result (line 36910) | class getUserIdentities_result: method __init__ (line 36922) | def __init__(self, success=None, e=None,): method read (line 36926) | def read(self, iprot): method write (line 36957) | def write(self, oprot): method validate (line 36977) | def validate(self): method __hash__ (line 36981) | def __hash__(self): method __repr__ (line 36987) | def __repr__(self): method __eq__ (line 36992) | def __eq__(self, other): method __ne__ (line 36995) | def __ne__(self, other): class getUserLanguage_args (line 36998) | class getUserLanguage_args: method read (line 37003) | def read(self, iprot): method write (line 37017) | def write(self, oprot): method validate (line 37025) | def validate(self): method __hash__ (line 37029) | def __hash__(self): method __repr__ (line 37033) | def __repr__(self): method __eq__ (line 37038) | def __eq__(self, other): method __ne__ (line 37041) | def __ne__(self, other): class getUserLanguage_result (line 37044) | class getUserLanguage_result: method __init__ (line 37056) | def __init__(self, success=None, e=None,): method read (line 37060) | def read(self, iprot): method write (line 37085) | def write(self, oprot): method validate (line 37101) | def validate(self): method __hash__ (line 37105) | def __hash__(self): method __repr__ (line 37111) | def __repr__(self): method __eq__ (line 37116) | def __eq__(self, other): method __ne__ (line 37119) | def __ne__(self, other): class getUserMidsWhoAddedMe_args (line 37122) | class getUserMidsWhoAddedMe_args: method read (line 37127) | def read(self, iprot): method write (line 37141) | def write(self, oprot): method validate (line 37149) | def validate(self): method __hash__ (line 37153) | def __hash__(self): method __repr__ (line 37157) | def __repr__(self): method __eq__ (line 37162) | def __eq__(self, other): method __ne__ (line 37165) | def __ne__(self, other): class getUserMidsWhoAddedMe_result (line 37168) | class getUserMidsWhoAddedMe_result: method __init__ (line 37180) | def __init__(self, success=None, e=None,): method read (line 37184) | def read(self, iprot): method write (line 37214) | def write(self, oprot): method validate (line 37233) | def validate(self): method __hash__ (line 37237) | def __hash__(self): method __repr__ (line 37243) | def __repr__(self): method __eq__ (line 37248) | def __eq__(self, other): method __ne__ (line 37251) | def __ne__(self, other): class isGroupMember_args (line 37254) | class isGroupMember_args: method __init__ (line 37265) | def __init__(self, groupId=None,): method read (line 37268) | def read(self, iprot): method write (line 37287) | def write(self, oprot): method validate (line 37299) | def validate(self): method __hash__ (line 37303) | def __hash__(self): method __repr__ (line 37308) | def __repr__(self): method __eq__ (line 37313) | def __eq__(self, other): method __ne__ (line 37316) | def __ne__(self, other): class isGroupMember_result (line 37319) | class isGroupMember_result: method __init__ (line 37331) | def __init__(self, success=None, e=None,): method read (line 37335) | def read(self, iprot): method write (line 37360) | def write(self, oprot): method validate (line 37376) | def validate(self): method __hash__ (line 37380) | def __hash__(self): method __repr__ (line 37386) | def __repr__(self): method __eq__ (line 37391) | def __eq__(self, other): method __ne__ (line 37394) | def __ne__(self, other): class isInContact_args (line 37397) | class isInContact_args: method __init__ (line 37409) | def __init__(self, mid=None,): method read (line 37412) | def read(self, iprot): method write (line 37431) | def write(self, oprot): method validate (line 37443) | def validate(self): method __hash__ (line 37447) | def __hash__(self): method __repr__ (line 37452) | def __repr__(self): method __eq__ (line 37457) | def __eq__(self, other): method __ne__ (line 37460) | def __ne__(self, other): class isInContact_result (line 37463) | class isInContact_result: method __init__ (line 37475) | def __init__(self, success=None, e=None,): method read (line 37479) | def read(self, iprot): method write (line 37504) | def write(self, oprot): method validate (line 37520) | def validate(self): method __hash__ (line 37524) | def __hash__(self): method __repr__ (line 37530) | def __repr__(self): method __eq__ (line 37535) | def __eq__(self, other): method __ne__ (line 37538) | def __ne__(self, other): class registerChannelCP_args (line 37541) | class registerChannelCP_args: method __init__ (line 37555) | def __init__(self, cpId=None, registerPassword=None,): method read (line 37559) | def read(self, iprot): method write (line 37583) | def write(self, oprot): method validate (line 37599) | def validate(self): method __hash__ (line 37603) | def __hash__(self): method __repr__ (line 37609) | def __repr__(self): method __eq__ (line 37614) | def __eq__(self, other): method __ne__ (line 37617) | def __ne__(self, other): class registerChannelCP_result (line 37620) | class registerChannelCP_result: method __init__ (line 37632) | def __init__(self, success=None, e=None,): method read (line 37636) | def read(self, iprot): method write (line 37661) | def write(self, oprot): method validate (line 37677) | def validate(self): method __hash__ (line 37681) | def __hash__(self): method __repr__ (line 37687) | def __repr__(self): method __eq__ (line 37692) | def __eq__(self, other): method __ne__ (line 37695) | def __ne__(self, other): class removeNotificationStatus_args (line 37698) | class removeNotificationStatus_args: method __init__ (line 37710) | def __init__(self, notificationStatus=None,): method read (line 37713) | def read(self, iprot): method write (line 37732) | def write(self, oprot): method validate (line 37744) | def validate(self): method __hash__ (line 37748) | def __hash__(self): method __repr__ (line 37753) | def __repr__(self): method __eq__ (line 37758) | def __eq__(self, other): method __ne__ (line 37761) | def __ne__(self, other): class removeNotificationStatus_result (line 37764) | class removeNotificationStatus_result: method __init__ (line 37775) | def __init__(self, e=None,): method read (line 37778) | def read(self, iprot): method write (line 37798) | def write(self, oprot): method validate (line 37810) | def validate(self): method __hash__ (line 37814) | def __hash__(self): method __repr__ (line 37819) | def __repr__(self): method __eq__ (line 37824) | def __eq__(self, other): method __ne__ (line 37827) | def __ne__(self, other): class sendMessageForChannel_args (line 37830) | class sendMessageForChannel_args: method __init__ (line 37842) | def __init__(self, message=None,): method read (line 37845) | def read(self, iprot): method write (line 37865) | def write(self, oprot): method validate (line 37877) | def validate(self): method __hash__ (line 37881) | def __hash__(self): method __repr__ (line 37886) | def __repr__(self): method __eq__ (line 37891) | def __eq__(self, other): method __ne__ (line 37894) | def __ne__(self, other): class sendMessageForChannel_result (line 37897) | class sendMessageForChannel_result: method __init__ (line 37909) | def __init__(self, success=None, e=None,): method read (line 37913) | def read(self, iprot): method write (line 37939) | def write(self, oprot): method validate (line 37955) | def validate(self): method __hash__ (line 37959) | def __hash__(self): method __repr__ (line 37965) | def __repr__(self): method __eq__ (line 37970) | def __eq__(self, other): method __ne__ (line 37973) | def __ne__(self, other): class sendPinCodeOperation_args (line 37976) | class sendPinCodeOperation_args: method __init__ (line 37987) | def __init__(self, verifier=None,): method read (line 37990) | def read(self, iprot): method write (line 38009) | def write(self, oprot): method validate (line 38021) | def validate(self): method __hash__ (line 38025) | def __hash__(self): method __repr__ (line 38030) | def __repr__(self): method __eq__ (line 38035) | def __eq__(self, other): method __ne__ (line 38038) | def __ne__(self, other): class sendPinCodeOperation_result (line 38041) | class sendPinCodeOperation_result: method __init__ (line 38052) | def __init__(self, e=None,): method read (line 38055) | def read(self, iprot): method write (line 38075) | def write(self, oprot): method validate (line 38087) | def validate(self): method __hash__ (line 38091) | def __hash__(self): method __repr__ (line 38096) | def __repr__(self): method __eq__ (line 38101) | def __eq__(self, other): method __ne__ (line 38104) | def __ne__(self, other): class updateProfileAttributeForChannel_args (line 38107) | class updateProfileAttributeForChannel_args: method __init__ (line 38121) | def __init__(self, profileAttribute=None, value=None,): method read (line 38125) | def read(self, iprot): method write (line 38149) | def write(self, oprot): method validate (line 38165) | def validate(self): method __hash__ (line 38169) | def __hash__(self): method __repr__ (line 38175) | def __repr__(self): method __eq__ (line 38180) | def __eq__(self, other): method __ne__ (line 38183) | def __ne__(self, other): class updateProfileAttributeForChannel_result (line 38186) | class updateProfileAttributeForChannel_result: method __init__ (line 38197) | def __init__(self, e=None,): method read (line 38200) | def read(self, iprot): method write (line 38220) | def write(self, oprot): method validate (line 38232) | def validate(self): method __hash__ (line 38236) | def __hash__(self): method __repr__ (line 38241) | def __repr__(self): method __eq__ (line 38246) | def __eq__(self, other): method __ne__ (line 38249) | def __ne__(self, other): class approveChannelAndIssueChannelToken_args (line 38252) | class approveChannelAndIssueChannelToken_args: method __init__ (line 38263) | def __init__(self, channelId=None,): method read (line 38266) | def read(self, iprot): method write (line 38285) | def write(self, oprot): method validate (line 38297) | def validate(self): method __hash__ (line 38301) | def __hash__(self): method __repr__ (line 38306) | def __repr__(self): method __eq__ (line 38311) | def __eq__(self, other): method __ne__ (line 38314) | def __ne__(self, other): class approveChannelAndIssueChannelToken_result (line 38317) | class approveChannelAndIssueChannelToken_result: method __init__ (line 38329) | def __init__(self, success=None, e=None,): method read (line 38333) | def read(self, iprot): method write (line 38359) | def write(self, oprot): method validate (line 38375) | def validate(self): method __hash__ (line 38379) | def __hash__(self): method __repr__ (line 38385) | def __repr__(self): method __eq__ (line 38390) | def __eq__(self, other): method __ne__ (line 38393) | def __ne__(self, other): class approveChannelAndIssueRequestToken_args (line 38396) | class approveChannelAndIssueRequestToken_args: method __init__ (line 38409) | def __init__(self, channelId=None, otpId=None,): method read (line 38413) | def read(self, iprot): method write (line 38437) | def write(self, oprot): method validate (line 38453) | def validate(self): method __hash__ (line 38457) | def __hash__(self): method __repr__ (line 38463) | def __repr__(self): method __eq__ (line 38468) | def __eq__(self, other): method __ne__ (line 38471) | def __ne__(self, other): class approveChannelAndIssueRequestToken_result (line 38474) | class approveChannelAndIssueRequestToken_result: method __init__ (line 38486) | def __init__(self, success=None, e=None,): method read (line 38490) | def read(self, iprot): method write (line 38515) | def write(self, oprot): method validate (line 38531) | def validate(self): method __hash__ (line 38535) | def __hash__(self): method __repr__ (line 38541) | def __repr__(self): method __eq__ (line 38546) | def __eq__(self, other): method __ne__ (line 38549) | def __ne__(self, other): class fetchNotificationItems_args (line 38552) | class fetchNotificationItems_args: method __init__ (line 38564) | def __init__(self, localRev=None,): method read (line 38567) | def read(self, iprot): method write (line 38586) | def write(self, oprot): method validate (line 38598) | def validate(self): method __hash__ (line 38602) | def __hash__(self): method __repr__ (line 38607) | def __repr__(self): method __eq__ (line 38612) | def __eq__(self, other): method __ne__ (line 38615) | def __ne__(self, other): class fetchNotificationItems_result (line 38618) | class fetchNotificationItems_result: method __init__ (line 38630) | def __init__(self, success=None, e=None,): method read (line 38634) | def read(self, iprot): method write (line 38660) | def write(self, oprot): method validate (line 38676) | def validate(self): method __hash__ (line 38680) | def __hash__(self): method __repr__ (line 38686) | def __repr__(self): method __eq__ (line 38691) | def __eq__(self, other): method __ne__ (line 38694) | def __ne__(self, other): class getApprovedChannels_args (line 38697) | class getApprovedChannels_args: method __init__ (line 38711) | def __init__(self, lastSynced=None, locale=None,): method read (line 38715) | def read(self, iprot): method write (line 38739) | def write(self, oprot): method validate (line 38755) | def validate(self): method __hash__ (line 38759) | def __hash__(self): method __repr__ (line 38765) | def __repr__(self): method __eq__ (line 38770) | def __eq__(self, other): method __ne__ (line 38773) | def __ne__(self, other): class getApprovedChannels_result (line 38776) | class getApprovedChannels_result: method __init__ (line 38788) | def __init__(self, success=None, e=None,): method read (line 38792) | def read(self, iprot): method write (line 38818) | def write(self, oprot): method validate (line 38834) | def validate(self): method __hash__ (line 38838) | def __hash__(self): method __repr__ (line 38844) | def __repr__(self): method __eq__ (line 38849) | def __eq__(self, other): method __ne__ (line 38852) | def __ne__(self, other): class getChannelInfo_args (line 38855) | class getChannelInfo_args: method __init__ (line 38869) | def __init__(self, channelId=None, locale=None,): method read (line 38873) | def read(self, iprot): method write (line 38897) | def write(self, oprot): method validate (line 38913) | def validate(self): method __hash__ (line 38917) | def __hash__(self): method __repr__ (line 38923) | def __repr__(self): method __eq__ (line 38928) | def __eq__(self, other): method __ne__ (line 38931) | def __ne__(self, other): class getChannelInfo_result (line 38934) | class getChannelInfo_result: method __init__ (line 38946) | def __init__(self, success=None, e=None,): method read (line 38950) | def read(self, iprot): method write (line 38976) | def write(self, oprot): method validate (line 38992) | def validate(self): method __hash__ (line 38996) | def __hash__(self): method __repr__ (line 39002) | def __repr__(self): method __eq__ (line 39007) | def __eq__(self, other): method __ne__ (line 39010) | def __ne__(self, other): class getChannelNotificationSetting_args (line 39013) | class getChannelNotificationSetting_args: method __init__ (line 39026) | def __init__(self, channelId=None, locale=None,): method read (line 39030) | def read(self, iprot): method write (line 39054) | def write(self, oprot): method validate (line 39070) | def validate(self): method __hash__ (line 39074) | def __hash__(self): method __repr__ (line 39080) | def __repr__(self): method __eq__ (line 39085) | def __eq__(self, other): method __ne__ (line 39088) | def __ne__(self, other): class getChannelNotificationSetting_result (line 39091) | class getChannelNotificationSetting_result: method __init__ (line 39103) | def __init__(self, success=None, e=None,): method read (line 39107) | def read(self, iprot): method write (line 39133) | def write(self, oprot): method validate (line 39149) | def validate(self): method __hash__ (line 39153) | def __hash__(self): method __repr__ (line 39159) | def __repr__(self): method __eq__ (line 39164) | def __eq__(self, other): method __ne__ (line 39167) | def __ne__(self, other): class getChannelNotificationSettings_args (line 39170) | class getChannelNotificationSettings_args: method __init__ (line 39181) | def __init__(self, locale=None,): method read (line 39184) | def read(self, iprot): method write (line 39203) | def write(self, oprot): method validate (line 39215) | def validate(self): method __hash__ (line 39219) | def __hash__(self): method __repr__ (line 39224) | def __repr__(self): method __eq__ (line 39229) | def __eq__(self, other): method __ne__ (line 39232) | def __ne__(self, other): class getChannelNotificationSettings_result (line 39235) | class getChannelNotificationSettings_result: method __init__ (line 39247) | def __init__(self, success=None, e=None,): method read (line 39251) | def read(self, iprot): method write (line 39282) | def write(self, oprot): method validate (line 39301) | def validate(self): method __hash__ (line 39305) | def __hash__(self): method __repr__ (line 39311) | def __repr__(self): method __eq__ (line 39316) | def __eq__(self, other): method __ne__ (line 39319) | def __ne__(self, other): class getChannels_args (line 39322) | class getChannels_args: method __init__ (line 39336) | def __init__(self, lastSynced=None, locale=None,): method read (line 39340) | def read(self, iprot): method write (line 39364) | def write(self, oprot): method validate (line 39380) | def validate(self): method __hash__ (line 39384) | def __hash__(self): method __repr__ (line 39390) | def __repr__(self): method __eq__ (line 39395) | def __eq__(self, other): method __ne__ (line 39398) | def __ne__(self, other): class getChannels_result (line 39401) | class getChannels_result: method __init__ (line 39413) | def __init__(self, success=None, e=None,): method read (line 39417) | def read(self, iprot): method write (line 39443) | def write(self, oprot): method validate (line 39459) | def validate(self): method __hash__ (line 39463) | def __hash__(self): method __repr__ (line 39469) | def __repr__(self): method __eq__ (line 39474) | def __eq__(self, other): method __ne__ (line 39477) | def __ne__(self, other): class getDomains_args (line 39480) | class getDomains_args: method __init__ (line 39492) | def __init__(self, lastSynced=None,): method read (line 39495) | def read(self, iprot): method write (line 39514) | def write(self, oprot): method validate (line 39526) | def validate(self): method __hash__ (line 39530) | def __hash__(self): method __repr__ (line 39535) | def __repr__(self): method __eq__ (line 39540) | def __eq__(self, other): method __ne__ (line 39543) | def __ne__(self, other): class getDomains_result (line 39546) | class getDomains_result: method __init__ (line 39558) | def __init__(self, success=None, e=None,): method read (line 39562) | def read(self, iprot): method write (line 39588) | def write(self, oprot): method validate (line 39604) | def validate(self): method __hash__ (line 39608) | def __hash__(self): method __repr__ (line 39614) | def __repr__(self): method __eq__ (line 39619) | def __eq__(self, other): method __ne__ (line 39622) | def __ne__(self, other): class getFriendChannelMatrices_args (line 39625) | class getFriendChannelMatrices_args: method __init__ (line 39636) | def __init__(self, channelIds=None,): method read (line 39639) | def read(self, iprot): method write (line 39663) | def write(self, oprot): method validate (line 39678) | def validate(self): method __hash__ (line 39682) | def __hash__(self): method __repr__ (line 39687) | def __repr__(self): method __eq__ (line 39692) | def __eq__(self, other): method __ne__ (line 39695) | def __ne__(self, other): class getFriendChannelMatrices_result (line 39698) | class getFriendChannelMatrices_result: method __init__ (line 39710) | def __init__(self, success=None, e=None,): method read (line 39714) | def read(self, iprot): method write (line 39740) | def write(self, oprot): method validate (line 39756) | def validate(self): method __hash__ (line 39760) | def __hash__(self): method __repr__ (line 39766) | def __repr__(self): method __eq__ (line 39771) | def __eq__(self, other): method __ne__ (line 39774) | def __ne__(self, other): class getNotificationBadgeCount_args (line 39777) | class getNotificationBadgeCount_args: method __init__ (line 39789) | def __init__(self, localRev=None,): method read (line 39792) | def read(self, iprot): method write (line 39811) | def write(self, oprot): method validate (line 39823) | def validate(self): method __hash__ (line 39827) | def __hash__(self): method __repr__ (line 39832) | def __repr__(self): method __eq__ (line 39837) | def __eq__(self, other): method __ne__ (line 39840) | def __ne__(self, other): class getNotificationBadgeCount_result (line 39843) | class getNotificationBadgeCount_result: method __init__ (line 39855) | def __init__(self, success=None, e=None,): method read (line 39859) | def read(self, iprot): method write (line 39884) | def write(self, oprot): method validate (line 39900) | def validate(self): method __hash__ (line 39904) | def __hash__(self): method __repr__ (line 39910) | def __repr__(self): method __eq__ (line 39915) | def __eq__(self, other): method __ne__ (line 39918) | def __ne__(self, other): class issueChannelToken_args (line 39921) | class issueChannelToken_args: method __init__ (line 39932) | def __init__(self, channelId=None,): method read (line 39935) | def read(self, iprot): method write (line 39954) | def write(self, oprot): method validate (line 39966) | def validate(self): method __hash__ (line 39970) | def __hash__(self): method __repr__ (line 39975) | def __repr__(self): method __eq__ (line 39980) | def __eq__(self, other): method __ne__ (line 39983) | def __ne__(self, other): class issueChannelToken_result (line 39986) | class issueChannelToken_result: method __init__ (line 39998) | def __init__(self, success=None, e=None,): method read (line 40002) | def read(self, iprot): method write (line 40028) | def write(self, oprot): method validate (line 40044) | def validate(self): method __hash__ (line 40048) | def __hash__(self): method __repr__ (line 40054) | def __repr__(self): method __eq__ (line 40059) | def __eq__(self, other): method __ne__ (line 40062) | def __ne__(self, other): class issueRequestToken_args (line 40065) | class issueRequestToken_args: method __init__ (line 40078) | def __init__(self, channelId=None, otpId=None,): method read (line 40082) | def read(self, iprot): method write (line 40106) | def write(self, oprot): method validate (line 40122) | def validate(self): method __hash__ (line 40126) | def __hash__(self): method __repr__ (line 40132) | def __repr__(self): method __eq__ (line 40137) | def __eq__(self, other): method __ne__ (line 40140) | def __ne__(self, other): class issueRequestToken_result (line 40143) | class issueRequestToken_result: method __init__ (line 40155) | def __init__(self, success=None, e=None,): method read (line 40159) | def read(self, iprot): method write (line 40184) | def write(self, oprot): method validate (line 40200) | def validate(self): method __hash__ (line 40204) | def __hash__(self): method __repr__ (line 40210) | def __repr__(self): method __eq__ (line 40215) | def __eq__(self, other): method __ne__ (line 40218) | def __ne__(self, other): class issueRequestTokenWithAuthScheme_args (line 40221) | class issueRequestTokenWithAuthScheme_args: method __init__ (line 40238) | def __init__(self, channelId=None, otpId=None, authScheme=None, return... method read (line 40244) | def read(self, iprot): method write (line 40283) | def write(self, oprot): method validate (line 40310) | def validate(self): method __hash__ (line 40314) | def __hash__(self): method __repr__ (line 40322) | def __repr__(self): method __eq__ (line 40327) | def __eq__(self, other): method __ne__ (line 40330) | def __ne__(self, other): class issueRequestTokenWithAuthScheme_result (line 40333) | class issueRequestTokenWithAuthScheme_result: method __init__ (line 40345) | def __init__(self, success=None, e=None,): method read (line 40349) | def read(self, iprot): method write (line 40375) | def write(self, oprot): method validate (line 40391) | def validate(self): method __hash__ (line 40395) | def __hash__(self): method __repr__ (line 40401) | def __repr__(self): method __eq__ (line 40406) | def __eq__(self, other): method __ne__ (line 40409) | def __ne__(self, other): class reserveCoinUse_args (line 40412) | class reserveCoinUse_args: method __init__ (line 40426) | def __init__(self, request=None, locale=None,): method read (line 40430) | def read(self, iprot): method write (line 40455) | def write(self, oprot): method validate (line 40471) | def validate(self): method __hash__ (line 40475) | def __hash__(self): method __repr__ (line 40481) | def __repr__(self): method __eq__ (line 40486) | def __eq__(self, other): method __ne__ (line 40489) | def __ne__(self, other): class reserveCoinUse_result (line 40492) | class reserveCoinUse_result: method __init__ (line 40504) | def __init__(self, success=None, e=None,): method read (line 40508) | def read(self, iprot): method write (line 40533) | def write(self, oprot): method validate (line 40549) | def validate(self): method __hash__ (line 40553) | def __hash__(self): method __repr__ (line 40559) | def __repr__(self): method __eq__ (line 40564) | def __eq__(self, other): method __ne__ (line 40567) | def __ne__(self, other): class revokeChannel_args (line 40570) | class revokeChannel_args: method __init__ (line 40581) | def __init__(self, channelId=None,): method read (line 40584) | def read(self, iprot): method write (line 40603) | def write(self, oprot): method validate (line 40615) | def validate(self): method __hash__ (line 40619) | def __hash__(self): method __repr__ (line 40624) | def __repr__(self): method __eq__ (line 40629) | def __eq__(self, other): method __ne__ (line 40632) | def __ne__(self, other): class revokeChannel_result (line 40635) | class revokeChannel_result: method __init__ (line 40646) | def __init__(self, e=None,): method read (line 40649) | def read(self, iprot): method write (line 40669) | def write(self, oprot): method validate (line 40681) | def validate(self): method __hash__ (line 40685) | def __hash__(self): method __repr__ (line 40690) | def __repr__(self): method __eq__ (line 40695) | def __eq__(self, other): method __ne__ (line 40698) | def __ne__(self, other): class syncChannelData_args (line 40701) | class syncChannelData_args: method __init__ (line 40715) | def __init__(self, lastSynced=None, locale=None,): method read (line 40719) | def read(self, iprot): method write (line 40743) | def write(self, oprot): method validate (line 40759) | def validate(self): method __hash__ (line 40763) | def __hash__(self): method __repr__ (line 40769) | def __repr__(self): method __eq__ (line 40774) | def __eq__(self, other): method __ne__ (line 40777) | def __ne__(self, other): class syncChannelData_result (line 40780) | class syncChannelData_result: method __init__ (line 40792) | def __init__(self, success=None, e=None,): method read (line 40796) | def read(self, iprot): method write (line 40822) | def write(self, oprot): method validate (line 40838) | def validate(self): method __hash__ (line 40842) | def __hash__(self): method __repr__ (line 40848) | def __repr__(self): method __eq__ (line 40853) | def __eq__(self, other): method __ne__ (line 40856) | def __ne__(self, other): class updateChannelNotificationSetting_args (line 40859) | class updateChannelNotificationSetting_args: method __init__ (line 40870) | def __init__(self, setting=None,): method read (line 40873) | def read(self, iprot): method write (line 40898) | def write(self, oprot): method validate (line 40913) | def validate(self): method __hash__ (line 40917) | def __hash__(self): method __repr__ (line 40922) | def __repr__(self): method __eq__ (line 40927) | def __eq__(self, other): method __ne__ (line 40930) | def __ne__(self, other): class updateChannelNotificationSetting_result (line 40933) | class updateChannelNotificationSetting_result: method __init__ (line 40944) | def __init__(self, e=None,): method read (line 40947) | def read(self, iprot): method write (line 40967) | def write(self, oprot): method validate (line 40979) | def validate(self): method __hash__ (line 40983) | def __hash__(self): method __repr__ (line 40988) | def __repr__(self): method __eq__ (line 40993) | def __eq__(self, other): method __ne__ (line 40996) | def __ne__(self, other): class fetchMessageOperations_args (line 40999) | class fetchMessageOperations_args: method __init__ (line 41015) | def __init__(self, localRevision=None, lastOpTimestamp=None, count=Non... method read (line 41020) | def read(self, iprot): method write (line 41049) | def write(self, oprot): method validate (line 41069) | def validate(self): method __hash__ (line 41073) | def __hash__(self): method __repr__ (line 41080) | def __repr__(self): method __eq__ (line 41085) | def __eq__(self, other): method __ne__ (line 41088) | def __ne__(self, other): class fetchMessageOperations_result (line 41091) | class fetchMessageOperations_result: method __init__ (line 41103) | def __init__(self, success=None, e=None,): method read (line 41107) | def read(self, iprot): method write (line 41133) | def write(self, oprot): method validate (line 41149) | def validate(self): method __hash__ (line 41153) | def __hash__(self): method __repr__ (line 41159) | def __repr__(self): method __eq__ (line 41164) | def __eq__(self, other): method __ne__ (line 41167) | def __ne__(self, other): class getLastReadMessageIds_args (line 41170) | class getLastReadMessageIds_args: method __init__ (line 41182) | def __init__(self, chatId=None,): method read (line 41185) | def read(self, iprot): method write (line 41204) | def write(self, oprot): method validate (line 41216) | def validate(self): method __hash__ (line 41220) | def __hash__(self): method __repr__ (line 41225) | def __repr__(self): method __eq__ (line 41230) | def __eq__(self, other): method __ne__ (line 41233) | def __ne__(self, other): class getLastReadMessageIds_result (line 41236) | class getLastReadMessageIds_result: method __init__ (line 41248) | def __init__(self, success=None, e=None,): method read (line 41252) | def read(self, iprot): method write (line 41278) | def write(self, oprot): method validate (line 41294) | def validate(self): method __hash__ (line 41298) | def __hash__(self): method __repr__ (line 41304) | def __repr__(self): method __eq__ (line 41309) | def __eq__(self, other): method __ne__ (line 41312) | def __ne__(self, other): class multiGetLastReadMessageIds_args (line 41315) | class multiGetLastReadMessageIds_args: method __init__ (line 41327) | def __init__(self, chatIds=None,): method read (line 41330) | def read(self, iprot): method write (line 41354) | def write(self, oprot): method validate (line 41369) | def validate(self): method __hash__ (line 41373) | def __hash__(self): method __repr__ (line 41378) | def __repr__(self): method __eq__ (line 41383) | def __eq__(self, other): method __ne__ (line 41386) | def __ne__(self, other): class multiGetLastReadMessageIds_result (line 41389) | class multiGetLastReadMessageIds_result: method __init__ (line 41401) | def __init__(self, success=None, e=None,): method read (line 41405) | def read(self, iprot): method write (line 41436) | def write(self, oprot): method validate (line 41455) | def validate(self): method __hash__ (line 41459) | def __hash__(self): method __repr__ (line 41465) | def __repr__(self): method __eq__ (line 41470) | def __eq__(self, other): method __ne__ (line 41473) | def __ne__(self, other): class buyCoinProduct_args (line 41476) | class buyCoinProduct_args: method __init__ (line 41488) | def __init__(self, paymentReservation=None,): method read (line 41491) | def read(self, iprot): method write (line 41511) | def write(self, oprot): method validate (line 41523) | def validate(self): method __hash__ (line 41527) | def __hash__(self): method __repr__ (line 41532) | def __repr__(self): method __eq__ (line 41537) | def __eq__(self, other): method __ne__ (line 41540) | def __ne__(self, other): class buyCoinProduct_result (line 41543) | class buyCoinProduct_result: method __init__ (line 41554) | def __init__(self, e=None,): method read (line 41557) | def read(self, iprot): method write (line 41577) | def write(self, oprot): method validate (line 41589) | def validate(self): method __hash__ (line 41593) | def __hash__(self): method __repr__ (line 41598) | def __repr__(self): method __eq__ (line 41603) | def __eq__(self, other): method __ne__ (line 41606) | def __ne__(self, other): class buyFreeProduct_args (line 41609) | class buyFreeProduct_args: method __init__ (line 41631) | def __init__(self, receiverMid=None, productId=None, messageTemplate=N... method read (line 41639) | def read(self, iprot): method write (line 41683) | def write(self, oprot): method validate (line 41715) | def validate(self): method __hash__ (line 41719) | def __hash__(self): method __repr__ (line 41729) | def __repr__(self): method __eq__ (line 41734) | def __eq__(self, other): method __ne__ (line 41737) | def __ne__(self, other): class buyFreeProduct_result (line 41740) | class buyFreeProduct_result: method __init__ (line 41751) | def __init__(self, e=None,): method read (line 41754) | def read(self, iprot): method write (line 41774) | def write(self, oprot): method validate (line 41786) | def validate(self): method __hash__ (line 41790) | def __hash__(self): method __repr__ (line 41795) | def __repr__(self): method __eq__ (line 41800) | def __eq__(self, other): method __ne__ (line 41803) | def __ne__(self, other): class buyMustbuyProduct_args (line 41806) | class buyMustbuyProduct_args: method __init__ (line 41830) | def __init__(self, receiverMid=None, productId=None, messageTemplate=N... method read (line 41839) | def read(self, iprot): method write (line 41888) | def write(self, oprot): method validate (line 41924) | def validate(self): method __hash__ (line 41928) | def __hash__(self): method __repr__ (line 41939) | def __repr__(self): method __eq__ (line 41944) | def __eq__(self, other): method __ne__ (line 41947) | def __ne__(self, other): class buyMustbuyProduct_result (line 41950) | class buyMustbuyProduct_result: method __init__ (line 41961) | def __init__(self, e=None,): method read (line 41964) | def read(self, iprot): method write (line 41984) | def write(self, oprot): method validate (line 41996) | def validate(self): method __hash__ (line 42000) | def __hash__(self): method __repr__ (line 42005) | def __repr__(self): method __eq__ (line 42010) | def __eq__(self, other): method __ne__ (line 42013) | def __ne__(self, other): class checkCanReceivePresent_args (line 42016) | class checkCanReceivePresent_args: method __init__ (line 42034) | def __init__(self, recipientMid=None, packageId=None, language=None, c... method read (line 42040) | def read(self, iprot): method write (line 42074) | def write(self, oprot): method validate (line 42098) | def validate(self): method __hash__ (line 42102) | def __hash__(self): method __repr__ (line 42110) | def __repr__(self): method __eq__ (line 42115) | def __eq__(self, other): method __ne__ (line 42118) | def __ne__(self, other): class checkCanReceivePresent_result (line 42121) | class checkCanReceivePresent_result: method __init__ (line 42132) | def __init__(self, e=None,): method read (line 42135) | def read(self, iprot): method write (line 42155) | def write(self, oprot): method validate (line 42167) | def validate(self): method __hash__ (line 42171) | def __hash__(self): method __repr__ (line 42176) | def __repr__(self): method __eq__ (line 42181) | def __eq__(self, other): method __ne__ (line 42184) | def __ne__(self, other): class getActivePurchases_args (line 42187) | class getActivePurchases_args: method __init__ (line 42205) | def __init__(self, start=None, size=None, language=None, country=None,): method read (line 42211) | def read(self, iprot): method write (line 42245) | def write(self, oprot): method validate (line 42269) | def validate(self): method __hash__ (line 42273) | def __hash__(self): method __repr__ (line 42281) | def __repr__(self): method __eq__ (line 42286) | def __eq__(self, other): method __ne__ (line 42289) | def __ne__(self, other): class getActivePurchases_result (line 42292) | class getActivePurchases_result: method __init__ (line 42304) | def __init__(self, success=None, e=None,): method read (line 42308) | def read(self, iprot): method write (line 42334) | def write(self, oprot): method validate (line 42350) | def validate(self): method __hash__ (line 42354) | def __hash__(self): method __repr__ (line 42360) | def __repr__(self): method __eq__ (line 42365) | def __eq__(self, other): method __ne__ (line 42368) | def __ne__(self, other): class getActivePurchaseVersions_args (line 42371) | class getActivePurchaseVersions_args: method __init__ (line 42389) | def __init__(self, start=None, size=None, language=None, country=None,): method read (line 42395) | def read(self, iprot): method write (line 42429) | def write(self, oprot): method validate (line 42453) | def validate(self): method __hash__ (line 42457) | def __hash__(self): method __repr__ (line 42465) | def __repr__(self): method __eq__ (line 42470) | def __eq__(self, other): method __ne__ (line 42473) | def __ne__(self, other): class getActivePurchaseVersions_result (line 42476) | class getActivePurchaseVersions_result: method __init__ (line 42488) | def __init__(self, success=None, e=None,): method read (line 42492) | def read(self, iprot): method write (line 42518) | def write(self, oprot): method validate (line 42534) | def validate(self): method __hash__ (line 42538) | def __hash__(self): method __repr__ (line 42544) | def __repr__(self): method __eq__ (line 42549) | def __eq__(self, other): method __ne__ (line 42552) | def __ne__(self, other): class getCoinProducts_args (line 42555) | class getCoinProducts_args: method __init__ (line 42571) | def __init__(self, appStoreCode=None, country=None, language=None,): method read (line 42576) | def read(self, iprot): method write (line 42605) | def write(self, oprot): method validate (line 42625) | def validate(self): method __hash__ (line 42629) | def __hash__(self): method __repr__ (line 42636) | def __repr__(self): method __eq__ (line 42641) | def __eq__(self, other): method __ne__ (line 42644) | def __ne__(self, other): class getCoinProducts_result (line 42647) | class getCoinProducts_result: method __init__ (line 42659) | def __init__(self, success=None, e=None,): method read (line 42663) | def read(self, iprot): method write (line 42694) | def write(self, oprot): method validate (line 42713) | def validate(self): method __hash__ (line 42717) | def __hash__(self): method __repr__ (line 42723) | def __repr__(self): method __eq__ (line 42728) | def __eq__(self, other): method __ne__ (line 42731) | def __ne__(self, other): class getCoinProductsByPgCode_args (line 42734) | class getCoinProductsByPgCode_args: method __init__ (line 42752) | def __init__(self, appStoreCode=None, pgCode=None, country=None, langu... method read (line 42758) | def read(self, iprot): method write (line 42792) | def write(self, oprot): method validate (line 42816) | def validate(self): method __hash__ (line 42820) | def __hash__(self): method __repr__ (line 42828) | def __repr__(self): method __eq__ (line 42833) | def __eq__(self, other): method __ne__ (line 42836) | def __ne__(self, other): class getCoinProductsByPgCode_result (line 42839) | class getCoinProductsByPgCode_result: method __init__ (line 42851) | def __init__(self, success=None, e=None,): method read (line 42855) | def read(self, iprot): method write (line 42886) | def write(self, oprot): method validate (line 42905) | def validate(self): method __hash__ (line 42909) | def __hash__(self): method __repr__ (line 42915) | def __repr__(self): method __eq__ (line 42920) | def __eq__(self, other): method __ne__ (line 42923) | def __ne__(self, other): class getCoinPurchaseHistory_args (line 42926) | class getCoinPurchaseHistory_args: method __init__ (line 42938) | def __init__(self, request=None,): method read (line 42941) | def read(self, iprot): method write (line 42961) | def write(self, oprot): method validate (line 42973) | def validate(self): method __hash__ (line 42977) | def __hash__(self): method __repr__ (line 42982) | def __repr__(self): method __eq__ (line 42987) | def __eq__(self, other): method __ne__ (line 42990) | def __ne__(self, other): class getCoinPurchaseHistory_result (line 42993) | class getCoinPurchaseHistory_result: method __init__ (line 43005) | def __init__(self, success=None, e=None,): method read (line 43009) | def read(self, iprot): method write (line 43035) | def write(self, oprot): method validate (line 43051) | def validate(self): method __hash__ (line 43055) | def __hash__(self): method __repr__ (line 43061) | def __repr__(self): method __eq__ (line 43066) | def __eq__(self, other): method __ne__ (line 43069) | def __ne__(self, other): class getCoinUseAndRefundHistory_args (line 43072) | class getCoinUseAndRefundHistory_args: method __init__ (line 43084) | def __init__(self, request=None,): method read (line 43087) | def read(self, iprot): method write (line 43107) | def write(self, oprot): method validate (line 43119) | def validate(self): method __hash__ (line 43123) | def __hash__(self): method __repr__ (line 43128) | def __repr__(self): method __eq__ (line 43133) | def __eq__(self, other): method __ne__ (line 43136) | def __ne__(self, other): class getCoinUseAndRefundHistory_result (line 43139) | class getCoinUseAndRefundHistory_result: method __init__ (line 43151) | def __init__(self, success=None, e=None,): method read (line 43155) | def read(self, iprot): method write (line 43181) | def write(self, oprot): method validate (line 43197) | def validate(self): method __hash__ (line 43201) | def __hash__(self): method __repr__ (line 43207) | def __repr__(self): method __eq__ (line 43212) | def __eq__(self, other): method __ne__ (line 43215) | def __ne__(self, other): class getDownloads_args (line 43218) | class getDownloads_args: method __init__ (line 43236) | def __init__(self, start=None, size=None, language=None, country=None,): method read (line 43242) | def read(self, iprot): method write (line 43276) | def write(self, oprot): method validate (line 43300) | def validate(self): method __hash__ (line 43304) | def __hash__(self): method __repr__ (line 43312) | def __repr__(self): method __eq__ (line 43317) | def __eq__(self, other): method __ne__ (line 43320) | def __ne__(self, other): class getDownloads_result (line 43323) | class getDownloads_result: method __init__ (line 43335) | def __init__(self, success=None, e=None,): method read (line 43339) | def read(self, iprot): method write (line 43365) | def write(self, oprot): method validate (line 43381) | def validate(self): method __hash__ (line 43385) | def __hash__(self): method __repr__ (line 43391) | def __repr__(self): method __eq__ (line 43396) | def __eq__(self, other): method __ne__ (line 43399) | def __ne__(self, other): class getEventPackages_args (line 43402) | class getEventPackages_args: method __init__ (line 43420) | def __init__(self, start=None, size=None, language=None, country=None,): method read (line 43426) | def read(self, iprot): method write (line 43460) | def write(self, oprot): method validate (line 43484) | def validate(self): method __hash__ (line 43488) | def __hash__(self): method __repr__ (line 43496) | def __repr__(self): method __eq__ (line 43501) | def __eq__(self, other): method __ne__ (line 43504) | def __ne__(self, other): class getEventPackages_result (line 43507) | class getEventPackages_result: method __init__ (line 43519) | def __init__(self, success=None, e=None,): method read (line 43523) | def read(self, iprot): method write (line 43549) | def write(self, oprot): method validate (line 43565) | def validate(self): method __hash__ (line 43569) | def __hash__(self): method __repr__ (line 43575) | def __repr__(self): method __eq__ (line 43580) | def __eq__(self, other): method __ne__ (line 43583) | def __ne__(self, other): class getNewlyReleasedPackages_args (line 43586) | class getNewlyReleasedPackages_args: method __init__ (line 43604) | def __init__(self, start=None, size=None, language=None, country=None,): method read (line 43610) | def read(self, iprot): method write (line 43644) | def write(self, oprot): method validate (line 43668) | def validate(self): method __hash__ (line 43672) | def __hash__(self): method __repr__ (line 43680) | def __repr__(self): method __eq__ (line 43685) | def __eq__(self, other): method __ne__ (line 43688) | def __ne__(self, other): class getNewlyReleasedPackages_result (line 43691) | class getNewlyReleasedPackages_result: method __init__ (line 43703) | def __init__(self, success=None, e=None,): method read (line 43707) | def read(self, iprot): method write (line 43733) | def write(self, oprot): method validate (line 43749) | def validate(self): method __hash__ (line 43753) | def __hash__(self): method __repr__ (line 43759) | def __repr__(self): method __eq__ (line 43764) | def __eq__(self, other): method __ne__ (line 43767) | def __ne__(self, other): class getPopularPackages_args (line 43770) | class getPopularPackages_args: method __init__ (line 43788) | def __init__(self, start=None, size=None, language=None, country=None,): method read (line 43794) | def read(self, iprot): method write (line 43828) | def write(self, oprot): method validate (line 43852) | def validate(self): method __hash__ (line 43856) | def __hash__(self): method __repr__ (line 43864) | def __repr__(self): method __eq__ (line 43869) | def __eq__(self, other): method __ne__ (line 43872) | def __ne__(self, other): class getPopularPackages_result (line 43875) | class getPopularPackages_result: method __init__ (line 43887) | def __init__(self, success=None, e=None,): method read (line 43891) | def read(self, iprot): method write (line 43917) | def write(self, oprot): method validate (line 43933) | def validate(self): method __hash__ (line 43937) | def __hash__(self): method __repr__ (line 43943) | def __repr__(self): method __eq__ (line 43948) | def __eq__(self, other): method __ne__ (line 43951) | def __ne__(self, other): class getPresentsReceived_args (line 43954) | class getPresentsReceived_args: method __init__ (line 43972) | def __init__(self, start=None, size=None, language=None, country=None,): method read (line 43978) | def read(self, iprot): method write (line 44012) | def write(self, oprot): method validate (line 44036) | def validate(self): method __hash__ (line 44040) | def __hash__(self): method __repr__ (line 44048) | def __repr__(self): method __eq__ (line 44053) | def __eq__(self, other): method __ne__ (line 44056) | def __ne__(self, other): class getPresentsReceived_result (line 44059) | class getPresentsReceived_result: method __init__ (line 44071) | def __init__(self, success=None, e=None,): method read (line 44075) | def read(self, iprot): method write (line 44101) | def write(self, oprot): method validate (line 44117) | def validate(self): method __hash__ (line 44121) | def __hash__(self): method __repr__ (line 44127) | def __repr__(self): method __eq__ (line 44132) | def __eq__(self, other): method __ne__ (line 44135) | def __ne__(self, other): class getPresentsSent_args (line 44138) | class getPresentsSent_args: method __init__ (line 44156) | def __init__(self, start=None, size=None, language=None, country=None,): method read (line 44162) | def read(self, iprot): method write (line 44196) | def write(self, oprot): method validate (line 44220) | def validate(self): method __hash__ (line 44224) | def __hash__(self): method __repr__ (line 44232) | def __repr__(self): method __eq__ (line 44237) | def __eq__(self, other): method __ne__ (line 44240) | def __ne__(self, other): class getPresentsSent_result (line 44243) | class getPresentsSent_result: method __init__ (line 44255) | def __init__(self, success=None, e=None,): method read (line 44259) | def read(self, iprot): method write (line 44285) | def write(self, oprot): method validate (line 44301) | def validate(self): method __hash__ (line 44305) | def __hash__(self): method __repr__ (line 44311) | def __repr__(self): method __eq__ (line 44316) | def __eq__(self, other): method __ne__ (line 44319) | def __ne__(self, other): class getProduct_args (line 44322) | class getProduct_args: method __init__ (line 44338) | def __init__(self, packageID=None, language=None, country=None,): method read (line 44343) | def read(self, iprot): method write (line 44372) | def write(self, oprot): method validate (line 44392) | def validate(self): method __hash__ (line 44396) | def __hash__(self): method __repr__ (line 44403) | def __repr__(self): method __eq__ (line 44408) | def __eq__(self, other): method __ne__ (line 44411) | def __ne__(self, other): class getProduct_result (line 44414) | class getProduct_result: method __init__ (line 44426) | def __init__(self, success=None, e=None,): method read (line 44430) | def read(self, iprot): method write (line 44456) | def write(self, oprot): method validate (line 44472) | def validate(self): method __hash__ (line 44476) | def __hash__(self): method __repr__ (line 44482) | def __repr__(self): method __eq__ (line 44487) | def __eq__(self, other): method __ne__ (line 44490) | def __ne__(self, other): class getProductList_args (line 44493) | class getProductList_args: method __init__ (line 44509) | def __init__(self, productIdList=None, language=None, country=None,): method read (line 44514) | def read(self, iprot): method write (line 44548) | def write(self, oprot): method validate (line 44571) | def validate(self): method __hash__ (line 44575) | def __hash__(self): method __repr__ (line 44582) | def __repr__(self): method __eq__ (line 44587) | def __eq__(self, other): method __ne__ (line 44590) | def __ne__(self, other): class getProductList_result (line 44593) | class getProductList_result: method __init__ (line 44605) | def __init__(self, success=None, e=None,): method read (line 44609) | def read(self, iprot): method write (line 44635) | def write(self, oprot): method validate (line 44651) | def validate(self): method __hash__ (line 44655) | def __hash__(self): method __repr__ (line 44661) | def __repr__(self): method __eq__ (line 44666) | def __eq__(self, other): method __ne__ (line 44669) | def __ne__(self, other): class getProductListWithCarrier_args (line 44672) | class getProductListWithCarrier_args: method __init__ (line 44690) | def __init__(self, productIdList=None, language=None, country=None, ca... method read (line 44696) | def read(self, iprot): method write (line 44735) | def write(self, oprot): method validate (line 44762) | def validate(self): method __hash__ (line 44766) | def __hash__(self): method __repr__ (line 44774) | def __repr__(self): method __eq__ (line 44779) | def __eq__(self, other): method __ne__ (line 44782) | def __ne__(self, other): class getProductListWithCarrier_result (line 44785) | class getProductListWithCarrier_result: method __init__ (line 44797) | def __init__(self, success=None, e=None,): method read (line 44801) | def read(self, iprot): method write (line 44827) | def write(self, oprot): method validate (line 44843) | def validate(self): method __hash__ (line 44847) | def __hash__(self): method __repr__ (line 44853) | def __repr__(self): method __eq__ (line 44858) | def __eq__(self, other): method __ne__ (line 44861) | def __ne__(self, other): class getProductWithCarrier_args (line 44864) | class getProductWithCarrier_args: method __init__ (line 44882) | def __init__(self, packageID=None, language=None, country=None, carrie... method read (line 44888) | def read(self, iprot): method write (line 44922) | def write(self, oprot): method validate (line 44946) | def validate(self): method __hash__ (line 44950) | def __hash__(self): method __repr__ (line 44958) | def __repr__(self): method __eq__ (line 44963) | def __eq__(self, other): method __ne__ (line 44966) | def __ne__(self, other): class getProductWithCarrier_result (line 44969) | class getProductWithCarrier_result: method __init__ (line 44981) | def __init__(self, success=None, e=None,): method read (line 44985) | def read(self, iprot): method write (line 45011) | def write(self, oprot): method validate (line 45027) | def validate(self): method __hash__ (line 45031) | def __hash__(self): method __repr__ (line 45037) | def __repr__(self): method __eq__ (line 45042) | def __eq__(self, other): method __ne__ (line 45045) | def __ne__(self, other): class getPurchaseHistory_args (line 45048) | class getPurchaseHistory_args: method __init__ (line 45066) | def __init__(self, start=None, size=None, language=None, country=None,): method read (line 45072) | def read(self, iprot): method write (line 45106) | def write(self, oprot): method validate (line 45130) | def validate(self): method __hash__ (line 45134) | def __hash__(self): method __repr__ (line 45142) | def __repr__(self): method __eq__ (line 45147) | def __eq__(self, other): method __ne__ (line 45150) | def __ne__(self, other): class getPurchaseHistory_result (line 45153) | class getPurchaseHistory_result: method __init__ (line 45165) | def __init__(self, success=None, e=None,): method read (line 45169) | def read(self, iprot): method write (line 45195) | def write(self, oprot): method validate (line 45211) | def validate(self): method __hash__ (line 45215) | def __hash__(self): method __repr__ (line 45221) | def __repr__(self): method __eq__ (line 45226) | def __eq__(self, other): method __ne__ (line 45229) | def __ne__(self, other): class getTotalBalance_args (line 45232) | class getTotalBalance_args: method __init__ (line 45244) | def __init__(self, appStoreCode=None,): method read (line 45247) | def read(self, iprot): method write (line 45266) | def write(self, oprot): method validate (line 45278) | def validate(self): method __hash__ (line 45282) | def __hash__(self): method __repr__ (line 45287) | def __repr__(self): method __eq__ (line 45292) | def __eq__(self, other): method __ne__ (line 45295) | def __ne__(self, other): class getTotalBalance_result (line 45298) | class getTotalBalance_result: method __init__ (line 45310) | def __init__(self, success=None, e=None,): method read (line 45314) | def read(self, iprot): method write (line 45340) | def write(self, oprot): method validate (line 45356) | def validate(self): method __hash__ (line 45360) | def __hash__(self): method __repr__ (line 45366) | def __repr__(self): method __eq__ (line 45371) | def __eq__(self, other): method __ne__ (line 45374) | def __ne__(self, other): class notifyDownloaded_args (line 45377) | class notifyDownloaded_args: method __init__ (line 45391) | def __init__(self, packageId=None, language=None,): method read (line 45395) | def read(self, iprot): method write (line 45419) | def write(self, oprot): method validate (line 45435) | def validate(self): method __hash__ (line 45439) | def __hash__(self): method __repr__ (line 45445) | def __repr__(self): method __eq__ (line 45450) | def __eq__(self, other): method __ne__ (line 45453) | def __ne__(self, other): class notifyDownloaded_result (line 45456) | class notifyDownloaded_result: method __init__ (line 45468) | def __init__(self, success=None, e=None,): method read (line 45472) | def read(self, iprot): method write (line 45497) | def write(self, oprot): method validate (line 45513) | def validate(self): method __hash__ (line 45517) | def __hash__(self): method __repr__ (line 45523) | def __repr__(self): method __eq__ (line 45528) | def __eq__(self, other): method __ne__ (line 45531) | def __ne__(self, other): class reserveCoinPurchase_args (line 45534) | class reserveCoinPurchase_args: method __init__ (line 45546) | def __init__(self, request=None,): method read (line 45549) | def read(self, iprot): method write (line 45569) | def write(self, oprot): method validate (line 45581) | def validate(self): method __hash__ (line 45585) | def __hash__(self): method __repr__ (line 45590) | def __repr__(self): method __eq__ (line 45595) | def __eq__(self, other): method __ne__ (line 45598) | def __ne__(self, other): class reserveCoinPurchase_result (line 45601) | class reserveCoinPurchase_result: method __init__ (line 45613) | def __init__(self, success=None, e=None,): method read (line 45617) | def read(self, iprot): method write (line 45643) | def write(self, oprot): method validate (line 45659) | def validate(self): method __hash__ (line 45663) | def __hash__(self): method __repr__ (line 45669) | def __repr__(self): method __eq__ (line 45674) | def __eq__(self, other): method __ne__ (line 45677) | def __ne__(self, other): class reservePayment_args (line 45680) | class reservePayment_args: method __init__ (line 45692) | def __init__(self, paymentReservation=None,): method read (line 45695) | def read(self, iprot): method write (line 45715) | def write(self, oprot): method validate (line 45727) | def validate(self): method __hash__ (line 45731) | def __hash__(self): method __repr__ (line 45736) | def __repr__(self): method __eq__ (line 45741) | def __eq__(self, other): method __ne__ (line 45744) | def __ne__(self, other): class reservePayment_result (line 45747) | class reservePayment_result: method __init__ (line 45759) | def __init__(self, success=None, e=None,): method read (line 45763) | def read(self, iprot): method write (line 45789) | def write(self, oprot): method validate (line 45805) | def validate(self): method __hash__ (line 45809) | def __hash__(self): method __repr__ (line 45815) | def __repr__(self): method __eq__ (line 45820) | def __eq__(self, other): method __ne__ (line 45823) | def __ne__(self, other): class getSnsFriends_args (line 45826) | class getSnsFriends_args: method __init__ (line 45844) | def __init__(self, snsIdType=None, snsAccessToken=None, startIdx=None,... method read (line 45850) | def read(self, iprot): method write (line 45884) | def write(self, oprot): method validate (line 45908) | def validate(self): method __hash__ (line 45912) | def __hash__(self): method __repr__ (line 45920) | def __repr__(self): method __eq__ (line 45925) | def __eq__(self, other): method __ne__ (line 45928) | def __ne__(self, other): class getSnsFriends_result (line 45931) | class getSnsFriends_result: method __init__ (line 45943) | def __init__(self, success=None, e=None,): method read (line 45947) | def read(self, iprot): method write (line 45973) | def write(self, oprot): method validate (line 45989) | def validate(self): method __hash__ (line 45993) | def __hash__(self): method __repr__ (line 45999) | def __repr__(self): method __eq__ (line 46004) | def __eq__(self, other): method __ne__ (line 46007) | def __ne__(self, other): class getSnsMyProfile_args (line 46010) | class getSnsMyProfile_args: method __init__ (line 46024) | def __init__(self, snsIdType=None, snsAccessToken=None,): method read (line 46028) | def read(self, iprot): method write (line 46052) | def write(self, oprot): method validate (line 46068) | def validate(self): method __hash__ (line 46072) | def __hash__(self): method __repr__ (line 46078) | def __repr__(self): method __eq__ (line 46083) | def __eq__(self, other): method __ne__ (line 46086) | def __ne__(self, other): class getSnsMyProfile_result (line 46089) | class getSnsMyProfile_result: method __init__ (line 46101) | def __init__(self, success=None, e=None,): method read (line 46105) | def read(self, iprot): method write (line 46131) | def write(self, oprot): method validate (line 46147) | def validate(self): method __hash__ (line 46151) | def __hash__(self): method __repr__ (line 46157) | def __repr__(self): method __eq__ (line 46162) | def __eq__(self, other): method __ne__ (line 46165) | def __ne__(self, other): class postSnsInvitationMessage_args (line 46168) | class postSnsInvitationMessage_args: method __init__ (line 46184) | def __init__(self, snsIdType=None, snsAccessToken=None, toSnsUserId=No... method read (line 46189) | def read(self, iprot): method write (line 46218) | def write(self, oprot): method validate (line 46238) | def validate(self): method __hash__ (line 46242) | def __hash__(self): method __repr__ (line 46249) | def __repr__(self): method __eq__ (line 46254) | def __eq__(self, other): method __ne__ (line 46257) | def __ne__(self, other): class postSnsInvitationMessage_result (line 46260) | class postSnsInvitationMessage_result: method __init__ (line 46271) | def __init__(self, e=None,): method read (line 46274) | def read(self, iprot): method write (line 46294) | def write(self, oprot): method validate (line 46306) | def validate(self): method __hash__ (line 46310) | def __hash__(self): method __repr__ (line 46315) | def __repr__(self): method __eq__ (line 46320) | def __eq__(self, other): method __ne__ (line 46323) | def __ne__(self, other): class acceptGroupInvitation_args (line 46326) | class acceptGroupInvitation_args: method __init__ (line 46339) | def __init__(self, reqSeq=None, groupId=None,): method read (line 46343) | def read(self, iprot): method write (line 46367) | def write(self, oprot): method validate (line 46383) | def validate(self): method __hash__ (line 46387) | def __hash__(self): method __repr__ (line 46393) | def __repr__(self): method __eq__ (line 46398) | def __eq__(self, other): method __ne__ (line 46401) | def __ne__(self, other): class acceptGroupInvitation_result (line 46404) | class acceptGroupInvitation_result: method __init__ (line 46415) | def __init__(self, e=None,): method read (line 46418) | def read(self, iprot): method write (line 46438) | def write(self, oprot): method validate (line 46450) | def validate(self): method __hash__ (line 46454) | def __hash__(self): method __repr__ (line 46459) | def __repr__(self): method __eq__ (line 46464) | def __eq__(self, other): method __ne__ (line 46467) | def __ne__(self, other): class acceptGroupInvitationByTicket_args (line 46470) | class acceptGroupInvitationByTicket_args: method __init__ (line 46485) | def __init__(self, reqSeq=None, groupId=None, ticketId=None,): method read (line 46490) | def read(self, iprot): method write (line 46519) | def write(self, oprot): method validate (line 46539) | def validate(self): method __hash__ (line 46543) | def __hash__(self): method __repr__ (line 46550) | def __repr__(self): method __eq__ (line 46555) | def __eq__(self, other): method __ne__ (line 46558) | def __ne__(self, other): class acceptGroupInvitationByTicket_result (line 46561) | class acceptGroupInvitationByTicket_result: method __init__ (line 46572) | def __init__(self, e=None,): method read (line 46575) | def read(self, iprot): method write (line 46595) | def write(self, oprot): method validate (line 46607) | def validate(self): method __hash__ (line 46611) | def __hash__(self): method __repr__ (line 46616) | def __repr__(self): method __eq__ (line 46621) | def __eq__(self, other): method __ne__ (line 46624) | def __ne__(self, other): class acceptProximityMatches_args (line 46627) | class acceptProximityMatches_args: method __init__ (line 46641) | def __init__(self, sessionId=None, ids=None,): method read (line 46645) | def read(self, iprot): method write (line 46674) | def write(self, oprot): method validate (line 46693) | def validate(self): method __hash__ (line 46697) | def __hash__(self): method __repr__ (line 46703) | def __repr__(self): method __eq__ (line 46708) | def __eq__(self, other): method __ne__ (line 46711) | def __ne__(self, other): class acceptProximityMatches_result (line 46714) | class acceptProximityMatches_result: method __init__ (line 46725) | def __init__(self, e=None,): method read (line 46728) | def read(self, iprot): method write (line 46748) | def write(self, oprot): method validate (line 46760) | def validate(self): method __hash__ (line 46764) | def __hash__(self): method __repr__ (line 46769) | def __repr__(self): method __eq__ (line 46774) | def __eq__(self, other): method __ne__ (line 46777) | def __ne__(self, other): class acquireCallRoute_args (line 46780) | class acquireCallRoute_args: method __init__ (line 46792) | def __init__(self, to=None,): method read (line 46795) | def read(self, iprot): method write (line 46814) | def write(self, oprot): method validate (line 46826) | def validate(self): method __hash__ (line 46830) | def __hash__(self): method __repr__ (line 46835) | def __repr__(self): method __eq__ (line 46840) | def __eq__(self, other): method __ne__ (line 46843) | def __ne__(self, other): class acquireCallRoute_result (line 46846) | class acquireCallRoute_result: method __init__ (line 46858) | def __init__(self, success=None, e=None,): method read (line 46862) | def read(self, iprot): method write (line 46892) | def write(self, oprot): method validate (line 46911) | def validate(self): method __hash__ (line 46915) | def __hash__(self): method __repr__ (line 46921) | def __repr__(self): method __eq__ (line 46926) | def __eq__(self, other): method __ne__ (line 46929) | def __ne__(self, other): class acquireCallTicket_args (line 46932) | class acquireCallTicket_args: method __init__ (line 46944) | def __init__(self, to=None,): method read (line 46947) | def read(self, iprot): method write (line 46966) | def write(self, oprot): method validate (line 46978) | def validate(self): method __hash__ (line 46982) | def __hash__(self): method __repr__ (line 46987) | def __repr__(self): method __eq__ (line 46992) | def __eq__(self, other): method __ne__ (line 46995) | def __ne__(self, other): class acquireCallTicket_result (line 46998) | class acquireCallTicket_result: method __init__ (line 47010) | def __init__(self, success=None, e=None,): method read (line 47014) | def read(self, iprot): method write (line 47039) | def write(self, oprot): method validate (line 47055) | def validate(self): method __hash__ (line 47059) | def __hash__(self): method __repr__ (line 47065) | def __repr__(self): method __eq__ (line 47070) | def __eq__(self, other): method __ne__ (line 47073) | def __ne__(self, other): class acquireEncryptedAccessToken_args (line 47076) | class acquireEncryptedAccessToken_args: method __init__ (line 47088) | def __init__(self, featureType=None,): method read (line 47091) | def read(self, iprot): method write (line 47110) | def write(self, oprot): method validate (line 47122) | def validate(self): method __hash__ (line 47126) | def __hash__(self): method __repr__ (line 47131) | def __repr__(self): method __eq__ (line 47136) | def __eq__(self, other): method __ne__ (line 47139) | def __ne__(self, other): class acquireEncryptedAccessToken_result (line 47142) | class acquireEncryptedAccessToken_result: method __init__ (line 47154) | def __init__(self, success=None, e=None,): method read (line 47158) | def read(self, iprot): method write (line 47183) | def write(self, oprot): method validate (line 47199) | def validate(self): method __hash__ (line 47203) | def __hash__(self): method __repr__ (line 47209) | def __repr__(self): method __eq__ (line 47214) | def __eq__(self, other): method __ne__ (line 47217) | def __ne__(self, other): class addSnsId_args (line 47220) | class addSnsId_args: method __init__ (line 47234) | def __init__(self, snsIdType=None, snsAccessToken=None,): method read (line 47238) | def read(self, iprot): method write (line 47262) | def write(self, oprot): method validate (line 47278) | def validate(self): method __hash__ (line 47282) | def __hash__(self): method __repr__ (line 47288) | def __repr__(self): method __eq__ (line 47293) | def __eq__(self, other): method __ne__ (line 47296) | def __ne__(self, other): class addSnsId_result (line 47299) | class addSnsId_result: method __init__ (line 47311) | def __init__(self, success=None, e=None,): method read (line 47315) | def read(self, iprot): method write (line 47340) | def write(self, oprot): method validate (line 47356) | def validate(self): method __hash__ (line 47360) | def __hash__(self): method __repr__ (line 47366) | def __repr__(self): method __eq__ (line 47371) | def __eq__(self, other): method __ne__ (line 47374) | def __ne__(self, other): class blockContact_args (line 47377) | class blockContact_args: method __init__ (line 47390) | def __init__(self, reqSeq=None, id=None,): method read (line 47394) | def read(self, iprot): method write (line 47418) | def write(self, oprot): method validate (line 47434) | def validate(self): method __hash__ (line 47438) | def __hash__(self): method __repr__ (line 47444) | def __repr__(self): method __eq__ (line 47449) | def __eq__(self, other): method __ne__ (line 47452) | def __ne__(self, other): class blockContact_result (line 47455) | class blockContact_result: method __init__ (line 47466) | def __init__(self, e=None,): method read (line 47469) | def read(self, iprot): method write (line 47489) | def write(self, oprot): method validate (line 47501) | def validate(self): method __hash__ (line 47505) | def __hash__(self): method __repr__ (line 47510) | def __repr__(self): method __eq__ (line 47515) | def __eq__(self, other): method __ne__ (line 47518) | def __ne__(self, other): class blockRecommendation_args (line 47521) | class blockRecommendation_args: method __init__ (line 47534) | def __init__(self, reqSeq=None, id=None,): method read (line 47538) | def read(self, iprot): method write (line 47562) | def write(self, oprot): method validate (line 47578) | def validate(self): method __hash__ (line 47582) | def __hash__(self): method __repr__ (line 47588) | def __repr__(self): method __eq__ (line 47593) | def __eq__(self, other): method __ne__ (line 47596) | def __ne__(self, other): class blockRecommendation_result (line 47599) | class blockRecommendation_result: method __init__ (line 47610) | def __init__(self, e=None,): method read (line 47613) | def read(self, iprot): method write (line 47633) | def write(self, oprot): method validate (line 47645) | def validate(self): method __hash__ (line 47649) | def __hash__(self): method __repr__ (line 47654) | def __repr__(self): method __eq__ (line 47659) | def __eq__(self, other): method __ne__ (line 47662) | def __ne__(self, other): class cancelGroupInvitation_args (line 47665) | class cancelGroupInvitation_args: method __init__ (line 47680) | def __init__(self, reqSeq=None, groupId=None, contactIds=None,): method read (line 47685) | def read(self, iprot): method write (line 47719) | def write(self, oprot): method validate (line 47742) | def validate(self): method __hash__ (line 47746) | def __hash__(self): method __repr__ (line 47753) | def __repr__(self): method __eq__ (line 47758) | def __eq__(self, other): method __ne__ (line 47761) | def __ne__(self, other): class cancelGroupInvitation_result (line 47764) | class cancelGroupInvitation_result: method __init__ (line 47775) | def __init__(self, e=None,): method read (line 47778) | def read(self, iprot): method write (line 47798) | def write(self, oprot): method validate (line 47810) | def validate(self): method __hash__ (line 47814) | def __hash__(self): method __repr__ (line 47819) | def __repr__(self): method __eq__ (line 47824) | def __eq__(self, other): method __ne__ (line 47827) | def __ne__(self, other): class changeVerificationMethod_args (line 47830) | class changeVerificationMethod_args: method __init__ (line 47844) | def __init__(self, sessionId=None, method=None,): method read (line 47848) | def read(self, iprot): method write (line 47872) | def write(self, oprot): method validate (line 47888) | def validate(self): method __hash__ (line 47892) | def __hash__(self): method __repr__ (line 47898) | def __repr__(self): method __eq__ (line 47903) | def __eq__(self, other): method __ne__ (line 47906) | def __ne__(self, other): class changeVerificationMethod_result (line 47909) | class changeVerificationMethod_result: method __init__ (line 47921) | def __init__(self, success=None, e=None,): method read (line 47925) | def read(self, iprot): method write (line 47951) | def write(self, oprot): method validate (line 47967) | def validate(self): method __hash__ (line 47971) | def __hash__(self): method __repr__ (line 47977) | def __repr__(self): method __eq__ (line 47982) | def __eq__(self, other): method __ne__ (line 47985) | def __ne__(self, other): class clearIdentityCredential_args (line 47988) | class clearIdentityCredential_args: method read (line 47993) | def read(self, iprot): method write (line 48007) | def write(self, oprot): method validate (line 48015) | def validate(self): method __hash__ (line 48019) | def __hash__(self): method __repr__ (line 48023) | def __repr__(self): method __eq__ (line 48028) | def __eq__(self, other): method __ne__ (line 48031) | def __ne__(self, other): class clearIdentityCredential_result (line 48034) | class clearIdentityCredential_result: method __init__ (line 48045) | def __init__(self, e=None,): method read (line 48048) | def read(self, iprot): method write (line 48068) | def write(self, oprot): method validate (line 48080) | def validate(self): method __hash__ (line 48084) | def __hash__(self): method __repr__ (line 48089) | def __repr__(self): method __eq__ (line 48094) | def __eq__(self, other): method __ne__ (line 48097) | def __ne__(self, other): class clearMessageBox_args (line 48100) | class clearMessageBox_args: method __init__ (line 48114) | def __init__(self, channelId=None, messageBoxId=None,): method read (line 48118) | def read(self, iprot): method write (line 48142) | def write(self, oprot): method validate (line 48158) | def validate(self): method __hash__ (line 48162) | def __hash__(self): method __repr__ (line 48168) | def __repr__(self): method __eq__ (line 48173) | def __eq__(self, other): method __ne__ (line 48176) | def __ne__(self, other): class clearMessageBox_result (line 48179) | class clearMessageBox_result: method __init__ (line 48190) | def __init__(self, e=None,): method read (line 48193) | def read(self, iprot): method write (line 48213) | def write(self, oprot): method validate (line 48225) | def validate(self): method __hash__ (line 48229) | def __hash__(self): method __repr__ (line 48234) | def __repr__(self): method __eq__ (line 48239) | def __eq__(self, other): method __ne__ (line 48242) | def __ne__(self, other): class closeProximityMatch_args (line 48245) | class closeProximityMatch_args: method __init__ (line 48257) | def __init__(self, sessionId=None,): method read (line 48260) | def read(self, iprot): method write (line 48279) | def write(self, oprot): method validate (line 48291) | def validate(self): method __hash__ (line 48295) | def __hash__(self): method __repr__ (line 48300) | def __repr__(self): method __eq__ (line 48305) | def __eq__(self, other): method __ne__ (line 48308) | def __ne__(self, other): class closeProximityMatch_result (line 48311) | class closeProximityMatch_result: method __init__ (line 48322) | def __init__(self, e=None,): method read (line 48325) | def read(self, iprot): method write (line 48345) | def write(self, oprot): method validate (line 48357) | def validate(self): method __hash__ (line 48361) | def __hash__(self): method __repr__ (line 48366) | def __repr__(self): method __eq__ (line 48371) | def __eq__(self, other): method __ne__ (line 48374) | def __ne__(self, other): class commitSendMessage_args (line 48377) | class commitSendMessage_args: method __init__ (line 48392) | def __init__(self, seq=None, messageId=None, receiverMids=None,): method read (line 48397) | def read(self, iprot): method write (line 48431) | def write(self, oprot): method validate (line 48454) | def validate(self): method __hash__ (line 48458) | def __hash__(self): method __repr__ (line 48465) | def __repr__(self): method __eq__ (line 48470) | def __eq__(self, other): method __ne__ (line 48473) | def __ne__(self, other): class commitSendMessage_result (line 48476) | class commitSendMessage_result: method __init__ (line 48488) | def __init__(self, success=None, e=None,): method read (line 48492) | def read(self, iprot): method write (line 48523) | def write(self, oprot): method validate (line 48543) | def validate(self): method __hash__ (line 48547) | def __hash__(self): method __repr__ (line 48553) | def __repr__(self): method __eq__ (line 48558) | def __eq__(self, other): method __ne__ (line 48561) | def __ne__(self, other): class commitSendMessages_args (line 48564) | class commitSendMessages_args: method __init__ (line 48579) | def __init__(self, seq=None, messageIds=None, receiverMids=None,): method read (line 48584) | def read(self, iprot): method write (line 48623) | def write(self, oprot): method validate (line 48649) | def validate(self): method __hash__ (line 48653) | def __hash__(self): method __repr__ (line 48660) | def __repr__(self): method __eq__ (line 48665) | def __eq__(self, other): method __ne__ (line 48668) | def __ne__(self, other): class commitSendMessages_result (line 48671) | class commitSendMessages_result: method __init__ (line 48683) | def __init__(self, success=None, e=None,): method read (line 48687) | def read(self, iprot): method write (line 48718) | def write(self, oprot): method validate (line 48738) | def validate(self): method __hash__ (line 48742) | def __hash__(self): method __repr__ (line 48748) | def __repr__(self): method __eq__ (line 48753) | def __eq__(self, other): method __ne__ (line 48756) | def __ne__(self, other): class commitUpdateProfile_args (line 48759) | class commitUpdateProfile_args: method __init__ (line 48774) | def __init__(self, seq=None, attrs=None, receiverMids=None,): method read (line 48779) | def read(self, iprot): method write (line 48818) | def write(self, oprot): method validate (line 48844) | def validate(self): method __hash__ (line 48848) | def __hash__(self): method __repr__ (line 48855) | def __repr__(self): method __eq__ (line 48860) | def __eq__(self, other): method __ne__ (line 48863) | def __ne__(self, other): class commitUpdateProfile_result (line 48866) | class commitUpdateProfile_result: method __init__ (line 48878) | def __init__(self, success=None, e=None,): method read (line 48882) | def read(self, iprot): method write (line 48913) | def write(self, oprot): method validate (line 48933) | def validate(self): method __hash__ (line 48937) | def __hash__(self): method __repr__ (line 48943) | def __repr__(self): method __eq__ (line 48948) | def __eq__(self, other): method __ne__ (line 48951) | def __ne__(self, other): class confirmEmail_args (line 48954) | class confirmEmail_args: method __init__ (line 48968) | def __init__(self, verifier=None, pinCode=None,): method read (line 48972) | def read(self, iprot): method write (line 48996) | def write(self, oprot): method validate (line 49012) | def validate(self): method __hash__ (line 49016) | def __hash__(self): method __repr__ (line 49022) | def __repr__(self): method __eq__ (line 49027) | def __eq__(self, other): method __ne__ (line 49030) | def __ne__(self, other): class confirmEmail_result (line 49033) | class confirmEmail_result: method __init__ (line 49044) | def __init__(self, e=None,): method read (line 49047) | def read(self, iprot): method write (line 49067) | def write(self, oprot): method validate (line 49079) | def validate(self): method __hash__ (line 49083) | def __hash__(self): method __repr__ (line 49088) | def __repr__(self): method __eq__ (line 49093) | def __eq__(self, other): method __ne__ (line 49096) | def __ne__(self, other): class createGroup_args (line 49099) | class createGroup_args: method __init__ (line 49114) | def __init__(self, seq=None, name=None, contactIds=None,): method read (line 49119) | def read(self, iprot): method write (line 49153) | def write(self, oprot): method validate (line 49176) | def validate(self): method __hash__ (line 49180) | def __hash__(self): method __repr__ (line 49187) | def __repr__(self): method __eq__ (line 49192) | def __eq__(self, other): method __ne__ (line 49195) | def __ne__(self, other): class createGroup_result (line 49198) | class createGroup_result: method __init__ (line 49210) | def __init__(self, success=None, e=None,): method read (line 49214) | def read(self, iprot): method write (line 49240) | def write(self, oprot): method validate (line 49256) | def validate(self): method __hash__ (line 49260) | def __hash__(self): method __repr__ (line 49266) | def __repr__(self): method __eq__ (line 49271) | def __eq__(self, other): method __ne__ (line 49274) | def __ne__(self, other): class createQrcodeBase64Image_args (line 49277) | class createQrcodeBase64Image_args: method __init__ (line 49301) | def __init__(self, url=None, characterSet=None, imageSize=None, x=None... method read (line 49310) | def read(self, iprot): method write (line 49359) | def write(self, oprot): method validate (line 49395) | def validate(self): method __hash__ (line 49399) | def __hash__(self): method __repr__ (line 49410) | def __repr__(self): method __eq__ (line 49415) | def __eq__(self, other): method __ne__ (line 49418) | def __ne__(self, other): class createQrcodeBase64Image_result (line 49421) | class createQrcodeBase64Image_result: method __init__ (line 49433) | def __init__(self, success=None, e=None,): method read (line 49437) | def read(self, iprot): method write (line 49462) | def write(self, oprot): method validate (line 49478) | def validate(self): method __hash__ (line 49482) | def __hash__(self): method __repr__ (line 49488) | def __repr__(self): method __eq__ (line 49493) | def __eq__(self, other): method __ne__ (line 49496) | def __ne__(self, other): class createRoom_args (line 49499) | class createRoom_args: method __init__ (line 49512) | def __init__(self, reqSeq=None, contactIds=None,): method read (line 49516) | def read(self, iprot): method write (line 49545) | def write(self, oprot): method validate (line 49564) | def validate(self): method __hash__ (line 49568) | def __hash__(self): method __repr__ (line 49574) | def __repr__(self): method __eq__ (line 49579) | def __eq__(self, other): method __ne__ (line 49582) | def __ne__(self, other): class createRoom_result (line 49585) | class createRoom_result: method __init__ (line 49597) | def __init__(self, success=None, e=None,): method read (line 49601) | def read(self, iprot): method write (line 49627) | def write(self, oprot): method validate (line 49643) | def validate(self): method __hash__ (line 49647) | def __hash__(self): method __repr__ (line 49653) | def __repr__(self): method __eq__ (line 49658) | def __eq__(self, other): method __ne__ (line 49661) | def __ne__(self, other): class createSession_args (line 49664) | class createSession_args: method read (line 49669) | def read(self, iprot): method write (line 49683) | def write(self, oprot): method validate (line 49691) | def validate(self): method __hash__ (line 49695) | def __hash__(self): method __repr__ (line 49699) | def __repr__(self): method __eq__ (line 49704) | def __eq__(self, other): method __ne__ (line 49707) | def __ne__(self, other): class createSession_result (line 49710) | class createSession_result: method __init__ (line 49722) | def __init__(self, success=None, e=None,): method read (line 49726) | def read(self, iprot): method write (line 49751) | def write(self, oprot): method validate (line 49767) | def validate(self): method __hash__ (line 49771) | def __hash__(self): method __repr__ (line 49777) | def __repr__(self): method __eq__ (line 49782) | def __eq__(self, other): method __ne__ (line 49785) | def __ne__(self, other): class fetchAnnouncements_args (line 49788) | class fetchAnnouncements_args: method __init__ (line 49800) | def __init__(self, lastFetchedIndex=None,): method read (line 49803) | def read(self, iprot): method write (line 49822) | def write(self, oprot): method validate (line 49834) | def validate(self): method __hash__ (line 49838) | def __hash__(self): method __repr__ (line 49843) | def __repr__(self): method __eq__ (line 49848) | def __eq__(self, other): method __ne__ (line 49851) | def __ne__(self, other): class fetchAnnouncements_result (line 49854) | class fetchAnnouncements_result: method __init__ (line 49866) | def __init__(self, success=None, e=None,): method read (line 49870) | def read(self, iprot): method write (line 49901) | def write(self, oprot): method validate (line 49920) | def validate(self): method __hash__ (line 49924) | def __hash__(self): method __repr__ (line 49930) | def __repr__(self): method __eq__ (line 49935) | def __eq__(self, other): method __ne__ (line 49938) | def __ne__(self, other): class fetchMessages_args (line 49941) | class fetchMessages_args: method __init__ (line 49955) | def __init__(self, localTs=None, count=None,): method read (line 49959) | def read(self, iprot): method write (line 49983) | def write(self, oprot): method validate (line 49999) | def validate(self): method __hash__ (line 50003) | def __hash__(self): method __repr__ (line 50009) | def __repr__(self): method __eq__ (line 50014) | def __eq__(self, other): method __ne__ (line 50017) | def __ne__(self, other): class fetchMessages_result (line 50020) | class fetchMessages_result: method __init__ (line 50032) | def __init__(self, success=None, e=None,): method read (line 50036) | def read(self, iprot): method write (line 50067) | def write(self, oprot): method validate (line 50086) | def validate(self): method __hash__ (line 50090) | def __hash__(self): method __repr__ (line 50096) | def __repr__(self): method __eq__ (line 50101) | def __eq__(self, other): method __ne__ (line 50104) | def __ne__(self, other): class fetchOperations_args (line 50107) | class fetchOperations_args: method __init__ (line 50121) | def __init__(self, localRev=None, count=None,): method read (line 50125) | def read(self, iprot): method write (line 50149) | def write(self, oprot): method validate (line 50165) | def validate(self): method __hash__ (line 50169) | def __hash__(self): method __repr__ (line 50175) | def __repr__(self): method __eq__ (line 50180) | def __eq__(self, other): method __ne__ (line 50183) | def __ne__(self, other): class fetchOperations_result (line 50186) | class fetchOperations_result: method __init__ (line 50198) | def __init__(self, success=None, e=None,): method read (line 50202) | def read(self, iprot): method write (line 50233) | def write(self, oprot): method validate (line 50252) | def validate(self): method __hash__ (line 50256) | def __hash__(self): method __repr__ (line 50262) | def __repr__(self): method __eq__ (line 50267) | def __eq__(self, other): method __ne__ (line 50270) | def __ne__(self, other): class fetchOps_args (line 50273) | class fetchOps_args: method __init__ (line 50291) | def __init__(self, localRev=None, count=None, globalRev=None, individu... method read (line 50297) | def read(self, iprot): method write (line 50331) | def write(self, oprot): method validate (line 50355) | def validate(self): method __hash__ (line 50359) | def __hash__(self): method __repr__ (line 50367) | def __repr__(self): method __eq__ (line 50372) | def __eq__(self, other): method __ne__ (line 50375) | def __ne__(self, other): class fetchOps_result (line 50378) | class fetchOps_result: method __init__ (line 50390) | def __init__(self, success=None, e=None,): method read (line 50394) | def read(self, iprot): method write (line 50425) | def write(self, oprot): method validate (line 50444) | def validate(self): method __hash__ (line 50448) | def __hash__(self): method __repr__ (line 50454) | def __repr__(self): method __eq__ (line 50459) | def __eq__(self, other): method __ne__ (line 50462) | def __ne__(self, other): class findAndAddContactsByEmail_args (line 50465) | class findAndAddContactsByEmail_args: method __init__ (line 50478) | def __init__(self, reqSeq=None, emails=None,): method read (line 50482) | def read(self, iprot): method write (line 50511) | def write(self, oprot): method validate (line 50530) | def validate(self): method __hash__ (line 50534) | def __hash__(self): method __repr__ (line 50540) | def __repr__(self): method __eq__ (line 50545) | def __eq__(self, other): method __ne__ (line 50548) | def __ne__(self, other): class findAndAddContactsByEmail_result (line 50551) | class findAndAddContactsByEmail_result: method __init__ (line 50563) | def __init__(self, success=None, e=None,): method read (line 50567) | def read(self, iprot): method write (line 50599) | def write(self, oprot): method validate (line 50619) | def validate(self): method __hash__ (line 50623) | def __hash__(self): method __repr__ (line 50629) | def __repr__(self): method __eq__ (line 50634) | def __eq__(self, other): method __ne__ (line 50637) | def __ne__(self, other): class findAndAddContactsByMid_args (line 50640) | class findAndAddContactsByMid_args: method __init__ (line 50653) | def __init__(self, reqSeq=None, mid=None,): method read (line 50657) | def read(self, iprot): method write (line 50681) | def write(self, oprot): method validate (line 50697) | def validate(self): method __hash__ (line 50701) | def __hash__(self): method __repr__ (line 50707) | def __repr__(self): method __eq__ (line 50712) | def __eq__(self, other): method __ne__ (line 50715) | def __ne__(self, other): class findAndAddContactsByMid_result (line 50718) | class findAndAddContactsByMid_result: method __init__ (line 50730) | def __init__(self, success=None, e=None,): method read (line 50734) | def read(self, iprot): method write (line 50766) | def write(self, oprot): method validate (line 50786) | def validate(self): method __hash__ (line 50790) | def __hash__(self): method __repr__ (line 50796) | def __repr__(self): method __eq__ (line 50801) | def __eq__(self, other): method __ne__ (line 50804) | def __ne__(self, other): class findAndAddContactsByPhone_args (line 50807) | class findAndAddContactsByPhone_args: method __init__ (line 50820) | def __init__(self, reqSeq=None, phones=None,): method read (line 50824) | def read(self, iprot): method write (line 50853) | def write(self, oprot): method validate (line 50872) | def validate(self): method __hash__ (line 50876) | def __hash__(self): method __repr__ (line 50882) | def __repr__(self): method __eq__ (line 50887) | def __eq__(self, other): method __ne__ (line 50890) | def __ne__(self, other): class findAndAddContactsByPhone_result (line 50893) | class findAndAddContactsByPhone_result: method __init__ (line 50905) | def __init__(self, success=None, e=None,): method read (line 50909) | def read(self, iprot): method write (line 50941) | def write(self, oprot): method validate (line 50961) | def validate(self): method __hash__ (line 50965) | def __hash__(self): method __repr__ (line 50971) | def __repr__(self): method __eq__ (line 50976) | def __eq__(self, other): method __ne__ (line 50979) | def __ne__(self, other): class findAndAddContactsByUserid_args (line 50982) | class findAndAddContactsByUserid_args: method __init__ (line 50995) | def __init__(self, reqSeq=None, userid=None,): method read (line 50999) | def read(self, iprot): method write (line 51023) | def write(self, oprot): method validate (line 51039) | def validate(self): method __hash__ (line 51043) | def __hash__(self): method __repr__ (line 51049) | def __repr__(self): method __eq__ (line 51054) | def __eq__(self, other): method __ne__ (line 51057) | def __ne__(self, other): class findAndAddContactsByUserid_result (line 51060) | class findAndAddContactsByUserid_result: method __init__ (line 51072) | def __init__(self, success=None, e=None,): method read (line 51076) | def read(self, iprot): method write (line 51108) | def write(self, oprot): method validate (line 51128) | def validate(self): method __hash__ (line 51132) | def __hash__(self): method __repr__ (line 51138) | def __repr__(self): method __eq__ (line 51143) | def __eq__(self, other): method __ne__ (line 51146) | def __ne__(self, other): class findContactByUserid_args (line 51149) | class findContactByUserid_args: method __init__ (line 51161) | def __init__(self, userid=None,): method read (line 51164) | def read(self, iprot): method write (line 51183) | def write(self, oprot): method validate (line 51195) | def validate(self): method __hash__ (line 51199) | def __hash__(self): method __repr__ (line 51204) | def __repr__(self): method __eq__ (line 51209) | def __eq__(self, other): method __ne__ (line 51212) | def __ne__(self, other): class findContactByUserid_result (line 51215) | class findContactByUserid_result: method __init__ (line 51227) | def __init__(self, success=None, e=None,): method read (line 51231) | def read(self, iprot): method write (line 51257) | def write(self, oprot): method validate (line 51273) | def validate(self): method __hash__ (line 51277) | def __hash__(self): method __repr__ (line 51283) | def __repr__(self): method __eq__ (line 51288) | def __eq__(self, other): method __ne__ (line 51291) | def __ne__(self, other): class findContactByUserTicket_args (line 51294) | class findContactByUserTicket_args: method __init__ (line 51306) | def __init__(self, ticketId=None,): method read (line 51309) | def read(self, iprot): method write (line 51328) | def write(self, oprot): method validate (line 51340) | def validate(self): method __hash__ (line 51344) | def __hash__(self): method __repr__ (line 51349) | def __repr__(self): method __eq__ (line 51354) | def __eq__(self, other): method __ne__ (line 51357) | def __ne__(self, other): class findContactByUserTicket_result (line 51360) | class findContactByUserTicket_result: method __init__ (line 51372) | def __init__(self, success=None, e=None,): method read (line 51376) | def read(self, iprot): method write (line 51402) | def write(self, oprot): method validate (line 51418) | def validate(self): method __hash__ (line 51422) | def __hash__(self): method __repr__ (line 51428) | def __repr__(self): method __eq__ (line 51433) | def __eq__(self, other): method __ne__ (line 51436) | def __ne__(self, other): class findGroupByTicket_args (line 51439) | class findGroupByTicket_args: method __init__ (line 51451) | def __init__(self, ticketId=None,): method read (line 51454) | def read(self, iprot): method write (line 51473) | def write(self, oprot): method validate (line 51485) | def validate(self): method __hash__ (line 51489) | def __hash__(self): method __repr__ (line 51494) | def __repr__(self): method __eq__ (line 51499) | def __eq__(self, other): method __ne__ (line 51502) | def __ne__(self, other): class findGroupByTicket_result (line 51505) | class findGroupByTicket_result: method __init__ (line 51517) | def __init__(self, success=None, e=None,): method read (line 51521) | def read(self, iprot): method write (line 51547) | def write(self, oprot): method validate (line 51563) | def validate(self): method __hash__ (line 51567) | def __hash__(self): method __repr__ (line 51573) | def __repr__(self): method __eq__ (line 51578) | def __eq__(self, other): method __ne__ (line 51581) | def __ne__(self, other): class findContactsByEmail_args (line 51584) | class findContactsByEmail_args: method __init__ (line 51596) | def __init__(self, emails=None,): method read (line 51599) | def read(self, iprot): method write (line 51623) | def write(self, oprot): method validate (line 51638) | def validate(self): method __hash__ (line 51642) | def __hash__(self): method __repr__ (line 51647) | def __repr__(self): method __eq__ (line 51652) | def __eq__(self, other): method __ne__ (line 51655) | def __ne__(self, other): class findContactsByEmail_result (line 51658) | class findContactsByEmail_result: method __init__ (line 51670) | def __init__(self, success=None, e=None,): method read (line 51674) | def read(self, iprot): method write (line 51706) | def write(self, oprot): method validate (line 51726) | def validate(self): method __hash__ (line 51730) | def __hash__(self): method __repr__ (line 51736) | def __repr__(self): method __eq__ (line 51741) | def __eq__(self, other): method __ne__ (line 51744) | def __ne__(self, other): class findContactsByPhone_args (line 51747) | class findContactsByPhone_args: method __init__ (line 51759) | def __init__(self, phones=None,): method read (line 51762) | def read(self, iprot): method write (line 51786) | def write(self, oprot): method validate (line 51801) | def validate(self): method __hash__ (line 51805) | def __hash__(self): method __repr__ (line 51810) | def __repr__(self): method __eq__ (line 51815) | def __eq__(self, other): method __ne__ (line 51818) | def __ne__(self, other): class findContactsByPhone_result (line 51821) | class findContactsByPhone_result: method __init__ (line 51833) | def __init__(self, success=None, e=None,): method read (line 51837) | def read(self, iprot): method write (line 51869) | def write(self, oprot): method validate (line 51889) | def validate(self): method __hash__ (line 51893) | def __hash__(self): method __repr__ (line 51899) | def __repr__(self): method __eq__ (line 51904) | def __eq__(self, other): method __ne__ (line 51907) | def __ne__(self, other): class findSnsIdUserStatus_args (line 51910) | class findSnsIdUserStatus_args: method __init__ (line 51926) | def __init__(self, snsIdType=None, snsAccessToken=None, udidHash=None,): method read (line 51931) | def read(self, iprot): method write (line 51960) | def write(self, oprot): method validate (line 51980) | def validate(self): method __hash__ (line 51984) | def __hash__(self): method __repr__ (line 51991) | def __repr__(self): method __eq__ (line 51996) | def __eq__(self, other): method __ne__ (line 51999) | def __ne__(self, other): class findSnsIdUserStatus_result (line 52002) | class findSnsIdUserStatus_result: method __init__ (line 52014) | def __init__(self, success=None, e=None,): method read (line 52018) | def read(self, iprot): method write (line 52044) | def write(self, oprot): method validate (line 52060) | def validate(self): method __hash__ (line 52064) | def __hash__(self): method __repr__ (line 52070) | def __repr__(self): method __eq__ (line 52075) | def __eq__(self, other): method __ne__ (line 52078) | def __ne__(self, other): class finishUpdateVerification_args (line 52081) | class finishUpdateVerification_args: method __init__ (line 52093) | def __init__(self, sessionId=None,): method read (line 52096) | def read(self, iprot): method write (line 52115) | def write(self, oprot): method validate (line 52127) | def validate(self): method __hash__ (line 52131) | def __hash__(self): method __repr__ (line 52136) | def __repr__(self): method __eq__ (line 52141) | def __eq__(self, other): method __ne__ (line 52144) | def __ne__(self, other): class finishUpdateVerification_result (line 52147) | class finishUpdateVerification_result: method __init__ (line 52158) | def __init__(self, e=None,): method read (line 52161) | def read(self, iprot): method write (line 52181) | def write(self, oprot): method validate (line 52193) | def validate(self): method __hash__ (line 52197) | def __hash__(self): method __repr__ (line 52202) | def __repr__(self): method __eq__ (line 52207) | def __eq__(self, other): method __ne__ (line 52210) | def __ne__(self, other): class generateUserTicket_args (line 52213) | class generateUserTicket_args: method __init__ (line 52228) | def __init__(self, expirationTime=None, maxUseCount=None,): method read (line 52232) | def read(self, iprot): method write (line 52256) | def write(self, oprot): method validate (line 52272) | def validate(self): method __hash__ (line 52276) | def __hash__(self): method __repr__ (line 52282) | def __repr__(self): method __eq__ (line 52287) | def __eq__(self, other): method __ne__ (line 52290) | def __ne__(self, other): class generateUserTicket_result (line 52293) | class generateUserTicket_result: method __init__ (line 52305) | def __init__(self, success=None, e=None,): method read (line 52309) | def read(self, iprot): method write (line 52335) | def write(self, oprot): method validate (line 52351) | def validate(self): method __hash__ (line 52355) | def __hash__(self): method __repr__ (line 52361) | def __repr__(self): method __eq__ (line 52366) | def __eq__(self, other): method __ne__ (line 52369) | def __ne__(self, other): class getAcceptedProximityMatches_args (line 52372) | class getAcceptedProximityMatches_args: method __init__ (line 52384) | def __init__(self, sessionId=None,): method read (line 52387) | def read(self, iprot): method write (line 52406) | def write(self, oprot): method validate (line 52418) | def validate(self): method __hash__ (line 52422) | def __hash__(self): method __repr__ (line 52427) | def __repr__(self): method __eq__ (line 52432) | def __eq__(self, other): method __ne__ (line 52435) | def __ne__(self, other): class getAcceptedProximityMatches_result (line 52438) | class getAcceptedProximityMatches_result: method __init__ (line 52450) | def __init__(self, success=None, e=None,): method read (line 52454) | def read(self, iprot): method write (line 52484) | def write(self, oprot): method validate (line 52503) | def validate(self): method __hash__ (line 52507) | def __hash__(self): method __repr__ (line 52513) | def __repr__(self): method __eq__ (line 52518) | def __eq__(self, other): method __ne__ (line 52521) | def __ne__(self, other): class getActiveBuddySubscriberIds_args (line 52524) | class getActiveBuddySubscriberIds_args: method read (line 52529) | def read(self, iprot): method write (line 52543) | def write(self, oprot): method validate (line 52551) | def validate(self): method __hash__ (line 52555) | def __hash__(self): method __repr__ (line 52559) | def __repr__(self): method __eq__ (line 52564) | def __eq__(self, other): method __ne__ (line 52567) | def __ne__(self, other): class getActiveBuddySubscriberIds_result (line 52570) | class getActiveBuddySubscriberIds_result: method __init__ (line 52582) | def __init__(self, success=None, e=None,): method read (line 52586) | def read(self, iprot): method write (line 52616) | def write(self, oprot): method validate (line 52635) | def validate(self): method __hash__ (line 52639) | def __hash__(self): method __repr__ (line 52645) | def __repr__(self): method __eq__ (line 52650) | def __eq__(self, other): method __ne__ (line 52653) | def __ne__(self, other): class getAllContactIds_args (line 52656) | class getAllContactIds_args: method read (line 52661) | def read(self, iprot): method write (line 52675) | def write(self, oprot): method validate (line 52683) | def validate(self): method __hash__ (line 52687) | def __hash__(self): method __repr__ (line 52691) | def __repr__(self): method __eq__ (line 52696) | def __eq__(self, other): method __ne__ (line 52699) | def __ne__(self, other): class getAllContactIds_result (line 52702) | class getAllContactIds_result: method __init__ (line 52714) | def __init__(self, success=None, e=None,): method read (line 52718) | def read(self, iprot): method write (line 52748) | def write(self, oprot): method validate (line 52767) | def validate(self): method __hash__ (line 52771) | def __hash__(self): method __repr__ (line 52777) | def __repr__(self): method __eq__ (line 52782) | def __eq__(self, other): method __ne__ (line 52785) | def __ne__(self, other): class getAuthQrcode_args (line 52788) | class getAuthQrcode_args: method __init__ (line 52802) | def __init__(self, keepLoggedIn=None, systemName=None,): method read (line 52806) | def read(self, iprot): method write (line 52830) | def write(self, oprot): method validate (line 52846) | def validate(self): method __hash__ (line 52850) | def __hash__(self): method __repr__ (line 52856) | def __repr__(self): method __eq__ (line 52861) | def __eq__(self, other): method __ne__ (line 52864) | def __ne__(self, other): class getAuthQrcode_result (line 52867) | class getAuthQrcode_result: method __init__ (line 52879) | def __init__(self, success=None, e=None,): method read (line 52883) | def read(self, iprot): method write (line 52909) | def write(self, oprot): method validate (line 52925) | def validate(self): method __hash__ (line 52929) | def __hash__(self): method __repr__ (line 52935) | def __repr__(self): method __eq__ (line 52940) | def __eq__(self, other): method __ne__ (line 52943) | def __ne__(self, other): class getBlockedContactIds_args (line 52946) | class getBlockedContactIds_args: method read (line 52951) | def read(self, iprot): method write (line 52965) | def write(self, oprot): method validate (line 52973) | def validate(self): method __hash__ (line 52977) | def __hash__(self): method __repr__ (line 52981) | def __repr__(self): method __eq__ (line 52986) | def __eq__(self, other): method __ne__ (line 52989) | def __ne__(self, other): class getBlockedContactIds_result (line 52992) | class getBlockedContactIds_result: method __init__ (line 53004) | def __init__(self, success=None, e=None,): method read (line 53008) | def read(self, iprot): method write (line 53038) | def write(self, oprot): method validate (line 53057) | def validate(self): method __hash__ (line 53061) | def __hash__(self): method __repr__ (line 53067) | def __repr__(self): method __eq__ (line 53072) | def __eq__(self, other): method __ne__ (line 53075) | def __ne__(self, other): class getBlockedContactIdsByRange_args (line 53078) | class getBlockedContactIdsByRange_args: method __init__ (line 53092) | def __init__(self, start=None, count=None,): method read (line 53096) | def read(self, iprot): method write (line 53120) | def write(self, oprot): method validate (line 53136) | def validate(self): method __hash__ (line 53140) | def __hash__(self): method __repr__ (line 53146) | def __repr__(self): method __eq__ (line 53151) | def __eq__(self, other): method __ne__ (line 53154) | def __ne__(self, other): class getBlockedContactIdsByRange_result (line 53157) | class getBlockedContactIdsByRange_result: method __init__ (line 53169) | def __init__(self, success=None, e=None,): method read (line 53173) | def read(self, iprot): method write (line 53203) | def write(self, oprot): method validate (line 53222) | def validate(self): method __hash__ (line 53226) | def __hash__(self): method __repr__ (line 53232) | def __repr__(self): method __eq__ (line 53237) | def __eq__(self, other): method __ne__ (line 53240) | def __ne__(self, other): class getBlockedRecommendationIds_args (line 53243) | class getBlockedRecommendationIds_args: method read (line 53248) | def read(self, iprot): method write (line 53262) | def write(self, oprot): method validate (line 53270) | def validate(self): method __hash__ (line 53274) | def __hash__(self): method __repr__ (line 53278) | def __repr__(self): method __eq__ (line 53283) | def __eq__(self, other): method __ne__ (line 53286) | def __ne__(self, other): class getBlockedRecommendationIds_result (line 53289) | class getBlockedRecommendationIds_result: method __init__ (line 53301) | def __init__(self, success=None, e=None,): method read (line 53305) | def read(self, iprot): method write (line 53335) | def write(self, oprot): method validate (line 53354) | def validate(self): method __hash__ (line 53358) | def __hash__(self): method __repr__ (line 53364) | def __repr__(self): method __eq__ (line 53369) | def __eq__(self, other): method __ne__ (line 53372) | def __ne__(self, other): class getBuddyBlockerIds_args (line 53375) | class getBuddyBlockerIds_args: method read (line 53380) | def read(self, iprot): method write (line 53394) | def write(self, oprot): method validate (line 53402) | def validate(self): method __hash__ (line 53406) | def __hash__(self): method __repr__ (line 53410) | def __repr__(self): method __eq__ (line 53415) | def __eq__(self, other): method __ne__ (line 53418) | def __ne__(self, other): class getBuddyBlockerIds_result (line 53421) | class getBuddyBlockerIds_result: method __init__ (line 53433) | def __init__(self, success=None, e=None,): method read (line 53437) | def read(self, iprot): method write (line 53467) | def write(self, oprot): method validate (line 53486) | def validate(self): method __hash__ (line 53490) | def __hash__(self): method __repr__ (line 53496) | def __repr__(self): method __eq__ (line 53501) | def __eq__(self, other): method __ne__ (line 53504) | def __ne__(self, other): class getBuddyLocation_args (line 53507) | class getBuddyLocation_args: method __init__ (line 53521) | def __init__(self, mid=None, index=None,): method read (line 53525) | def read(self, iprot): method write (line 53549) | def write(self, oprot): method validate (line 53565) | def validate(self): method __hash__ (line 53569) | def __hash__(self): method __repr__ (line 53575) | def __repr__(self): method __eq__ (line 53580) | def __eq__(self, other): method __ne__ (line 53583) | def __ne__(self, other): class getBuddyLocation_result (line 53586) | class getBuddyLocation_result: method __init__ (line 53598) | def __init__(self, success=None, e=None,): method read (line 53602) | def read(self, iprot): method write (line 53628) | def write(self, oprot): method validate (line 53644) | def validate(self): method __hash__ (line 53648) | def __hash__(self): method __repr__ (line 53654) | def __repr__(self): method __eq__ (line 53659) | def __eq__(self, other): method __ne__ (line 53662) | def __ne__(self, other): class getCompactContactsModifiedSince_args (line 53665) | class getCompactContactsModifiedSince_args: method __init__ (line 53677) | def __init__(self, timestamp=None,): method read (line 53680) | def read(self, iprot): method write (line 53699) | def write(self, oprot): method validate (line 53711) | def validate(self): method __hash__ (line 53715) | def __hash__(self): method __repr__ (line 53720) | def __repr__(self): method __eq__ (line 53725) | def __eq__(self, other): method __ne__ (line 53728) | def __ne__(self, other): class getCompactContactsModifiedSince_result (line 53731) | class getCompactContactsModifiedSince_result: method __init__ (line 53743) | def __init__(self, success=None, e=None,): method read (line 53747) | def read(self, iprot): method write (line 53778) | def write(self, oprot): method validate (line 53797) | def validate(self): method __hash__ (line 53801) | def __hash__(self): method __repr__ (line 53807) | def __repr__(self): method __eq__ (line 53812) | def __eq__(self, other): method __ne__ (line 53815) | def __ne__(self, other): class getCompactGroup_args (line 53818) | class getCompactGroup_args: method __init__ (line 53830) | def __init__(self, groupId=None,): method read (line 53833) | def read(self, iprot): method write (line 53852) | def write(self, oprot): method validate (line 53864) | def validate(self): method __hash__ (line 53868) | def __hash__(self): method __repr__ (line 53873) | def __repr__(self): method __eq__ (line 53878) | def __eq__(self, other): method __ne__ (line 53881) | def __ne__(self, other): class getCompactGroup_result (line 53884) | class getCompactGroup_result: method __init__ (line 53896) | def __init__(self, success=None, e=None,): method read (line 53900) | def read(self, iprot): method write (line 53926) | def write(self, oprot): method validate (line 53942) | def validate(self): method __hash__ (line 53946) | def __hash__(self): method __repr__ (line 53952) | def __repr__(self): method __eq__ (line 53957) | def __eq__(self, other): method __ne__ (line 53960) | def __ne__(self, other): class getCompactRoom_args (line 53963) | class getCompactRoom_args: method __init__ (line 53975) | def __init__(self, roomId=None,): method read (line 53978) | def read(self, iprot): method write (line 53997) | def write(self, oprot): method validate (line 54009) | def validate(self): method __hash__ (line 54013) | def __hash__(self): method __repr__ (line 54018) | def __repr__(self): method __eq__ (line 54023) | def __eq__(self, other): method __ne__ (line 54026) | def __ne__(self, other): class getCompactRoom_result (line 54029) | class getCompactRoom_result: method __init__ (line 54041) | def __init__(self, success=None, e=None,): method read (line 54045) | def read(self, iprot): method write (line 54071) | def write(self, oprot): method validate (line 54087) | def validate(self): method __hash__ (line 54091) | def __hash__(self): method __repr__ (line 54097) | def __repr__(self): method __eq__ (line 54102) | def __eq__(self, other): method __ne__ (line 54105) | def __ne__(self, other): class getContact_args (line 54108) | class getContact_args: method __init__ (line 54120) | def __init__(self, id=None,): method read (line 54123) | def read(self, iprot): method write (line 54142) | def write(self, oprot): method validate (line 54154) | def validate(self): method __hash__ (line 54158) | def __hash__(self): method __repr__ (line 54163) | def __repr__(self): method __eq__ (line 54168) | def __eq__(self, other): method __ne__ (line 54171) | def __ne__(self, other): class getContact_result (line 54174) | class getContact_result: method __init__ (line 54186) | def __init__(self, success=None, e=None,): method read (line 54190) | def read(self, iprot): method write (line 54216) | def write(self, oprot): method validate (line 54232) | def validate(self): method __hash__ (line 54236) | def __hash__(self): method __repr__ (line 54242) | def __repr__(self): method __eq__ (line 54247) | def __eq__(self, other): method __ne__ (line 54250) | def __ne__(self, other): class getContacts_args (line 54253) | class getContacts_args: method __init__ (line 54265) | def __init__(self, ids=None,): method read (line 54268) | def read(self, iprot): method write (line 54292) | def write(self, oprot): method validate (line 54307) | def validate(self): method __hash__ (line 54311) | def __hash__(self): method __repr__ (line 54316) | def __repr__(self): method __eq__ (line 54321) | def __eq__(self, other): method __ne__ (line 54324) | def __ne__(self, other): class getContacts_result (line 54327) | class getContacts_result: method __init__ (line 54339) | def __init__(self, success=None, e=None,): method read (line 54343) | def read(self, iprot): method write (line 54374) | def write(self, oprot): method validate (line 54393) | def validate(self): method __hash__ (line 54397) | def __hash__(self): method __repr__ (line 54403) | def __repr__(self): method __eq__ (line 54408) | def __eq__(self, other): method __ne__ (line 54411) | def __ne__(self, other): class getCountryWithRequestIp_args (line 54414) | class getCountryWithRequestIp_args: method read (line 54419) | def read(self, iprot): method write (line 54433) | def write(self, oprot): method validate (line 54441) | def validate(self): method __hash__ (line 54445) | def __hash__(self): method __repr__ (line 54449) | def __repr__(self): method __eq__ (line 54454) | def __eq__(self, other): method __ne__ (line 54457) | def __ne__(self, other): class getCountryWithRequestIp_result (line 54460) | class getCountryWithRequestIp_result: method __init__ (line 54472) | def __init__(self, success=None, e=None,): method read (line 54476) | def read(self, iprot): method write (line 54501) | def write(self, oprot): method validate (line 54517) | def validate(self): method __hash__ (line 54521) | def __hash__(self): method __repr__ (line 54527) | def __repr__(self): method __eq__ (line 54532) | def __eq__(self, other): method __ne__ (line 54535) | def __ne__(self, other): class getFavoriteMids_args (line 54538) | class getFavoriteMids_args: method read (line 54543) | def read(self, iprot): method write (line 54557) | def write(self, oprot): method validate (line 54565) | def validate(self): method __hash__ (line 54569) | def __hash__(self): method __repr__ (line 54573) | def __repr__(self): method __eq__ (line 54578) | def __eq__(self, other): method __ne__ (line 54581) | def __ne__(self, other): class getFavoriteMids_result (line 54584) | class getFavoriteMids_result: method __init__ (line 54596) | def __init__(self, success=None, e=None,): method read (line 54600) | def read(self, iprot): method write (line 54630) | def write(self, oprot): method validate (line 54649) | def validate(self): method __hash__ (line 54653) | def __hash__(self): method __repr__ (line 54659) | def __repr__(self): method __eq__ (line 54664) | def __eq__(self, other): method __ne__ (line 54667) | def __ne__(self, other): class getGroup_args (line 54670) | class getGroup_args: method __init__ (line 54682) | def __init__(self, groupId=None,): method read (line 54685) | def read(self, iprot): method write (line 54704) | def write(self, oprot): method validate (line 54716) | def validate(self): method __hash__ (line 54720) | def __hash__(self): method __repr__ (line 54725) | def __repr__(self): method __eq__ (line 54730) | def __eq__(self, other): method __ne__ (line 54733) | def __ne__(self, other): class getGroup_result (line 54736) | class getGroup_result: method __init__ (line 54748) | def __init__(self, success=None, e=None,): method read (line 54752) | def read(self, iprot): method write (line 54778) | def write(self, oprot): method validate (line 54794) | def validate(self): method __hash__ (line 54798) | def __hash__(self): method __repr__ (line 54804) | def __repr__(self): method __eq__ (line 54809) | def __eq__(self, other): method __ne__ (line 54812) | def __ne__(self, other): class getGroupIdsInvited_args (line 54815) | class getGroupIdsInvited_args: method read (line 54820) | def read(self, iprot): method write (line 54834) | def write(self, oprot): method validate (line 54842) | def validate(self): method __hash__ (line 54846) | def __hash__(self): method __repr__ (line 54850) | def __repr__(self): method __eq__ (line 54855) | def __eq__(self, other): method __ne__ (line 54858) | def __ne__(self, other): class getGroupIdsInvited_result (line 54861) | class getGroupIdsInvited_result: method __init__ (line 54873) | def __init__(self, success=None, e=None,): method read (line 54877) | def read(self, iprot): method write (line 54907) | def write(self, oprot): method validate (line 54926) | def validate(self): method __hash__ (line 54930) | def __hash__(self): method __repr__ (line 54936) | def __repr__(self): method __eq__ (line 54941) | def __eq__(self, other): method __ne__ (line 54944) | def __ne__(self, other): class getGroupIdsJoined_args (line 54947) | class getGroupIdsJoined_args: method read (line 54952) | def read(self, iprot): method write (line 54966) | def write(self, oprot): method validate (line 54974) | def validate(self): method __hash__ (line 54978) | def __hash__(self): method __repr__ (line 54982) | def __repr__(self): method __eq__ (line 54987) | def __eq__(self, other): method __ne__ (line 54990) | def __ne__(self, other): class getGroupIdsJoined_result (line 54993) | class getGroupIdsJoined_result: method __init__ (line 55005) | def __init__(self, success=None, e=None,): method read (line 55009) | def read(self, iprot): method write (line 55039) | def write(self, oprot): method validate (line 55058) | def validate(self): method __hash__ (line 55062) | def __hash__(self): method __repr__ (line 55068) | def __repr__(self): method __eq__ (line 55073) | def __eq__(self, other): method __ne__ (line 55076) | def __ne__(self, other): class getGroups_args (line 55079) | class getGroups_args: method __init__ (line 55091) | def __init__(self, groupIds=None,): method read (line 55094) | def read(self, iprot): method write (line 55118) | def write(self, oprot): method validate (line 55133) | def validate(self): method __hash__ (line 55137) | def __hash__(self): method __repr__ (line 55142) | def __repr__(self): method __eq__ (line 55147) | def __eq__(self, other): method __ne__ (line 55150) | def __ne__(self, other): class getGroups_result (line 55153) | class getGroups_result: method __init__ (line 55165) | def __init__(self, success=None, e=None,): method read (line 55169) | def read(self, iprot): method write (line 55200) | def write(self, oprot): method validate (line 55219) | def validate(self): method __hash__ (line 55223) | def __hash__(self): method __repr__ (line 55229) | def __repr__(self): method __eq__ (line 55234) | def __eq__(self, other): method __ne__ (line 55237) | def __ne__(self, other): class getHiddenContactMids_args (line 55240) | class getHiddenContactMids_args: method read (line 55245) | def read(self, iprot): method write (line 55259) | def write(self, oprot): method validate (line 55267) | def validate(self): method __hash__ (line 55271) | def __hash__(self): method __repr__ (line 55275) | def __repr__(self): method __eq__ (line 55280) | def __eq__(self, other): method __ne__ (line 55283) | def __ne__(self, other): class getHiddenContactMids_result (line 55286) | class getHiddenContactMids_result: method __init__ (line 55298) | def __init__(self, success=None, e=None,): method read (line 55302) | def read(self, iprot): method write (line 55332) | def write(self, oprot): method validate (line 55351) | def validate(self): method __hash__ (line 55355) | def __hash__(self): method __repr__ (line 55361) | def __repr__(self): method __eq__ (line 55366) | def __eq__(self, other): method __ne__ (line 55369) | def __ne__(self, other): class getIdentityIdentifier_args (line 55372) | class getIdentityIdentifier_args: method read (line 55377) | def read(self, iprot): method write (line 55391) | def write(self, oprot): method validate (line 55399) | def validate(self): method __hash__ (line 55403) | def __hash__(self): method __repr__ (line 55407) | def __repr__(self): method __eq__ (line 55412) | def __eq__(self, other): method __ne__ (line 55415) | def __ne__(self, other): class getIdentityIdentifier_result (line 55418) | class getIdentityIdentifier_result: method __init__ (line 55430) | def __init__(self, success=None, e=None,): method read (line 55434) | def read(self, iprot): method write (line 55459) | def write(self, oprot): method validate (line 55475) | def validate(self): method __hash__ (line 55479) | def __hash__(self): method __repr__ (line 55485) | def __repr__(self): method __eq__ (line 55490) | def __eq__(self, other): method __ne__ (line 55493) | def __ne__(self, other): class getLastAnnouncementIndex_args (line 55496) | class getLastAnnouncementIndex_args: method read (line 55501) | def read(self, iprot): method write (line 55515) | def write(self, oprot): method validate (line 55523) | def validate(self): method __hash__ (line 55527) | def __hash__(self): method __repr__ (line 55531) | def __repr__(self): method __eq__ (line 55536) | def __eq__(self, other): method __ne__ (line 55539) | def __ne__(self, other): class getLastAnnouncementIndex_result (line 55542) | class getLastAnnouncementIndex_result: method __init__ (line 55554) | def __init__(self, success=None, e=None,): method read (line 55558) | def read(self, iprot): method write (line 55583) | def write(self, oprot): method validate (line 55599) | def validate(self): method __hash__ (line 55603) | def __hash__(self): method __repr__ (line 55609) | def __repr__(self): method __eq__ (line 55614) | def __eq__(self, other): method __ne__ (line 55617) | def __ne__(self, other): class getLastOpRevision_args (line 55620) | class getLastOpRevision_args: method read (line 55625) | def read(self, iprot): method write (line 55639) | def write(self, oprot): method validate (line 55647) | def validate(self): method __hash__ (line 55651) | def __hash__(self): method __repr__ (line 55655) | def __repr__(self): method __eq__ (line 55660) | def __eq__(self, other): method __ne__ (line 55663) | def __ne__(self, other): class getLastOpRevision_result (line 55666) | class getLastOpRevision_result: method __init__ (line 55678) | def __init__(self, success=None, e=None,): method read (line 55682) | def read(self, iprot): method write (line 55707) | def write(self, oprot): method validate (line 55723) | def validate(self): method __hash__ (line 55727) | def __hash__(self): method __repr__ (line 55733) | def __repr__(self): method __eq__ (line 55738) | def __eq__(self, other): method __ne__ (line 55741) | def __ne__(self, other): class getMessageBox_args (line 55744) | class getMessageBox_args: method __init__ (line 55760) | def __init__(self, channelId=None, messageBoxId=None, lastMessagesCoun... method read (line 55765) | def read(self, iprot): method write (line 55794) | def write(self, oprot): method validate (line 55814) | def validate(self): method __hash__ (line 55818) | def __hash__(self): method __repr__ (line 55825) | def __repr__(self): method __eq__ (line 55830) | def __eq__(self, other): method __ne__ (line 55833) | def __ne__(self, other): class getMessageBox_result (line 55836) | class getMessageBox_result: method __init__ (line 55848) | def __init__(self, success=None, e=None,): method read (line 55852) | def read(self, iprot): method write (line 55878) | def write(self, oprot): method validate (line 55894) | def validate(self): method __hash__ (line 55898) | def __hash__(self): method __repr__ (line 55904) | def __repr__(self): method __eq__ (line 55909) | def __eq__(self, other): method __ne__ (line 55912) | def __ne__(self, other): class getMessageBoxCompactWrapUp_args (line 55915) | class getMessageBoxCompactWrapUp_args: method __init__ (line 55927) | def __init__(self, mid=None,): method read (line 55930) | def read(self, iprot): method write (line 55949) | def write(self, oprot): method validate (line 55961) | def validate(self): method __hash__ (line 55965) | def __hash__(self): method __repr__ (line 55970) | def __repr__(self): method __eq__ (line 55975) | def __eq__(self, other): method __ne__ (line 55978) | def __ne__(self, other): class getMessageBoxCompactWrapUp_result (line 55981) | class getMessageBoxCompactWrapUp_result: method __init__ (line 55993) | def __init__(self, success=None, e=None,): method read (line 55997) | def read(self, iprot): method write (line 56023) | def write(self, oprot): method validate (line 56039) | def validate(self): method __hash__ (line 56043) | def __hash__(self): method __repr__ (line 56049) | def __repr__(self): method __eq__ (line 56054) | def __eq__(self, other): method __ne__ (line 56057) | def __ne__(self, other): class getMessageBoxCompactWrapUpList_args (line 56060) | class getMessageBoxCompactWrapUpList_args: method __init__ (line 56074) | def __init__(self, start=None, messageBoxCount=None,): method read (line 56078) | def read(self, iprot): method write (line 56102) | def write(self, oprot): method validate (line 56118) | def validate(self): method __hash__ (line 56122) | def __hash__(self): method __repr__ (line 56128) | def __repr__(self): method __eq__ (line 56133) | def __eq__(self, other): method __ne__ (line 56136) | def __ne__(self, other): class getMessageBoxCompactWrapUpList_result (line 56139) | class getMessageBoxCompactWrapUpList_result: method __init__ (line 56151) | def __init__(self, success=None, e=None,): method read (line 56155) | def read(self, iprot): method write (line 56181) | def write(self, oprot): method validate (line 56197) | def validate(self): method __hash__ (line 56201) | def __hash__(self): method __repr__ (line 56207) | def __repr__(self): method __eq__ (line 56212) | def __eq__(self, other): method __ne__ (line 56215) | def __ne__(self, other): class getMessageBoxList_args (line 56218) | class getMessageBoxList_args: method __init__ (line 56232) | def __init__(self, channelId=None, lastMessagesCount=None,): method read (line 56236) | def read(self, iprot): method write (line 56260) | def write(self, oprot): method validate (line 56276) | def validate(self): method __hash__ (line 56280) | def __hash__(self): method __repr__ (line 56286) | def __repr__(self): method __eq__ (line 56291) | def __eq__(self, other): method __ne__ (line 56294) | def __ne__(self, other): class getMessageBoxList_result (line 56297) | class getMessageBoxList_result: method __init__ (line 56309) | def __init__(self, success=None, e=None,): method read (line 56313) | def read(self, iprot): method write (line 56344) | def write(self, oprot): method validate (line 56363) | def validate(self): method __hash__ (line 56367) | def __hash__(self): method __repr__ (line 56373) | def __repr__(self): method __eq__ (line 56378) | def __eq__(self, other): method __ne__ (line 56381) | def __ne__(self, other): class getMessageBoxListByStatus_args (line 56384) | class getMessageBoxListByStatus_args: method __init__ (line 56400) | def __init__(self, channelId=None, lastMessagesCount=None, status=None,): method read (line 56405) | def read(self, iprot): method write (line 56434) | def write(self, oprot): method validate (line 56454) | def validate(self): method __hash__ (line 56458) | def __hash__(self): method __repr__ (line 56465) | def __repr__(self): method __eq__ (line 56470) | def __eq__(self, other): method __ne__ (line 56473) | def __ne__(self, other): class getMessageBoxListByStatus_result (line 56476) | class getMessageBoxListByStatus_result: method __init__ (line 56488) | def __init__(self, success=None, e=None,): method read (line 56492) | def read(self, iprot): method write (line 56523) | def write(self, oprot): method validate (line 56542) | def validate(self): method __hash__ (line 56546) | def __hash__(self): method __repr__ (line 56552) | def __repr__(self): method __eq__ (line 56557) | def __eq__(self, other): method __ne__ (line 56560) | def __ne__(self, other): class getMessageBoxWrapUp_args (line 56563) | class getMessageBoxWrapUp_args: method __init__ (line 56575) | def __init__(self, mid=None,): method read (line 56578) | def read(self, iprot): method write (line 56597) | def write(self, oprot): method validate (line 56609) | def validate(self): method __hash__ (line 56613) | def __hash__(self): method __repr__ (line 56618) | def __repr__(self): method __eq__ (line 56623) | def __eq__(self, other): method __ne__ (line 56626) | def __ne__(self, other): class getMessageBoxWrapUp_result (line 56629) | class getMessageBoxWrapUp_result: method __init__ (line 56641) | def __init__(self, success=None, e=None,): method read (line 56645) | def read(self, iprot): method write (line 56671) | def write(self, oprot): method validate (line 56687) | def validate(self): method __hash__ (line 56691) | def __hash__(self): method __repr__ (line 56697) | def __repr__(self): method __eq__ (line 56702) | def __eq__(self, other): method __ne__ (line 56705) | def __ne__(self, other): class getMessageBoxWrapUpList_args (line 56708) | class getMessageBoxWrapUpList_args: method __init__ (line 56722) | def __init__(self, start=None, messageBoxCount=None,): method read (line 56726) | def read(self, iprot): method write (line 56750) | def write(self, oprot): method validate (line 56766) | def validate(self): method __hash__ (line 56770) | def __hash__(self): method __repr__ (line 56776) | def __repr__(self): method __eq__ (line 56781) | def __eq__(self, other): method __ne__ (line 56784) | def __ne__(self, other): class getMessageBoxWrapUpList_result (line 56787) | class getMessageBoxWrapUpList_result: method __init__ (line 56799) | def __init__(self, success=None, e=None,): method read (line 56803) | def read(self, iprot): method write (line 56829) | def write(self, oprot): method validate (line 56845) | def validate(self): method __hash__ (line 56849) | def __hash__(self): method __repr__ (line 56855) | def __repr__(self): method __eq__ (line 56860) | def __eq__(self, other): method __ne__ (line 56863) | def __ne__(self, other): class getMessagesBySequenceNumber_args (line 56866) | class getMessagesBySequenceNumber_args: method __init__ (line 56884) | def __init__(self, channelId=None, messageBoxId=None, startSeq=None, e... method read (line 56890) | def read(self, iprot): method write (line 56924) | def write(self, oprot): method validate (line 56948) | def validate(self): method __hash__ (line 56952) | def __hash__(self): method __repr__ (line 56960) | def __repr__(self): method __eq__ (line 56965) | def __eq__(self, other): method __ne__ (line 56968) | def __ne__(self, other): class getMessagesBySequenceNumber_result (line 56971) | class getMessagesBySequenceNumber_result: method __init__ (line 56983) | def __init__(self, success=None, e=None,): method read (line 56987) | def read(self, iprot): method write (line 57018) | def write(self, oprot): method validate (line 57037) | def validate(self): method __hash__ (line 57041) | def __hash__(self): method __repr__ (line 57047) | def __repr__(self): method __eq__ (line 57052) | def __eq__(self, other): method __ne__ (line 57055) | def __ne__(self, other): class getNextMessages_args (line 57058) | class getNextMessages_args: method __init__ (line 57074) | def __init__(self, messageBoxId=None, startSeq=None, messagesCount=Non... method read (line 57079) | def read(self, iprot): method write (line 57108) | def write(self, oprot): method validate (line 57128) | def validate(self): method __hash__ (line 57132) | def __hash__(self): method __repr__ (line 57139) | def __repr__(self): method __eq__ (line 57144) | def __eq__(self, other): method __ne__ (line 57147) | def __ne__(self, other): class getNextMessages_result (line 57150) | class getNextMessages_result: method __init__ (line 57162) | def __init__(self, success=None, e=None,): method read (line 57166) | def read(self, iprot): method write (line 57197) | def write(self, oprot): method validate (line 57216) | def validate(self): method __hash__ (line 57220) | def __hash__(self): method __repr__ (line 57226) | def __repr__(self): method __eq__ (line 57231) | def __eq__(self, other): method __ne__ (line 57234) | def __ne__(self, other): class getNotificationPolicy_args (line 57237) | class getNotificationPolicy_args: method __init__ (line 57249) | def __init__(self, carrier=None,): method read (line 57252) | def read(self, iprot): method write (line 57271) | def write(self, oprot): method validate (line 57283) | def validate(self): method __hash__ (line 57287) | def __hash__(self): method __repr__ (line 57292) | def __repr__(self): method __eq__ (line 57297) | def __eq__(self, other): method __ne__ (line 57300) | def __ne__(self, other): class getNotificationPolicy_result (line 57303) | class getNotificationPolicy_result: method __init__ (line 57315) | def __init__(self, success=None, e=None,): method read (line 57319) | def read(self, iprot): method write (line 57349) | def write(self, oprot): method validate (line 57368) | def validate(self): method __hash__ (line 57372) | def __hash__(self): method __repr__ (line 57378) | def __repr__(self): method __eq__ (line 57383) | def __eq__(self, other): method __ne__ (line 57386) | def __ne__(self, other): class getPreviousMessages_args (line 57389) | class getPreviousMessages_args: method __init__ (line 57405) | def __init__(self, messageBoxId=None, endSeq=None, messagesCount=None,): method read (line 57410) | def read(self, iprot): method write (line 57439) | def write(self, oprot): method validate (line 57459) | def validate(self): method __hash__ (line 57463) | def __hash__(self): method __repr__ (line 57470) | def __repr__(self): method __eq__ (line 57475) | def __eq__(self, other): method __ne__ (line 57478) | def __ne__(self, other): class getPreviousMessages_result (line 57481) | class getPreviousMessages_result: method __init__ (line 57493) | def __init__(self, success=None, e=None,): method read (line 57497) | def read(self, iprot): method write (line 57528) | def write(self, oprot): method validate (line 57547) | def validate(self): method __hash__ (line 57551) | def __hash__(self): method __repr__ (line 57557) | def __repr__(self): method __eq__ (line 57562) | def __eq__(self, other): method __ne__ (line 57565) | def __ne__(self, other): class getProfile_args (line 57568) | class getProfile_args: method read (line 57573) | def read(self, iprot): method write (line 57587) | def write(self, oprot): method validate (line 57595) | def validate(self): method __hash__ (line 57599) | def __hash__(self): method __repr__ (line 57603) | def __repr__(self): method __eq__ (line 57608) | def __eq__(self, other): method __ne__ (line 57611) | def __ne__(self, other): class getProfile_result (line 57614) | class getProfile_result: method __init__ (line 57626) | def __init__(self, success=None, e=None,): method read (line 57630) | def read(self, iprot): method write (line 57656) | def write(self, oprot): method validate (line 57672) | def validate(self): method __hash__ (line 57676) | def __hash__(self): method __repr__ (line 57682) | def __repr__(self): method __eq__ (line 57687) | def __eq__(self, other): method __ne__ (line 57690) | def __ne__(self, other): class getProximityMatchCandidateList_args (line 57693) | class getProximityMatchCandidateList_args: method __init__ (line 57705) | def __init__(self, sessionId=None,): method read (line 57708) | def read(self, iprot): method write (line 57727) | def write(self, oprot): method validate (line 57739) | def validate(self): method __hash__ (line 57743) | def __hash__(self): method __repr__ (line 57748) | def __repr__(self): method __eq__ (line 57753) | def __eq__(self, other): method __ne__ (line 57756) | def __ne__(self, other): class getProximityMatchCandidateList_result (line 57759) | class getProximityMatchCandidateList_result: method __init__ (line 57771) | def __init__(self, success=None, e=None,): method read (line 57775) | def read(self, iprot): method write (line 57801) | def write(self, oprot): method validate (line 57817) | def validate(self): method __hash__ (line 57821) | def __hash__(self): method __repr__ (line 57827) | def __repr__(self): method __eq__ (line 57832) | def __eq__(self, other): method __ne__ (line 57835) | def __ne__(self, other): class getProximityMatchCandidates_args (line 57838) | class getProximityMatchCandidates_args: method __init__ (line 57850) | def __init__(self, sessionId=None,): method read (line 57853) | def read(self, iprot): method write (line 57872) | def write(self, oprot): method validate (line 57884) | def validate(self): method __hash__ (line 57888) | def __hash__(self): method __repr__ (line 57893) | def __repr__(self): method __eq__ (line 57898) | def __eq__(self, other): method __ne__ (line 57901) | def __ne__(self, other): class getProximityMatchCandidates_result (line 57904) | class getProximityMatchCandidates_result: method __init__ (line 57916) | def __init__(self, success=None, e=None,): method read (line 57920) | def read(self, iprot): method write (line 57951) | def write(self, oprot): method validate (line 57970) | def validate(self): method __hash__ (line 57974) | def __hash__(self): method __repr__ (line 57980) | def __repr__(self): method __eq__ (line 57985) | def __eq__(self, other): method __ne__ (line 57988) | def __ne__(self, other): class getRecentMessages_args (line 57991) | class getRecentMessages_args: method __init__ (line 58005) | def __init__(self, messageBoxId=None, messagesCount=None,): method read (line 58009) | def read(self, iprot): method write (line 58033) | def write(self, oprot): method validate (line 58049) | def validate(self): method __hash__ (line 58053) | def __hash__(self): method __repr__ (line 58059) | def __repr__(self): method __eq__ (line 58064) | def __eq__(self, other): method __ne__ (line 58067) | def __ne__(self, other): class getRecentMessages_result (line 58070) | class getRecentMessages_result: method __init__ (line 58082) | def __init__(self, success=None, e=None,): method read (line 58086) | def read(self, iprot): method write (line 58117) | def write(self, oprot): method validate (line 58136) | def validate(self): method __hash__ (line 58140) | def __hash__(self): method __repr__ (line 58146) | def __repr__(self): method __eq__ (line 58151) | def __eq__(self, other): method __ne__ (line 58154) | def __ne__(self, other): class getRecommendationIds_args (line 58157) | class getRecommendationIds_args: method read (line 58162) | def read(self, iprot): method write (line 58176) | def write(self, oprot): method validate (line 58184) | def validate(self): method __hash__ (line 58188) | def __hash__(self): method __repr__ (line 58192) | def __repr__(self): method __eq__ (line 58197) | def __eq__(self, other): method __ne__ (line 58200) | def __ne__(self, other): class getRecommendationIds_result (line 58203) | class getRecommendationIds_result: method __init__ (line 58215) | def __init__(self, success=None, e=None,): method read (line 58219) | def read(self, iprot): method write (line 58249) | def write(self, oprot): method validate (line 58268) | def validate(self): method __hash__ (line 58272) | def __hash__(self): method __repr__ (line 58278) | def __repr__(self): method __eq__ (line 58283) | def __eq__(self, other): method __ne__ (line 58286) | def __ne__(self, other): class getRoom_args (line 58289) | class getRoom_args: method __init__ (line 58301) | def __init__(self, roomId=None,): method read (line 58304) | def read(self, iprot): method write (line 58323) | def write(self, oprot): method validate (line 58335) | def validate(self): method __hash__ (line 58339) | def __hash__(self): method __repr__ (line 58344) | def __repr__(self): method __eq__ (line 58349) | def __eq__(self, other): method __ne__ (line 58352) | def __ne__(self, other): class getRoom_result (line 58355) | class getRoom_result: method __init__ (line 58367) | def __init__(self, success=None, e=None,): method read (line 58371) | def read(self, iprot): method write (line 58397) | def write(self, oprot): method validate (line 58413) | def validate(self): method __hash__ (line 58417) | def __hash__(self): method __repr__ (line 58423) | def __repr__(self): method __eq__ (line 58428) | def __eq__(self, other): method __ne__ (line 58431) | def __ne__(self, other): class getRSAKeyInfo_args (line 58434) | class getRSAKeyInfo_args: method __init__ (line 58446) | def __init__(self, provider=None,): method read (line 58449) | def read(self, iprot): method write (line 58468) | def write(self, oprot): method validate (line 58480) | def validate(self): method __hash__ (line 58484) | def __hash__(self): method __repr__ (line 58489) | def __repr__(self): method __eq__ (line 58494) | def __eq__(self, other): method __ne__ (line 58497) | def __ne__(self, other): class getRSAKeyInfo_result (line 58500) | class getRSAKeyInfo_result: method __init__ (line 58512) | def __init__(self, success=None, e=None,): method read (line 58516) | def read(self, iprot): method write (line 58542) | def write(self, oprot): method validate (line 58558) | def validate(self): method __hash__ (line 58562) | def __hash__(self): method __repr__ (line 58568) | def __repr__(self): method __eq__ (line 58573) | def __eq__(self, other): method __ne__ (line 58576) | def __ne__(self, other): class getServerTime_args (line 58579) | class getServerTime_args: method read (line 58584) | def read(self, iprot): method write (line 58598) | def write(self, oprot): method validate (line 58606) | def validate(self): method __hash__ (line 58610) | def __hash__(self): method __repr__ (line 58614) | def __repr__(self): method __eq__ (line 58619) | def __eq__(self, other): method __ne__ (line 58622) | def __ne__(self, other): class getServerTime_result (line 58625) | class getServerTime_result: method __init__ (line 58637) | def __init__(self, success=None, e=None,): method read (line 58641) | def read(self, iprot): method write (line 58666) | def write(self, oprot): method validate (line 58682) | def validate(self): method __hash__ (line 58686) | def __hash__(self): method __repr__ (line 58692) | def __repr__(self): method __eq__ (line 58697) | def __eq__(self, other): method __ne__ (line 58700) | def __ne__(self, other): class getSessions_args (line 58703) | class getSessions_args: method read (line 58708) | def read(self, iprot): method write (line 58722) | def write(self, oprot): method validate (line 58730) | def validate(self): method __hash__ (line 58734) | def __hash__(self): method __repr__ (line 58738) | def __repr__(self): method __eq__ (line 58743) | def __eq__(self, other): method __ne__ (line 58746) | def __ne__(self, other): class getSessions_result (line 58749) | class getSessions_result: method __init__ (line 58761) | def __init__(self, success=None, e=None,): method read (line 58765) | def read(self, iprot): method write (line 58796) | def write(self, oprot): method validate (line 58815) | def validate(self): method __hash__ (line 58819) | def __hash__(self): method __repr__ (line 58825) | def __repr__(self): method __eq__ (line 58830) | def __eq__(self, other): method __ne__ (line 58833) | def __ne__(self, other): class getSettings_args (line 58836) | class getSettings_args: method read (line 58841) | def read(self, iprot): method write (line 58855) | def write(self, oprot): method validate (line 58863) | def validate(self): method __hash__ (line 58867) | def __hash__(self): method __repr__ (line 58871) | def __repr__(self): method __eq__ (line 58876) | def __eq__(self, other): method __ne__ (line 58879) | def __ne__(self, other): class getSettings_result (line 58882) | class getSettings_result: method __init__ (line 58894) | def __init__(self, success=None, e=None,): method read (line 58898) | def read(self, iprot): method write (line 58924) | def write(self, oprot): method validate (line 58940) | def validate(self): method __hash__ (line 58944) | def __hash__(self): method __repr__ (line 58950) | def __repr__(self): method __eq__ (line 58955) | def __eq__(self, other): method __ne__ (line 58958) | def __ne__(self, other): class getSettingsAttributes_args (line 58961) | class getSettingsAttributes_args: method __init__ (line 58973) | def __init__(self, attrBitset=None,): method read (line 58976) | def read(self, iprot): method write (line 58995) | def write(self, oprot): method validate (line 59007) | def validate(self): method __hash__ (line 59011) | def __hash__(self): method __repr__ (line 59016) | def __repr__(self): method __eq__ (line 59021) | def __eq__(self, other): method __ne__ (line 59024) | def __ne__(self, other): class getSettingsAttributes_result (line 59027) | class getSettingsAttributes_result: method __init__ (line 59039) | def __init__(self, success=None, e=None,): method read (line 59043) | def read(self, iprot): method write (line 59069) | def write(self, oprot): method validate (line 59085) | def validate(self): method __hash__ (line 59089) | def __hash__(self): method __repr__ (line 59095) | def __repr__(self): method __eq__ (line 59100) | def __eq__(self, other): method __ne__ (line 59103) | def __ne__(self, other): class getSystemConfiguration_args (line 59106) | class getSystemConfiguration_args: method read (line 59111) | def read(self, iprot): method write (line 59125) | def write(self, oprot): method validate (line 59133) | def validate(self): method __hash__ (line 59137) | def __hash__(self): method __repr__ (line 59141) | def __repr__(self): method __eq__ (line 59146) | def __eq__(self, other): method __ne__ (line 59149) | def __ne__(self, other): class getSystemConfiguration_result (line 59152) | class getSystemConfiguration_result: method __init__ (line 59164) | def __init__(self, success=None, e=None,): method read (line 59168) | def read(self, iprot): method write (line 59194) | def write(self, oprot): method validate (line 59210) | def validate(self): method __hash__ (line 59214) | def __hash__(self): method __repr__ (line 59220) | def __repr__(self): method __eq__ (line 59225) | def __eq__(self, other): method __ne__ (line 59228) | def __ne__(self, other): class getUserTicket_args (line 59231) | class getUserTicket_args: method read (line 59236) | def read(self, iprot): method write (line 59250) | def write(self, oprot): method validate (line 59258) | def validate(self): method __hash__ (line 59262) | def __hash__(self): method __repr__ (line 59266) | def __repr__(self): method __eq__ (line 59271) | def __eq__(self, other): method __ne__ (line 59274) | def __ne__(self, other): class getUserTicket_result (line 59277) | class getUserTicket_result: method __init__ (line 59289) | def __init__(self, success=None, e=None,): method read (line 59293) | def read(self, iprot): method write (line 59319) | def write(self, oprot): method validate (line 59335) | def validate(self): method __hash__ (line 59339) | def __hash__(self): method __repr__ (line 59345) | def __repr__(self): method __eq__ (line 59350) | def __eq__(self, other): method __ne__ (line 59353) | def __ne__(self, other): class getWapInvitation_args (line 59356) | class getWapInvitation_args: method __init__ (line 59368) | def __init__(self, invitationHash=None,): method read (line 59371) | def read(self, iprot): method write (line 59390) | def write(self, oprot): method validate (line 59402) | def validate(self): method __hash__ (line 59406) | def __hash__(self): method __repr__ (line 59411) | def __repr__(self): method __eq__ (line 59416) | def __eq__(self, other): method __ne__ (line 59419) | def __ne__(self, other): class getWapInvitation_result (line 59422) | class getWapInvitation_result: method __init__ (line 59434) | def __init__(self, success=None, e=None,): method read (line 59438) | def read(self, iprot): method write (line 59464) | def write(self, oprot): method validate (line 59480) | def validate(self): method __hash__ (line 59484) | def __hash__(self): method __repr__ (line 59490) | def __repr__(self): method __eq__ (line 59495) | def __eq__(self, other): method __ne__ (line 59498) | def __ne__(self, other): class invalidateUserTicket_args (line 59501) | class invalidateUserTicket_args: method read (line 59506) | def read(self, iprot): method write (line 59520) | def write(self, oprot): method validate (line 59528) | def validate(self): method __hash__ (line 59532) | def __hash__(self): method __repr__ (line 59536) | def __repr__(self): method __eq__ (line 59541) | def __eq__(self, other): method __ne__ (line 59544) | def __ne__(self, other): class invalidateUserTicket_result (line 59547) | class invalidateUserTicket_result: method __init__ (line 59558) | def __init__(self, e=None,): method read (line 59561) | def read(self, iprot): method write (line 59581) | def write(self, oprot): method validate (line 59593) | def validate(self): method __hash__ (line 59597) | def __hash__(self): method __repr__ (line 59602) | def __repr__(self): method __eq__ (line 59607) | def __eq__(self, other): method __ne__ (line 59610) | def __ne__(self, other): class inviteFriendsBySms_args (line 59613) | class inviteFriendsBySms_args: method __init__ (line 59625) | def __init__(self, phoneNumberList=None,): method read (line 59628) | def read(self, iprot): method write (line 59652) | def write(self, oprot): method validate (line 59667) | def validate(self): method __hash__ (line 59671) | def __hash__(self): method __repr__ (line 59676) | def __repr__(self): method __eq__ (line 59681) | def __eq__(self, other): method __ne__ (line 59684) | def __ne__(self, other): class inviteFriendsBySms_result (line 59687) | class inviteFriendsBySms_result: method __init__ (line 59698) | def __init__(self, e=None,): method read (line 59701) | def read(self, iprot): method write (line 59721) | def write(self, oprot): method validate (line 59733) | def validate(self): method __hash__ (line 59737) | def __hash__(self): method __repr__ (line 59742) | def __repr__(self): method __eq__ (line 59747) | def __eq__(self, other): method __ne__ (line 59750) | def __ne__(self, other): class inviteIntoGroup_args (line 59753) | class inviteIntoGroup_args: method __init__ (line 59768) | def __init__(self, reqSeq=None, groupId=None, contactIds=None,): method read (line 59773) | def read(self, iprot): method write (line 59807) | def write(self, oprot): method validate (line 59830) | def validate(self): method __hash__ (line 59834) | def __hash__(self): method __repr__ (line 59841) | def __repr__(self): method __eq__ (line 59846) | def __eq__(self, other): method __ne__ (line 59849) | def __ne__(self, other): class inviteIntoGroup_result (line 59852) | class inviteIntoGroup_result: method __init__ (line 59863) | def __init__(self, e=None,): method read (line 59866) | def read(self, iprot): method write (line 59886) | def write(self, oprot): method validate (line 59898) | def validate(self): method __hash__ (line 59902) | def __hash__(self): method __repr__ (line 59907) | def __repr__(self): method __eq__ (line 59912) | def __eq__(self, other): method __ne__ (line 59915) | def __ne__(self, other): class inviteIntoRoom_args (line 59918) | class inviteIntoRoom_args: method __init__ (line 59933) | def __init__(self, reqSeq=None, roomId=None, contactIds=None,): method read (line 59938) | def read(self, iprot): method write (line 59972) | def write(self, oprot): method validate (line 59995) | def validate(self): method __hash__ (line 59999) | def __hash__(self): method __repr__ (line 60006) | def __repr__(self): method __eq__ (line 60011) | def __eq__(self, other): method __ne__ (line 60014) | def __ne__(self, other): class inviteIntoRoom_result (line 60017) | class inviteIntoRoom_result: method __init__ (line 60028) | def __init__(self, e=None,): method read (line 60031) | def read(self, iprot): method write (line 60051) | def write(self, oprot): method validate (line 60063) | def validate(self): method __hash__ (line 60067) | def __hash__(self): method __repr__ (line 60072) | def __repr__(self): method __eq__ (line 60077) | def __eq__(self, other): method __ne__ (line 60080) | def __ne__(self, other): class inviteViaEmail_args (line 60083) | class inviteViaEmail_args: method __init__ (line 60098) | def __init__(self, reqSeq=None, email=None, name=None,): method read (line 60103) | def read(self, iprot): method write (line 60132) | def write(self, oprot): method validate (line 60152) | def validate(self): method __hash__ (line 60156) | def __hash__(self): method __repr__ (line 60163) | def __repr__(self): method __eq__ (line 60168) | def __eq__(self, other): method __ne__ (line 60171) | def __ne__(self, other): class inviteViaEmail_result (line 60174) | class inviteViaEmail_result: method __init__ (line 60185) | def __init__(self, e=None,): method read (line 60188) | def read(self, iprot): method write (line 60208) | def write(self, oprot): method validate (line 60220) | def validate(self): method __hash__ (line 60224) | def __hash__(self): method __repr__ (line 60229) | def __repr__(self): method __eq__ (line 60234) | def __eq__(self, other): method __ne__ (line 60237) | def __ne__(self, other): class isIdentityIdentifierAvailable_args (line 60240) | class isIdentityIdentifierAvailable_args: method __init__ (line 60254) | def __init__(self, provider=None, identifier=None,): method read (line 60258) | def read(self, iprot): method write (line 60282) | def write(self, oprot): method validate (line 60298) | def validate(self): method __hash__ (line 60302) | def __hash__(self): method __repr__ (line 60308) | def __repr__(self): method __eq__ (line 60313) | def __eq__(self, other): method __ne__ (line 60316) | def __ne__(self, other): class isIdentityIdentifierAvailable_result (line 60319) | class isIdentityIdentifierAvailable_result: method __init__ (line 60331) | def __init__(self, success=None, e=None,): method read (line 60335) | def read(self, iprot): method write (line 60360) | def write(self, oprot): method validate (line 60376) | def validate(self): method __hash__ (line 60380) | def __hash__(self): method __repr__ (line 60386) | def __repr__(self): method __eq__ (line 60391) | def __eq__(self, other): method __ne__ (line 60394) | def __ne__(self, other): class isUseridAvailable_args (line 60397) | class isUseridAvailable_args: method __init__ (line 60409) | def __init__(self, userid=None,): method read (line 60412) | def read(self, iprot): method write (line 60431) | def write(self, oprot): method validate (line 60443) | def validate(self): method __hash__ (line 60447) | def __hash__(self): method __repr__ (line 60452) | def __repr__(self): method __eq__ (line 60457) | def __eq__(self, other): method __ne__ (line 60460) | def __ne__(self, other): class isUseridAvailable_result (line 60463) | class isUseridAvailable_result: method __init__ (line 60475) | def __init__(self, success=None, e=None,): method read (line 60479) | def read(self, iprot): method write (line 60504) | def write(self, oprot): method validate (line 60520) | def validate(self): method __hash__ (line 60524) | def __hash__(self): method __repr__ (line 60530) | def __repr__(self): method __eq__ (line 60535) | def __eq__(self, other): method __ne__ (line 60538) | def __ne__(self, other): class kickoutFromGroup_args (line 60541) | class kickoutFromGroup_args: method __init__ (line 60556) | def __init__(self, reqSeq=None, groupId=None, contactIds=None,): method read (line 60561) | def read(self, iprot): method write (line 60595) | def write(self, oprot): method validate (line 60618) | def validate(self): method __hash__ (line 60622) | def __hash__(self): method __repr__ (line 60629) | def __repr__(self): method __eq__ (line 60634) | def __eq__(self, other): method __ne__ (line 60637) | def __ne__(self, other): class kickoutFromGroup_result (line 60640) | class kickoutFromGroup_result: method __init__ (line 60651) | def __init__(self, e=None,): method read (line 60654) | def read(self, iprot): method write (line 60674) | def write(self, oprot): method validate (line 60686) | def validate(self): method __hash__ (line 60690) | def __hash__(self): method __repr__ (line 60695) | def __repr__(self): method __eq__ (line 60700) | def __eq__(self, other): method __ne__ (line 60703) | def __ne__(self, other): class leaveGroup_args (line 60706) | class leaveGroup_args: method __init__ (line 60719) | def __init__(self, reqSeq=None, groupId=None,): method read (line 60723) | def read(self, iprot): method write (line 60747) | def write(self, oprot): method validate (line 60763) | def validate(self): method __hash__ (line 60767) | def __hash__(self): method __repr__ (line 60773) | def __repr__(self): method __eq__ (line 60778) | def __eq__(self, other): method __ne__ (line 60781) | def __ne__(self, other): class leaveGroup_result (line 60784) | class leaveGroup_result: method __init__ (line 60795) | def __init__(self, e=None,): method read (line 60798) | def read(self, iprot): method write (line 60818) | def write(self, oprot): method validate (line 60830) | def validate(self): method __hash__ (line 60834) | def __hash__(self): method __repr__ (line 60839) | def __repr__(self): method __eq__ (line 60844) | def __eq__(self, other): method __ne__ (line 60847) | def __ne__(self, other): class leaveRoom_args (line 60850) | class leaveRoom_args: method __init__ (line 60863) | def __init__(self, reqSeq=None, roomId=None,): method read (line 60867) | def read(self, iprot): method write (line 60891) | def write(self, oprot): method validate (line 60907) | def validate(self): method __hash__ (line 60911) | def __hash__(self): method __repr__ (line 60917) | def __repr__(self): method __eq__ (line 60922) | def __eq__(self, other): method __ne__ (line 60925) | def __ne__(self, other): class leaveRoom_result (line 60928) | class leaveRoom_result: method __init__ (line 60939) | def __init__(self, e=None,): method read (line 60942) | def read(self, iprot): method write (line 60962) | def write(self, oprot): method validate (line 60974) | def validate(self): method __hash__ (line 60978) | def __hash__(self): method __repr__ (line 60983) | def __repr__(self): method __eq__ (line 60988) | def __eq__(self, other): method __ne__ (line 60991) | def __ne__(self, other): class loginWithIdentityCredential_args (line 60994) | class loginWithIdentityCredential_args: method __init__ (line 61019) | def __init__(self, identityProvider=None, identifier=None, password=No... method read (line 61028) | def read(self, iprot): method write (line 61077) | def write(self, oprot): method validate (line 61113) | def validate(self): method __hash__ (line 61117) | def __hash__(self): method __repr__ (line 61128) | def __repr__(self): method __eq__ (line 61133) | def __eq__(self, other): method __ne__ (line 61136) | def __ne__(self, other): class loginWithIdentityCredential_result (line 61139) | class loginWithIdentityCredential_result: method __init__ (line 61151) | def __init__(self, success=None, e=None,): method read (line 61155) | def read(self, iprot): method write (line 61180) | def write(self, oprot): method validate (line 61196) | def validate(self): method __hash__ (line 61200) | def __hash__(self): method __repr__ (line 61206) | def __repr__(self): method __eq__ (line 61211) | def __eq__(self, other): method __ne__ (line 61214) | def __ne__(self, other): class loginWithIdentityCredentialForCertificate_args (line 61217) | class loginWithIdentityCredentialForCertificate_args: method __init__ (line 61242) | def __init__(self, identityProvider=None, identifier=None, password=No... method read (line 61251) | def read(self, iprot): method write (line 61300) | def write(self, oprot): method validate (line 61336) | def validate(self): method __hash__ (line 61340) | def __hash__(self): method __repr__ (line 61351) | def __repr__(self): method __eq__ (line 61356) | def __eq__(self, other): method __ne__ (line 61359) | def __ne__(self, other): class loginWithIdentityCredentialForCertificate_result (line 61362) | class loginWithIdentityCredentialForCertificate_result: method __init__ (line 61374) | def __init__(self, success=None, e=None,): method read (line 61378) | def read(self, iprot): method write (line 61404) | def write(self, oprot): method validate (line 61420) | def validate(self): method __hash__ (line 61424) | def __hash__(self): method __repr__ (line 61430) | def __repr__(self): method __eq__ (line 61435) | def __eq__(self, other): method __ne__ (line 61438) | def __ne__(self, other): class loginWithVerifier_args (line 61441) | class loginWithVerifier_args: method __init__ (line 61454) | def __init__(self, verifier=None,): method read (line 61457) | def read(self, iprot): method write (line 61476) | def write(self, oprot): method validate (line 61488) | def validate(self): method __hash__ (line 61492) | def __hash__(self): method __repr__ (line 61497) | def __repr__(self): method __eq__ (line 61502) | def __eq__(self, other): method __ne__ (line 61505) | def __ne__(self, other): class loginWithVerifier_result (line 61508) | class loginWithVerifier_result: method __init__ (line 61520) | def __init__(self, success=None, e=None,): method read (line 61524) | def read(self, iprot): method write (line 61549) | def write(self, oprot): method validate (line 61565) | def validate(self): method __hash__ (line 61569) | def __hash__(self): method __repr__ (line 61575) | def __repr__(self): method __eq__ (line 61580) | def __eq__(self, other): method __ne__ (line 61583) | def __ne__(self, other): class loginWithVerifierForCerificate_args (line 61586) | class loginWithVerifierForCerificate_args: method __init__ (line 61599) | def __init__(self, verifier=None,): method read (line 61602) | def read(self, iprot): method write (line 61621) | def write(self, oprot): method validate (line 61633) | def validate(self): method __hash__ (line 61637) | def __hash__(self): method __repr__ (line 61642) | def __repr__(self): method __eq__ (line 61647) | def __eq__(self, other): method __ne__ (line 61650) | def __ne__(self, other): class loginWithVerifierForCerificate_result (line 61653) | class loginWithVerifierForCerificate_result: method __init__ (line 61665) | def __init__(self, success=None, e=None,): method read (line 61669) | def read(self, iprot): method write (line 61695) | def write(self, oprot): method validate (line 61711) | def validate(self): method __hash__ (line 61715) | def __hash__(self): method __repr__ (line 61721) | def __repr__(self): method __eq__ (line 61726) | def __eq__(self, other): method __ne__ (line 61729) | def __ne__(self, other): class loginWithVerifierForCertificate_args (line 61732) | class loginWithVerifierForCertificate_args: method __init__ (line 61745) | def __init__(self, verifier=None,): method read (line 61748) | def read(self, iprot): method write (line 61767) | def write(self, oprot): method validate (line 61779) | def validate(self): method __hash__ (line 61783) | def __hash__(self): method __repr__ (line 61788) | def __repr__(self): method __eq__ (line 61793) | def __eq__(self, other): method __ne__ (line 61796) | def __ne__(self, other): class loginWithVerifierForCertificate_result (line 61799) | class loginWithVerifierForCertificate_result: method __init__ (line 61811) | def __init__(self, success=None, e=None,): method read (line 61815) | def read(self, iprot): method write (line 61841) | def write(self, oprot): method validate (line 61857) | def validate(self): method __hash__ (line 61861) | def __hash__(self): method __repr__ (line 61867) | def __repr__(self): method __eq__ (line 61872) | def __eq__(self, other): method __ne__ (line 61875) | def __ne__(self, other): class logout_args (line 61878) | class logout_args: method read (line 61883) | def read(self, iprot): method write (line 61897) | def write(self, oprot): method validate (line 61905) | def validate(self): method __hash__ (line 61909) | def __hash__(self): method __repr__ (line 61913) | def __repr__(self): method __eq__ (line 61918) | def __eq__(self, other): method __ne__ (line 61921) | def __ne__(self, other): class logout_result (line 61924) | class logout_result: method __init__ (line 61935) | def __init__(self, e=None,): method read (line 61938) | def read(self, iprot): method write (line 61958) | def write(self, oprot): method validate (line 61970) | def validate(self): method __hash__ (line 61974) | def __hash__(self): method __repr__ (line 61979) | def __repr__(self): method __eq__ (line 61984) | def __eq__(self, other): method __ne__ (line 61987) | def __ne__(self, other): class logoutSession_args (line 61990) | class logoutSession_args: method __init__ (line 62002) | def __init__(self, tokenKey=None,): method read (line 62005) | def read(self, iprot): method write (line 62024) | def write(self, oprot): method validate (line 62036) | def validate(self): method __hash__ (line 62040) | def __hash__(self): method __repr__ (line 62045) | def __repr__(self): method __eq__ (line 62050) | def __eq__(self, other): method __ne__ (line 62053) | def __ne__(self, other): class logoutSession_result (line 62056) | class logoutSession_result: method __init__ (line 62067) | def __init__(self, e=None,): method read (line 62070) | def read(self, iprot): method write (line 62090) | def write(self, oprot): method validate (line 62102) | def validate(self): method __hash__ (line 62106) | def __hash__(self): method __repr__ (line 62111) | def __repr__(self): method __eq__ (line 62116) | def __eq__(self, other): method __ne__ (line 62119) | def __ne__(self, other): class noop_args (line 62122) | class noop_args: method read (line 62127) | def read(self, iprot): method write (line 62141) | def write(self, oprot): method validate (line 62149) | def validate(self): method __hash__ (line 62153) | def __hash__(self): method __repr__ (line 62157) | def __repr__(self): method __eq__ (line 62162) | def __eq__(self, other): method __ne__ (line 62165) | def __ne__(self, other): class noop_result (line 62168) | class noop_result: method __init__ (line 62179) | def __init__(self, e=None,): method read (line 62182) | def read(self, iprot): method write (line 62202) | def write(self, oprot): method validate (line 62214) | def validate(self): method __hash__ (line 62218) | def __hash__(self): method __repr__ (line 62223) | def __repr__(self): method __eq__ (line 62228) | def __eq__(self, other): method __ne__ (line 62231) | def __ne__(self, other): class notifiedRedirect_args (line 62234) | class notifiedRedirect_args: method __init__ (line 62246) | def __init__(self, paramMap=None,): method read (line 62249) | def read(self, iprot): method write (line 62274) | def write(self, oprot): method validate (line 62290) | def validate(self): method __hash__ (line 62294) | def __hash__(self): method __repr__ (line 62299) | def __repr__(self): method __eq__ (line 62304) | def __eq__(self, other): method __ne__ (line 62307) | def __ne__(self, other): class notifiedRedirect_result (line 62310) | class notifiedRedirect_result: method __init__ (line 62321) | def __init__(self, e=None,): method read (line 62324) | def read(self, iprot): method write (line 62344) | def write(self, oprot): method validate (line 62356) | def validate(self): method __hash__ (line 62360) | def __hash__(self): method __repr__ (line 62365) | def __repr__(self): method __eq__ (line 62370) | def __eq__(self, other): method __ne__ (line 62373) | def __ne__(self, other): class notifyBuddyOnAir_args (line 62376) | class notifyBuddyOnAir_args: method __init__ (line 62389) | def __init__(self, seq=None, receiverMids=None,): method read (line 62393) | def read(self, iprot): method write (line 62422) | def write(self, oprot): method validate (line 62441) | def validate(self): method __hash__ (line 62445) | def __hash__(self): method __repr__ (line 62451) | def __repr__(self): method __eq__ (line 62456) | def __eq__(self, other): method __ne__ (line 62459) | def __ne__(self, other): class notifyBuddyOnAir_result (line 62462) | class notifyBuddyOnAir_result: method __init__ (line 62474) | def __init__(self, success=None, e=None,): method read (line 62478) | def read(self, iprot): method write (line 62509) | def write(self, oprot): method validate (line 62529) | def validate(self): method __hash__ (line 62533) | def __hash__(self): method __repr__ (line 62539) | def __repr__(self): method __eq__ (line 62544) | def __eq__(self, other): method __ne__ (line 62547) | def __ne__(self, other): class notifyIndividualEvent_args (line 62550) | class notifyIndividualEvent_args: method __init__ (line 62564) | def __init__(self, notificationStatus=None, receiverMids=None,): method read (line 62568) | def read(self, iprot): method write (line 62597) | def write(self, oprot): method validate (line 62616) | def validate(self): method __hash__ (line 62620) | def __hash__(self): method __repr__ (line 62626) | def __repr__(self): method __eq__ (line 62631) | def __eq__(self, other): method __ne__ (line 62634) | def __ne__(self, other): class notifyIndividualEvent_result (line 62637) | class notifyIndividualEvent_result: method __init__ (line 62648) | def __init__(self, e=None,): method read (line 62651) | def read(self, iprot): method write (line 62671) | def write(self, oprot): method validate (line 62683) | def validate(self): method __hash__ (line 62687) | def __hash__(self): method __repr__ (line 62692) | def __repr__(self): method __eq__ (line 62697) | def __eq__(self, other): method __ne__ (line 62700) | def __ne__(self, other): class notifyInstalled_args (line 62703) | class notifyInstalled_args: method __init__ (line 62717) | def __init__(self, udidHash=None, applicationTypeWithExtensions=None,): method read (line 62721) | def read(self, iprot): method write (line 62745) | def write(self, oprot): method validate (line 62761) | def validate(self): method __hash__ (line 62765) | def __hash__(self): method __repr__ (line 62771) | def __repr__(self): method __eq__ (line 62776) | def __eq__(self, other): method __ne__ (line 62779) | def __ne__(self, other): class notifyInstalled_result (line 62782) | class notifyInstalled_result: method read (line 62787) | def read(self, iprot): method write (line 62801) | def write(self, oprot): method validate (line 62809) | def validate(self): method __hash__ (line 62813) | def __hash__(self): method __repr__ (line 62817) | def __repr__(self): method __eq__ (line 62822) | def __eq__(self, other): method __ne__ (line 62825) | def __ne__(self, other): class notifyRegistrationComplete_args (line 62828) | class notifyRegistrationComplete_args: method __init__ (line 62842) | def __init__(self, udidHash=None, applicationTypeWithExtensions=None,): method read (line 62846) | def read(self, iprot): method write (line 62870) | def write(self, oprot): method validate (line 62886) | def validate(self): method __hash__ (line 62890) | def __hash__(self): method __repr__ (line 62896) | def __repr__(self): method __eq__ (line 62901) | def __eq__(self, other): method __ne__ (line 62904) | def __ne__(self, other): class notifyRegistrationComplete_result (line 62907) | class notifyRegistrationComplete_result: method read (line 62912) | def read(self, iprot): method write (line 62926) | def write(self, oprot): method validate (line 62934) | def validate(self): method __hash__ (line 62938) | def __hash__(self): method __repr__ (line 62942) | def __repr__(self): method __eq__ (line 62947) | def __eq__(self, other): method __ne__ (line 62950) | def __ne__(self, other): class notifySleep_args (line 62953) | class notifySleep_args: method __init__ (line 62967) | def __init__(self, lastRev=None, badge=None,): method read (line 62971) | def read(self, iprot): method write (line 62995) | def write(self, oprot): method validate (line 63011) | def validate(self): method __hash__ (line 63015) | def __hash__(self): method __repr__ (line 63021) | def __repr__(self): method __eq__ (line 63026) | def __eq__(self, other): method __ne__ (line 63029) | def __ne__(self, other): class notifySleep_result (line 63032) | class notifySleep_result: method __init__ (line 63043) | def __init__(self, e=None,): method read (line 63046) | def read(self, iprot): method write (line 63066) | def write(self, oprot): method validate (line 63078) | def validate(self): method __hash__ (line 63082) | def __hash__(self): method __repr__ (line 63087) | def __repr__(self): method __eq__ (line 63092) | def __eq__(self, other): method __ne__ (line 63095) | def __ne__(self, other): class notifyUpdated_args (line 63098) | class notifyUpdated_args: method __init__ (line 63112) | def __init__(self, lastRev=None, deviceInfo=None,): method read (line 63116) | def read(self, iprot): method write (line 63141) | def write(self, oprot): method validate (line 63157) | def validate(self): method __hash__ (line 63161) | def __hash__(self): method __repr__ (line 63167) | def __repr__(self): method __eq__ (line 63172) | def __eq__(self, other): method __ne__ (line 63175) | def __ne__(self, other): class notifyUpdated_result (line 63178) | class notifyUpdated_result: method __init__ (line 63189) | def __init__(self, e=None,): method read (line 63192) | def read(self, iprot): method write (line 63212) | def write(self, oprot): method validate (line 63224) | def validate(self): method __hash__ (line 63228) | def __hash__(self): method __repr__ (line 63233) | def __repr__(self): method __eq__ (line 63238) | def __eq__(self, other): method __ne__ (line 63241) | def __ne__(self, other): class openProximityMatch_args (line 63244) | class openProximityMatch_args: method __init__ (line 63256) | def __init__(self, location=None,): method read (line 63259) | def read(self, iprot): method write (line 63279) | def write(self, oprot): method validate (line 63291) | def validate(self): method __hash__ (line 63295) | def __hash__(self): method __repr__ (line 63300) | def __repr__(self): method __eq__ (line 63305) | def __eq__(self, other): method __ne__ (line 63308) | def __ne__(self, other): class openProximityMatch_result (line 63311) | class openProximityMatch_result: method __init__ (line 63323) | def __init__(self, success=None, e=None,): method read (line 63327) | def read(self, iprot): method write (line 63352) | def write(self, oprot): method validate (line 63368) | def validate(self): method __hash__ (line 63372) | def __hash__(self): method __repr__ (line 63378) | def __repr__(self): method __eq__ (line 63383) | def __eq__(self, other): method __ne__ (line 63386) | def __ne__(self, other): class registerBuddyUser_args (line 63389) | class registerBuddyUser_args: method __init__ (line 63403) | def __init__(self, buddyId=None, registrarPassword=None,): method read (line 63407) | def read(self, iprot): method write (line 63431) | def write(self, oprot): method validate (line 63447) | def validate(self): method __hash__ (line 63451) | def __hash__(self): method __repr__ (line 63457) | def __repr__(self): method __eq__ (line 63462) | def __eq__(self, other): method __ne__ (line 63465) | def __ne__(self, other): class registerBuddyUser_result (line 63468) | class registerBuddyUser_result: method __init__ (line 63480) | def __init__(self, success=None, e=None,): method read (line 63484) | def read(self, iprot): method write (line 63509) | def write(self, oprot): method validate (line 63525) | def validate(self): method __hash__ (line 63529) | def __hash__(self): method __repr__ (line 63535) | def __repr__(self): method __eq__ (line 63540) | def __eq__(self, other): method __ne__ (line 63543) | def __ne__(self, other): class registerBuddyUserid_args (line 63546) | class registerBuddyUserid_args: method __init__ (line 63560) | def __init__(self, seq=None, userid=None,): method read (line 63564) | def read(self, iprot): method write (line 63588) | def write(self, oprot): method validate (line 63604) | def validate(self): method __hash__ (line 63608) | def __hash__(self): method __repr__ (line 63614) | def __repr__(self): method __eq__ (line 63619) | def __eq__(self, other): method __ne__ (line 63622) | def __ne__(self, other): class registerBuddyUserid_result (line 63625) | class registerBuddyUserid_result: method __init__ (line 63636) | def __init__(self, e=None,): method read (line 63639) | def read(self, iprot): method write (line 63659) | def write(self, oprot): method validate (line 63671) | def validate(self): method __hash__ (line 63675) | def __hash__(self): method __repr__ (line 63680) | def __repr__(self): method __eq__ (line 63685) | def __eq__(self, other): method __ne__ (line 63688) | def __ne__(self, other): class registerDevice_args (line 63691) | class registerDevice_args: method __init__ (line 63703) | def __init__(self, sessionId=None,): method read (line 63706) | def read(self, iprot): method write (line 63725) | def write(self, oprot): method validate (line 63737) | def validate(self): method __hash__ (line 63741) | def __hash__(self): method __repr__ (line 63746) | def __repr__(self): method __eq__ (line 63751) | def __eq__(self, other): method __ne__ (line 63754) | def __ne__(self, other): class registerDevice_result (line 63757) | class registerDevice_result: method __init__ (line 63769) | def __init__(self, success=None, e=None,): method read (line 63773) | def read(self, iprot): method write (line 63798) | def write(self, oprot): method validate (line 63814) | def validate(self): method __hash__ (line 63818) | def __hash__(self): method __repr__ (line 63824) | def __repr__(self): method __eq__ (line 63829) | def __eq__(self, other): method __ne__ (line 63832) | def __ne__(self, other): class registerDeviceWithIdentityCredential_args (line 63835) | class registerDeviceWithIdentityCredential_args: method __init__ (line 63853) | def __init__(self, sessionId=None, provider=None, identifier=None, ver... method read (line 63859) | def read(self, iprot): method write (line 63893) | def write(self, oprot): method validate (line 63917) | def validate(self): method __hash__ (line 63921) | def __hash__(self): method __repr__ (line 63929) | def __repr__(self): method __eq__ (line 63934) | def __eq__(self, other): method __ne__ (line 63937) | def __ne__(self, other): class registerDeviceWithIdentityCredential_result (line 63940) | class registerDeviceWithIdentityCredential_result: method __init__ (line 63952) | def __init__(self, success=None, e=None,): method read (line 63956) | def read(self, iprot): method write (line 63981) | def write(self, oprot): method validate (line 63997) | def validate(self): method __hash__ (line 64001) | def __hash__(self): method __repr__ (line 64007) | def __repr__(self): method __eq__ (line 64012) | def __eq__(self, other): method __ne__ (line 64015) | def __ne__(self, other): class registerDeviceWithoutPhoneNumber_args (line 64018) | class registerDeviceWithoutPhoneNumber_args: method __init__ (line 64034) | def __init__(self, region=None, udidHash=None, deviceInfo=None,): method read (line 64039) | def read(self, iprot): method write (line 64069) | def write(self, oprot): method validate (line 64089) | def validate(self): method __hash__ (line 64093) | def __hash__(self): method __repr__ (line 64100) | def __repr__(self): method __eq__ (line 64105) | def __eq__(self, other): method __ne__ (line 64108) | def __ne__(self, other): class registerDeviceWithoutPhoneNumber_result (line 64111) | class registerDeviceWithoutPhoneNumber_result: method __init__ (line 64123) | def __init__(self, success=None, e=None,): method read (line 64127) | def read(self, iprot): method write (line 64152) | def write(self, oprot): method validate (line 64168) | def validate(self): method __hash__ (line 64172) | def __hash__(self): method __repr__ (line 64178) | def __repr__(self): method __eq__ (line 64183) | def __eq__(self, other): method __ne__ (line 64186) | def __ne__(self, other): class registerDeviceWithoutPhoneNumberWithIdentityCredential_args (line 64189) | class registerDeviceWithoutPhoneNumberWithIdentityCredential_args: method __init__ (line 64213) | def __init__(self, region=None, udidHash=None, deviceInfo=None, provid... method read (line 64222) | def read(self, iprot): method write (line 64272) | def write(self, oprot): method validate (line 64308) | def validate(self): method __hash__ (line 64312) | def __hash__(self): method __repr__ (line 64323) | def __repr__(self): method __eq__ (line 64328) | def __eq__(self, other): method __ne__ (line 64331) | def __ne__(self, other): class registerDeviceWithoutPhoneNumberWithIdentityCredential_result (line 64334) | class registerDeviceWithoutPhoneNumberWithIdentityCredential_result: method __init__ (line 64346) | def __init__(self, success=None, e=None,): method read (line 64350) | def read(self, iprot): method write (line 64375) | def write(self, oprot): method validate (line 64391) | def validate(self): method __hash__ (line 64395) | def __hash__(self): method __repr__ (line 64401) | def __repr__(self): method __eq__ (line 64406) | def __eq__(self, other): method __ne__ (line 64409) | def __ne__(self, other): class registerUserid_args (line 64412) | class registerUserid_args: method __init__ (line 64425) | def __init__(self, reqSeq=None, userid=None,): method read (line 64429) | def read(self, iprot): method write (line 64453) | def write(self, oprot): method validate (line 64469) | def validate(self): method __hash__ (line 64473) | def __hash__(self): method __repr__ (line 64479) | def __repr__(self): method __eq__ (line 64484) | def __eq__(self, other): method __ne__ (line 64487) | def __ne__(self, other): class registerUserid_result (line 64490) | class registerUserid_result: method __init__ (line 64502) | def __init__(self, success=None, e=None,): method read (line 64506) | def read(self, iprot): method write (line 64531) | def write(self, oprot): method validate (line 64547) | def validate(self): method __hash__ (line 64551) | def __hash__(self): method __repr__ (line 64557) | def __repr__(self): method __eq__ (line 64562) | def __eq__(self, other): method __ne__ (line 64565) | def __ne__(self, other): class registerWapDevice_args (line 64568) | class registerWapDevice_args: method __init__ (line 64586) | def __init__(self, invitationHash=None, guidHash=None, email=None, dev... method read (line 64592) | def read(self, iprot): method write (line 64627) | def write(self, oprot): method validate (line 64651) | def validate(self): method __hash__ (line 64655) | def __hash__(self): method __repr__ (line 64663) | def __repr__(self): method __eq__ (line 64668) | def __eq__(self, other): method __ne__ (line 64671) | def __ne__(self, other): class registerWapDevice_result (line 64674) | class registerWapDevice_result: method __init__ (line 64686) | def __init__(self, success=None, e=None,): method read (line 64690) | def read(self, iprot): method write (line 64715) | def write(self, oprot): method validate (line 64731) | def validate(self): method __hash__ (line 64735) | def __hash__(self): method __repr__ (line 64741) | def __repr__(self): method __eq__ (line 64746) | def __eq__(self, other): method __ne__ (line 64749) | def __ne__(self, other): class registerWithExistingSnsIdAndIdentityCredential_args (line 64752) | class registerWithExistingSnsIdAndIdentityCredential_args: method __init__ (line 64770) | def __init__(self, identityCredential=None, region=None, udidHash=None... method read (line 64776) | def read(self, iprot): method write (line 64812) | def write(self, oprot): method validate (line 64836) | def validate(self): method __hash__ (line 64840) | def __hash__(self): method __repr__ (line 64848) | def __repr__(self): method __eq__ (line 64853) | def __eq__(self, other): method __ne__ (line 64856) | def __ne__(self, other): class registerWithExistingSnsIdAndIdentityCredential_result (line 64859) | class registerWithExistingSnsIdAndIdentityCredential_result: method __init__ (line 64871) | def __init__(self, success=None, e=None,): method read (line 64875) | def read(self, iprot): method write (line 64900) | def write(self, oprot): method validate (line 64916) | def validate(self): method __hash__ (line 64920) | def __hash__(self): method __repr__ (line 64926) | def __repr__(self): method __eq__ (line 64931) | def __eq__(self, other): method __ne__ (line 64934) | def __ne__(self, other): class registerWithSnsId_args (line 64937) | class registerWithSnsId_args: method __init__ (line 64959) | def __init__(self, snsIdType=None, snsAccessToken=None, region=None, u... method read (line 64967) | def read(self, iprot): method write (line 65012) | def write(self, oprot): method validate (line 65044) | def validate(self): method __hash__ (line 65048) | def __hash__(self): method __repr__ (line 65058) | def __repr__(self): method __eq__ (line 65063) | def __eq__(self, other): method __ne__ (line 65066) | def __ne__(self, other): class registerWithSnsId_result (line 65069) | class registerWithSnsId_result: method __init__ (line 65081) | def __init__(self, success=None, e=None,): method read (line 65085) | def read(self, iprot): method write (line 65111) | def write(self, oprot): method validate (line 65127) | def validate(self): method __hash__ (line 65131) | def __hash__(self): method __repr__ (line 65137) | def __repr__(self): method __eq__ (line 65142) | def __eq__(self, other): method __ne__ (line 65145) | def __ne__(self, other): class registerWithSnsIdAndIdentityCredential_args (line 65148) | class registerWithSnsIdAndIdentityCredential_args: method __init__ (line 65170) | def __init__(self, snsIdType=None, snsAccessToken=None, identityCreden... method read (line 65178) | def read(self, iprot): method write (line 65224) | def write(self, oprot): method validate (line 65256) | def validate(self): method __hash__ (line 65260) | def __hash__(self): method __repr__ (line 65270) | def __repr__(self): method __eq__ (line 65275) | def __eq__(self, other): method __ne__ (line 65278) | def __ne__(self, other): class registerWithSnsIdAndIdentityCredential_result (line 65281) | class registerWithSnsIdAndIdentityCredential_result: method __init__ (line 65293) | def __init__(self, success=None, e=None,): method read (line 65297) | def read(self, iprot): method write (line 65322) | def write(self, oprot): method validate (line 65338) | def validate(self): method __hash__ (line 65342) | def __hash__(self): method __repr__ (line 65348) | def __repr__(self): method __eq__ (line 65353) | def __eq__(self, other): method __ne__ (line 65356) | def __ne__(self, other): class reissueDeviceCredential_args (line 65359) | class reissueDeviceCredential_args: method read (line 65364) | def read(self, iprot): method write (line 65378) | def write(self, oprot): method validate (line 65386) | def validate(self): method __hash__ (line 65390) | def __hash__(self): method __repr__ (line 65394) | def __repr__(self): method __eq__ (line 65399) | def __eq__(self, other): method __ne__ (line 65402) | def __ne__(self, other): class reissueDeviceCredential_result (line 65405) | class reissueDeviceCredential_result: method __init__ (line 65417) | def __init__(self, success=None, e=None,): method read (line 65421) | def read(self, iprot): method write (line 65446) | def write(self, oprot): method validate (line 65462) | def validate(self): method __hash__ (line 65466) | def __hash__(self): method __repr__ (line 65472) | def __repr__(self): method __eq__ (line 65477) | def __eq__(self, other): method __ne__ (line 65480) | def __ne__(self, other): class reissueUserTicket_args (line 65483) | class reissueUserTicket_args: method __init__ (line 65498) | def __init__(self, expirationTime=None, maxUseCount=None,): method read (line 65502) | def read(self, iprot): method write (line 65526) | def write(self, oprot): method validate (line 65542) | def validate(self): method __hash__ (line 65546) | def __hash__(self): method __repr__ (line 65552) | def __repr__(self): method __eq__ (line 65557) | def __eq__(self, other): method __ne__ (line 65560) | def __ne__(self, other): class reissueUserTicket_result (line 65563) | class reissueUserTicket_result: method __init__ (line 65575) | def __init__(self, success=None, e=None,): method read (line 65579) | def read(self, iprot): method write (line 65604) | def write(self, oprot): method validate (line 65620) | def validate(self): method __hash__ (line 65624) | def __hash__(self): method __repr__ (line 65630) | def __repr__(self): method __eq__ (line 65635) | def __eq__(self, other): method __ne__ (line 65638) | def __ne__(self, other): class reissueGroupTicket_args (line 65641) | class reissueGroupTicket_args: method __init__ (line 65652) | def __init__(self, groupId=None,): method read (line 65655) | def read(self, iprot): method write (line 65674) | def write(self, oprot): method validate (line 65686) | def validate(self): method __hash__ (line 65690) | def __hash__(self): method __repr__ (line 65695) | def __repr__(self): method __eq__ (line 65700) | def __eq__(self, other): method __ne__ (line 65703) | def __ne__(self, other): class reissueGroupTicket_result (line 65706) | class reissueGroupTicket_result: method __init__ (line 65718) | def __init__(self, success=None, e=None,): method read (line 65722) | def read(self, iprot): method write (line 65747) | def write(self, oprot): method validate (line 65763) | def validate(self): method __hash__ (line 65767) | def __hash__(self): method __repr__ (line 65773) | def __repr__(self): method __eq__ (line 65778) | def __eq__(self, other): method __ne__ (line 65781) | def __ne__(self, other): class rejectGroupInvitation_args (line 65784) | class rejectGroupInvitation_args: method __init__ (line 65797) | def __init__(self, reqSeq=None, groupId=None,): method read (line 65801) | def read(self, iprot): method write (line 65825) | def write(self, oprot): method validate (line 65841) | def validate(self): method __hash__ (line 65845) | def __hash__(self): method __repr__ (line 65851) | def __repr__(self): method __eq__ (line 65856) | def __eq__(self, other): method __ne__ (line 65859) | def __ne__(self, other): class rejectGroupInvitation_result (line 65862) | class rejectGroupInvitation_result: method __init__ (line 65873) | def __init__(self, e=None,): method read (line 65876) | def read(self, iprot): method write (line 65896) | def write(self, oprot): method validate (line 65908) | def validate(self): method __hash__ (line 65912) | def __hash__(self): method __repr__ (line 65917) | def __repr__(self): method __eq__ (line 65922) | def __eq__(self, other): method __ne__ (line 65925) | def __ne__(self, other): class releaseSession_args (line 65928) | class releaseSession_args: method read (line 65933) | def read(self, iprot): method write (line 65947) | def write(self, oprot): method validate (line 65955) | def validate(self): method __hash__ (line 65959) | def __hash__(self): method __repr__ (line 65963) | def __repr__(self): method __eq__ (line 65968) | def __eq__(self, other): method __ne__ (line 65971) | def __ne__(self, other): class releaseSession_result (line 65974) | class releaseSession_result: method __init__ (line 65985) | def __init__(self, e=None,): method read (line 65988) | def read(self, iprot): method write (line 66008) | def write(self, oprot): method validate (line 66020) | def validate(self): method __hash__ (line 66024) | def __hash__(self): method __repr__ (line 66029) | def __repr__(self): method __eq__ (line 66034) | def __eq__(self, other): method __ne__ (line 66037) | def __ne__(self, other): class removeAllMessages_args (line 66040) | class removeAllMessages_args: method __init__ (line 66053) | def __init__(self, seq=None, lastMessageId=None,): method read (line 66057) | def read(self, iprot): method write (line 66081) | def write(self, oprot): method validate (line 66097) | def validate(self): method __hash__ (line 66101) | def __hash__(self): method __repr__ (line 66107) | def __repr__(self): method __eq__ (line 66112) | def __eq__(self, other): method __ne__ (line 66115) | def __ne__(self, other): class removeAllMessages_result (line 66118) | class removeAllMessages_result: method __init__ (line 66129) | def __init__(self, e=None,): method read (line 66132) | def read(self, iprot): method write (line 66152) | def write(self, oprot): method validate (line 66164) | def validate(self): method __hash__ (line 66168) | def __hash__(self): method __repr__ (line 66173) | def __repr__(self): method __eq__ (line 66178) | def __eq__(self, other): method __ne__ (line 66181) | def __ne__(self, other): class removeBuddyLocation_args (line 66184) | class removeBuddyLocation_args: method __init__ (line 66198) | def __init__(self, mid=None, index=None,): method read (line 66202) | def read(self, iprot): method write (line 66226) | def write(self, oprot): method validate (line 66242) | def validate(self): method __hash__ (line 66246) | def __hash__(self): method __repr__ (line 66252) | def __repr__(self): method __eq__ (line 66257) | def __eq__(self, other): method __ne__ (line 66260) | def __ne__(self, other): class removeBuddyLocation_result (line 66263) | class removeBuddyLocation_result: method __init__ (line 66274) | def __init__(self, e=None,): method read (line 66277) | def read(self, iprot): method write (line 66297) | def write(self, oprot): method validate (line 66309) | def validate(self): method __hash__ (line 66313) | def __hash__(self): method __repr__ (line 66318) | def __repr__(self): method __eq__ (line 66323) | def __eq__(self, other): method __ne__ (line 66326) | def __ne__(self, other): class removeMessage_args (line 66329) | class removeMessage_args: method __init__ (line 66341) | def __init__(self, messageId=None,): method read (line 66344) | def read(self, iprot): method write (line 66363) | def write(self, oprot): method validate (line 66375) | def validate(self): method __hash__ (line 66379) | def __hash__(self): method __repr__ (line 66384) | def __repr__(self): method __eq__ (line 66389) | def __eq__(self, other): method __ne__ (line 66392) | def __ne__(self, other): class removeMessage_result (line 66395) | class removeMessage_result: method __init__ (line 66407) | def __init__(self, success=None, e=None,): method read (line 66411) | def read(self, iprot): method write (line 66436) | def write(self, oprot): method validate (line 66452) | def validate(self): method __hash__ (line 66456) | def __hash__(self): method __repr__ (line 66462) | def __repr__(self): method __eq__ (line 66467) | def __eq__(self, other): method __ne__ (line 66470) | def __ne__(self, other): class removeMessageFromMyHome_args (line 66473) | class removeMessageFromMyHome_args: method __init__ (line 66485) | def __init__(self, messageId=None,): method read (line 66488) | def read(self, iprot): method write (line 66507) | def write(self, oprot): method validate (line 66519) | def validate(self): method __hash__ (line 66523) | def __hash__(self): method __repr__ (line 66528) | def __repr__(self): method __eq__ (line 66533) | def __eq__(self, other): method __ne__ (line 66536) | def __ne__(self, other): class removeMessageFromMyHome_result (line 66539) | class removeMessageFromMyHome_result: method __init__ (line 66551) | def __init__(self, success=None, e=None,): method read (line 66555) | def read(self, iprot): method write (line 66580) | def write(self, oprot): method validate (line 66596) | def validate(self): method __hash__ (line 66600) | def __hash__(self): method __repr__ (line 66606) | def __repr__(self): method __eq__ (line 66611) | def __eq__(self, other): method __ne__ (line 66614) | def __ne__(self, other): class removeSnsId_args (line 66617) | class removeSnsId_args: method __init__ (line 66629) | def __init__(self, snsIdType=None,): method read (line 66632) | def read(self, iprot): method write (line 66651) | def write(self, oprot): method validate (line 66663) | def validate(self): method __hash__ (line 66667) | def __hash__(self): method __repr__ (line 66672) | def __repr__(self): method __eq__ (line 66677) | def __eq__(self, other): method __ne__ (line 66680) | def __ne__(self, other): class removeSnsId_result (line 66683) | class removeSnsId_result: method __init__ (line 66695) | def __init__(self, success=None, e=None,): method read (line 66699) | def read(self, iprot): method write (line 66724) | def write(self, oprot): method validate (line 66740) | def validate(self): method __hash__ (line 66744) | def __hash__(self): method __repr__ (line 66750) | def __repr__(self): method __eq__ (line 66755) | def __eq__(self, other): method __ne__ (line 66758) | def __ne__(self, other): class report_args (line 66761) | class report_args: method __init__ (line 66777) | def __init__(self, syncOpRevision=None, category=None, report=None,): method read (line 66782) | def read(self, iprot): method write (line 66811) | def write(self, oprot): method validate (line 66831) | def validate(self): method __hash__ (line 66835) | def __hash__(self): method __repr__ (line 66842) | def __repr__(self): method __eq__ (line 66847) | def __eq__(self, other): method __ne__ (line 66850) | def __ne__(self, other): class report_result (line 66853) | class report_result: method __init__ (line 66864) | def __init__(self, e=None,): method read (line 66867) | def read(self, iprot): method write (line 66887) | def write(self, oprot): method validate (line 66899) | def validate(self): method __hash__ (line 66903) | def __hash__(self): method __repr__ (line 66908) | def __repr__(self): method __eq__ (line 66913) | def __eq__(self, other): method __ne__ (line 66916) | def __ne__(self, other): class reportContacts_args (line 66919) | class reportContacts_args: method __init__ (line 66937) | def __init__(self, syncOpRevision=None, category=None, contactReports=... method read (line 66943) | def read(self, iprot): method write (line 66983) | def write(self, oprot): method validate (line 67010) | def validate(self): method __hash__ (line 67014) | def __hash__(self): method __repr__ (line 67022) | def __repr__(self): method __eq__ (line 67027) | def __eq__(self, other): method __ne__ (line 67030) | def __ne__(self, other): class reportContacts_result (line 67033) | class reportContacts_result: method __init__ (line 67045) | def __init__(self, success=None, e=None,): method read (line 67049) | def read(self, iprot): method write (line 67080) | def write(self, oprot): method validate (line 67099) | def validate(self): method __hash__ (line 67103) | def __hash__(self): method __repr__ (line 67109) | def __repr__(self): method __eq__ (line 67114) | def __eq__(self, other): method __ne__ (line 67117) | def __ne__(self, other): class reportGroups_args (line 67120) | class reportGroups_args: method __init__ (line 67134) | def __init__(self, syncOpRevision=None, groups=None,): method read (line 67138) | def read(self, iprot): method write (line 67168) | def write(self, oprot): method validate (line 67187) | def validate(self): method __hash__ (line 67191) | def __hash__(self): method __repr__ (line 67197) | def __repr__(self): method __eq__ (line 67202) | def __eq__(self, other): method __ne__ (line 67205) | def __ne__(self, other): class reportGroups_result (line 67208) | class reportGroups_result: method __init__ (line 67219) | def __init__(self, e=None,): method read (line 67222) | def read(self, iprot): method write (line 67242) | def write(self, oprot): method validate (line 67254) | def validate(self): method __hash__ (line 67258) | def __hash__(self): method __repr__ (line 67263) | def __repr__(self): method __eq__ (line 67268) | def __eq__(self, other): method __ne__ (line 67271) | def __ne__(self, other): class reportProfile_args (line 67274) | class reportProfile_args: method __init__ (line 67288) | def __init__(self, syncOpRevision=None, profile=None,): method read (line 67292) | def read(self, iprot): method write (line 67317) | def write(self, oprot): method validate (line 67333) | def validate(self): method __hash__ (line 67337) | def __hash__(self): method __repr__ (line 67343) | def __repr__(self): method __eq__ (line 67348) | def __eq__(self, other): method __ne__ (line 67351) | def __ne__(self, other): class reportProfile_result (line 67354) | class reportProfile_result: method __init__ (line 67365) | def __init__(self, e=None,): method read (line 67368) | def read(self, iprot): method write (line 67388) | def write(self, oprot): method validate (line 67400) | def validate(self): method __hash__ (line 67404) | def __hash__(self): method __repr__ (line 67409) | def __repr__(self): method __eq__ (line 67414) | def __eq__(self, other): method __ne__ (line 67417) | def __ne__(self, other): class reportRooms_args (line 67420) | class reportRooms_args: method __init__ (line 67434) | def __init__(self, syncOpRevision=None, rooms=None,): method read (line 67438) | def read(self, iprot): method write (line 67468) | def write(self, oprot): method validate (line 67487) | def validate(self): method __hash__ (line 67491) | def __hash__(self): method __repr__ (line 67497) | def __repr__(self): method __eq__ (line 67502) | def __eq__(self, other): method __ne__ (line 67505) | def __ne__(self, other): class reportRooms_result (line 67508) | class reportRooms_result: method __init__ (line 67519) | def __init__(self, e=None,): method read (line 67522) | def read(self, iprot): method write (line 67542) | def write(self, oprot): method validate (line 67554) | def validate(self): method __hash__ (line 67558) | def __hash__(self): method __repr__ (line 67563) | def __repr__(self): method __eq__ (line 67568) | def __eq__(self, other): method __ne__ (line 67571) | def __ne__(self, other): class reportSettings_args (line 67574) | class reportSettings_args: method __init__ (line 67588) | def __init__(self, syncOpRevision=None, settings=None,): method read (line 67592) | def read(self, iprot): method write (line 67617) | def write(self, oprot): method validate (line 67633) | def validate(self): method __hash__ (line 67637) | def __hash__(self): method __repr__ (line 67643) | def __repr__(self): method __eq__ (line 67648) | def __eq__(self, other): method __ne__ (line 67651) | def __ne__(self, other): class reportSettings_result (line 67654) | class reportSettings_result: method __init__ (line 67665) | def __init__(self, e=None,): method read (line 67668) | def read(self, iprot): method write (line 67688) | def write(self, oprot): method validate (line 67700) | def validate(self): method __hash__ (line 67704) | def __hash__(self): method __repr__ (line 67709) | def __repr__(self): method __eq__ (line 67714) | def __eq__(self, other): method __ne__ (line 67717) | def __ne__(self, other): class reportSpammer_args (line 67720) | class reportSpammer_args: method __init__ (line 67736) | def __init__(self, spammerMid=None, spammerReasons=None, spamMessageId... method read (line 67741) | def read(self, iprot): method write (line 67780) | def write(self, oprot): method validate (line 67806) | def validate(self): method __hash__ (line 67810) | def __hash__(self): method __repr__ (line 67817) | def __repr__(self): method __eq__ (line 67822) | def __eq__(self, other): method __ne__ (line 67825) | def __ne__(self, other): class reportSpammer_result (line 67828) | class reportSpammer_result: method __init__ (line 67839) | def __init__(self, e=None,): method read (line 67842) | def read(self, iprot): method write (line 67862) | def write(self, oprot): method validate (line 67874) | def validate(self): method __hash__ (line 67878) | def __hash__(self): method __repr__ (line 67883) | def __repr__(self): method __eq__ (line 67888) | def __eq__(self, other): method __ne__ (line 67891) | def __ne__(self, other): class requestAccountPasswordReset_args (line 67894) | class requestAccountPasswordReset_args: method __init__ (line 67911) | def __init__(self, provider=None, identifier=None, locale=None,): method read (line 67916) | def read(self, iprot): method write (line 67945) | def write(self, oprot): method validate (line 67965) | def validate(self): method __hash__ (line 67969) | def __hash__(self): method __repr__ (line 67976) | def __repr__(self): method __eq__ (line 67981) | def __eq__(self, other): method __ne__ (line 67984) | def __ne__(self, other): class requestAccountPasswordReset_result (line 67987) | class requestAccountPasswordReset_result: method __init__ (line 67998) | def __init__(self, e=None,): method read (line 68001) | def read(self, iprot): method write (line 68021) | def write(self, oprot): method validate (line 68033) | def validate(self): method __hash__ (line 68037) | def __hash__(self): method __repr__ (line 68042) | def __repr__(self): method __eq__ (line 68047) | def __eq__(self, other): method __ne__ (line 68050) | def __ne__(self, other): class requestEmailConfirmation_args (line 68053) | class requestEmailConfirmation_args: method __init__ (line 68065) | def __init__(self, emailConfirmation=None,): method read (line 68068) | def read(self, iprot): method write (line 68088) | def write(self, oprot): method validate (line 68100) | def validate(self): method __hash__ (line 68104) | def __hash__(self): method __repr__ (line 68109) | def __repr__(self): method __eq__ (line 68114) | def __eq__(self, other): method __ne__ (line 68117) | def __ne__(self, other): class requestEmailConfirmation_result (line 68120) | class requestEmailConfirmation_result: method __init__ (line 68132) | def __init__(self, success=None, e=None,): method read (line 68136) | def read(self, iprot): method write (line 68162) | def write(self, oprot): method validate (line 68178) | def validate(self): method __hash__ (line 68182) | def __hash__(self): method __repr__ (line 68188) | def __repr__(self): method __eq__ (line 68193) | def __eq__(self, other): method __ne__ (line 68196) | def __ne__(self, other): class requestIdentityUnbind_args (line 68199) | class requestIdentityUnbind_args: method __init__ (line 68214) | def __init__(self, provider=None, identifier=None,): method read (line 68218) | def read(self, iprot): method write (line 68242) | def write(self, oprot): method validate (line 68258) | def validate(self): method __hash__ (line 68262) | def __hash__(self): method __repr__ (line 68268) | def __repr__(self): method __eq__ (line 68273) | def __eq__(self, other): method __ne__ (line 68276) | def __ne__(self, other): class requestIdentityUnbind_result (line 68279) | class requestIdentityUnbind_result: method __init__ (line 68290) | def __init__(self, e=None,): method read (line 68293) | def read(self, iprot): method write (line 68313) | def write(self, oprot): method validate (line 68325) | def validate(self): method __hash__ (line 68329) | def __hash__(self): method __repr__ (line 68334) | def __repr__(self): method __eq__ (line 68339) | def __eq__(self, other): method __ne__ (line 68342) | def __ne__(self, other): class resendEmailConfirmation_args (line 68345) | class resendEmailConfirmation_args: method __init__ (line 68357) | def __init__(self, verifier=None,): method read (line 68360) | def read(self, iprot): method write (line 68379) | def write(self, oprot): method validate (line 68391) | def validate(self): method __hash__ (line 68395) | def __hash__(self): method __repr__ (line 68400) | def __repr__(self): method __eq__ (line 68405) | def __eq__(self, other): method __ne__ (line 68408) | def __ne__(self, other): class resendEmailConfirmation_result (line 68411) | class resendEmailConfirmation_result: method __init__ (line 68423) | def __init__(self, success=None, e=None,): method read (line 68427) | def read(self, iprot): method write (line 68453) | def write(self, oprot): method validate (line 68469) | def validate(self): method __hash__ (line 68473) | def __hash__(self): method __repr__ (line 68479) | def __repr__(self): method __eq__ (line 68484) | def __eq__(self, other): method __ne__ (line 68487) | def __ne__(self, other): class resendPinCode_args (line 68490) | class resendPinCode_args: method __init__ (line 68502) | def __init__(self, sessionId=None,): method read (line 68505) | def read(self, iprot): method write (line 68524) | def write(self, oprot): method validate (line 68536) | def validate(self): method __hash__ (line 68540) | def __hash__(self): method __repr__ (line 68545) | def __repr__(self): method __eq__ (line 68550) | def __eq__(self, other): method __ne__ (line 68553) | def __ne__(self, other): class resendPinCode_result (line 68556) | class resendPinCode_result: method __init__ (line 68567) | def __init__(self, e=None,): method read (line 68570) | def read(self, iprot): method write (line 68590) | def write(self, oprot): method validate (line 68602) | def validate(self): method __hash__ (line 68606) | def __hash__(self): method __repr__ (line 68611) | def __repr__(self): method __eq__ (line 68616) | def __eq__(self, other): method __ne__ (line 68619) | def __ne__(self, other): class resendPinCodeBySMS_args (line 68622) | class resendPinCodeBySMS_args: method __init__ (line 68634) | def __init__(self, sessionId=None,): method read (line 68637) | def read(self, iprot): method write (line 68656) | def write(self, oprot): method validate (line 68668) | def validate(self): method __hash__ (line 68672) | def __hash__(self): method __repr__ (line 68677) | def __repr__(self): method __eq__ (line 68682) | def __eq__(self, other): method __ne__ (line 68685) | def __ne__(self, other): class resendPinCodeBySMS_result (line 68688) | class resendPinCodeBySMS_result: method __init__ (line 68699) | def __init__(self, e=None,): method read (line 68702) | def read(self, iprot): method write (line 68722) | def write(self, oprot): method validate (line 68734) | def validate(self): method __hash__ (line 68738) | def __hash__(self): method __repr__ (line 68743) | def __repr__(self): method __eq__ (line 68748) | def __eq__(self, other): method __ne__ (line 68751) | def __ne__(self, other): class sendChatChecked_args (line 68754) | class sendChatChecked_args: method __init__ (line 68769) | def __init__(self, seq=None, consumer=None, lastMessageId=None,): method read (line 68774) | def read(self, iprot): method write (line 68803) | def write(self, oprot): method validate (line 68823) | def validate(self): method __hash__ (line 68827) | def __hash__(self): method __repr__ (line 68834) | def __repr__(self): method __eq__ (line 68839) | def __eq__(self, other): method __ne__ (line 68842) | def __ne__(self, other): class sendChatChecked_result (line 68845) | class sendChatChecked_result: method __init__ (line 68856) | def __init__(self, e=None,): method read (line 68859) | def read(self, iprot): method write (line 68879) | def write(self, oprot): method validate (line 68891) | def validate(self): method __hash__ (line 68895) | def __hash__(self): method __repr__ (line 68900) | def __repr__(self): method __eq__ (line 68905) | def __eq__(self, other): method __ne__ (line 68908) | def __ne__(self, other): class sendChatRemoved_args (line 68911) | class sendChatRemoved_args: method __init__ (line 68926) | def __init__(self, seq=None, consumer=None, lastMessageId=None,): method read (line 68931) | def read(self, iprot): method write (line 68960) | def write(self, oprot): method validate (line 68980) | def validate(self): method __hash__ (line 68984) | def __hash__(self): method __repr__ (line 68991) | def __repr__(self): method __eq__ (line 68996) | def __eq__(self, other): method __ne__ (line 68999) | def __ne__(self, other): class sendChatRemoved_result (line 69002) | class sendChatRemoved_result: method __init__ (line 69013) | def __init__(self, e=None,): method read (line 69016) | def read(self, iprot): method write (line 69036) | def write(self, oprot): method validate (line 69048) | def validate(self): method __hash__ (line 69052) | def __hash__(self): method __repr__ (line 69057) | def __repr__(self): method __eq__ (line 69062) | def __eq__(self, other): method __ne__ (line 69065) | def __ne__(self, other): class sendContentPreviewUpdated_args (line 69068) | class sendContentPreviewUpdated_args: method __init__ (line 69083) | def __init__(self, esq=None, messageId=None, receiverMids=None,): method read (line 69088) | def read(self, iprot): method write (line 69122) | def write(self, oprot): method validate (line 69145) | def validate(self): method __hash__ (line 69149) | def __hash__(self): method __repr__ (line 69156) | def __repr__(self): method __eq__ (line 69161) | def __eq__(self, other): method __ne__ (line 69164) | def __ne__(self, other): class sendContentPreviewUpdated_result (line 69167) | class sendContentPreviewUpdated_result: method __init__ (line 69179) | def __init__(self, success=None, e=None,): method read (line 69183) | def read(self, iprot): method write (line 69214) | def write(self, oprot): method validate (line 69234) | def validate(self): method __hash__ (line 69238) | def __hash__(self): method __repr__ (line 69244) | def __repr__(self): method __eq__ (line 69249) | def __eq__(self, other): method __ne__ (line 69252) | def __ne__(self, other): class sendContentReceipt_args (line 69255) | class sendContentReceipt_args: method __init__ (line 69270) | def __init__(self, seq=None, consumer=None, messageId=None,): method read (line 69275) | def read(self, iprot): method write (line 69304) | def write(self, oprot): method validate (line 69324) | def validate(self): method __hash__ (line 69328) | def __hash__(self): method __repr__ (line 69335) | def __repr__(self): method __eq__ (line 69340) | def __eq__(self, other): method __ne__ (line 69343) | def __ne__(self, other): class sendContentReceipt_result (line 69346) | class sendContentReceipt_result: method __init__ (line 69357) | def __init__(self, e=None,): method read (line 69360) | def read(self, iprot): method write (line 69380) | def write(self, oprot): method validate (line 69392) | def validate(self): method __hash__ (line 69396) | def __hash__(self): method __repr__ (line 69401) | def __repr__(self): method __eq__ (line 69406) | def __eq__(self, other): method __ne__ (line 69409) | def __ne__(self, other): class sendDummyPush_args (line 69412) | class sendDummyPush_args: method read (line 69417) | def read(self, iprot): method write (line 69431) | def write(self, oprot): method validate (line 69439) | def validate(self): method __hash__ (line 69443) | def __hash__(self): method __repr__ (line 69447) | def __repr__(self): method __eq__ (line 69452) | def __eq__(self, other): method __ne__ (line 69455) | def __ne__(self, other): class sendDummyPush_result (line 69458) | class sendDummyPush_result: method __init__ (line 69469) | def __init__(self, e=None,): method read (line 69472) | def read(self, iprot): method write (line 69492) | def write(self, oprot): method validate (line 69504) | def validate(self): method __hash__ (line 69508) | def __hash__(self): method __repr__ (line 69513) | def __repr__(self): method __eq__ (line 69518) | def __eq__(self, other): method __ne__ (line 69521) | def __ne__(self, other): class sendEvent_args (line 69524) | class sendEvent_args: method __init__ (line 69537) | def __init__(self, seq=None, message=None,): method read (line 69541) | def read(self, iprot): method write (line 69566) | def write(self, oprot): method validate (line 69582) | def validate(self): method __hash__ (line 69586) | def __hash__(self): method __repr__ (line 69592) | def __repr__(self): method __eq__ (line 69597) | def __eq__(self, other): method __ne__ (line 69600) | def __ne__(self, other): class sendEvent_result (line 69603) | class sendEvent_result: method __init__ (line 69615) | def __init__(self, success=None, e=None,): method read (line 69619) | def read(self, iprot): method write (line 69645) | def write(self, oprot): method validate (line 69661) | def validate(self): method __hash__ (line 69665) | def __hash__(self): method __repr__ (line 69671) | def __repr__(self): method __eq__ (line 69676) | def __eq__(self, other): method __ne__ (line 69679) | def __ne__(self, other): class sendMessage_args (line 69682) | class sendMessage_args: method __init__ (line 69695) | def __init__(self, seq=None, message=None,): method read (line 69699) | def read(self, iprot): method write (line 69724) | def write(self, oprot): method validate (line 69740) | def validate(self): method __hash__ (line 69744) | def __hash__(self): method __repr__ (line 69750) | def __repr__(self): method __eq__ (line 69755) | def __eq__(self, other): method __ne__ (line 69758) | def __ne__(self, other): class sendMessage_result (line 69761) | class sendMessage_result: method __init__ (line 69773) | def __init__(self, success=None, e=None,): method read (line 69777) | def read(self, iprot): method write (line 69803) | def write(self, oprot): method validate (line 69819) | def validate(self): method __hash__ (line 69823) | def __hash__(self): method __repr__ (line 69829) | def __repr__(self): method __eq__ (line 69834) | def __eq__(self, other): method __ne__ (line 69837) | def __ne__(self, other): class sendMessageIgnored_args (line 69840) | class sendMessageIgnored_args: method __init__ (line 69855) | def __init__(self, seq=None, consumer=None, messageIds=None,): method read (line 69860) | def read(self, iprot): method write (line 69894) | def write(self, oprot): method validate (line 69917) | def validate(self): method __hash__ (line 69921) | def __hash__(self): method __repr__ (line 69928) | def __repr__(self): method __eq__ (line 69933) | def __eq__(self, other): method __ne__ (line 69936) | def __ne__(self, other): class sendMessageIgnored_result (line 69939) | class sendMessageIgnored_result: method __init__ (line 69950) | def __init__(self, e=None,): method read (line 69953) | def read(self, iprot): method write (line 69973) | def write(self, oprot): method validate (line 69985) | def validate(self): method __hash__ (line 69989) | def __hash__(self): method __repr__ (line 69994) | def __repr__(self): method __eq__ (line 69999) | def __eq__(self, other): method __ne__ (line 70002) | def __ne__(self, other): class sendMessageReceipt_args (line 70005) | class sendMessageReceipt_args: method __init__ (line 70020) | def __init__(self, seq=None, consumer=None, messageIds=None,): method read (line 70025) | def read(self, iprot): method write (line 70059) | def write(self, oprot): method validate (line 70082) | def validate(self): method __hash__ (line 70086) | def __hash__(self): method __repr__ (line 70093) | def __repr__(self): method __eq__ (line 70098) | def __eq__(self, other): method __ne__ (line 70101) | def __ne__(self, other): class sendMessageReceipt_result (line 70104) | class sendMessageReceipt_result: method __init__ (line 70115) | def __init__(self, e=None,): method read (line 70118) | def read(self, iprot): method write (line 70138) | def write(self, oprot): method validate (line 70150) | def validate(self): method __hash__ (line 70154) | def __hash__(self): method __repr__ (line 70159) | def __repr__(self): method __eq__ (line 70164) | def __eq__(self, other): method __ne__ (line 70167) | def __ne__(self, other): class sendMessageToMyHome_args (line 70170) | class sendMessageToMyHome_args: method __init__ (line 70183) | def __init__(self, seq=None, message=None,): method read (line 70187) | def read(self, iprot): method write (line 70212) | def write(self, oprot): method validate (line 70228) | def validate(self): method __hash__ (line 70232) | def __hash__(self): method __repr__ (line 70238) | def __repr__(self): method __eq__ (line 70243) | def __eq__(self, other): method __ne__ (line 70246) | def __ne__(self, other): class sendMessageToMyHome_result (line 70249) | class sendMessageToMyHome_result: method __init__ (line 70261) | def __init__(self, success=None, e=None,): method read (line 70265) | def read(self, iprot): method write (line 70291) | def write(self, oprot): method validate (line 70307) | def validate(self): method __hash__ (line 70311) | def __hash__(self): method __repr__ (line 70317) | def __repr__(self): method __eq__ (line 70322) | def __eq__(self, other): method __ne__ (line 70325) | def __ne__(self, other): class setBuddyLocation_args (line 70328) | class setBuddyLocation_args: method __init__ (line 70344) | def __init__(self, mid=None, index=None, location=None,): method read (line 70349) | def read(self, iprot): method write (line 70379) | def write(self, oprot): method validate (line 70399) | def validate(self): method __hash__ (line 70403) | def __hash__(self): method __repr__ (line 70410) | def __repr__(self): method __eq__ (line 70415) | def __eq__(self, other): method __ne__ (line 70418) | def __ne__(self, other): class setBuddyLocation_result (line 70421) | class setBuddyLocation_result: method __init__ (line 70432) | def __init__(self, e=None,): method read (line 70435) | def read(self, iprot): method write (line 70455) | def write(self, oprot): method validate (line 70467) | def validate(self): method __hash__ (line 70471) | def __hash__(self): method __repr__ (line 70476) | def __repr__(self): method __eq__ (line 70481) | def __eq__(self, other): method __ne__ (line 70484) | def __ne__(self, other): class setIdentityCredential_args (line 70487) | class setIdentityCredential_args: method __init__ (line 70503) | def __init__(self, provider=None, identifier=None, verifier=None,): method read (line 70508) | def read(self, iprot): method write (line 70537) | def write(self, oprot): method validate (line 70557) | def validate(self): method __hash__ (line 70561) | def __hash__(self): method __repr__ (line 70568) | def __repr__(self): method __eq__ (line 70573) | def __eq__(self, other): method __ne__ (line 70576) | def __ne__(self, other): class setIdentityCredential_result (line 70579) | class setIdentityCredential_result: method __init__ (line 70590) | def __init__(self, e=None,): method read (line 70593) | def read(self, iprot): method write (line 70613) | def write(self, oprot): method validate (line 70625) | def validate(self): method __hash__ (line 70629) | def __hash__(self): method __repr__ (line 70634) | def __repr__(self): method __eq__ (line 70639) | def __eq__(self, other): method __ne__ (line 70642) | def __ne__(self, other): class setNotificationsEnabled_args (line 70645) | class setNotificationsEnabled_args: method __init__ (line 70662) | def __init__(self, reqSeq=None, type=None, target=None, enablement=Non... method read (line 70668) | def read(self, iprot): method write (line 70702) | def write(self, oprot): method validate (line 70726) | def validate(self): method __hash__ (line 70730) | def __hash__(self): method __repr__ (line 70738) | def __repr__(self): method __eq__ (line 70743) | def __eq__(self, other): method __ne__ (line 70746) | def __ne__(self, other): class setNotificationsEnabled_result (line 70749) | class setNotificationsEnabled_result: method __init__ (line 70760) | def __init__(self, e=None,): method read (line 70763) | def read(self, iprot): method write (line 70783) | def write(self, oprot): method validate (line 70795) | def validate(self): method __hash__ (line 70799) | def __hash__(self): method __repr__ (line 70804) | def __repr__(self): method __eq__ (line 70809) | def __eq__(self, other): method __ne__ (line 70812) | def __ne__(self, other): class startUpdateVerification_args (line 70815) | class startUpdateVerification_args: method __init__ (line 70839) | def __init__(self, region=None, carrier=None, phone=None, udidHash=Non... method read (line 70848) | def read(self, iprot): method write (line 70898) | def write(self, oprot): method validate (line 70934) | def validate(self): method __hash__ (line 70938) | def __hash__(self): method __repr__ (line 70949) | def __repr__(self): method __eq__ (line 70954) | def __eq__(self, other): method __ne__ (line 70957) | def __ne__(self, other): class startUpdateVerification_result (line 70960) | class startUpdateVerification_result: method __init__ (line 70972) | def __init__(self, success=None, e=None,): method read (line 70976) | def read(self, iprot): method write (line 71002) | def write(self, oprot): method validate (line 71018) | def validate(self): method __hash__ (line 71022) | def __hash__(self): method __repr__ (line 71028) | def __repr__(self): method __eq__ (line 71033) | def __eq__(self, other): method __ne__ (line 71036) | def __ne__(self, other): class startVerification_args (line 71039) | class startVerification_args: method __init__ (line 71065) | def __init__(self, region=None, carrier=None, phone=None, udidHash=Non... method read (line 71075) | def read(self, iprot): method write (line 71130) | def write(self, oprot): method validate (line 71170) | def validate(self): method __hash__ (line 71174) | def __hash__(self): method __repr__ (line 71186) | def __repr__(self): method __eq__ (line 71191) | def __eq__(self, other): method __ne__ (line 71194) | def __ne__(self, other): class startVerification_result (line 71197) | class startVerification_result: method __init__ (line 71209) | def __init__(self, success=None, e=None,): method read (line 71213) | def read(self, iprot): method write (line 71239) | def write(self, oprot): method validate (line 71255) | def validate(self): method __hash__ (line 71259) | def __hash__(self): method __repr__ (line 71265) | def __repr__(self): method __eq__ (line 71270) | def __eq__(self, other): method __ne__ (line 71273) | def __ne__(self, other): class storeUpdateProfileAttribute_args (line 71276) | class storeUpdateProfileAttribute_args: method __init__ (line 71291) | def __init__(self, seq=None, profileAttribute=None, value=None,): method read (line 71296) | def read(self, iprot): method write (line 71325) | def write(self, oprot): method validate (line 71345) | def validate(self): method __hash__ (line 71349) | def __hash__(self): method __repr__ (line 71356) | def __repr__(self): method __eq__ (line 71361) | def __eq__(self, other): method __ne__ (line 71364) | def __ne__(self, other): class storeUpdateProfileAttribute_result (line 71367) | class storeUpdateProfileAttribute_result: method __init__ (line 71378) | def __init__(self, e=None,): method read (line 71381) | def read(self, iprot): method write (line 71401) | def write(self, oprot): method validate (line 71413) | def validate(self): method __hash__ (line 71417) | def __hash__(self): method __repr__ (line 71422) | def __repr__(self): method __eq__ (line 71427) | def __eq__(self, other): method __ne__ (line 71430) | def __ne__(self, other): class syncContactBySnsIds_args (line 71433) | class syncContactBySnsIds_args: method __init__ (line 71446) | def __init__(self, reqSeq=None, modifications=None,): method read (line 71450) | def read(self, iprot): method write (line 71480) | def write(self, oprot): method validate (line 71499) | def validate(self): method __hash__ (line 71503) | def __hash__(self): method __repr__ (line 71509) | def __repr__(self): method __eq__ (line 71514) | def __eq__(self, other): method __ne__ (line 71517) | def __ne__(self, other): class syncContactBySnsIds_result (line 71520) | class syncContactBySnsIds_result: method __init__ (line 71532) | def __init__(self, success=None, e=None,): method read (line 71536) | def read(self, iprot): method write (line 71567) | def write(self, oprot): method validate (line 71586) | def validate(self): method __hash__ (line 71590) | def __hash__(self): method __repr__ (line 71596) | def __repr__(self): method __eq__ (line 71601) | def __eq__(self, other): method __ne__ (line 71604) | def __ne__(self, other): class syncContacts_args (line 71607) | class syncContacts_args: method __init__ (line 71620) | def __init__(self, reqSeq=None, localContacts=None,): method read (line 71624) | def read(self, iprot): method write (line 71654) | def write(self, oprot): method validate (line 71673) | def validate(self): method __hash__ (line 71677) | def __hash__(self): method __repr__ (line 71683) | def __repr__(self): method __eq__ (line 71688) | def __eq__(self, other): method __ne__ (line 71691) | def __ne__(self, other): class syncContacts_result (line 71694) | class syncContacts_result: method __init__ (line 71706) | def __init__(self, success=None, e=None,): method read (line 71710) | def read(self, iprot): method write (line 71742) | def write(self, oprot): method validate (line 71762) | def validate(self): method __hash__ (line 71766) | def __hash__(self): method __repr__ (line 71772) | def __repr__(self): method __eq__ (line 71777) | def __eq__(self, other): method __ne__ (line 71780) | def __ne__(self, other): class trySendMessage_args (line 71783) | class trySendMessage_args: method __init__ (line 71796) | def __init__(self, seq=None, message=None,): method read (line 71800) | def read(self, iprot): method write (line 71825) | def write(self, oprot): method validate (line 71841) | def validate(self): method __hash__ (line 71845) | def __hash__(self): method __repr__ (line 71851) | def __repr__(self): method __eq__ (line 71856) | def __eq__(self, other): method __ne__ (line 71859) | def __ne__(self, other): class trySendMessage_result (line 71862) | class trySendMessage_result: method __init__ (line 71874) | def __init__(self, success=None, e=None,): method read (line 71878) | def read(self, iprot): method write (line 71904) | def write(self, oprot): method validate (line 71920) | def validate(self): method __hash__ (line 71924) | def __hash__(self): method __repr__ (line 71930) | def __repr__(self): method __eq__ (line 71935) | def __eq__(self, other): method __ne__ (line 71938) | def __ne__(self, other): class unblockContact_args (line 71941) | class unblockContact_args: method __init__ (line 71954) | def __init__(self, reqSeq=None, id=None,): method read (line 71958) | def read(self, iprot): method write (line 71982) | def write(self, oprot): method validate (line 71998) | def validate(self): method __hash__ (line 72002) | def __hash__(self): method __repr__ (line 72008) | def __repr__(self): method __eq__ (line 72013) | def __eq__(self, other): method __ne__ (line 72016) | def __ne__(self, other): class unblockContact_result (line 72019) | class unblockContact_result: method __init__ (line 72030) | def __init__(self, e=None,): method read (line 72033) | def read(self, iprot): method write (line 72053) | def write(self, oprot): method validate (line 72065) | def validate(self): method __hash__ (line 72069) | def __hash__(self): method __repr__ (line 72074) | def __repr__(self): method __eq__ (line 72079) | def __eq__(self, other): method __ne__ (line 72082) | def __ne__(self, other): class unblockRecommendation_args (line 72085) | class unblockRecommendation_args: method __init__ (line 72098) | def __init__(self, reqSeq=None, id=None,): method read (line 72102) | def read(self, iprot): method write (line 72126) | def write(self, oprot): method validate (line 72142) | def validate(self): method __hash__ (line 72146) | def __hash__(self): method __repr__ (line 72152) | def __repr__(self): method __eq__ (line 72157) | def __eq__(self, other): method __ne__ (line 72160) | def __ne__(self, other): class unblockRecommendation_result (line 72163) | class unblockRecommendation_result: method __init__ (line 72174) | def __init__(self, e=None,): method read (line 72177) | def read(self, iprot): method write (line 72197) | def write(self, oprot): method validate (line 72209) | def validate(self): method __hash__ (line 72213) | def __hash__(self): method __repr__ (line 72218) | def __repr__(self): method __eq__ (line 72223) | def __eq__(self, other): method __ne__ (line 72226) | def __ne__(self, other): class unregisterUserAndDevice_args (line 72229) | class unregisterUserAndDevice_args: method read (line 72234) | def read(self, iprot): method write (line 72248) | def write(self, oprot): method validate (line 72256) | def validate(self): method __hash__ (line 72260) | def __hash__(self): method __repr__ (line 72264) | def __repr__(self): method __eq__ (line 72269) | def __eq__(self, other): method __ne__ (line 72272) | def __ne__(self, other): class unregisterUserAndDevice_result (line 72275) | class unregisterUserAndDevice_result: method __init__ (line 72287) | def __init__(self, success=None, e=None,): method read (line 72291) | def read(self, iprot): method write (line 72316) | def write(self, oprot): method validate (line 72332) | def validate(self): method __hash__ (line 72336) | def __hash__(self): method __repr__ (line 72342) | def __repr__(self): method __eq__ (line 72347) | def __eq__(self, other): method __ne__ (line 72350) | def __ne__(self, other): class updateApnsDeviceToken_args (line 72353) | class updateApnsDeviceToken_args: method __init__ (line 72365) | def __init__(self, apnsDeviceToken=None,): method read (line 72368) | def read(self, iprot): method write (line 72387) | def write(self, oprot): method validate (line 72399) | def validate(self): method __hash__ (line 72403) | def __hash__(self): method __repr__ (line 72408) | def __repr__(self): method __eq__ (line 72413) | def __eq__(self, other): method __ne__ (line 72416) | def __ne__(self, other): class updateApnsDeviceToken_result (line 72419) | class updateApnsDeviceToken_result: method __init__ (line 72430) | def __init__(self, e=None,): method read (line 72433) | def read(self, iprot): method write (line 72453) | def write(self, oprot): method validate (line 72465) | def validate(self): method __hash__ (line 72469) | def __hash__(self): method __repr__ (line 72474) | def __repr__(self): method __eq__ (line 72479) | def __eq__(self, other): method __ne__ (line 72482) | def __ne__(self, other): class updateBuddySetting_args (line 72485) | class updateBuddySetting_args: method __init__ (line 72499) | def __init__(self, key=None, value=None,): method read (line 72503) | def read(self, iprot): method write (line 72527) | def write(self, oprot): method validate (line 72543) | def validate(self): method __hash__ (line 72547) | def __hash__(self): method __repr__ (line 72553) | def __repr__(self): method __eq__ (line 72558) | def __eq__(self, other): method __ne__ (line 72561) | def __ne__(self, other): class updateBuddySetting_result (line 72564) | class updateBuddySetting_result: method __init__ (line 72575) | def __init__(self, e=None,): method read (line 72578) | def read(self, iprot): method write (line 72598) | def write(self, oprot): method validate (line 72610) | def validate(self): method __hash__ (line 72614) | def __hash__(self): method __repr__ (line 72619) | def __repr__(self): method __eq__ (line 72624) | def __eq__(self, other): method __ne__ (line 72627) | def __ne__(self, other): class updateC2DMRegistrationId_args (line 72630) | class updateC2DMRegistrationId_args: method __init__ (line 72642) | def __init__(self, registrationId=None,): method read (line 72645) | def read(self, iprot): method write (line 72664) | def write(self, oprot): method validate (line 72676) | def validate(self): method __hash__ (line 72680) | def __hash__(self): method __repr__ (line 72685) | def __repr__(self): method __eq__ (line 72690) | def __eq__(self, other): method __ne__ (line 72693) | def __ne__(self, other): class updateC2DMRegistrationId_result (line 72696) | class updateC2DMRegistrationId_result: method __init__ (line 72707) | def __init__(self, e=None,): method read (line 72710) | def read(self, iprot): method write (line 72730) | def write(self, oprot): method validate (line 72742) | def validate(self): method __hash__ (line 72746) | def __hash__(self): method __repr__ (line 72751) | def __repr__(self): method __eq__ (line 72756) | def __eq__(self, other): method __ne__ (line 72759) | def __ne__(self, other): class updateContactSetting_args (line 72762) | class updateContactSetting_args: method __init__ (line 72779) | def __init__(self, reqSeq=None, mid=None, flag=None, value=None,): method read (line 72785) | def read(self, iprot): method write (line 72819) | def write(self, oprot): method validate (line 72843) | def validate(self): method __hash__ (line 72847) | def __hash__(self): method __repr__ (line 72855) | def __repr__(self): method __eq__ (line 72860) | def __eq__(self, other): method __ne__ (line 72863) | def __ne__(self, other): class updateContactSetting_result (line 72866) | class updateContactSetting_result: method __init__ (line 72877) | def __init__(self, e=None,): method read (line 72880) | def read(self, iprot): method write (line 72900) | def write(self, oprot): method validate (line 72912) | def validate(self): method __hash__ (line 72916) | def __hash__(self): method __repr__ (line 72921) | def __repr__(self): method __eq__ (line 72926) | def __eq__(self, other): method __ne__ (line 72929) | def __ne__(self, other): class updateCustomModeSettings_args (line 72932) | class updateCustomModeSettings_args: method __init__ (line 72946) | def __init__(self, customMode=None, paramMap=None,): method read (line 72950) | def read(self, iprot): method write (line 72980) | def write(self, oprot): method validate (line 73000) | def validate(self): method __hash__ (line 73004) | def __hash__(self): method __repr__ (line 73010) | def __repr__(self): method __eq__ (line 73015) | def __eq__(self, other): method __ne__ (line 73018) | def __ne__(self, other): class updateCustomModeSettings_result (line 73021) | class updateCustomModeSettings_result: method __init__ (line 73032) | def __init__(self, e=None,): method read (line 73035) | def read(self, iprot): method write (line 73055) | def write(self, oprot): method validate (line 73067) | def validate(self): method __hash__ (line 73071) | def __hash__(self): method __repr__ (line 73076) | def __repr__(self): method __eq__ (line 73081) | def __eq__(self, other): method __ne__ (line 73084) | def __ne__(self, other): class updateDeviceInfo_args (line 73087) | class updateDeviceInfo_args: method __init__ (line 73101) | def __init__(self, deviceUid=None, deviceInfo=None,): method read (line 73105) | def read(self, iprot): method write (line 73130) | def write(self, oprot): method validate (line 73146) | def validate(self): method __hash__ (line 73150) | def __hash__(self): method __repr__ (line 73156) | def __repr__(self): method __eq__ (line 73161) | def __eq__(self, other): method __ne__ (line 73164) | def __ne__(self, other): class updateDeviceInfo_result (line 73167) | class updateDeviceInfo_result: method __init__ (line 73178) | def __init__(self, e=None,): method read (line 73181) | def read(self, iprot): method write (line 73201) | def write(self, oprot): method validate (line 73213) | def validate(self): method __hash__ (line 73217) | def __hash__(self): method __repr__ (line 73222) | def __repr__(self): method __eq__ (line 73227) | def __eq__(self, other): method __ne__ (line 73230) | def __ne__(self, other): class updateGroup_args (line 73233) | class updateGroup_args: method __init__ (line 73246) | def __init__(self, reqSeq=None, group=None,): method read (line 73250) | def read(self, iprot): method write (line 73275) | def write(self, oprot): method validate (line 73291) | def validate(self): method __hash__ (line 73295) | def __hash__(self): method __repr__ (line 73301) | def __repr__(self): method __eq__ (line 73306) | def __eq__(self, other): method __ne__ (line 73309) | def __ne__(self, other): class updateGroup_result (line 73312) | class updateGroup_result: method __init__ (line 73323) | def __init__(self, e=None,): method read (line 73326) | def read(self, iprot): method write (line 73346) | def write(self, oprot): method validate (line 73358) | def validate(self): method __hash__ (line 73362) | def __hash__(self): method __repr__ (line 73367) | def __repr__(self): method __eq__ (line 73372) | def __eq__(self, other): method __ne__ (line 73375) | def __ne__(self, other): class updateNotificationToken_args (line 73378) | class updateNotificationToken_args: method __init__ (line 73392) | def __init__(self, type=None, token=None,): method read (line 73396) | def read(self, iprot): method write (line 73420) | def write(self, oprot): method validate (line 73436) | def validate(self): method __hash__ (line 73440) | def __hash__(self): method __repr__ (line 73446) | def __repr__(self): method __eq__ (line 73451) | def __eq__(self, other): method __ne__ (line 73454) | def __ne__(self, other): class updateNotificationToken_result (line 73457) | class updateNotificationToken_result: method __init__ (line 73468) | def __init__(self, e=None,): method read (line 73471) | def read(self, iprot): method write (line 73491) | def write(self, oprot): method validate (line 73503) | def validate(self): method __hash__ (line 73507) | def __hash__(self): method __repr__ (line 73512) | def __repr__(self): method __eq__ (line 73517) | def __eq__(self, other): method __ne__ (line 73520) | def __ne__(self, other): class updateNotificationTokenWithBytes_args (line 73523) | class updateNotificationTokenWithBytes_args: method __init__ (line 73537) | def __init__(self, type=None, token=None,): method read (line 73541) | def read(self, iprot): method write (line 73565) | def write(self, oprot): method validate (line 73581) | def validate(self): method __hash__ (line 73585) | def __hash__(self): method __repr__ (line 73591) | def __repr__(self): method __eq__ (line 73596) | def __eq__(self, other): method __ne__ (line 73599) | def __ne__(self, other): class updateNotificationTokenWithBytes_result (line 73602) | class updateNotificationTokenWithBytes_result: method __init__ (line 73613) | def __init__(self, e=None,): method read (line 73616) | def read(self, iprot): method write (line 73636) | def write(self, oprot): method validate (line 73648) | def validate(self): method __hash__ (line 73652) | def __hash__(self): method __repr__ (line 73657) | def __repr__(self): method __eq__ (line 73662) | def __eq__(self, other): method __ne__ (line 73665) | def __ne__(self, other): class updateProfile_args (line 73668) | class updateProfile_args: method __init__ (line 73681) | def __init__(self, reqSeq=None, profile=None,): method read (line 73685) | def read(self, iprot): method write (line 73710) | def write(self, oprot): method validate (line 73726) | def validate(self): method __hash__ (line 73730) | def __hash__(self): method __repr__ (line 73736) | def __repr__(self): method __eq__ (line 73741) | def __eq__(self, other): method __ne__ (line 73744) | def __ne__(self, other): class updateProfile_result (line 73747) | class updateProfile_result: method __init__ (line 73758) | def __init__(self, e=None,): method read (line 73761) | def read(self, iprot): method write (line 73781) | def write(self, oprot): method validate (line 73793) | def validate(self): method __hash__ (line 73797) | def __hash__(self): method __repr__ (line 73802) | def __repr__(self): method __eq__ (line 73807) | def __eq__(self, other): method __ne__ (line 73810) | def __ne__(self, other): class updateProfileAttribute_args (line 73813) | class updateProfileAttribute_args: method __init__ (line 73828) | def __init__(self, reqSeq=None, attr=None, value=None,): method read (line 73833) | def read(self, iprot): method write (line 73862) | def write(self, oprot): method validate (line 73882) | def validate(self): method __hash__ (line 73886) | def __hash__(self): method __repr__ (line 73893) | def __repr__(self): method __eq__ (line 73898) | def __eq__(self, other): method __ne__ (line 73901) | def __ne__(self, other): class updateProfileAttribute_result (line 73904) | class updateProfileAttribute_result: method __init__ (line 73915) | def __init__(self, e=None,): method read (line 73918) | def read(self, iprot): method write (line 73938) | def write(self, oprot): method validate (line 73950) | def validate(self): method __hash__ (line 73954) | def __hash__(self): method __repr__ (line 73959) | def __repr__(self): method __eq__ (line 73964) | def __eq__(self, other): method __ne__ (line 73967) | def __ne__(self, other): class updateRegion_args (line 73970) | class updateRegion_args: method __init__ (line 73982) | def __init__(self, region=None,): method read (line 73985) | def read(self, iprot): method write (line 74004) | def write(self, oprot): method validate (line 74016) | def validate(self): method __hash__ (line 74020) | def __hash__(self): method __repr__ (line 74025) | def __repr__(self): method __eq__ (line 74030) | def __eq__(self, other): method __ne__ (line 74033) | def __ne__(self, other): class updateRegion_result (line 74036) | class updateRegion_result: method __init__ (line 74047) | def __init__(self, e=None,): method read (line 74050) | def read(self, iprot): method write (line 74070) | def write(self, oprot): method validate (line 74082) | def validate(self): method __hash__ (line 74086) | def __hash__(self): method __repr__ (line 74091) | def __repr__(self): method __eq__ (line 74096) | def __eq__(self, other): method __ne__ (line 74099) | def __ne__(self, other): class updateSettings_args (line 74102) | class updateSettings_args: method __init__ (line 74115) | def __init__(self, reqSeq=None, settings=None,): method read (line 74119) | def read(self, iprot): method write (line 74144) | def write(self, oprot): method validate (line 74160) | def validate(self): method __hash__ (line 74164) | def __hash__(self): method __repr__ (line 74170) | def __repr__(self): method __eq__ (line 74175) | def __eq__(self, other): method __ne__ (line 74178) | def __ne__(self, other): class updateSettings_result (line 74181) | class updateSettings_result: method __init__ (line 74192) | def __init__(self, e=None,): method read (line 74195) | def read(self, iprot): method write (line 74215) | def write(self, oprot): method validate (line 74227) | def validate(self): method __hash__ (line 74231) | def __hash__(self): method __repr__ (line 74236) | def __repr__(self): method __eq__ (line 74241) | def __eq__(self, other): method __ne__ (line 74244) | def __ne__(self, other): class updateSettings2_args (line 74247) | class updateSettings2_args: method __init__ (line 74260) | def __init__(self, reqSeq=None, settings=None,): method read (line 74264) | def read(self, iprot): method write (line 74289) | def write(self, oprot): method validate (line 74305) | def validate(self): method __hash__ (line 74309) | def __hash__(self): method __repr__ (line 74315) | def __repr__(self): method __eq__ (line 74320) | def __eq__(self, other): method __ne__ (line 74323) | def __ne__(self, other): class updateSettings2_result (line 74326) | class updateSettings2_result: method __init__ (line 74338) | def __init__(self, success=None, e=None,): method read (line 74342) | def read(self, iprot): method write (line 74367) | def write(self, oprot): method validate (line 74383) | def validate(self): method __hash__ (line 74387) | def __hash__(self): method __repr__ (line 74393) | def __repr__(self): method __eq__ (line 74398) | def __eq__(self, other): method __ne__ (line 74401) | def __ne__(self, other): class updateSettingsAttribute_args (line 74404) | class updateSettingsAttribute_args: method __init__ (line 74419) | def __init__(self, reqSeq=None, attr=None, value=None,): method read (line 74424) | def read(self, iprot): method write (line 74453) | def write(self, oprot): method validate (line 74473) | def validate(self): method __hash__ (line 74477) | def __hash__(self): method __repr__ (line 74484) | def __repr__(self): method __eq__ (line 74489) | def __eq__(self, other): method __ne__ (line 74492) | def __ne__(self, other): class updateSettingsAttribute_result (line 74495) | class updateSettingsAttribute_result: method __init__ (line 74506) | def __init__(self, e=None,): method read (line 74509) | def read(self, iprot): method write (line 74529) | def write(self, oprot): method validate (line 74541) | def validate(self): method __hash__ (line 74545) | def __hash__(self): method __repr__ (line 74550) | def __repr__(self): method __eq__ (line 74555) | def __eq__(self, other): method __ne__ (line 74558) | def __ne__(self, other): class updateSettingsAttributes_args (line 74561) | class updateSettingsAttributes_args: method __init__ (line 74576) | def __init__(self, reqSeq=None, attrBitset=None, settings=None,): method read (line 74581) | def read(self, iprot): method write (line 74611) | def write(self, oprot): method validate (line 74631) | def validate(self): method __hash__ (line 74635) | def __hash__(self): method __repr__ (line 74642) | def __repr__(self): method __eq__ (line 74647) | def __eq__(self, other): method __ne__ (line 74650) | def __ne__(self, other): class updateSettingsAttributes_result (line 74653) | class updateSettingsAttributes_result: method __init__ (line 74665) | def __init__(self, success=None, e=None,): method read (line 74669) | def read(self, iprot): method write (line 74694) | def write(self, oprot): method validate (line 74710) | def validate(self): method __hash__ (line 74714) | def __hash__(self): method __repr__ (line 74720) | def __repr__(self): method __eq__ (line 74725) | def __eq__(self, other): method __ne__ (line 74728) | def __ne__(self, other): class verifyIdentityCredential_args (line 74731) | class verifyIdentityCredential_args: method __init__ (line 74751) | def __init__(self, identityProvider=None, identifier=None, password=No... method read (line 74756) | def read(self, iprot): method write (line 74785) | def write(self, oprot): method validate (line 74805) | def validate(self): method __hash__ (line 74809) | def __hash__(self): method __repr__ (line 74816) | def __repr__(self): method __eq__ (line 74821) | def __eq__(self, other): method __ne__ (line 74824) | def __ne__(self, other): class verifyIdentityCredential_result (line 74827) | class verifyIdentityCredential_result: method __init__ (line 74838) | def __init__(self, e=None,): method read (line 74841) | def read(self, iprot): method write (line 74861) | def write(self, oprot): method validate (line 74873) | def validate(self): method __hash__ (line 74877) | def __hash__(self): method __repr__ (line 74882) | def __repr__(self): method __eq__ (line 74887) | def __eq__(self, other): method __ne__ (line 74890) | def __ne__(self, other): class verifyIdentityCredentialWithResult_args (line 74893) | class verifyIdentityCredentialWithResult_args: method __init__ (line 74905) | def __init__(self, identityCredential=None,): method read (line 74908) | def read(self, iprot): method write (line 74928) | def write(self, oprot): method validate (line 74940) | def validate(self): method __hash__ (line 74944) | def __hash__(self): method __repr__ (line 74949) | def __repr__(self): method __eq__ (line 74954) | def __eq__(self, other): method __ne__ (line 74957) | def __ne__(self, other): class verifyIdentityCredentialWithResult_result (line 74960) | class verifyIdentityCredentialWithResult_result: method __init__ (line 74972) | def __init__(self, success=None, e=None,): method read (line 74976) | def read(self, iprot): method write (line 75002) | def write(self, oprot): method validate (line 75018) | def validate(self): method __hash__ (line 75022) | def __hash__(self): method __repr__ (line 75028) | def __repr__(self): method __eq__ (line 75033) | def __eq__(self, other): method __ne__ (line 75036) | def __ne__(self, other): class verifyPhone_args (line 75039) | class verifyPhone_args: method __init__ (line 75055) | def __init__(self, sessionId=None, pinCode=None, udidHash=None,): method read (line 75060) | def read(self, iprot): method write (line 75089) | def write(self, oprot): method validate (line 75109) | def validate(self): method __hash__ (line 75113) | def __hash__(self): method __repr__ (line 75120) | def __repr__(self): method __eq__ (line 75125) | def __eq__(self, other): method __ne__ (line 75128) | def __ne__(self, other): class verifyPhone_result (line 75131) | class verifyPhone_result: method __init__ (line 75143) | def __init__(self, success=None, e=None,): method read (line 75147) | def read(self, iprot): method write (line 75172) | def write(self, oprot): method validate (line 75188) | def validate(self): method __hash__ (line 75192) | def __hash__(self): method __repr__ (line 75198) | def __repr__(self): method __eq__ (line 75203) | def __eq__(self, other): method __ne__ (line 75206) | def __ne__(self, other): class verifyQrcode_args (line 75209) | class verifyQrcode_args: method __init__ (line 75223) | def __init__(self, verifier=None, pinCode=None,): method read (line 75227) | def read(self, iprot): method write (line 75251) | def write(self, oprot): method validate (line 75267) | def validate(self): method __hash__ (line 75271) | def __hash__(self): method __repr__ (line 75277) | def __repr__(self): method __eq__ (line 75282) | def __eq__(self, other): method __ne__ (line 75285) | def __ne__(self, other): class verifyQrcode_result (line 75288) | class verifyQrcode_result: method __init__ (line 75300) | def __init__(self, success=None, e=None,): method read (line 75304) | def read(self, iprot): method write (line 75329) | def write(self, oprot): method validate (line 75345) | def validate(self): method __hash__ (line 75349) | def __hash__(self): method __repr__ (line 75355) | def __repr__(self): method __eq__ (line 75360) | def __eq__(self, other): method __ne__ (line 75363) | def __ne__(self, other): class notify_args (line 75366) | class notify_args: method __init__ (line 75378) | def __init__(self, event=None,): method read (line 75381) | def read(self, iprot): method write (line 75401) | def write(self, oprot): method validate (line 75413) | def validate(self): method __hash__ (line 75417) | def __hash__(self): method __repr__ (line 75422) | def __repr__(self): method __eq__ (line 75427) | def __eq__(self, other): method __ne__ (line 75430) | def __ne__(self, other): class notify_result (line 75433) | class notify_result: method __init__ (line 75444) | def __init__(self, e=None,): method read (line 75447) | def read(self, iprot): method write (line 75467) | def write(self, oprot): method validate (line 75479) | def validate(self): method __hash__ (line 75483) | def __hash__(self): method __repr__ (line 75488) | def __repr__(self): method __eq__ (line 75493) | def __eq__(self, other): method __ne__ (line 75496) | def __ne__(self, other): FILE: LINETCR/lib/curve/ttypes.py class ApplicationType (line 19) | class ApplicationType: class BuddyBannerLinkType (line 210) | class BuddyBannerLinkType: class BuddyOnAirType (line 227) | class BuddyOnAirType: class BuddyResultState (line 244) | class BuddyResultState: class BuddySearchRequestSource (line 276) | class BuddySearchRequestSource: class CarrierCode (line 293) | class CarrierCode: class ChannelConfiguration (line 322) | class ChannelConfiguration: class ChannelErrorCode (line 339) | class ChannelErrorCode: class ChannelSyncType (line 365) | class ChannelSyncType: class ContactAttribute (line 379) | class ContactAttribute: class ContactCategory (line 399) | class ContactCategory: class ContactRelation (line 413) | class ContactRelation: class ContactSetting (line 430) | class ContactSetting: class ContactStatus (line 453) | class ContactStatus: class ContactType (line 482) | class ContactType: class ContentType (line 532) | class ContentType: class CustomMode (line 597) | class CustomMode: class EmailConfirmationStatus (line 614) | class EmailConfirmationStatus: class EmailConfirmationType (line 631) | class EmailConfirmationType: class ErrorCode (line 645) | class ErrorCode: class FeatureType (line 806) | class FeatureType: class GroupAttribute (line 817) | class GroupAttribute: class IdentityProvider (line 834) | class IdentityProvider: class LoginResultType (line 851) | class LoginResultType: class MessageOperationType (line 868) | class MessageOperationType: class MIDType (line 906) | class MIDType: class ModificationType (line 923) | class ModificationType: class NotificationItemFetchMode (line 940) | class NotificationItemFetchMode: class NotificationQueueType (line 954) | class NotificationQueueType: class NotificationStatus (line 971) | class NotificationStatus: class NotificationType (line 1000) | class NotificationType: class OpStatus (line 1041) | class OpStatus: class OpType (line 1055) | class OpType: class PayloadType (line 1240) | class PayloadType: class PaymentPgType (line 1260) | class PaymentPgType: class PaymentType (line 1277) | class PaymentType: class ProductBannerLinkType (line 1291) | class ProductBannerLinkType: class ProductEventType (line 1311) | class ProductEventType: class ProfileAttribute (line 1340) | class ProfileAttribute: class PublicType (line 1375) | class PublicType: class RedirectType (line 1389) | class RedirectType: class RegistrationType (line 1403) | class RegistrationType: class SettingsAttribute (line 1429) | class SettingsAttribute: class SnsIdType (line 1512) | class SnsIdType: class SpammerReason (line 1532) | class SpammerReason: class SyncActionType (line 1552) | class SyncActionType: class SyncCategory (line 1566) | class SyncCategory: class TMessageBoxStatus (line 1601) | class TMessageBoxStatus: class UniversalNotificationServiceErrorCode (line 1615) | class UniversalNotificationServiceErrorCode: class UnregistrationReason (line 1641) | class UnregistrationReason: class UserAgeType (line 1655) | class UserAgeType: class VerificationMethod (line 1672) | class VerificationMethod: class VerificationResult (line 1695) | class VerificationResult: class WapInvitationType (line 1715) | class WapInvitationType: class AgeCheckDocomoResult (line 1730) | class AgeCheckDocomoResult: method __init__ (line 1743) | def __init__(self, authUrl=None, userAgeType=None,): method read (line 1747) | def read(self, iprot): method write (line 1771) | def write(self, oprot): method validate (line 1787) | def validate(self): method __hash__ (line 1791) | def __hash__(self): method __repr__ (line 1797) | def __repr__(self): method __eq__ (line 1802) | def __eq__(self, other): method __ne__ (line 1805) | def __ne__(self, other): class AgeCheckRequestResult (line 1808) | class AgeCheckRequestResult: method __init__ (line 1821) | def __init__(self, authUrl=None, sessionId=None,): method read (line 1825) | def read(self, iprot): method write (line 1849) | def write(self, oprot): method validate (line 1865) | def validate(self): method __hash__ (line 1869) | def __hash__(self): method __repr__ (line 1875) | def __repr__(self): method __eq__ (line 1880) | def __eq__(self, other): method __ne__ (line 1883) | def __ne__(self, other): class Announcement (line 1886) | class Announcement: method __init__ (line 1917) | def __init__(self, index=None, forceUpdate=None, title=None, text=None... method read (line 1926) | def read(self, iprot): method write (line 1975) | def write(self, oprot): method validate (line 2011) | def validate(self): method __hash__ (line 2015) | def __hash__(self): method __repr__ (line 2026) | def __repr__(self): method __eq__ (line 2031) | def __eq__(self, other): method __ne__ (line 2034) | def __ne__(self, other): class ChannelProvider (line 2037) | class ChannelProvider: method __init__ (line 2048) | def __init__(self, name=None,): method read (line 2051) | def read(self, iprot): method write (line 2070) | def write(self, oprot): method validate (line 2082) | def validate(self): method __hash__ (line 2086) | def __hash__(self): method __repr__ (line 2091) | def __repr__(self): method __eq__ (line 2096) | def __eq__(self, other): method __ne__ (line 2099) | def __ne__(self, other): class ChannelInfo (line 2102) | class ChannelInfo: method __init__ (line 2133) | def __init__(self, channelId=None, name=None, entryPageUrl=None, descr... method read (line 2145) | def read(self, iprot): method write (line 2220) | def write(self, oprot): method validate (line 2274) | def validate(self): method __hash__ (line 2278) | def __hash__(self): method __repr__ (line 2292) | def __repr__(self): method __eq__ (line 2297) | def __eq__(self, other): method __ne__ (line 2300) | def __ne__(self, other): class ApprovedChannelInfo (line 2303) | class ApprovedChannelInfo: method __init__ (line 2316) | def __init__(self, channelInfo=None, approvedAt=None,): method read (line 2320) | def read(self, iprot): method write (line 2345) | def write(self, oprot): method validate (line 2361) | def validate(self): method __hash__ (line 2365) | def __hash__(self): method __repr__ (line 2371) | def __repr__(self): method __eq__ (line 2376) | def __eq__(self, other): method __ne__ (line 2379) | def __ne__(self, other): class ApprovedChannelInfos (line 2382) | class ApprovedChannelInfos: method __init__ (line 2395) | def __init__(self, approvedChannelInfos=None, revision=None,): method read (line 2399) | def read(self, iprot): method write (line 2429) | def write(self, oprot): method validate (line 2448) | def validate(self): method __hash__ (line 2452) | def __hash__(self): method __repr__ (line 2458) | def __repr__(self): method __eq__ (line 2463) | def __eq__(self, other): method __ne__ (line 2466) | def __ne__(self, other): class AuthQrcode (line 2469) | class AuthQrcode: method __init__ (line 2482) | def __init__(self, qrcode=None, verifier=None,): method read (line 2486) | def read(self, iprot): method write (line 2510) | def write(self, oprot): method validate (line 2526) | def validate(self): method __hash__ (line 2530) | def __hash__(self): method __repr__ (line 2536) | def __repr__(self): method __eq__ (line 2541) | def __eq__(self, other): method __ne__ (line 2544) | def __ne__(self, other): class BuddyBanner (line 2547) | class BuddyBanner: method __init__ (line 2562) | def __init__(self, buddyBannerLinkType=None, buddyBannerLink=None, bud... method read (line 2567) | def read(self, iprot): method write (line 2596) | def write(self, oprot): method validate (line 2616) | def validate(self): method __hash__ (line 2620) | def __hash__(self): method __repr__ (line 2627) | def __repr__(self): method __eq__ (line 2632) | def __eq__(self, other): method __ne__ (line 2635) | def __ne__(self, other): class BuddyDetail (line 2638) | class BuddyDetail: method __init__ (line 2661) | def __init__(self, mid=None, memberCount=None, onAir=None, businessAcc... method read (line 2670) | def read(self, iprot): method write (line 2724) | def write(self, oprot): method validate (line 2763) | def validate(self): method __hash__ (line 2767) | def __hash__(self): method __repr__ (line 2778) | def __repr__(self): method __eq__ (line 2783) | def __eq__(self, other): method __ne__ (line 2786) | def __ne__(self, other): class Contact (line 2789) | class Contact: method __init__ (line 2854) | def __init__(self, mid=None, createdTime=None, type=None, status=None,... method read (line 2875) | def read(self, iprot): method write (line 2984) | def write(self, oprot): method validate (line 3068) | def validate(self): method __hash__ (line 3072) | def __hash__(self): method __repr__ (line 3095) | def __repr__(self): method __eq__ (line 3100) | def __eq__(self, other): method __ne__ (line 3103) | def __ne__(self, other): class BuddyList (line 3106) | class BuddyList: method __init__ (line 3123) | def __init__(self, classification=None, displayName=None, totalBuddyCo... method read (line 3129) | def read(self, iprot): method write (line 3169) | def write(self, oprot): method validate (line 3196) | def validate(self): method __hash__ (line 3200) | def __hash__(self): method __repr__ (line 3208) | def __repr__(self): method __eq__ (line 3213) | def __eq__(self, other): method __ne__ (line 3216) | def __ne__(self, other): class Location (line 3219) | class Location: method __init__ (line 3238) | def __init__(self, title=None, address=None, latitude=None, longitude=... method read (line 3245) | def read(self, iprot): method write (line 3284) | def write(self, oprot): method validate (line 3312) | def validate(self): method __hash__ (line 3316) | def __hash__(self): method __repr__ (line 3325) | def __repr__(self): method __eq__ (line 3330) | def __eq__(self, other): method __ne__ (line 3333) | def __ne__(self, other): class BuddyMessageRequest (line 3336) | class BuddyMessageRequest: method __init__ (line 3355) | def __init__(self, contentType=None, text=None, location=None, content... method read (line 3362) | def read(self, iprot): method write (line 3408) | def write(self, oprot): method validate (line 3440) | def validate(self): method __hash__ (line 3444) | def __hash__(self): method __repr__ (line 3453) | def __repr__(self): method __eq__ (line 3458) | def __eq__(self, other): method __ne__ (line 3461) | def __ne__(self, other): class BuddyOnAirUrls (line 3464) | class BuddyOnAirUrls: method __init__ (line 3477) | def __init__(self, hls=None, smoothStreaming=None,): method read (line 3481) | def read(self, iprot): method write (line 3517) | def write(self, oprot): method validate (line 3541) | def validate(self): method __hash__ (line 3545) | def __hash__(self): method __repr__ (line 3551) | def __repr__(self): method __eq__ (line 3556) | def __eq__(self, other): method __ne__ (line 3559) | def __ne__(self, other): class BuddyOnAir (line 3562) | class BuddyOnAir: method __init__ (line 3612) | def __init__(self, mid=None, freshnessLifetime=None, onAirId=None, onA... method read (line 3623) | def read(self, iprot): method write (line 3683) | def write(self, oprot): method validate (line 3727) | def validate(self): method __hash__ (line 3731) | def __hash__(self): method __repr__ (line 3744) | def __repr__(self): method __eq__ (line 3749) | def __eq__(self, other): method __ne__ (line 3752) | def __ne__(self, other): class BuddyProfile (line 3755) | class BuddyProfile: method __init__ (line 3781) | def __init__(self, buddyId=None, mid=None, searchId=None, displayName=... method read (line 3789) | def read(self, iprot): method write (line 3833) | def write(self, oprot): method validate (line 3865) | def validate(self): method __hash__ (line 3869) | def __hash__(self): method __repr__ (line 3879) | def __repr__(self): method __eq__ (line 3884) | def __eq__(self, other): method __ne__ (line 3887) | def __ne__(self, other): class BuddySearchResult (line 3890) | class BuddySearchResult: method __init__ (line 3911) | def __init__(self, mid=None, displayName=None, pictureStatus=None, pic... method read (line 3919) | def read(self, iprot): method write (line 3963) | def write(self, oprot): method validate (line 3995) | def validate(self): method __hash__ (line 3999) | def __hash__(self): method __repr__ (line 4009) | def __repr__(self): method __eq__ (line 4014) | def __eq__(self, other): method __ne__ (line 4017) | def __ne__(self, other): class ChannelDomain (line 4020) | class ChannelDomain: method __init__ (line 4033) | def __init__(self, host=None, removed=None,): method read (line 4037) | def read(self, iprot): method write (line 4061) | def write(self, oprot): method validate (line 4077) | def validate(self): method __hash__ (line 4081) | def __hash__(self): method __repr__ (line 4087) | def __repr__(self): method __eq__ (line 4092) | def __eq__(self, other): method __ne__ (line 4095) | def __ne__(self, other): class ChannelDomains (line 4098) | class ChannelDomains: method __init__ (line 4111) | def __init__(self, channelDomains=None, revision=None,): method read (line 4115) | def read(self, iprot): method write (line 4145) | def write(self, oprot): method validate (line 4164) | def validate(self): method __hash__ (line 4168) | def __hash__(self): method __repr__ (line 4174) | def __repr__(self): method __eq__ (line 4179) | def __eq__(self, other): method __ne__ (line 4182) | def __ne__(self, other): class ChannelException (line 4185) | class ChannelException(TException): method __init__ (line 4200) | def __init__(self, code=None, reason=None, parameterMap=None,): method read (line 4205) | def read(self, iprot): method write (line 4240) | def write(self, oprot): method validate (line 4264) | def validate(self): method __str__ (line 4268) | def __str__(self): method __hash__ (line 4271) | def __hash__(self): method __repr__ (line 4278) | def __repr__(self): method __eq__ (line 4283) | def __eq__(self, other): method __ne__ (line 4286) | def __ne__(self, other): class ChannelInfos (line 4289) | class ChannelInfos: method __init__ (line 4302) | def __init__(self, channelInfos=None, revision=None,): method read (line 4306) | def read(self, iprot): method write (line 4336) | def write(self, oprot): method validate (line 4355) | def validate(self): method __hash__ (line 4359) | def __hash__(self): method __repr__ (line 4365) | def __repr__(self): method __eq__ (line 4370) | def __eq__(self, other): method __ne__ (line 4373) | def __ne__(self, other): class ChannelNotificationSetting (line 4376) | class ChannelNotificationSetting: method __init__ (line 4395) | def __init__(self, channelId=None, name=None, notificationReceivable=N... method read (line 4402) | def read(self, iprot): method write (line 4441) | def write(self, oprot): method validate (line 4469) | def validate(self): method __hash__ (line 4473) | def __hash__(self): method __repr__ (line 4482) | def __repr__(self): method __eq__ (line 4487) | def __eq__(self, other): method __ne__ (line 4490) | def __ne__(self, other): class ChannelSyncDatas (line 4493) | class ChannelSyncDatas: method __init__ (line 4510) | def __init__(self, channelInfos=None, channelDomains=None, revision=No... method read (line 4516) | def read(self, iprot): method write (line 4562) | def write(self, oprot): method validate (line 4592) | def validate(self): method __hash__ (line 4596) | def __hash__(self): method __repr__ (line 4604) | def __repr__(self): method __eq__ (line 4609) | def __eq__(self, other): method __ne__ (line 4612) | def __ne__(self, other): class ChannelToken (line 4615) | class ChannelToken: method __init__ (line 4634) | def __init__(self, token=None, obsToken=None, expiration=None, refresh... method read (line 4641) | def read(self, iprot): method write (line 4680) | def write(self, oprot): method validate (line 4708) | def validate(self): method __hash__ (line 4712) | def __hash__(self): method __repr__ (line 4721) | def __repr__(self): method __eq__ (line 4726) | def __eq__(self, other): method __ne__ (line 4729) | def __ne__(self, other): class Coin (line 4732) | class Coin: method __init__ (line 4749) | def __init__(self, freeCoinBalance=None, payedCoinBalance=None, totalC... method read (line 4755) | def read(self, iprot): method write (line 4789) | def write(self, oprot): method validate (line 4813) | def validate(self): method __hash__ (line 4817) | def __hash__(self): method __repr__ (line 4825) | def __repr__(self): method __eq__ (line 4830) | def __eq__(self, other): method __ne__ (line 4833) | def __ne__(self, other): class CoinPayLoad (line 4836) | class CoinPayLoad: method __init__ (line 4853) | def __init__(self, payCoin=None, freeCoin=None, type=None, rewardCoin=... method read (line 4859) | def read(self, iprot): method write (line 4893) | def write(self, oprot): method validate (line 4917) | def validate(self): method __hash__ (line 4921) | def __hash__(self): method __repr__ (line 4929) | def __repr__(self): method __eq__ (line 4934) | def __eq__(self, other): method __ne__ (line 4937) | def __ne__(self, other): class CoinHistory (line 4940) | class CoinHistory: method __init__ (line 4973) | def __init__(self, payDate=None, coinBalance=None, coin=None, price=No... method read (line 4987) | def read(self, iprot): method write (line 5062) | def write(self, oprot): method validate (line 5118) | def validate(self): method __hash__ (line 5122) | def __hash__(self): method __repr__ (line 5138) | def __repr__(self): method __eq__ (line 5143) | def __eq__(self, other): method __ne__ (line 5146) | def __ne__(self, other): class CoinHistoryCondition (line 5149) | class CoinHistoryCondition: method __init__ (line 5168) | def __init__(self, start=None, size=None, language=None, eddt=None, ap... method read (line 5175) | def read(self, iprot): method write (line 5214) | def write(self, oprot): method validate (line 5242) | def validate(self): method __hash__ (line 5246) | def __hash__(self): method __repr__ (line 5255) | def __repr__(self): method __eq__ (line 5260) | def __eq__(self, other): method __ne__ (line 5263) | def __ne__(self, other): class CoinHistoryResult (line 5266) | class CoinHistoryResult: method __init__ (line 5281) | def __init__(self, historys=None, balance=None, hasNext=None,): method read (line 5286) | def read(self, iprot): method write (line 5322) | def write(self, oprot): method validate (line 5345) | def validate(self): method __hash__ (line 5349) | def __hash__(self): method __repr__ (line 5356) | def __repr__(self): method __eq__ (line 5361) | def __eq__(self, other): method __ne__ (line 5364) | def __ne__(self, other): class CoinProductItem (line 5367) | class CoinProductItem: method __init__ (line 5393) | def __init__(self, itemId=None, coin=None, freeCoin=None, currency=Non... method read (line 5403) | def read(self, iprot): method write (line 5457) | def write(self, oprot): method validate (line 5497) | def validate(self): method __hash__ (line 5501) | def __hash__(self): method __repr__ (line 5513) | def __repr__(self): method __eq__ (line 5518) | def __eq__(self, other): method __ne__ (line 5521) | def __ne__(self, other): class CoinPurchaseConfirm (line 5524) | class CoinPurchaseConfirm: method __init__ (line 5547) | def __init__(self, orderId=None, appStoreCode=None, receipt=None, sign... method read (line 5556) | def read(self, iprot): method write (line 5605) | def write(self, oprot): method validate (line 5641) | def validate(self): method __hash__ (line 5645) | def __hash__(self): method __repr__ (line 5656) | def __repr__(self): method __eq__ (line 5661) | def __eq__(self, other): method __ne__ (line 5664) | def __ne__(self, other): class CoinPurchaseReservation (line 5667) | class CoinPurchaseReservation: method __init__ (line 5692) | def __init__(self, productId=None, country=None, currency=None, price=... method read (line 5702) | def read(self, iprot): method write (line 5756) | def write(self, oprot): method validate (line 5796) | def validate(self): method __hash__ (line 5800) | def __hash__(self): method __repr__ (line 5812) | def __repr__(self): method __eq__ (line 5817) | def __eq__(self, other): method __ne__ (line 5820) | def __ne__(self, other): class CoinUseReservationItem (line 5823) | class CoinUseReservationItem: method __init__ (line 5838) | def __init__(self, itemId=None, itemName=None, amount=None,): method read (line 5843) | def read(self, iprot): method write (line 5872) | def write(self, oprot): method validate (line 5892) | def validate(self): method __hash__ (line 5896) | def __hash__(self): method __repr__ (line 5903) | def __repr__(self): method __eq__ (line 5908) | def __eq__(self, other): method __ne__ (line 5911) | def __ne__(self, other): class CoinUseReservation (line 5914) | class CoinUseReservation: method __init__ (line 5933) | def __init__(self, channelId=None, shopOrderId=None, appStoreCode=None... method read (line 5940) | def read(self, iprot): method write (line 5985) | def write(self, oprot): method validate (line 6016) | def validate(self): method __hash__ (line 6020) | def __hash__(self): method __repr__ (line 6029) | def __repr__(self): method __eq__ (line 6034) | def __eq__(self, other): method __ne__ (line 6037) | def __ne__(self, other): class CompactContact (line 6040) | class CompactContact: method __init__ (line 6061) | def __init__(self, mid=None, createdTime=None, modifiedTime=None, stat... method read (line 6069) | def read(self, iprot): method write (line 6113) | def write(self, oprot): method validate (line 6145) | def validate(self): method __hash__ (line 6149) | def __hash__(self): method __repr__ (line 6159) | def __repr__(self): method __eq__ (line 6164) | def __eq__(self, other): method __ne__ (line 6167) | def __ne__(self, other): class ContactModification (line 6170) | class ContactModification: method __init__ (line 6197) | def __init__(self, type=None, luid=None, phones=None, emails=None, use... method read (line 6204) | def read(self, iprot): method write (line 6258) | def write(self, oprot): method validate (line 6295) | def validate(self): method __hash__ (line 6299) | def __hash__(self): method __repr__ (line 6308) | def __repr__(self): method __eq__ (line 6313) | def __eq__(self, other): method __ne__ (line 6316) | def __ne__(self, other): class ContactRegistration (line 6319) | class ContactRegistration: method __init__ (line 6344) | def __init__(self, contact=None, luid=None, contactType=None, contactK... method read (line 6350) | def read(self, iprot): method write (line 6385) | def write(self, oprot): method validate (line 6409) | def validate(self): method __hash__ (line 6413) | def __hash__(self): method __repr__ (line 6421) | def __repr__(self): method __eq__ (line 6426) | def __eq__(self, other): method __ne__ (line 6429) | def __ne__(self, other): class ContactReport (line 6432) | class ContactReport: method __init__ (line 6447) | def __init__(self, mid=None, exists=None, contact=None,): method read (line 6452) | def read(self, iprot): method write (line 6482) | def write(self, oprot): method validate (line 6502) | def validate(self): method __hash__ (line 6506) | def __hash__(self): method __repr__ (line 6513) | def __repr__(self): method __eq__ (line 6518) | def __eq__(self, other): method __ne__ (line 6521) | def __ne__(self, other): class ContactReportResult (line 6524) | class ContactReportResult: method __init__ (line 6537) | def __init__(self, mid=None, exists=None,): method read (line 6541) | def read(self, iprot): method write (line 6565) | def write(self, oprot): method validate (line 6581) | def validate(self): method __hash__ (line 6585) | def __hash__(self): method __repr__ (line 6591) | def __repr__(self): method __eq__ (line 6596) | def __eq__(self, other): method __ne__ (line 6599) | def __ne__(self, other): class DeviceInfo (line 6602) | class DeviceInfo: method __init__ (line 6638) | def __init__(self, deviceName=None, systemName=None, systemVersion=Non... method read (line 6647) | def read(self, iprot): method write (line 6696) | def write(self, oprot): method validate (line 6732) | def validate(self): method __hash__ (line 6736) | def __hash__(self): method __repr__ (line 6747) | def __repr__(self): method __eq__ (line 6752) | def __eq__(self, other): method __ne__ (line 6755) | def __ne__(self, other): class EmailConfirmation (line 6758) | class EmailConfirmation: method __init__ (line 6775) | def __init__(self, usePasswordSet=None, email=None, password=None, ign... method read (line 6781) | def read(self, iprot): method write (line 6815) | def write(self, oprot): method validate (line 6839) | def validate(self): method __hash__ (line 6843) | def __hash__(self): method __repr__ (line 6851) | def __repr__(self): method __eq__ (line 6856) | def __eq__(self, other): method __ne__ (line 6859) | def __ne__(self, other): class EmailConfirmationSession (line 6862) | class EmailConfirmationSession: method __init__ (line 6877) | def __init__(self, emailConfirmationType=None, verifier=None, targetEm... method read (line 6882) | def read(self, iprot): method write (line 6911) | def write(self, oprot): method validate (line 6931) | def validate(self): method __hash__ (line 6935) | def __hash__(self): method __repr__ (line 6942) | def __repr__(self): method __eq__ (line 6947) | def __eq__(self, other): method __ne__ (line 6950) | def __ne__(self, other): class FriendChannelMatrix (line 6953) | class FriendChannelMatrix: method __init__ (line 6968) | def __init__(self, channelId=None, representMid=None, count=None,): method read (line 6973) | def read(self, iprot): method write (line 7002) | def write(self, oprot): method validate (line 7022) | def validate(self): method __hash__ (line 7026) | def __hash__(self): method __repr__ (line 7033) | def __repr__(self): method __eq__ (line 7038) | def __eq__(self, other): method __ne__ (line 7041) | def __ne__(self, other): class FriendChannelMatricesResponse (line 7044) | class FriendChannelMatricesResponse: method __init__ (line 7057) | def __init__(self, expires=None, matrices=None,): method read (line 7061) | def read(self, iprot): method write (line 7091) | def write(self, oprot): method validate (line 7110) | def validate(self): method __hash__ (line 7114) | def __hash__(self): method __repr__ (line 7120) | def __repr__(self): method __eq__ (line 7125) | def __eq__(self, other): method __ne__ (line 7128) | def __ne__(self, other): class Geolocation (line 7131) | class Geolocation: method __init__ (line 7144) | def __init__(self, longitude=None, latitude=None,): method read (line 7148) | def read(self, iprot): method write (line 7172) | def write(self, oprot): method validate (line 7188) | def validate(self): method __hash__ (line 7192) | def __hash__(self): method __repr__ (line 7198) | def __repr__(self): method __eq__ (line 7203) | def __eq__(self, other): method __ne__ (line 7206) | def __ne__(self, other): class NotificationTarget (line 7209) | class NotificationTarget: method __init__ (line 7224) | def __init__(self, applicationType=None, applicationVersion=None, regi... method read (line 7229) | def read(self, iprot): method write (line 7258) | def write(self, oprot): method validate (line 7278) | def validate(self): method __hash__ (line 7282) | def __hash__(self): method __repr__ (line 7289) | def __repr__(self): method __eq__ (line 7294) | def __eq__(self, other): method __ne__ (line 7297) | def __ne__(self, other): class GlobalEvent (line 7300) | class GlobalEvent: method __init__ (line 7319) | def __init__(self, key=None, targets=None, createdTime=None, data=None... method read (line 7326) | def read(self, iprot): method write (line 7371) | def write(self, oprot): method validate (line 7402) | def validate(self): method __hash__ (line 7406) | def __hash__(self): method __repr__ (line 7415) | def __repr__(self): method __eq__ (line 7420) | def __eq__(self, other): method __ne__ (line 7423) | def __ne__(self, other): class Group (line 7426) | class Group: method __init__ (line 7475) | def __init__(self, id=None, createdTime=None, name=None, pictureStatus... method read (line 7486) | def read(self, iprot): method write (line 7558) | def write(self, oprot): method validate (line 7608) | def validate(self): method __hash__ (line 7612) | def __hash__(self): method __repr__ (line 7625) | def __repr__(self): method __eq__ (line 7630) | def __eq__(self, other): method __ne__ (line 7633) | def __ne__(self, other): class IdentityCredential (line 7636) | class IdentityCredential: method __init__ (line 7651) | def __init__(self, provider=None, identifier=None, password=None,): method read (line 7656) | def read(self, iprot): method write (line 7685) | def write(self, oprot): method validate (line 7705) | def validate(self): method __hash__ (line 7709) | def __hash__(self): method __repr__ (line 7716) | def __repr__(self): method __eq__ (line 7721) | def __eq__(self, other): method __ne__ (line 7724) | def __ne__(self, other): class LastReadMessageId (line 7727) | class LastReadMessageId: method __init__ (line 7740) | def __init__(self, mid=None, lastReadMessageId=None,): method read (line 7744) | def read(self, iprot): method write (line 7768) | def write(self, oprot): method validate (line 7784) | def validate(self): method __hash__ (line 7788) | def __hash__(self): method __repr__ (line 7794) | def __repr__(self): method __eq__ (line 7799) | def __eq__(self, other): method __ne__ (line 7802) | def __ne__(self, other): class LastReadMessageIds (line 7805) | class LastReadMessageIds: method __init__ (line 7818) | def __init__(self, chatId=None, lastReadMessageIds=None,): method read (line 7822) | def read(self, iprot): method write (line 7852) | def write(self, oprot): method validate (line 7871) | def validate(self): method __hash__ (line 7875) | def __hash__(self): method __repr__ (line 7881) | def __repr__(self): method __eq__ (line 7886) | def __eq__(self, other): method __ne__ (line 7889) | def __ne__(self, other): class LoginResult (line 7892) | class LoginResult: method __init__ (line 7911) | def __init__(self, authToken=None, certificate=None, verifier=None, pi... method read (line 7918) | def read(self, iprot): method write (line 7957) | def write(self, oprot): method validate (line 7985) | def validate(self): method __hash__ (line 7989) | def __hash__(self): method __repr__ (line 7998) | def __repr__(self): method __eq__ (line 8003) | def __eq__(self, other): method __ne__ (line 8006) | def __ne__(self, other): class LoginSession (line 8009) | class LoginSession: method __init__ (line 8045) | def __init__(self, tokenKey=None, expirationTime=None, applicationType... method read (line 8052) | def read(self, iprot): method write (line 8091) | def write(self, oprot): method validate (line 8119) | def validate(self): method __hash__ (line 8123) | def __hash__(self): method __repr__ (line 8132) | def __repr__(self): method __eq__ (line 8137) | def __eq__(self, other): method __ne__ (line 8140) | def __ne__(self, other): class Message (line 8143) | class Message: method __init__ (line 8182) | def __init__(self, from_=None, to=None, toType=None, id=None, createdT... method read (line 8196) | def read(self, iprot): method write (line 8277) | def write(self, oprot): method validate (line 8337) | def validate(self): method __hash__ (line 8341) | def __hash__(self): method __repr__ (line 8357) | def __repr__(self): method __eq__ (line 8362) | def __eq__(self, other): method __ne__ (line 8365) | def __ne__(self, other): class MessageOperation (line 8368) | class MessageOperation: method __init__ (line 8406) | def __init__(self, revision=None, createdTime=None, type=None, reqSeq=... method read (line 8417) | def read(self, iprot): method write (line 8477) | def write(self, oprot): method validate (line 8521) | def validate(self): method __hash__ (line 8525) | def __hash__(self): method __repr__ (line 8538) | def __repr__(self): method __eq__ (line 8543) | def __eq__(self, other): method __ne__ (line 8546) | def __ne__(self, other): class MessageOperations (line 8549) | class MessageOperations: method __init__ (line 8562) | def __init__(self, operations=None, endFlag=None,): method read (line 8566) | def read(self, iprot): method write (line 8596) | def write(self, oprot): method validate (line 8615) | def validate(self): method __hash__ (line 8619) | def __hash__(self): method __repr__ (line 8625) | def __repr__(self): method __eq__ (line 8630) | def __eq__(self, other): method __ne__ (line 8633) | def __ne__(self, other): class MetaProfile (line 8636) | class MetaProfile: method __init__ (line 8651) | def __init__(self, createTime=None, regionCode=None, identities=None,): method read (line 8656) | def read(self, iprot): method write (line 8691) | def write(self, oprot): method validate (line 8715) | def validate(self): method __hash__ (line 8719) | def __hash__(self): method __repr__ (line 8726) | def __repr__(self): method __eq__ (line 8731) | def __eq__(self, other): method __ne__ (line 8734) | def __ne__(self, other): class NotificationItem (line 8737) | class NotificationItem: method __init__ (line 8763) | def __init__(self, id=None, from_=None, to=None, fromChannel=None, toC... method read (line 8773) | def read(self, iprot): method write (line 8833) | def write(self, oprot): method validate (line 8877) | def validate(self): method __hash__ (line 8881) | def __hash__(self): method __repr__ (line 8893) | def __repr__(self): method __eq__ (line 8898) | def __eq__(self, other): method __ne__ (line 8901) | def __ne__(self, other): class NotificationFetchResult (line 8904) | class NotificationFetchResult: method __init__ (line 8917) | def __init__(self, fetchMode=None, itemList=None,): method read (line 8921) | def read(self, iprot): method write (line 8951) | def write(self, oprot): method validate (line 8970) | def validate(self): method __hash__ (line 8974) | def __hash__(self): method __repr__ (line 8980) | def __repr__(self): method __eq__ (line 8985) | def __eq__(self, other): method __ne__ (line 8988) | def __ne__(self, other): class Operation (line 8991) | class Operation: method __init__ (line 9030) | def __init__(self, revision=None, createdTime=None, type=None, reqSeq=... method read (line 9042) | def read(self, iprot): method write (line 9107) | def write(self, oprot): method validate (line 9155) | def validate(self): method __hash__ (line 9159) | def __hash__(self): method __repr__ (line 9173) | def __repr__(self): method __eq__ (line 9178) | def __eq__(self, other): method __ne__ (line 9181) | def __ne__(self, other): class PaymentReservation (line 9184) | class PaymentReservation: method __init__ (line 9213) | def __init__(self, receiverMid=None, productId=None, language=None, lo... method read (line 9225) | def read(self, iprot): method write (line 9289) | def write(self, oprot): method validate (line 9337) | def validate(self): method __hash__ (line 9341) | def __hash__(self): method __repr__ (line 9355) | def __repr__(self): method __eq__ (line 9360) | def __eq__(self, other): method __ne__ (line 9363) | def __ne__(self, other): class PaymentReservationResult (line 9366) | class PaymentReservationResult: method __init__ (line 9381) | def __init__(self, orderId=None, confirmUrl=None, extras=None,): method read (line 9386) | def read(self, iprot): method write (line 9421) | def write(self, oprot): method validate (line 9445) | def validate(self): method __hash__ (line 9449) | def __hash__(self): method __repr__ (line 9456) | def __repr__(self): method __eq__ (line 9461) | def __eq__(self, other): method __ne__ (line 9464) | def __ne__(self, other): class Product (line 9467) | class Product: method __init__ (line 9532) | def __init__(self, productId=None, packageId=None, version=None, autho... method read (line 9562) | def read(self, iprot): method write (line 9716) | def write(self, oprot): method validate (line 9836) | def validate(self): method __hash__ (line 9840) | def __hash__(self): method __repr__ (line 9872) | def __repr__(self): method __eq__ (line 9877) | def __eq__(self, other): method __ne__ (line 9880) | def __ne__(self, other): class ProductList (line 9883) | class ProductList: method __init__ (line 9906) | def __init__(self, hasNext=None, bannerSequence=None, bannerTargetType... method read (line 9914) | def read(self, iprot): method write (line 9964) | def write(self, oprot): method validate (line 9999) | def validate(self): method __hash__ (line 10003) | def __hash__(self): method __repr__ (line 10013) | def __repr__(self): method __eq__ (line 10018) | def __eq__(self, other): method __ne__ (line 10021) | def __ne__(self, other): class ProductSimple (line 10024) | class ProductSimple: method __init__ (line 10043) | def __init__(self, productId=None, packageId=None, version=None, onSal... method read (line 10050) | def read(self, iprot): method write (line 10089) | def write(self, oprot): method validate (line 10117) | def validate(self): method __hash__ (line 10121) | def __hash__(self): method __repr__ (line 10130) | def __repr__(self): method __eq__ (line 10135) | def __eq__(self, other): method __ne__ (line 10138) | def __ne__(self, other): class ProductSimpleList (line 10141) | class ProductSimpleList: method __init__ (line 10162) | def __init__(self, hasNext=None, reinvokeHour=None, lastVersionSeq=Non... method read (line 10170) | def read(self, iprot): method write (line 10220) | def write(self, oprot): method validate (line 10255) | def validate(self): method __hash__ (line 10259) | def __hash__(self): method __repr__ (line 10269) | def __repr__(self): method __eq__ (line 10274) | def __eq__(self, other): method __ne__ (line 10277) | def __ne__(self, other): class Profile (line 10280) | class Profile: method __init__ (line 10335) | def __init__(self, mid=None, userid=None, phone=None, email=None, regi... method read (line 10350) | def read(self, iprot): method write (line 10429) | def write(self, oprot): method validate (line 10489) | def validate(self): method __hash__ (line 10493) | def __hash__(self): method __repr__ (line 10510) | def __repr__(self): method __eq__ (line 10515) | def __eq__(self, other): method __ne__ (line 10518) | def __ne__(self, other): class ProximityMatchCandidateResult (line 10521) | class ProximityMatchCandidateResult: method __init__ (line 10534) | def __init__(self, users=None, buddies=None,): method read (line 10538) | def read(self, iprot): method write (line 10574) | def write(self, oprot): method validate (line 10596) | def validate(self): method __hash__ (line 10600) | def __hash__(self): method __repr__ (line 10606) | def __repr__(self): method __eq__ (line 10611) | def __eq__(self, other): method __ne__ (line 10614) | def __ne__(self, other): class RegisterWithSnsIdResult (line 10617) | class RegisterWithSnsIdResult: method __init__ (line 10630) | def __init__(self, authToken=None, userCreated=None,): method read (line 10634) | def read(self, iprot): method write (line 10658) | def write(self, oprot): method validate (line 10674) | def validate(self): method __hash__ (line 10678) | def __hash__(self): method __repr__ (line 10684) | def __repr__(self): method __eq__ (line 10689) | def __eq__(self, other): method __ne__ (line 10692) | def __ne__(self, other): class RequestTokenResponse (line 10695) | class RequestTokenResponse: method __init__ (line 10708) | def __init__(self, requestToken=None, returnUrl=None,): method read (line 10712) | def read(self, iprot): method write (line 10736) | def write(self, oprot): method validate (line 10752) | def validate(self): method __hash__ (line 10756) | def __hash__(self): method __repr__ (line 10762) | def __repr__(self): method __eq__ (line 10767) | def __eq__(self, other): method __ne__ (line 10770) | def __ne__(self, other): class Room (line 10773) | class Room: method __init__ (line 10817) | def __init__(self, mid=None, createdTime=None, contacts=None, notifica... method read (line 10823) | def read(self, iprot): method write (line 10863) | def write(self, oprot): method validate (line 10890) | def validate(self): method __hash__ (line 10894) | def __hash__(self): method __repr__ (line 10902) | def __repr__(self): method __eq__ (line 10907) | def __eq__(self, other): method __ne__ (line 10910) | def __ne__(self, other): class RSAKey (line 10913) | class RSAKey: method __init__ (line 10930) | def __init__(self, keynm=None, nvalue=None, evalue=None, sessionKey=No... method read (line 10936) | def read(self, iprot): method write (line 10970) | def write(self, oprot): method validate (line 10994) | def validate(self): method __hash__ (line 10998) | def __hash__(self): method __repr__ (line 11006) | def __repr__(self): method __eq__ (line 11011) | def __eq__(self, other): method __ne__ (line 11014) | def __ne__(self, other): class SendBuddyMessageResult (line 11017) | class SendBuddyMessageResult: method __init__ (line 11060) | def __init__(self, requestId=None, state=None, messageId=None, eventNo... method read (line 11074) | def read(self, iprot): method write (line 11148) | def write(self, oprot): method validate (line 11204) | def validate(self): method __hash__ (line 11208) | def __hash__(self): method __repr__ (line 11224) | def __repr__(self): method __eq__ (line 11229) | def __eq__(self, other): method __ne__ (line 11232) | def __ne__(self, other): class SetBuddyOnAirResult (line 11235) | class SetBuddyOnAirResult: method __init__ (line 11276) | def __init__(self, requestId=None, state=None, eventNo=None, receiverC... method read (line 11288) | def read(self, iprot): method write (line 11352) | def write(self, oprot): method validate (line 11400) | def validate(self): method __hash__ (line 11404) | def __hash__(self): method __repr__ (line 11418) | def __repr__(self): method __eq__ (line 11423) | def __eq__(self, other): method __ne__ (line 11426) | def __ne__(self, other): class Settings (line 11429) | class Settings: method __init__ (line 11522) | def __init__(self, notificationEnable=None, notificationMuteExpiration... method read (line 11548) | def read(self, iprot): method write (line 11694) | def write(self, oprot): method validate (line 11806) | def validate(self): method __hash__ (line 11810) | def __hash__(self): method __repr__ (line 11838) | def __repr__(self): method __eq__ (line 11843) | def __eq__(self, other): method __ne__ (line 11846) | def __ne__(self, other): class SimpleChannelClient (line 11849) | class SimpleChannelClient: method __init__ (line 11864) | def __init__(self, applicationType=None, applicationVersion=None, loca... method read (line 11869) | def read(self, iprot): method write (line 11898) | def write(self, oprot): method validate (line 11918) | def validate(self): method __hash__ (line 11922) | def __hash__(self): method __repr__ (line 11929) | def __repr__(self): method __eq__ (line 11934) | def __eq__(self, other): method __ne__ (line 11937) | def __ne__(self, other): class SimpleChannelContact (line 11940) | class SimpleChannelContact: method __init__ (line 11959) | def __init__(self, mid=None, displayName=None, pictureStatus=None, pic... method read (line 11966) | def read(self, iprot): method write (line 12005) | def write(self, oprot): method validate (line 12033) | def validate(self): method __hash__ (line 12037) | def __hash__(self): method __repr__ (line 12046) | def __repr__(self): method __eq__ (line 12051) | def __eq__(self, other): method __ne__ (line 12054) | def __ne__(self, other): class SnsFriend (line 12057) | class SnsFriend: method __init__ (line 12072) | def __init__(self, snsUserId=None, snsUserName=None, snsIdType=None,): method read (line 12077) | def read(self, iprot): method write (line 12106) | def write(self, oprot): method validate (line 12126) | def validate(self): method __hash__ (line 12130) | def __hash__(self): method __repr__ (line 12137) | def __repr__(self): method __eq__ (line 12142) | def __eq__(self, other): method __ne__ (line 12145) | def __ne__(self, other): class SnsFriendContactRegistration (line 12148) | class SnsFriendContactRegistration: method __init__ (line 12163) | def __init__(self, contact=None, snsIdType=None, snsUserId=None,): method read (line 12168) | def read(self, iprot): method write (line 12198) | def write(self, oprot): method validate (line 12218) | def validate(self): method __hash__ (line 12222) | def __hash__(self): method __repr__ (line 12229) | def __repr__(self): method __eq__ (line 12234) | def __eq__(self, other): method __ne__ (line 12237) | def __ne__(self, other): class SnsFriendModification (line 12240) | class SnsFriendModification: method __init__ (line 12253) | def __init__(self, type=None, snsFriend=None,): method read (line 12257) | def read(self, iprot): method write (line 12282) | def write(self, oprot): method validate (line 12298) | def validate(self): method __hash__ (line 12302) | def __hash__(self): method __repr__ (line 12308) | def __repr__(self): method __eq__ (line 12313) | def __eq__(self, other): method __ne__ (line 12316) | def __ne__(self, other): class SnsFriends (line 12319) | class SnsFriends: method __init__ (line 12332) | def __init__(self, snsFriends=None, hasMore=None,): method read (line 12336) | def read(self, iprot): method write (line 12366) | def write(self, oprot): method validate (line 12385) | def validate(self): method __hash__ (line 12389) | def __hash__(self): method __repr__ (line 12395) | def __repr__(self): method __eq__ (line 12400) | def __eq__(self, other): method __ne__ (line 12403) | def __ne__(self, other): class SnsIdUserStatus (line 12406) | class SnsIdUserStatus: method __init__ (line 12421) | def __init__(self, userExisting=None, phoneNumberRegistered=None, same... method read (line 12426) | def read(self, iprot): method write (line 12455) | def write(self, oprot): method validate (line 12475) | def validate(self): method __hash__ (line 12479) | def __hash__(self): method __repr__ (line 12486) | def __repr__(self): method __eq__ (line 12491) | def __eq__(self, other): method __ne__ (line 12494) | def __ne__(self, other): class SnsProfile (line 12497) | class SnsProfile: method __init__ (line 12514) | def __init__(self, snsUserId=None, snsUserName=None, email=None, thumb... method read (line 12520) | def read(self, iprot): method write (line 12554) | def write(self, oprot): method validate (line 12578) | def validate(self): method __hash__ (line 12582) | def __hash__(self): method __repr__ (line 12590) | def __repr__(self): method __eq__ (line 12595) | def __eq__(self, other): method __ne__ (line 12598) | def __ne__(self, other): class SystemConfiguration (line 12601) | class SystemConfiguration: method __init__ (line 12627) | def __init__(self, endpoint=None, endpointSsl=None, updateUrl=None, c2... method read (line 12634) | def read(self, iprot): method write (line 12673) | def write(self, oprot): method validate (line 12701) | def validate(self): method __hash__ (line 12705) | def __hash__(self): method __repr__ (line 12714) | def __repr__(self): method __eq__ (line 12719) | def __eq__(self, other): method __ne__ (line 12722) | def __ne__(self, other): class TalkException (line 12725) | class TalkException(TException): method __init__ (line 12740) | def __init__(self, code=None, reason=None, parameterMap=None,): method read (line 12745) | def read(self, iprot): method write (line 12780) | def write(self, oprot): method validate (line 12804) | def validate(self): method __str__ (line 12808) | def __str__(self): method __hash__ (line 12811) | def __hash__(self): method __repr__ (line 12818) | def __repr__(self): method __eq__ (line 12823) | def __eq__(self, other): method __ne__ (line 12826) | def __ne__(self, other): class Ticket (line 12829) | class Ticket: method __init__ (line 12862) | def __init__(self, id=None, expirationTime=None, maxUseCount=None,): method read (line 12867) | def read(self, iprot): method write (line 12896) | def write(self, oprot): method validate (line 12916) | def validate(self): method __hash__ (line 12920) | def __hash__(self): method __repr__ (line 12927) | def __repr__(self): method __eq__ (line 12932) | def __eq__(self, other): method __ne__ (line 12935) | def __ne__(self, other): class TMessageBox (line 12938) | class TMessageBox: method __init__ (line 12965) | def __init__(self, id=None, channelId=None, lastSeq=None, unreadCount=... method read (line 12975) | def read(self, iprot): method write (line 13035) | def write(self, oprot): method validate (line 13078) | def validate(self): method __hash__ (line 13082) | def __hash__(self): method __repr__ (line 13094) | def __repr__(self): method __eq__ (line 13099) | def __eq__(self, other): method __ne__ (line 13102) | def __ne__(self, other): class TMessageBoxWrapUp (line 13105) | class TMessageBoxWrapUp: method __init__ (line 13122) | def __init__(self, messageBox=None, name=None, contacts=None, pictureR... method read (line 13128) | def read(self, iprot): method write (line 13169) | def write(self, oprot): method validate (line 13196) | def validate(self): method __hash__ (line 13200) | def __hash__(self): method __repr__ (line 13208) | def __repr__(self): method __eq__ (line 13213) | def __eq__(self, other): method __ne__ (line 13216) | def __ne__(self, other): class TMessageBoxWrapUpResponse (line 13219) | class TMessageBoxWrapUpResponse: method __init__ (line 13232) | def __init__(self, messageBoxWrapUpList=None, totalSize=None,): method read (line 13236) | def read(self, iprot): method write (line 13266) | def write(self, oprot): method validate (line 13285) | def validate(self): method __hash__ (line 13289) | def __hash__(self): method __repr__ (line 13295) | def __repr__(self): method __eq__ (line 13300) | def __eq__(self, other): method __ne__ (line 13303) | def __ne__(self, other): class UniversalNotificationServiceException (line 13306) | class UniversalNotificationServiceException(TException): method __init__ (line 13321) | def __init__(self, code=None, reason=None, parameterMap=None,): method read (line 13326) | def read(self, iprot): method write (line 13361) | def write(self, oprot): method validate (line 13385) | def validate(self): method __str__ (line 13389) | def __str__(self): method __hash__ (line 13392) | def __hash__(self): method __repr__ (line 13399) | def __repr__(self): method __eq__ (line 13404) | def __eq__(self, other): method __ne__ (line 13407) | def __ne__(self, other): class UpdateBuddyProfileResult (line 13410) | class UpdateBuddyProfileResult: method __init__ (line 13451) | def __init__(self, requestId=None, state=None, eventNo=None, receiverC... method read (line 13463) | def read(self, iprot): method write (line 13527) | def write(self, oprot): method validate (line 13575) | def validate(self): method __hash__ (line 13579) | def __hash__(self): method __repr__ (line 13593) | def __repr__(self): method __eq__ (line 13598) | def __eq__(self, other): method __ne__ (line 13601) | def __ne__(self, other): class UserAuthStatus (line 13604) | class UserAuthStatus: method __init__ (line 13617) | def __init__(self, phoneNumberRegistered=None, registeredSnsIdTypes=No... method read (line 13621) | def read(self, iprot): method write (line 13650) | def write(self, oprot): method validate (line 13669) | def validate(self): method __hash__ (line 13673) | def __hash__(self): method __repr__ (line 13679) | def __repr__(self): method __eq__ (line 13684) | def __eq__(self, other): method __ne__ (line 13687) | def __ne__(self, other): class VerificationSessionData (line 13690) | class VerificationSessionData: method __init__ (line 13713) | def __init__(self, sessionId=None, method=None, callback=None, normali... method read (line 13722) | def read(self, iprot): method write (line 13776) | def write(self, oprot): method validate (line 13815) | def validate(self): method __hash__ (line 13819) | def __hash__(self): method __repr__ (line 13830) | def __repr__(self): method __eq__ (line 13835) | def __eq__(self, other): method __ne__ (line 13838) | def __ne__(self, other): class WapInvitation (line 13841) | class WapInvitation: method __init__ (line 13866) | def __init__(self, type=None, inviteeEmail=None, inviterMid=None, room... method read (line 13872) | def read(self, iprot): method write (line 13906) | def write(self, oprot): method validate (line 13930) | def validate(self): method __hash__ (line 13934) | def __hash__(self): method __repr__ (line 13942) | def __repr__(self): method __eq__ (line 13947) | def __eq__(self, other): method __ne__ (line 13950) | def __ne__(self, other): FILE: tcr.py function sendMessage (line 114) | def sendMessage(to, text, contentMetadata={}, contentType=0): function NOTIFIED_READ_MESSAGE (line 123) | def NOTIFIED_READ_MESSAGE(op): function bot (line 138) | def bot(op): function a2 (line 1850) | def a2(): function nameUpdate (line 1858) | def nameUpdate():