Documentation ¶
Index ¶
- Variables
- type AcceptChatInvitationRequest
- func (p *AcceptChatInvitationRequest) Equals(other *AcceptChatInvitationRequest) bool
- func (p *AcceptChatInvitationRequest) GetChatMid() string
- func (p *AcceptChatInvitationRequest) GetReqSeq() int32
- func (p *AcceptChatInvitationRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AcceptChatInvitationRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AcceptChatInvitationRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AcceptChatInvitationRequest) String() string
- func (p *AcceptChatInvitationRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AcceptChatInvitationResponse
- func (p *AcceptChatInvitationResponse) Equals(other *AcceptChatInvitationResponse) bool
- func (p *AcceptChatInvitationResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AcceptChatInvitationResponse) String() string
- func (p *AcceptChatInvitationResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AccountMigrationCheckType
- func (p AccountMigrationCheckType) MarshalText() ([]byte, error)
- func (p *AccountMigrationCheckType) Scan(value interface{}) error
- func (p AccountMigrationCheckType) String() string
- func (p *AccountMigrationCheckType) UnmarshalText(text []byte) error
- func (p *AccountMigrationCheckType) Value() (driver.Value, error)
- type AccountMigrationPincodeType
- func (p AccountMigrationPincodeType) MarshalText() ([]byte, error)
- func (p *AccountMigrationPincodeType) Scan(value interface{}) error
- func (p AccountMigrationPincodeType) String() string
- func (p *AccountMigrationPincodeType) UnmarshalText(text []byte) error
- func (p *AccountMigrationPincodeType) Value() (driver.Value, error)
- type AppExtensionType
- type ApplicationType
- type AuthService
- type AuthServiceClient
- func (p *AuthServiceClient) Client_() thrift.TClient
- func (p *AuthServiceClient) ConfirmE2EELogin(ctx context.Context, verifier string, deviceSecret string) (_r string, _err error)
- func (p *AuthServiceClient) ConfirmIdentifier(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error)
- func (p *AuthServiceClient) GetAuthRSAKey(ctx context.Context, authSessionId string, identityProvider IdentityProvider) (_r *RSAKey, _err error)
- func (p *AuthServiceClient) IssueTokenForAccountMigrationSettings(ctx context.Context, enforce bool) (_r *SecurityCenterResult_, _err error)
- func (p *AuthServiceClient) LastResponseMeta_() thrift.ResponseMeta
- func (p *AuthServiceClient) LoginZ(ctx context.Context, loginRequest *LoginRequest) (_r *LoginResult_, _err error)
- func (p *AuthServiceClient) LogoutZ(ctx context.Context) (_err error)
- func (p *AuthServiceClient) OpenAuthSession(ctx context.Context, request *AuthSessionRequest) (_r string, _err error)
- func (p *AuthServiceClient) RemoveIdentifier(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error)
- func (p *AuthServiceClient) ResendIdentifierConfirmation(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error)
- func (p *AuthServiceClient) RespondE2EELoginRequest(ctx context.Context, verifier string, publicKey *E2EEPublicKey, ...) (_err error)
- func (p *AuthServiceClient) SetIdentifier(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error)
- func (p *AuthServiceClient) SetIdentifierAndPassword(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error)
- func (p *AuthServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
- func (p *AuthServiceClient) SetPassword(ctx context.Context, authSessionId string, ...) (_r *SetPasswordResponse, _err error)
- func (p *AuthServiceClient) UpdateIdentifier(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error)
- func (p *AuthServiceClient) UpdatePassword(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error)
- func (p *AuthServiceClient) VerifyQrcodeWithE2EE(ctx context.Context, verifier string, pinCode string, errorCode ErrorCode, ...) (_r string, _err error)
- type AuthServiceConfirmE2EELoginArgs
- func (p *AuthServiceConfirmE2EELoginArgs) GetDeviceSecret() string
- func (p *AuthServiceConfirmE2EELoginArgs) GetVerifier() string
- func (p *AuthServiceConfirmE2EELoginArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceConfirmE2EELoginArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceConfirmE2EELoginArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceConfirmE2EELoginArgs) String() string
- func (p *AuthServiceConfirmE2EELoginArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceConfirmE2EELoginResult
- func (p *AuthServiceConfirmE2EELoginResult) GetE() *TalkException
- func (p *AuthServiceConfirmE2EELoginResult) GetSuccess() string
- func (p *AuthServiceConfirmE2EELoginResult) IsSetE() bool
- func (p *AuthServiceConfirmE2EELoginResult) IsSetSuccess() bool
- func (p *AuthServiceConfirmE2EELoginResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceConfirmE2EELoginResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceConfirmE2EELoginResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceConfirmE2EELoginResult) String() string
- func (p *AuthServiceConfirmE2EELoginResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceConfirmIdentifierArgs
- func (p *AuthServiceConfirmIdentifierArgs) GetAuthSessionId() string
- func (p *AuthServiceConfirmIdentifierArgs) GetRequest() *IdentityCredentialRequest
- func (p *AuthServiceConfirmIdentifierArgs) IsSetRequest() bool
- func (p *AuthServiceConfirmIdentifierArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceConfirmIdentifierArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceConfirmIdentifierArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceConfirmIdentifierArgs) String() string
- func (p *AuthServiceConfirmIdentifierArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceConfirmIdentifierResult
- func (p *AuthServiceConfirmIdentifierResult) GetE() *TalkException
- func (p *AuthServiceConfirmIdentifierResult) GetSuccess() *IdentityCredentialResponse
- func (p *AuthServiceConfirmIdentifierResult) IsSetE() bool
- func (p *AuthServiceConfirmIdentifierResult) IsSetSuccess() bool
- func (p *AuthServiceConfirmIdentifierResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceConfirmIdentifierResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceConfirmIdentifierResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceConfirmIdentifierResult) String() string
- func (p *AuthServiceConfirmIdentifierResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceGetAuthRSAKeyArgs
- func (p *AuthServiceGetAuthRSAKeyArgs) GetAuthSessionId() string
- func (p *AuthServiceGetAuthRSAKeyArgs) GetIdentityProvider() IdentityProvider
- func (p *AuthServiceGetAuthRSAKeyArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceGetAuthRSAKeyArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceGetAuthRSAKeyArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceGetAuthRSAKeyArgs) String() string
- func (p *AuthServiceGetAuthRSAKeyArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceGetAuthRSAKeyResult
- func (p *AuthServiceGetAuthRSAKeyResult) GetE() *TalkException
- func (p *AuthServiceGetAuthRSAKeyResult) GetSuccess() *RSAKey
- func (p *AuthServiceGetAuthRSAKeyResult) IsSetE() bool
- func (p *AuthServiceGetAuthRSAKeyResult) IsSetSuccess() bool
- func (p *AuthServiceGetAuthRSAKeyResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceGetAuthRSAKeyResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceGetAuthRSAKeyResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceGetAuthRSAKeyResult) String() string
- func (p *AuthServiceGetAuthRSAKeyResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceIssueTokenForAccountMigrationSettingsArgs
- func (p *AuthServiceIssueTokenForAccountMigrationSettingsArgs) GetEnforce() bool
- func (p *AuthServiceIssueTokenForAccountMigrationSettingsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceIssueTokenForAccountMigrationSettingsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceIssueTokenForAccountMigrationSettingsArgs) String() string
- func (p *AuthServiceIssueTokenForAccountMigrationSettingsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceIssueTokenForAccountMigrationSettingsResult
- func (p *AuthServiceIssueTokenForAccountMigrationSettingsResult) GetE() *TalkException
- func (p *AuthServiceIssueTokenForAccountMigrationSettingsResult) GetSuccess() *SecurityCenterResult_
- func (p *AuthServiceIssueTokenForAccountMigrationSettingsResult) IsSetE() bool
- func (p *AuthServiceIssueTokenForAccountMigrationSettingsResult) IsSetSuccess() bool
- func (p *AuthServiceIssueTokenForAccountMigrationSettingsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceIssueTokenForAccountMigrationSettingsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceIssueTokenForAccountMigrationSettingsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceIssueTokenForAccountMigrationSettingsResult) String() string
- func (p *AuthServiceIssueTokenForAccountMigrationSettingsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceLoginZArgs
- func (p *AuthServiceLoginZArgs) GetLoginRequest() *LoginRequest
- func (p *AuthServiceLoginZArgs) IsSetLoginRequest() bool
- func (p *AuthServiceLoginZArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceLoginZArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceLoginZArgs) String() string
- func (p *AuthServiceLoginZArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceLoginZResult
- func (p *AuthServiceLoginZResult) GetE() *TalkException
- func (p *AuthServiceLoginZResult) GetSuccess() *LoginResult_
- func (p *AuthServiceLoginZResult) IsSetE() bool
- func (p *AuthServiceLoginZResult) IsSetSuccess() bool
- func (p *AuthServiceLoginZResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceLoginZResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceLoginZResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceLoginZResult) String() string
- func (p *AuthServiceLoginZResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceLogoutZArgs
- type AuthServiceLogoutZResult
- func (p *AuthServiceLogoutZResult) GetE() *TalkException
- func (p *AuthServiceLogoutZResult) IsSetE() bool
- func (p *AuthServiceLogoutZResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceLogoutZResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceLogoutZResult) String() string
- func (p *AuthServiceLogoutZResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceOpenAuthSessionArgs
- func (p *AuthServiceOpenAuthSessionArgs) GetRequest() *AuthSessionRequest
- func (p *AuthServiceOpenAuthSessionArgs) IsSetRequest() bool
- func (p *AuthServiceOpenAuthSessionArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceOpenAuthSessionArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceOpenAuthSessionArgs) String() string
- func (p *AuthServiceOpenAuthSessionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceOpenAuthSessionResult
- func (p *AuthServiceOpenAuthSessionResult) GetE() *TalkException
- func (p *AuthServiceOpenAuthSessionResult) GetSuccess() string
- func (p *AuthServiceOpenAuthSessionResult) IsSetE() bool
- func (p *AuthServiceOpenAuthSessionResult) IsSetSuccess() bool
- func (p *AuthServiceOpenAuthSessionResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceOpenAuthSessionResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceOpenAuthSessionResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceOpenAuthSessionResult) String() string
- func (p *AuthServiceOpenAuthSessionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceProcessor
- func (p *AuthServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
- func (p *AuthServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
- func (p *AuthServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
- func (p *AuthServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
- type AuthServiceRemoveIdentifierArgs
- func (p *AuthServiceRemoveIdentifierArgs) GetAuthSessionId() string
- func (p *AuthServiceRemoveIdentifierArgs) GetRequest() *IdentityCredentialRequest
- func (p *AuthServiceRemoveIdentifierArgs) IsSetRequest() bool
- func (p *AuthServiceRemoveIdentifierArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceRemoveIdentifierArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceRemoveIdentifierArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceRemoveIdentifierArgs) String() string
- func (p *AuthServiceRemoveIdentifierArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceRemoveIdentifierResult
- func (p *AuthServiceRemoveIdentifierResult) GetE() *TalkException
- func (p *AuthServiceRemoveIdentifierResult) GetSuccess() *IdentityCredentialResponse
- func (p *AuthServiceRemoveIdentifierResult) IsSetE() bool
- func (p *AuthServiceRemoveIdentifierResult) IsSetSuccess() bool
- func (p *AuthServiceRemoveIdentifierResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceRemoveIdentifierResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceRemoveIdentifierResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceRemoveIdentifierResult) String() string
- func (p *AuthServiceRemoveIdentifierResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceResendIdentifierConfirmationArgs
- func (p *AuthServiceResendIdentifierConfirmationArgs) GetAuthSessionId() string
- func (p *AuthServiceResendIdentifierConfirmationArgs) GetRequest() *IdentityCredentialRequest
- func (p *AuthServiceResendIdentifierConfirmationArgs) IsSetRequest() bool
- func (p *AuthServiceResendIdentifierConfirmationArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceResendIdentifierConfirmationArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceResendIdentifierConfirmationArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceResendIdentifierConfirmationArgs) String() string
- func (p *AuthServiceResendIdentifierConfirmationArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceResendIdentifierConfirmationResult
- func (p *AuthServiceResendIdentifierConfirmationResult) GetE() *TalkException
- func (p *AuthServiceResendIdentifierConfirmationResult) GetSuccess() *IdentityCredentialResponse
- func (p *AuthServiceResendIdentifierConfirmationResult) IsSetE() bool
- func (p *AuthServiceResendIdentifierConfirmationResult) IsSetSuccess() bool
- func (p *AuthServiceResendIdentifierConfirmationResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceResendIdentifierConfirmationResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceResendIdentifierConfirmationResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceResendIdentifierConfirmationResult) String() string
- func (p *AuthServiceResendIdentifierConfirmationResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceRespondE2EELoginRequestArgs
- func (p *AuthServiceRespondE2EELoginRequestArgs) GetEncryptedKeyChain() string
- func (p *AuthServiceRespondE2EELoginRequestArgs) GetErrorCode() ErrorCode
- func (p *AuthServiceRespondE2EELoginRequestArgs) GetHashKeyChain() string
- func (p *AuthServiceRespondE2EELoginRequestArgs) GetPublicKey() *E2EEPublicKey
- func (p *AuthServiceRespondE2EELoginRequestArgs) GetVerifier() string
- func (p *AuthServiceRespondE2EELoginRequestArgs) IsSetPublicKey() bool
- func (p *AuthServiceRespondE2EELoginRequestArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceRespondE2EELoginRequestArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceRespondE2EELoginRequestArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceRespondE2EELoginRequestArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceRespondE2EELoginRequestArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceRespondE2EELoginRequestArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceRespondE2EELoginRequestArgs) String() string
- func (p *AuthServiceRespondE2EELoginRequestArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceRespondE2EELoginRequestResult
- func (p *AuthServiceRespondE2EELoginRequestResult) GetE() *TalkException
- func (p *AuthServiceRespondE2EELoginRequestResult) IsSetE() bool
- func (p *AuthServiceRespondE2EELoginRequestResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceRespondE2EELoginRequestResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceRespondE2EELoginRequestResult) String() string
- func (p *AuthServiceRespondE2EELoginRequestResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceSetIdentifierAndPasswordArgs
- func (p *AuthServiceSetIdentifierAndPasswordArgs) GetAuthSessionId() string
- func (p *AuthServiceSetIdentifierAndPasswordArgs) GetRequest() *IdentityCredentialRequest
- func (p *AuthServiceSetIdentifierAndPasswordArgs) IsSetRequest() bool
- func (p *AuthServiceSetIdentifierAndPasswordArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetIdentifierAndPasswordArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetIdentifierAndPasswordArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetIdentifierAndPasswordArgs) String() string
- func (p *AuthServiceSetIdentifierAndPasswordArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceSetIdentifierAndPasswordResult
- func (p *AuthServiceSetIdentifierAndPasswordResult) GetE() *TalkException
- func (p *AuthServiceSetIdentifierAndPasswordResult) GetSuccess() *IdentityCredentialResponse
- func (p *AuthServiceSetIdentifierAndPasswordResult) IsSetE() bool
- func (p *AuthServiceSetIdentifierAndPasswordResult) IsSetSuccess() bool
- func (p *AuthServiceSetIdentifierAndPasswordResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetIdentifierAndPasswordResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetIdentifierAndPasswordResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetIdentifierAndPasswordResult) String() string
- func (p *AuthServiceSetIdentifierAndPasswordResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceSetIdentifierArgs
- func (p *AuthServiceSetIdentifierArgs) GetAuthSessionId() string
- func (p *AuthServiceSetIdentifierArgs) GetRequest() *IdentityCredentialRequest
- func (p *AuthServiceSetIdentifierArgs) IsSetRequest() bool
- func (p *AuthServiceSetIdentifierArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetIdentifierArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetIdentifierArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetIdentifierArgs) String() string
- func (p *AuthServiceSetIdentifierArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceSetIdentifierResult
- func (p *AuthServiceSetIdentifierResult) GetE() *TalkException
- func (p *AuthServiceSetIdentifierResult) GetSuccess() *IdentityCredentialResponse
- func (p *AuthServiceSetIdentifierResult) IsSetE() bool
- func (p *AuthServiceSetIdentifierResult) IsSetSuccess() bool
- func (p *AuthServiceSetIdentifierResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetIdentifierResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetIdentifierResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetIdentifierResult) String() string
- func (p *AuthServiceSetIdentifierResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceSetPasswordArgs
- func (p *AuthServiceSetPasswordArgs) GetAuthSessionId() string
- func (p *AuthServiceSetPasswordArgs) GetEncryptedPassword() *EncryptedPassword
- func (p *AuthServiceSetPasswordArgs) IsSetEncryptedPassword() bool
- func (p *AuthServiceSetPasswordArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetPasswordArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetPasswordArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetPasswordArgs) String() string
- func (p *AuthServiceSetPasswordArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceSetPasswordResult
- func (p *AuthServiceSetPasswordResult) GetE() *TalkException
- func (p *AuthServiceSetPasswordResult) GetSuccess() *SetPasswordResponse
- func (p *AuthServiceSetPasswordResult) IsSetE() bool
- func (p *AuthServiceSetPasswordResult) IsSetSuccess() bool
- func (p *AuthServiceSetPasswordResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetPasswordResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetPasswordResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceSetPasswordResult) String() string
- func (p *AuthServiceSetPasswordResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceUpdateIdentifierArgs
- func (p *AuthServiceUpdateIdentifierArgs) GetAuthSessionId() string
- func (p *AuthServiceUpdateIdentifierArgs) GetRequest() *IdentityCredentialRequest
- func (p *AuthServiceUpdateIdentifierArgs) IsSetRequest() bool
- func (p *AuthServiceUpdateIdentifierArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceUpdateIdentifierArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceUpdateIdentifierArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceUpdateIdentifierArgs) String() string
- func (p *AuthServiceUpdateIdentifierArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceUpdateIdentifierResult
- func (p *AuthServiceUpdateIdentifierResult) GetE() *TalkException
- func (p *AuthServiceUpdateIdentifierResult) GetSuccess() *IdentityCredentialResponse
- func (p *AuthServiceUpdateIdentifierResult) IsSetE() bool
- func (p *AuthServiceUpdateIdentifierResult) IsSetSuccess() bool
- func (p *AuthServiceUpdateIdentifierResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceUpdateIdentifierResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceUpdateIdentifierResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceUpdateIdentifierResult) String() string
- func (p *AuthServiceUpdateIdentifierResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceUpdatePasswordArgs
- func (p *AuthServiceUpdatePasswordArgs) GetAuthSessionId() string
- func (p *AuthServiceUpdatePasswordArgs) GetRequest() *IdentityCredentialRequest
- func (p *AuthServiceUpdatePasswordArgs) IsSetRequest() bool
- func (p *AuthServiceUpdatePasswordArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceUpdatePasswordArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceUpdatePasswordArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceUpdatePasswordArgs) String() string
- func (p *AuthServiceUpdatePasswordArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceUpdatePasswordResult
- func (p *AuthServiceUpdatePasswordResult) GetE() *TalkException
- func (p *AuthServiceUpdatePasswordResult) GetSuccess() *IdentityCredentialResponse
- func (p *AuthServiceUpdatePasswordResult) IsSetE() bool
- func (p *AuthServiceUpdatePasswordResult) IsSetSuccess() bool
- func (p *AuthServiceUpdatePasswordResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceUpdatePasswordResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceUpdatePasswordResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceUpdatePasswordResult) String() string
- func (p *AuthServiceUpdatePasswordResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceVerifyQrcodeWithE2EEArgs
- func (p *AuthServiceVerifyQrcodeWithE2EEArgs) GetEncryptedKeyChain() string
- func (p *AuthServiceVerifyQrcodeWithE2EEArgs) GetErrorCode() ErrorCode
- func (p *AuthServiceVerifyQrcodeWithE2EEArgs) GetHashKeyChain() string
- func (p *AuthServiceVerifyQrcodeWithE2EEArgs) GetPinCode() string
- func (p *AuthServiceVerifyQrcodeWithE2EEArgs) GetPublicKey() *E2EEPublicKey
- func (p *AuthServiceVerifyQrcodeWithE2EEArgs) GetVerifier() string
- func (p *AuthServiceVerifyQrcodeWithE2EEArgs) IsSetPublicKey() bool
- func (p *AuthServiceVerifyQrcodeWithE2EEArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceVerifyQrcodeWithE2EEArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceVerifyQrcodeWithE2EEArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceVerifyQrcodeWithE2EEArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceVerifyQrcodeWithE2EEArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceVerifyQrcodeWithE2EEArgs) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceVerifyQrcodeWithE2EEArgs) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceVerifyQrcodeWithE2EEArgs) String() string
- func (p *AuthServiceVerifyQrcodeWithE2EEArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthServiceVerifyQrcodeWithE2EEResult
- func (p *AuthServiceVerifyQrcodeWithE2EEResult) GetE() *TalkException
- func (p *AuthServiceVerifyQrcodeWithE2EEResult) GetSuccess() string
- func (p *AuthServiceVerifyQrcodeWithE2EEResult) IsSetE() bool
- func (p *AuthServiceVerifyQrcodeWithE2EEResult) IsSetSuccess() bool
- func (p *AuthServiceVerifyQrcodeWithE2EEResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceVerifyQrcodeWithE2EEResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceVerifyQrcodeWithE2EEResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthServiceVerifyQrcodeWithE2EEResult) String() string
- func (p *AuthServiceVerifyQrcodeWithE2EEResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AuthSessionRequest
- func (p *AuthSessionRequest) Equals(other *AuthSessionRequest) bool
- func (p *AuthSessionRequest) GetMetaData() map[string]string
- func (p *AuthSessionRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthSessionRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AuthSessionRequest) String() string
- func (p *AuthSessionRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AvatarProfile
- func (p *AvatarProfile) Equals(other *AvatarProfile) bool
- func (p *AvatarProfile) GetUpdatedMillis() int64
- func (p *AvatarProfile) GetVersion() string
- func (p *AvatarProfile) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AvatarProfile) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AvatarProfile) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AvatarProfile) String() string
- func (p *AvatarProfile) Write(ctx context.Context, oprot thrift.TProtocol) error
- type BotType
- type BuddyDetail
- func (p *BuddyDetail) Equals(other *BuddyDetail) bool
- func (p *BuddyDetail) GetAcceptableContentTypes() []ContentType
- func (p *BuddyDetail) GetAddable() bool
- func (p *BuddyDetail) GetBackgroundId() string
- func (p *BuddyDetail) GetBarRevision() int64
- func (p *BuddyDetail) GetBlockable() bool
- func (p *BuddyDetail) GetBotType() BotType
- func (p *BuddyDetail) GetBusinessAccount() bool
- func (p *BuddyDetail) GetCapableMyhome() bool
- func (p *BuddyDetail) GetChannelId() int32
- func (p *BuddyDetail) GetChannelProviderName() string
- func (p *BuddyDetail) GetFreePhoneCallable() bool
- func (p *BuddyDetail) GetIconType() int32
- func (p *BuddyDetail) GetMemberCount() int64
- func (p *BuddyDetail) GetMid() string
- func (p *BuddyDetail) GetNeedPermissionApproval() bool
- func (p *BuddyDetail) GetOnAir() bool
- func (p *BuddyDetail) GetOnAirLabel() BuddyOnAirLabel
- func (p *BuddyDetail) GetOnAirVersion() int32
- func (p *BuddyDetail) GetPhoneNumberToDial() string
- func (p *BuddyDetail) GetRichMenuRevision() int64
- func (p *BuddyDetail) GetSearchId() string
- func (p *BuddyDetail) GetShowRichMenu() bool
- func (p *BuddyDetail) GetStatusBarEnabled() bool
- func (p *BuddyDetail) GetStatusBarRevision() int64
- func (p *BuddyDetail) GetThemeId() string
- func (p *BuddyDetail) GetUseBackground() bool
- func (p *BuddyDetail) GetUseBar() bool
- func (p *BuddyDetail) GetUseTheme() bool
- func (p *BuddyDetail) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField12(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField13(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField14(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField15(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField16(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField17(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField18(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField19(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField20(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField21(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField22(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField23(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField24(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField25(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField26(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField27(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField28(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) ReadField9(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyDetail) String() string
- func (p *BuddyDetail) Write(ctx context.Context, oprot thrift.TProtocol) error
- type BuddyList
- func (p *BuddyList) Equals(other *BuddyList) bool
- func (p *BuddyList) GetClassification() string
- func (p *BuddyList) GetDisplayName() string
- func (p *BuddyList) GetPopularContacts() []*Contact
- func (p *BuddyList) GetTotalBuddyCount() int32
- func (p *BuddyList) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyList) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyList) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyList) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyList) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyList) String() string
- func (p *BuddyList) Write(ctx context.Context, oprot thrift.TProtocol) error
- type BuddyOnAirLabel
- type BuddyService
- type BuddyServiceClient
- func (p *BuddyServiceClient) Client_() thrift.TClient
- func (p *BuddyServiceClient) GetBuddyContacts(ctx context.Context, language string, country string, classification string, ...) (_r []*Contact, _err error)
- func (p *BuddyServiceClient) GetBuddyDetail(ctx context.Context, buddyMid string) (_r *BuddyDetail, _err error)
- func (p *BuddyServiceClient) GetPopularBuddyLists(ctx context.Context, language string, country string) (_r []*BuddyList, _err error)
- func (p *BuddyServiceClient) LastResponseMeta_() thrift.ResponseMeta
- func (p *BuddyServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
- type BuddyServiceGetBuddyContactsArgs
- func (p *BuddyServiceGetBuddyContactsArgs) GetClassification() string
- func (p *BuddyServiceGetBuddyContactsArgs) GetCount() int32
- func (p *BuddyServiceGetBuddyContactsArgs) GetCountry() string
- func (p *BuddyServiceGetBuddyContactsArgs) GetFromIndex() int32
- func (p *BuddyServiceGetBuddyContactsArgs) GetLanguage() string
- func (p *BuddyServiceGetBuddyContactsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetBuddyContactsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetBuddyContactsArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetBuddyContactsArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetBuddyContactsArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetBuddyContactsArgs) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetBuddyContactsArgs) String() string
- func (p *BuddyServiceGetBuddyContactsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type BuddyServiceGetBuddyContactsResult
- func (p *BuddyServiceGetBuddyContactsResult) GetE() *TalkException
- func (p *BuddyServiceGetBuddyContactsResult) GetSuccess() []*Contact
- func (p *BuddyServiceGetBuddyContactsResult) IsSetE() bool
- func (p *BuddyServiceGetBuddyContactsResult) IsSetSuccess() bool
- func (p *BuddyServiceGetBuddyContactsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetBuddyContactsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetBuddyContactsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetBuddyContactsResult) String() string
- func (p *BuddyServiceGetBuddyContactsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type BuddyServiceGetBuddyDetailArgs
- func (p *BuddyServiceGetBuddyDetailArgs) GetBuddyMid() string
- func (p *BuddyServiceGetBuddyDetailArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetBuddyDetailArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetBuddyDetailArgs) String() string
- func (p *BuddyServiceGetBuddyDetailArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type BuddyServiceGetBuddyDetailResult
- func (p *BuddyServiceGetBuddyDetailResult) GetE() *TalkException
- func (p *BuddyServiceGetBuddyDetailResult) GetSuccess() *BuddyDetail
- func (p *BuddyServiceGetBuddyDetailResult) IsSetE() bool
- func (p *BuddyServiceGetBuddyDetailResult) IsSetSuccess() bool
- func (p *BuddyServiceGetBuddyDetailResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetBuddyDetailResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetBuddyDetailResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetBuddyDetailResult) String() string
- func (p *BuddyServiceGetBuddyDetailResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type BuddyServiceGetPopularBuddyListsArgs
- func (p *BuddyServiceGetPopularBuddyListsArgs) GetCountry() string
- func (p *BuddyServiceGetPopularBuddyListsArgs) GetLanguage() string
- func (p *BuddyServiceGetPopularBuddyListsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetPopularBuddyListsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetPopularBuddyListsArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetPopularBuddyListsArgs) String() string
- func (p *BuddyServiceGetPopularBuddyListsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type BuddyServiceGetPopularBuddyListsResult
- func (p *BuddyServiceGetPopularBuddyListsResult) GetE() *TalkException
- func (p *BuddyServiceGetPopularBuddyListsResult) GetSuccess() []*BuddyList
- func (p *BuddyServiceGetPopularBuddyListsResult) IsSetE() bool
- func (p *BuddyServiceGetPopularBuddyListsResult) IsSetSuccess() bool
- func (p *BuddyServiceGetPopularBuddyListsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetPopularBuddyListsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetPopularBuddyListsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BuddyServiceGetPopularBuddyListsResult) String() string
- func (p *BuddyServiceGetPopularBuddyListsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type BuddyServiceProcessor
- func (p *BuddyServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
- func (p *BuddyServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
- func (p *BuddyServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
- func (p *BuddyServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
- type CallFlowType
- type CallHost
- func (p *CallHost) Equals(other *CallHost) bool
- func (p *CallHost) GetPort() int32
- func (p *CallHost) GetZone() string
- func (p *CallHost) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallHost) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallHost) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallHost) String() string
- func (p *CallHost) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CallRoute
- func (p *CallRoute) Equals(other *CallRoute) bool
- func (p *CallRoute) GetCallFlowType() CallFlowType
- func (p *CallRoute) GetCommParam() string
- func (p *CallRoute) GetFakeCall() bool
- func (p *CallRoute) GetFromToken() string
- func (p *CallRoute) GetFromZone() string
- func (p *CallRoute) GetRingbackTone() string
- func (p *CallRoute) GetToMid() string
- func (p *CallRoute) GetToZone() string
- func (p *CallRoute) GetTunneling() string
- func (p *CallRoute) GetVoipAddress() string
- func (p *CallRoute) GetVoipTcpPort() int32
- func (p *CallRoute) GetVoipUdpPort() int32
- func (p *CallRoute) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallRoute) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallRoute) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallRoute) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallRoute) ReadField12(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallRoute) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallRoute) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallRoute) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallRoute) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallRoute) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallRoute) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallRoute) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallRoute) ReadField9(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallRoute) String() string
- func (p *CallRoute) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CallService
- type CallServiceAcquireCallRouteArgs
- func (p *CallServiceAcquireCallRouteArgs) GetCallType() FreeCallType
- func (p *CallServiceAcquireCallRouteArgs) GetFromEnvInfo() map[string]string
- func (p *CallServiceAcquireCallRouteArgs) GetTo() string
- func (p *CallServiceAcquireCallRouteArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceAcquireCallRouteArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceAcquireCallRouteArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceAcquireCallRouteArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceAcquireCallRouteArgs) String() string
- func (p *CallServiceAcquireCallRouteArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CallServiceAcquireCallRouteResult
- func (p *CallServiceAcquireCallRouteResult) GetE() *TalkException
- func (p *CallServiceAcquireCallRouteResult) GetSuccess() *CallRoute
- func (p *CallServiceAcquireCallRouteResult) IsSetE() bool
- func (p *CallServiceAcquireCallRouteResult) IsSetSuccess() bool
- func (p *CallServiceAcquireCallRouteResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceAcquireCallRouteResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceAcquireCallRouteResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceAcquireCallRouteResult) String() string
- func (p *CallServiceAcquireCallRouteResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CallServiceAcquireGroupCallRouteArgs
- func (p *CallServiceAcquireGroupCallRouteArgs) GetCapabilities() []string
- func (p *CallServiceAcquireGroupCallRouteArgs) GetChatMid() string
- func (p *CallServiceAcquireGroupCallRouteArgs) GetIsInitialHost() bool
- func (p *CallServiceAcquireGroupCallRouteArgs) GetMediaType() GroupCallMediaType
- func (p *CallServiceAcquireGroupCallRouteArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceAcquireGroupCallRouteArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceAcquireGroupCallRouteArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceAcquireGroupCallRouteArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceAcquireGroupCallRouteArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceAcquireGroupCallRouteArgs) String() string
- func (p *CallServiceAcquireGroupCallRouteArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CallServiceAcquireGroupCallRouteResult
- func (p *CallServiceAcquireGroupCallRouteResult) GetE() *TalkException
- func (p *CallServiceAcquireGroupCallRouteResult) GetSuccess() *GroupCallRoute
- func (p *CallServiceAcquireGroupCallRouteResult) IsSetE() bool
- func (p *CallServiceAcquireGroupCallRouteResult) IsSetSuccess() bool
- func (p *CallServiceAcquireGroupCallRouteResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceAcquireGroupCallRouteResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceAcquireGroupCallRouteResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceAcquireGroupCallRouteResult) String() string
- func (p *CallServiceAcquireGroupCallRouteResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CallServiceClient
- func (p *CallServiceClient) AcquireCallRoute(ctx context.Context, to string, callType FreeCallType, ...) (_r *CallRoute, _err error)
- func (p *CallServiceClient) AcquireGroupCallRoute(ctx context.Context, chatMid string, mediaType GroupCallMediaType, ...) (_r *GroupCallRoute, _err error)
- func (p *CallServiceClient) Client_() thrift.TClient
- func (p *CallServiceClient) GetGroupCall(ctx context.Context, chatMid string) (_r *GroupCall, _err error)
- func (p *CallServiceClient) LastResponseMeta_() thrift.ResponseMeta
- func (p *CallServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
- type CallServiceGetGroupCallArgs
- func (p *CallServiceGetGroupCallArgs) GetChatMid() string
- func (p *CallServiceGetGroupCallArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceGetGroupCallArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceGetGroupCallArgs) String() string
- func (p *CallServiceGetGroupCallArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CallServiceGetGroupCallResult
- func (p *CallServiceGetGroupCallResult) GetE() *TalkException
- func (p *CallServiceGetGroupCallResult) GetSuccess() *GroupCall
- func (p *CallServiceGetGroupCallResult) IsSetE() bool
- func (p *CallServiceGetGroupCallResult) IsSetSuccess() bool
- func (p *CallServiceGetGroupCallResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceGetGroupCallResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceGetGroupCallResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CallServiceGetGroupCallResult) String() string
- func (p *CallServiceGetGroupCallResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CallServiceProcessor
- func (p *CallServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
- func (p *CallServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
- func (p *CallServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
- func (p *CallServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
- type CancelChatInvitationRequest
- func (p *CancelChatInvitationRequest) Equals(other *CancelChatInvitationRequest) bool
- func (p *CancelChatInvitationRequest) GetChatMid() string
- func (p *CancelChatInvitationRequest) GetReqSeq() int32
- func (p *CancelChatInvitationRequest) GetTargetUserMids() []string
- func (p *CancelChatInvitationRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CancelChatInvitationRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CancelChatInvitationRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CancelChatInvitationRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CancelChatInvitationRequest) String() string
- func (p *CancelChatInvitationRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CancelChatInvitationResponse
- func (p *CancelChatInvitationResponse) Equals(other *CancelChatInvitationResponse) bool
- func (p *CancelChatInvitationResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CancelChatInvitationResponse) String() string
- func (p *CancelChatInvitationResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CarrierCode
- type ChannelErrorCode
- type ChannelException
- func (p *ChannelException) Equals(other *ChannelException) bool
- func (p *ChannelException) Error() string
- func (p *ChannelException) GetCode() ChannelErrorCode
- func (p *ChannelException) GetParameterMap() map[string]string
- func (p *ChannelException) GetReason() string
- func (p *ChannelException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelException) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelException) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelException) String() string
- func (ChannelException) TExceptionType() thrift.TExceptionType
- func (p *ChannelException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ChannelService
- type ChannelServiceClient
- func NewChannelServiceClient(c thrift.TClient) *ChannelServiceClient
- func NewChannelServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *ChannelServiceClient
- func NewChannelServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *ChannelServiceClient
- func (p *ChannelServiceClient) Client_() thrift.TClient
- func (p *ChannelServiceClient) GetReturnUrlWithRequestTokenForAutoLogin(ctx context.Context, webLoginRequest *WebLoginRequest) (_r *WebLoginResponse, _err error)
- func (p *ChannelServiceClient) IssueChannelToken(ctx context.Context, channelId string) (_r *ChannelToken, _err error)
- func (p *ChannelServiceClient) LastResponseMeta_() thrift.ResponseMeta
- func (p *ChannelServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
- type ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs
- func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) GetWebLoginRequest() *WebLoginRequest
- func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) IsSetWebLoginRequest() bool
- func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) String() string
- func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult
- func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) GetE() *ChannelException
- func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) GetSuccess() *WebLoginResponse
- func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) IsSetE() bool
- func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) IsSetSuccess() bool
- func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) String() string
- func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ChannelServiceIssueChannelTokenArgs
- func (p *ChannelServiceIssueChannelTokenArgs) GetChannelId() string
- func (p *ChannelServiceIssueChannelTokenArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelServiceIssueChannelTokenArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelServiceIssueChannelTokenArgs) String() string
- func (p *ChannelServiceIssueChannelTokenArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ChannelServiceIssueChannelTokenResult
- func (p *ChannelServiceIssueChannelTokenResult) GetE() *ChannelException
- func (p *ChannelServiceIssueChannelTokenResult) GetSuccess() *ChannelToken
- func (p *ChannelServiceIssueChannelTokenResult) IsSetE() bool
- func (p *ChannelServiceIssueChannelTokenResult) IsSetSuccess() bool
- func (p *ChannelServiceIssueChannelTokenResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelServiceIssueChannelTokenResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelServiceIssueChannelTokenResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelServiceIssueChannelTokenResult) String() string
- func (p *ChannelServiceIssueChannelTokenResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ChannelServiceProcessor
- func (p *ChannelServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
- func (p *ChannelServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
- func (p *ChannelServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
- func (p *ChannelServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
- type ChannelToken
- func (p *ChannelToken) Equals(other *ChannelToken) bool
- func (p *ChannelToken) GetChannelAccessToken() string
- func (p *ChannelToken) GetExpiration() int64
- func (p *ChannelToken) GetObsToken() string
- func (p *ChannelToken) GetRefreshToken() string
- func (p *ChannelToken) GetToken() string
- func (p *ChannelToken) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelToken) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelToken) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelToken) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelToken) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelToken) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChannelToken) String() string
- func (p *ChannelToken) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Chat
- func (p *Chat) Equals(other *Chat) bool
- func (p *Chat) GetChatMid() string
- func (p *Chat) GetChatName() string
- func (p *Chat) GetCreatedTime() int64
- func (p *Chat) GetExtra() *Extra
- func (p *Chat) GetFavoriteTimestamp() int64
- func (p *Chat) GetNotificationDisabled() bool
- func (p *Chat) GetPicturePath() string
- func (p *Chat) GetType() ChatType
- func (p *Chat) IsSetExtra() bool
- func (p *Chat) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Chat) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Chat) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Chat) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Chat) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Chat) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Chat) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Chat) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Chat) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Chat) String() string
- func (p *Chat) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ChatAttribute
- type ChatType
- type Configurations
- func (p *Configurations) Equals(other *Configurations) bool
- func (p *Configurations) GetConfigMap() map[string]string
- func (p *Configurations) GetRevision() int64
- func (p *Configurations) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Configurations) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Configurations) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Configurations) String() string
- func (p *Configurations) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Contact
- func (p *Contact) Equals(other *Contact) bool
- func (p *Contact) GetAttributes() int32
- func (p *Contact) GetAvatarProfile() *AvatarProfile
- func (p *Contact) GetCapableBuddy() bool
- func (p *Contact) GetCapableMyhome() bool
- func (p *Contact) GetCapableVideoCall() bool
- func (p *Contact) GetCapableVoiceCall() bool
- func (p *Contact) GetCreatedTime() int64
- func (p *Contact) GetDisplayName() string
- func (p *Contact) GetDisplayNameOverridden() string
- func (p *Contact) GetFavoriteTime() int64
- func (p *Contact) GetFriendRequestStatus() FriendRequestStatus
- func (p *Contact) GetMid() string
- func (p *Contact) GetMusicProfile() string
- func (p *Contact) GetPhoneticName() string
- func (p *Contact) GetPicturePath() string
- func (p *Contact) GetPictureStatus() string
- func (p *Contact) GetRecommendParams() string
- func (p *Contact) GetRelation() ContactRelation
- func (p *Contact) GetSettings() int64
- func (p *Contact) GetStatus() ContactStatus
- func (p *Contact) GetStatusMessage() string
- func (p *Contact) GetStatusMessageContentMetadata() map[string]string
- func (p *Contact) GetThumbnailUrl() string
- func (p *Contact) GetType() ContactType
- func (p *Contact) GetVideoProfile() string
- func (p *Contact) IsSetAvatarProfile() bool
- func (p *Contact) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField21(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField22(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField23(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField24(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField25(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField26(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField27(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField28(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField31(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField32(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField33(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField34(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField35(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField36(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField37(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField38(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField39(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField40(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField42(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField43(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) ReadField44(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Contact) String() string
- func (p *Contact) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ContactModification
- func (p *ContactModification) Equals(other *ContactModification) bool
- func (p *ContactModification) GetEmails() []string
- func (p *ContactModification) GetLuid() string
- func (p *ContactModification) GetMobileContactName() string
- func (p *ContactModification) GetPhones() []string
- func (p *ContactModification) GetPhoneticName() string
- func (p *ContactModification) GetType() ModificationType
- func (p *ContactModification) GetUserids() []string
- func (p *ContactModification) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ContactModification) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ContactModification) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ContactModification) ReadField12(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ContactModification) ReadField13(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ContactModification) ReadField14(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ContactModification) ReadField15(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ContactModification) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ContactModification) String() string
- func (p *ContactModification) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ContactRegistration
- func (p *ContactRegistration) Equals(other *ContactRegistration) bool
- func (p *ContactRegistration) GetContact() *Contact
- func (p *ContactRegistration) GetContactKey() string
- func (p *ContactRegistration) GetContactType() ContactType
- func (p *ContactRegistration) GetLuid() string
- func (p *ContactRegistration) IsSetContact() bool
- func (p *ContactRegistration) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ContactRegistration) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ContactRegistration) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ContactRegistration) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ContactRegistration) ReadField12(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ContactRegistration) String() string
- func (p *ContactRegistration) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ContactRelation
- type ContactSetting
- type ContactStatus
- type ContactType
- type ContentType
- type CountryGroup
- type CreateChatRequest
- func (p *CreateChatRequest) Equals(other *CreateChatRequest) bool
- func (p *CreateChatRequest) GetName() string
- func (p *CreateChatRequest) GetPicturePath() string
- func (p *CreateChatRequest) GetReqSeq() int32
- func (p *CreateChatRequest) GetTargetUserMids() []string
- func (p *CreateChatRequest) GetType() ChatType
- func (p *CreateChatRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateChatRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateChatRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateChatRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateChatRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateChatRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateChatRequest) String() string
- func (p *CreateChatRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CreateChatResponse
- func (p *CreateChatResponse) Equals(other *CreateChatResponse) bool
- func (p *CreateChatResponse) GetChat() *Chat
- func (p *CreateChatResponse) IsSetChat() bool
- func (p *CreateChatResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateChatResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateChatResponse) String() string
- func (p *CreateChatResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CustomMode
- type DeleteOtherFromChatRequest
- func (p *DeleteOtherFromChatRequest) Equals(other *DeleteOtherFromChatRequest) bool
- func (p *DeleteOtherFromChatRequest) GetChatMid() string
- func (p *DeleteOtherFromChatRequest) GetReqSeq() int32
- func (p *DeleteOtherFromChatRequest) GetTargetUserMids() []string
- func (p *DeleteOtherFromChatRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeleteOtherFromChatRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeleteOtherFromChatRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeleteOtherFromChatRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeleteOtherFromChatRequest) String() string
- func (p *DeleteOtherFromChatRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DeleteOtherFromChatResponse
- func (p *DeleteOtherFromChatResponse) Equals(other *DeleteOtherFromChatResponse) bool
- func (p *DeleteOtherFromChatResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeleteOtherFromChatResponse) String() string
- func (p *DeleteOtherFromChatResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DeleteSelfFromChatRequest
- func (p *DeleteSelfFromChatRequest) Equals(other *DeleteSelfFromChatRequest) bool
- func (p *DeleteSelfFromChatRequest) GetChatMid() string
- func (p *DeleteSelfFromChatRequest) GetLastMessageDeliveredTime() int64
- func (p *DeleteSelfFromChatRequest) GetLastMessageId() string
- func (p *DeleteSelfFromChatRequest) GetLastSeenMessageDeliveredTime() int64
- func (p *DeleteSelfFromChatRequest) GetLastSeenMessageId() string
- func (p *DeleteSelfFromChatRequest) GetReqSeq() int32
- func (p *DeleteSelfFromChatRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeleteSelfFromChatRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeleteSelfFromChatRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeleteSelfFromChatRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeleteSelfFromChatRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeleteSelfFromChatRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeleteSelfFromChatRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeleteSelfFromChatRequest) String() string
- func (p *DeleteSelfFromChatRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DeleteSelfFromChatResponse
- func (p *DeleteSelfFromChatResponse) Equals(other *DeleteSelfFromChatResponse) bool
- func (p *DeleteSelfFromChatResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeleteSelfFromChatResponse) String() string
- func (p *DeleteSelfFromChatResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DeviceInfo
- func (p *DeviceInfo) Equals(other *DeviceInfo) bool
- func (p *DeviceInfo) GetApplicationType() ApplicationType
- func (p *DeviceInfo) GetCarrierCode() CarrierCode
- func (p *DeviceInfo) GetCarrierName() string
- func (p *DeviceInfo) GetDeviceName() string
- func (p *DeviceInfo) GetModel() string
- func (p *DeviceInfo) GetSystemName() string
- func (p *DeviceInfo) GetSystemVersion() string
- func (p *DeviceInfo) GetWebViewVersion() string
- func (p *DeviceInfo) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeviceInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeviceInfo) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeviceInfo) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeviceInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeviceInfo) ReadField20(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeviceInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeviceInfo) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeviceInfo) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DeviceInfo) String() string
- func (p *DeviceInfo) Write(ctx context.Context, oprot thrift.TProtocol) error
- type E2EEGroupSharedKey
- func (p *E2EEGroupSharedKey) Equals(other *E2EEGroupSharedKey) bool
- func (p *E2EEGroupSharedKey) GetAllowedTypes() []ContentType
- func (p *E2EEGroupSharedKey) GetCreator() string
- func (p *E2EEGroupSharedKey) GetCreatorKeyId() int32
- func (p *E2EEGroupSharedKey) GetEncryptedSharedKey() string
- func (p *E2EEGroupSharedKey) GetGroupKeyId() int32
- func (p *E2EEGroupSharedKey) GetKeyVersion() int32
- func (p *E2EEGroupSharedKey) GetReceiver() string
- func (p *E2EEGroupSharedKey) GetReceiverKeyId() int32
- func (p *E2EEGroupSharedKey) GetSpecVersion() int32
- func (p *E2EEGroupSharedKey) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EEGroupSharedKey) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EEGroupSharedKey) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EEGroupSharedKey) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EEGroupSharedKey) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EEGroupSharedKey) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EEGroupSharedKey) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EEGroupSharedKey) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EEGroupSharedKey) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EEGroupSharedKey) ReadField9(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EEGroupSharedKey) String() string
- func (p *E2EEGroupSharedKey) Write(ctx context.Context, oprot thrift.TProtocol) error
- type E2EENegotiationResult_
- func (p *E2EENegotiationResult_) Equals(other *E2EENegotiationResult_) bool
- func (p *E2EENegotiationResult_) GetAllowedTypes() []ContentType
- func (p *E2EENegotiationResult_) GetPublicKey() *E2EEPublicKey
- func (p *E2EENegotiationResult_) GetSpecVersion() int32
- func (p *E2EENegotiationResult_) IsSetPublicKey() bool
- func (p *E2EENegotiationResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EENegotiationResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EENegotiationResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EENegotiationResult_) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EENegotiationResult_) String() string
- func (p *E2EENegotiationResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type E2EEPublicKey
- func (p *E2EEPublicKey) Equals(other *E2EEPublicKey) bool
- func (p *E2EEPublicKey) GetCreatedTime() int64
- func (p *E2EEPublicKey) GetKeyData() string
- func (p *E2EEPublicKey) GetKeyId() int32
- func (p *E2EEPublicKey) GetVersion() int32
- func (p *E2EEPublicKey) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EEPublicKey) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EEPublicKey) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EEPublicKey) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EEPublicKey) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *E2EEPublicKey) String() string
- func (p *E2EEPublicKey) Write(ctx context.Context, oprot thrift.TProtocol) error
- type EmailConfirmationStatus
- func (p EmailConfirmationStatus) MarshalText() ([]byte, error)
- func (p *EmailConfirmationStatus) Scan(value interface{}) error
- func (p EmailConfirmationStatus) String() string
- func (p *EmailConfirmationStatus) UnmarshalText(text []byte) error
- func (p *EmailConfirmationStatus) Value() (driver.Value, error)
- type EncryptedPassword
- func (p *EncryptedPassword) Equals(other *EncryptedPassword) bool
- func (p *EncryptedPassword) GetCipherText() string
- func (p *EncryptedPassword) GetEncryptionKeyVersion() EncryptionKeyVersion
- func (p *EncryptedPassword) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *EncryptedPassword) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *EncryptedPassword) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *EncryptedPassword) String() string
- func (p *EncryptedPassword) Write(ctx context.Context, oprot thrift.TProtocol) error
- type EncryptionKeyVersion
- type ErrorCode
- type Extra
- func (p *Extra) Equals(other *Extra) bool
- func (p *Extra) GetGroupExtra() *GroupExtra
- func (p *Extra) GetPeerExtra() *PeerExtra
- func (p *Extra) IsSetGroupExtra() bool
- func (p *Extra) IsSetPeerExtra() bool
- func (p *Extra) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Extra) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Extra) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Extra) String() string
- func (p *Extra) Write(ctx context.Context, oprot thrift.TProtocol) error
- type FreeCallType
- type FriendRequestStatus
- type GeolocationAccuracy
- func (p *GeolocationAccuracy) Equals(other *GeolocationAccuracy) bool
- func (p *GeolocationAccuracy) GetRadiusConfidence() float64
- func (p *GeolocationAccuracy) GetRadiusMeters() float64
- func (p *GeolocationAccuracy) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GeolocationAccuracy) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GeolocationAccuracy) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GeolocationAccuracy) String() string
- func (p *GeolocationAccuracy) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetAllChatMidsRequest
- func (p *GetAllChatMidsRequest) Equals(other *GetAllChatMidsRequest) bool
- func (p *GetAllChatMidsRequest) GetWithInvitedChats() bool
- func (p *GetAllChatMidsRequest) GetWithMemberChats() bool
- func (p *GetAllChatMidsRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetAllChatMidsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetAllChatMidsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetAllChatMidsRequest) String() string
- func (p *GetAllChatMidsRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetAllChatMidsResponse
- func (p *GetAllChatMidsResponse) Equals(other *GetAllChatMidsResponse) bool
- func (p *GetAllChatMidsResponse) GetInvitedChatMids() []string
- func (p *GetAllChatMidsResponse) GetMemberChatMids() []string
- func (p *GetAllChatMidsResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetAllChatMidsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetAllChatMidsResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetAllChatMidsResponse) String() string
- func (p *GetAllChatMidsResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetChatsRequest
- func (p *GetChatsRequest) Equals(other *GetChatsRequest) bool
- func (p *GetChatsRequest) GetChatMids() []string
- func (p *GetChatsRequest) GetWithInvitees() bool
- func (p *GetChatsRequest) GetWithMembers() bool
- func (p *GetChatsRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetChatsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetChatsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetChatsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetChatsRequest) String() string
- func (p *GetChatsRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetChatsResponse
- func (p *GetChatsResponse) Equals(other *GetChatsResponse) bool
- func (p *GetChatsResponse) GetChats() []*Chat
- func (p *GetChatsResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetChatsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetChatsResponse) String() string
- func (p *GetChatsResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GroupCall
- func (p *GroupCall) Equals(other *GroupCall) bool
- func (p *GroupCall) GetChatMid() string
- func (p *GroupCall) GetHostMid() string
- func (p *GroupCall) GetMediaType() GroupCallMediaType
- func (p *GroupCall) GetMemberMids() []string
- func (p *GroupCall) GetOnline() bool
- func (p *GroupCall) GetProtocol() GroupCallProtocol
- func (p *GroupCall) GetStarted() int64
- func (p *GroupCall) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCall) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCall) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCall) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCall) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCall) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCall) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCall) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCall) String() string
- func (p *GroupCall) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GroupCallMediaType
- type GroupCallProtocol
- type GroupCallRoute
- func (p *GroupCallRoute) Equals(other *GroupCallRoute) bool
- func (p *GroupCallRoute) GetCapabilities() []string
- func (p *GroupCallRoute) GetCommParam() string
- func (p *GroupCallRoute) GetCscf() *CallHost
- func (p *GroupCallRoute) GetFromZone() string
- func (p *GroupCallRoute) GetHostMid() string
- func (p *GroupCallRoute) GetMix() *CallHost
- func (p *GroupCallRoute) GetOrionAddress() string
- func (p *GroupCallRoute) GetPolarisAddress() string
- func (p *GroupCallRoute) GetPolarisUdpPort() int32
- func (p *GroupCallRoute) GetPolarisZone() string
- func (p *GroupCallRoute) GetProto() GroupCallProtocol
- func (p *GroupCallRoute) GetToken() string
- func (p *GroupCallRoute) GetVoipAddress() string
- func (p *GroupCallRoute) GetVoipTcpPort() int32
- func (p *GroupCallRoute) GetVoipUdpPort() int32
- func (p *GroupCallRoute) IsSetCscf() bool
- func (p *GroupCallRoute) IsSetMix() bool
- func (p *GroupCallRoute) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCallRoute) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCallRoute) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCallRoute) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCallRoute) ReadField12(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCallRoute) ReadField13(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCallRoute) ReadField14(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCallRoute) ReadField15(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCallRoute) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCallRoute) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCallRoute) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCallRoute) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCallRoute) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCallRoute) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCallRoute) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCallRoute) ReadField9(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupCallRoute) String() string
- func (p *GroupCallRoute) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GroupExtra
- func (p *GroupExtra) Equals(other *GroupExtra) bool
- func (p *GroupExtra) GetCreator() string
- func (p *GroupExtra) GetInvitationTicket() string
- func (p *GroupExtra) GetInviteeMids() map[string]int64
- func (p *GroupExtra) GetMemberMids() map[string]int64
- func (p *GroupExtra) GetPreventedJoinByTicket() bool
- func (p *GroupExtra) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupExtra) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupExtra) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupExtra) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupExtra) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupExtra) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GroupExtra) String() string
- func (p *GroupExtra) Write(ctx context.Context, oprot thrift.TProtocol) error
- type IdentifierConfirmationRequest
- func (p *IdentifierConfirmationRequest) Equals(other *IdentifierConfirmationRequest) bool
- func (p *IdentifierConfirmationRequest) GetForceRegistration() bool
- func (p *IdentifierConfirmationRequest) GetMetaData() map[string]string
- func (p *IdentifierConfirmationRequest) GetVerificationCode() string
- func (p *IdentifierConfirmationRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdentifierConfirmationRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdentifierConfirmationRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdentifierConfirmationRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdentifierConfirmationRequest) String() string
- func (p *IdentifierConfirmationRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type IdentityCredentialRequest
- func (p *IdentityCredentialRequest) Equals(other *IdentityCredentialRequest) bool
- func (p *IdentityCredentialRequest) GetCipherKeyId() string
- func (p *IdentityCredentialRequest) GetCipherText() string
- func (p *IdentityCredentialRequest) GetConfirmationRequest() *IdentifierConfirmationRequest
- func (p *IdentityCredentialRequest) GetIdentityProvider() IdentityProvider
- func (p *IdentityCredentialRequest) GetMetaData() map[string]string
- func (p *IdentityCredentialRequest) IsSetConfirmationRequest() bool
- func (p *IdentityCredentialRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdentityCredentialRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdentityCredentialRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdentityCredentialRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdentityCredentialRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdentityCredentialRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdentityCredentialRequest) String() string
- func (p *IdentityCredentialRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type IdentityCredentialResponse
- func (p *IdentityCredentialResponse) Equals(other *IdentityCredentialResponse) bool
- func (p *IdentityCredentialResponse) GetConfirmationVerifier() string
- func (p *IdentityCredentialResponse) GetMetaData() map[string]string
- func (p *IdentityCredentialResponse) GetResponseType() IdentityCredentialResponseType
- func (p *IdentityCredentialResponse) GetTimeoutInSeconds() int64
- func (p *IdentityCredentialResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdentityCredentialResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdentityCredentialResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdentityCredentialResponse) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdentityCredentialResponse) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdentityCredentialResponse) String() string
- func (p *IdentityCredentialResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type IdentityCredentialResponseType
- func (p IdentityCredentialResponseType) MarshalText() ([]byte, error)
- func (p *IdentityCredentialResponseType) Scan(value interface{}) error
- func (p IdentityCredentialResponseType) String() string
- func (p *IdentityCredentialResponseType) UnmarshalText(text []byte) error
- func (p *IdentityCredentialResponseType) Value() (driver.Value, error)
- type IdentityProvider
- type InviteIntoChatRequest
- func (p *InviteIntoChatRequest) Equals(other *InviteIntoChatRequest) bool
- func (p *InviteIntoChatRequest) GetChatMid() string
- func (p *InviteIntoChatRequest) GetReqSeq() int32
- func (p *InviteIntoChatRequest) GetTargetUserMids() []string
- func (p *InviteIntoChatRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *InviteIntoChatRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *InviteIntoChatRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *InviteIntoChatRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *InviteIntoChatRequest) String() string
- func (p *InviteIntoChatRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type InviteIntoChatResponse
- func (p *InviteIntoChatResponse) Equals(other *InviteIntoChatResponse) bool
- func (p *InviteIntoChatResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *InviteIntoChatResponse) String() string
- func (p *InviteIntoChatResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Location
- func (p *Location) Equals(other *Location) bool
- func (p *Location) GetAccuracy() *GeolocationAccuracy
- func (p *Location) GetAddress() string
- func (p *Location) GetCategoryId() string
- func (p *Location) GetLatitude() float64
- func (p *Location) GetLongitude() float64
- func (p *Location) GetPhone() string
- func (p *Location) GetProvider() PlaceSearchProvider
- func (p *Location) GetTitle() string
- func (p *Location) IsSetAccuracy() bool
- func (p *Location) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Location) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Location) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Location) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Location) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Location) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Location) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Location) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Location) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Location) String() string
- func (p *Location) Write(ctx context.Context, oprot thrift.TProtocol) error
- type LoginRequest
- func (p *LoginRequest) Equals(other *LoginRequest) bool
- func (p *LoginRequest) GetAccessLocation() string
- func (p *LoginRequest) GetCertificate() string
- func (p *LoginRequest) GetE2eeVersion() int32
- func (p *LoginRequest) GetIdentifier() string
- func (p *LoginRequest) GetIdentityProvider() IdentityProvider
- func (p *LoginRequest) GetKeepLoggedIn() bool
- func (p *LoginRequest) GetPassword() string
- func (p *LoginRequest) GetSecret() string
- func (p *LoginRequest) GetSystemName() string
- func (p *LoginRequest) GetType() LoginType
- func (p *LoginRequest) GetVerifier() string
- func (p *LoginRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginRequest) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginRequest) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginRequest) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginRequest) ReadField9(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginRequest) String() string
- func (p *LoginRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type LoginResultType
- type LoginResult_
- func (p *LoginResult_) Equals(other *LoginResult_) bool
- func (p *LoginResult_) GetAuthToken() string
- func (p *LoginResult_) GetCertificate() string
- func (p *LoginResult_) GetDisplayMessage() string
- func (p *LoginResult_) GetLastPrimaryBindTime() int64
- func (p *LoginResult_) GetPinCode() string
- func (p *LoginResult_) GetSessionForSMSConfirm() *VerificationSessionData
- func (p *LoginResult_) GetTokenIssueResult_() *TokenIssueResult_
- func (p *LoginResult_) GetType() LoginResultType
- func (p *LoginResult_) GetVerifier() string
- func (p *LoginResult_) IsSetSessionForSMSConfirm() bool
- func (p *LoginResult_) IsSetTokenIssueResult_() bool
- func (p *LoginResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginResult_) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginResult_) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginResult_) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginResult_) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginResult_) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginResult_) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginResult_) ReadField9(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginResult_) String() string
- func (p *LoginResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type LoginSession
- func (p *LoginSession) Equals(other *LoginSession) bool
- func (p *LoginSession) GetAccessLocation() string
- func (p *LoginSession) GetApplicationType() ApplicationType
- func (p *LoginSession) GetExpirationTime() int64
- func (p *LoginSession) GetIssueTime() int64
- func (p *LoginSession) GetSystemName() string
- func (p *LoginSession) GetTokenKey() string
- func (p *LoginSession) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginSession) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginSession) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginSession) ReadField12(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginSession) ReadField22(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginSession) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginSession) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LoginSession) String() string
- func (p *LoginSession) Write(ctx context.Context, oprot thrift.TProtocol) error
- type LoginType
- type MIDType
- type Message
- func (p *Message) Equals(other *Message) bool
- func (p *Message) GetAppExtensionType() AppExtensionType
- func (p *Message) GetChunks() []string
- func (p *Message) GetContentMetadata() map[string]string
- func (p *Message) GetContentPreview() string
- func (p *Message) GetContentType() ContentType
- func (p *Message) GetCreatedTime() int64
- func (p *Message) GetDeliveredTime() int64
- func (p *Message) GetHasContent() bool
- func (p *Message) GetID() string
- func (p *Message) GetLocation() *Location
- func (p *Message) GetMessageRelationType() MessageRelationType
- func (p *Message) GetReadCount() int32
- func (p *Message) GetRelatedMessageId() string
- func (p *Message) GetRelatedMessageServiceCode() ServiceCode
- func (p *Message) GetSessionId() int8
- func (p *Message) GetText() string
- func (p *Message) GetTo() string
- func (p *Message) GetToType() MIDType
- func (p *Message) Get_from() string
- func (p *Message) IsSetLocation() bool
- func (p *Message) IsSetRelatedMessageId() bool
- func (p *Message) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField14(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField15(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField17(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField18(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField19(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField20(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField21(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField22(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField23(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField24(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField25(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Message) String() string
- func (p *Message) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MessageRelationType
- type ModificationType
- type NotificationType
- type OpStatus
- type OpType
- type Operation
- func (p *Operation) Equals(other *Operation) bool
- func (p *Operation) GetChecksum() string
- func (p *Operation) GetCreatedTime() int64
- func (p *Operation) GetMessage() *Message
- func (p *Operation) GetParam1() string
- func (p *Operation) GetParam2() string
- func (p *Operation) GetParam3() string
- func (p *Operation) GetReqSeq() int64
- func (p *Operation) GetRevision() int64
- func (p *Operation) GetStatus() OpStatus
- func (p *Operation) GetType() OpType
- func (p *Operation) IsSetMessage() bool
- func (p *Operation) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Operation) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Operation) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Operation) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Operation) ReadField12(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Operation) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Operation) ReadField20(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Operation) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Operation) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Operation) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Operation) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Operation) String() string
- func (p *Operation) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PeerExtra
- type PhoneVerificationResult_
- func (p *PhoneVerificationResult_) Equals(other *PhoneVerificationResult_) bool
- func (p *PhoneVerificationResult_) GetAccountMigrationCheckType() AccountMigrationCheckType
- func (p *PhoneVerificationResult_) GetRecommendAddFriends() bool
- func (p *PhoneVerificationResult_) GetVerificationResult_() VerificationResult_
- func (p *PhoneVerificationResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PhoneVerificationResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PhoneVerificationResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PhoneVerificationResult_) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PhoneVerificationResult_) String() string
- func (p *PhoneVerificationResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PlaceSearchProvider
- type PrivacyShareMyProfileType
- func (p PrivacyShareMyProfileType) MarshalText() ([]byte, error)
- func (p *PrivacyShareMyProfileType) Scan(value interface{}) error
- func (p PrivacyShareMyProfileType) String() string
- func (p *PrivacyShareMyProfileType) UnmarshalText(text []byte) error
- func (p *PrivacyShareMyProfileType) Value() (driver.Value, error)
- type ProductSimple
- func (p *ProductSimple) Equals(other *ProductSimple) bool
- func (p *ProductSimple) GetDisplayOrder() int32
- func (p *ProductSimple) GetGrantedByDefault() bool
- func (p *ProductSimple) GetOnSale() bool
- func (p *ProductSimple) GetPackageId() int64
- func (p *ProductSimple) GetProductId() string
- func (p *ProductSimple) GetStickerIdRanges() []*StickerIdRange
- func (p *ProductSimple) GetValidUntil() int64
- func (p *ProductSimple) GetVersion() int64
- func (p *ProductSimple) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ProductSimple) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ProductSimple) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ProductSimple) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ProductSimple) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ProductSimple) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ProductSimple) ReadField41(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ProductSimple) ReadField42(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ProductSimple) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ProductSimple) String() string
- func (p *ProductSimple) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ProductSimpleList
- func (p *ProductSimpleList) Equals(other *ProductSimpleList) bool
- func (p *ProductSimpleList) GetHasNext() bool
- func (p *ProductSimpleList) GetLastVersionSeq() int64
- func (p *ProductSimpleList) GetProductList() []*ProductSimple
- func (p *ProductSimpleList) GetRecentEventReleaseDate() int64
- func (p *ProductSimpleList) GetRecentNewReleaseDate() int64
- func (p *ProductSimpleList) GetReinvokeHour() int32
- func (p *ProductSimpleList) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ProductSimpleList) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ProductSimpleList) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ProductSimpleList) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ProductSimpleList) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ProductSimpleList) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ProductSimpleList) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ProductSimpleList) String() string
- func (p *ProductSimpleList) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Profile
- func (p *Profile) Equals(other *Profile) bool
- func (p *Profile) GetAllowSearchByEmail() bool
- func (p *Profile) GetAllowSearchByUserid() bool
- func (p *Profile) GetAvatarProfile() *AvatarProfile
- func (p *Profile) GetDisplayName() string
- func (p *Profile) GetEmail() string
- func (p *Profile) GetMid() string
- func (p *Profile) GetMusicProfile() string
- func (p *Profile) GetPhone() string
- func (p *Profile) GetPhoneticName() string
- func (p *Profile) GetPicturePath() string
- func (p *Profile) GetPictureStatus() string
- func (p *Profile) GetRegionCode() string
- func (p *Profile) GetStatusMessage() string
- func (p *Profile) GetStatusMessageContentMetadata() map[string]string
- func (p *Profile) GetThumbnailUrl() string
- func (p *Profile) GetUserid() string
- func (p *Profile) GetVideoProfile() string
- func (p *Profile) IsSetAvatarProfile() bool
- func (p *Profile) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) ReadField12(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) ReadField20(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) ReadField21(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) ReadField22(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) ReadField23(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) ReadField24(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) ReadField31(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) ReadField32(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) ReadField33(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) ReadField34(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) ReadField35(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) ReadField36(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) ReadField37(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Profile) String() string
- func (p *Profile) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ProfileAttribute
- type ProfileHistoryPrivacyType
- func (p ProfileHistoryPrivacyType) MarshalText() ([]byte, error)
- func (p *ProfileHistoryPrivacyType) Scan(value interface{}) error
- func (p ProfileHistoryPrivacyType) String() string
- func (p *ProfileHistoryPrivacyType) UnmarshalText(text []byte) error
- func (p *ProfileHistoryPrivacyType) Value() (driver.Value, error)
- type RSAKey
- func (p *RSAKey) Equals(other *RSAKey) bool
- func (p *RSAKey) GetEvalue() string
- func (p *RSAKey) GetKeynm() string
- func (p *RSAKey) GetNvalue() string
- func (p *RSAKey) GetSessionKey() string
- func (p *RSAKey) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RSAKey) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RSAKey) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RSAKey) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RSAKey) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RSAKey) String() string
- func (p *RSAKey) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ReissueChatTicketRequest
- func (p *ReissueChatTicketRequest) Equals(other *ReissueChatTicketRequest) bool
- func (p *ReissueChatTicketRequest) GetGroupMid() string
- func (p *ReissueChatTicketRequest) GetReqSeq() int32
- func (p *ReissueChatTicketRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ReissueChatTicketRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ReissueChatTicketRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ReissueChatTicketRequest) String() string
- func (p *ReissueChatTicketRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ReissueChatTicketResponse
- func (p *ReissueChatTicketResponse) Equals(other *ReissueChatTicketResponse) bool
- func (p *ReissueChatTicketResponse) GetTicketId() string
- func (p *ReissueChatTicketResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ReissueChatTicketResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ReissueChatTicketResponse) String() string
- func (p *ReissueChatTicketResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type RejectChatInvitationRequest
- func (p *RejectChatInvitationRequest) Equals(other *RejectChatInvitationRequest) bool
- func (p *RejectChatInvitationRequest) GetChatMid() string
- func (p *RejectChatInvitationRequest) GetReqSeq() int32
- func (p *RejectChatInvitationRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RejectChatInvitationRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RejectChatInvitationRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RejectChatInvitationRequest) String() string
- func (p *RejectChatInvitationRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type RejectChatInvitationResponse
- func (p *RejectChatInvitationResponse) Equals(other *RejectChatInvitationResponse) bool
- func (p *RejectChatInvitationResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RejectChatInvitationResponse) String() string
- func (p *RejectChatInvitationResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Room
- func (p *Room) Equals(other *Room) bool
- func (p *Room) GetContacts() []*Contact
- func (p *Room) GetCreatedTime() int64
- func (p *Room) GetMemberMids() []string
- func (p *Room) GetMid() string
- func (p *Room) GetNotificationDisabled() bool
- func (p *Room) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Room) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Room) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Room) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Room) ReadField31(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Room) ReadField40(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Room) String() string
- func (p *Room) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SIMInfo
- func (p *SIMInfo) Equals(other *SIMInfo) bool
- func (p *SIMInfo) GetCountryCode() string
- func (p *SIMInfo) GetPhoneNumber() string
- func (p *SIMInfo) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SIMInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SIMInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SIMInfo) String() string
- func (p *SIMInfo) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SecurityCenterResult_
- func (p *SecurityCenterResult_) Equals(other *SecurityCenterResult_) bool
- func (p *SecurityCenterResult_) GetCookiePath() string
- func (p *SecurityCenterResult_) GetSkip() bool
- func (p *SecurityCenterResult_) GetToken() string
- func (p *SecurityCenterResult_) GetURI() string
- func (p *SecurityCenterResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SecurityCenterResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SecurityCenterResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SecurityCenterResult_) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SecurityCenterResult_) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SecurityCenterResult_) String() string
- func (p *SecurityCenterResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SecurityCenterSettingsType
- func (p SecurityCenterSettingsType) MarshalText() ([]byte, error)
- func (p *SecurityCenterSettingsType) Scan(value interface{}) error
- func (p SecurityCenterSettingsType) String() string
- func (p *SecurityCenterSettingsType) UnmarshalText(text []byte) error
- func (p *SecurityCenterSettingsType) Value() (driver.Value, error)
- type ServiceCode
- type SetPasswordResponse
- type Settings
- func (p *Settings) Equals(other *Settings) bool
- func (p *Settings) GetAccountMigrationPincodeType() AccountMigrationPincodeType
- func (p *Settings) GetAgreementAdByWebAccess() int64
- func (p *Settings) GetAgreementBeacon() int64
- func (p *Settings) GetAgreementCommunicationInfo() int64
- func (p *Settings) GetAgreementContentsSuggest() int64
- func (p *Settings) GetAgreementContentsSuggestDataCollection() int64
- func (p *Settings) GetAgreementGdpr() int64
- func (p *Settings) GetAgreementMobileContactName() int64
- func (p *Settings) GetAgreementNearbyTime() int64
- func (p *Settings) GetAgreementOcrImageCollection() int64
- func (p *Settings) GetAgreementPhoneNumberMatching() int64
- func (p *Settings) GetAgreementProvideLocation() int64
- func (p *Settings) GetAgreementShakeFunction() int64
- func (p *Settings) GetAgreementSoundToText() int64
- func (p *Settings) GetAgreementSquareTime() int64
- func (p *Settings) GetAgreementThingsWirelessCommunication() int64
- func (p *Settings) GetAllowUnregistrationSecondaryDevice() bool
- func (p *Settings) GetBotUseAgreementAcceptedAt() int64
- func (p *Settings) GetContactMyTicket() string
- func (p *Settings) GetCustomModes() CustomMode
- func (p *Settings) GetE2eeEnable() bool
- func (p *Settings) GetEmailConfirmationStatus() EmailConfirmationStatus
- func (p *Settings) GetEnforcedInputAccountMigrationPincode() bool
- func (p *Settings) GetHitokotoBackupRequested() bool
- func (p *Settings) GetIdentityIdentifier() string
- func (p *Settings) GetIdentityProvider() IdentityProvider
- func (p *Settings) GetNotificationDisabledWithSub() bool
- func (p *Settings) GetNotificationEnable() bool
- func (p *Settings) GetNotificationGroupInvitation() bool
- func (p *Settings) GetNotificationIncomingCall() bool
- func (p *Settings) GetNotificationMention() bool
- func (p *Settings) GetNotificationMuteExpiration() int64
- func (p *Settings) GetNotificationNewMessage() bool
- func (p *Settings) GetNotificationPayment() bool
- func (p *Settings) GetNotificationShowMessage() bool
- func (p *Settings) GetNotificationSoundGroup() string
- func (p *Settings) GetNotificationSoundMessage() string
- func (p *Settings) GetNotificationThumbnail() bool
- func (p *Settings) GetPhoneRegistration() bool
- func (p *Settings) GetPreferenceLocale() string
- func (p *Settings) GetPrivacyAgeResultReceived() bool
- func (p *Settings) GetPrivacyAgeResult_() UserAgeType
- func (p *Settings) GetPrivacyAgreeUseLineCoinToPaidCall() bool
- func (p *Settings) GetPrivacyAgreeUsePaidCall() bool
- func (p *Settings) GetPrivacyAllowFollow() bool
- func (p *Settings) GetPrivacyAllowFriendRequest() bool
- func (p *Settings) GetPrivacyAllowNearby() bool
- func (p *Settings) GetPrivacyAllowProfileHistory() ProfileHistoryPrivacyType
- func (p *Settings) GetPrivacyAllowSecondaryDeviceLogin() bool
- func (p *Settings) GetPrivacyPolicyVersion() string
- func (p *Settings) GetPrivacyProfileImagePostToMyhome() bool
- func (p *Settings) GetPrivacyProfileMusicPostToMyhome() bool
- func (p *Settings) GetPrivacyReceiveMessagesFromNotFriend() bool
- func (p *Settings) GetPrivacySearchByEmail() bool
- func (p *Settings) GetPrivacySearchByPhoneNumber() bool
- func (p *Settings) GetPrivacySearchByUserid() bool
- func (p *Settings) GetPrivacySharePersonalInfoToFriends() PrivacyShareMyProfileType
- func (p *Settings) GetPrivacyShowFollowList() bool
- func (p *Settings) GetPrivacyStatusMessageHistory() StatusMessageHistoryPrivacyType
- func (p *Settings) GetPrivacySyncContacts() bool
- func (p *Settings) GetSecurityCenterSettingsType() SecurityCenterSettingsType
- func (p *Settings) GetSnsAccounts() map[SnsIdType]string
- func (p *Settings) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField12(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField13(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField14(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField15(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField16(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField17(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField18(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField19(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField20(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField21(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField22(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField23(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField24(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField25(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField26(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField27(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField28(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField29(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField30(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField40(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField41(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField42(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField43(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField44(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField45(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField46(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField47(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField48(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField50(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField60(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField61(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField62(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField63(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField65(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField66(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField67(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField68(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField69(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField70(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField71(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField72(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField73(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField74(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField75(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField76(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField77(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField78(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField79(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField80(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField81(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField82(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField83(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField85(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField86(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField87(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField88(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField89(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField90(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField91(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) ReadField92(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Settings) String() string
- func (p *Settings) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SettingsAttributeEx
- type ShopService
- type ShopServiceClient
- func (p *ShopServiceClient) Client_() thrift.TClient
- func (p *ShopServiceClient) GetActivePurchaseVersions(ctx context.Context, start int64, size int32, language string, country string) (_r *ProductSimpleList, _err error)
- func (p *ShopServiceClient) LastResponseMeta_() thrift.ResponseMeta
- func (p *ShopServiceClient) NotifyDownloaded(ctx context.Context, packageId int64, language string) (_r int64, _err error)
- func (p *ShopServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
- type ShopServiceGetActivePurchaseVersionsArgs
- func (p *ShopServiceGetActivePurchaseVersionsArgs) GetCountry() string
- func (p *ShopServiceGetActivePurchaseVersionsArgs) GetLanguage() string
- func (p *ShopServiceGetActivePurchaseVersionsArgs) GetSize() int32
- func (p *ShopServiceGetActivePurchaseVersionsArgs) GetStart() int64
- func (p *ShopServiceGetActivePurchaseVersionsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShopServiceGetActivePurchaseVersionsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShopServiceGetActivePurchaseVersionsArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShopServiceGetActivePurchaseVersionsArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShopServiceGetActivePurchaseVersionsArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShopServiceGetActivePurchaseVersionsArgs) String() string
- func (p *ShopServiceGetActivePurchaseVersionsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ShopServiceGetActivePurchaseVersionsResult
- func (p *ShopServiceGetActivePurchaseVersionsResult) GetE() *TalkException
- func (p *ShopServiceGetActivePurchaseVersionsResult) GetSuccess() *ProductSimpleList
- func (p *ShopServiceGetActivePurchaseVersionsResult) IsSetE() bool
- func (p *ShopServiceGetActivePurchaseVersionsResult) IsSetSuccess() bool
- func (p *ShopServiceGetActivePurchaseVersionsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShopServiceGetActivePurchaseVersionsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShopServiceGetActivePurchaseVersionsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShopServiceGetActivePurchaseVersionsResult) String() string
- func (p *ShopServiceGetActivePurchaseVersionsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ShopServiceNotifyDownloadedArgs
- func (p *ShopServiceNotifyDownloadedArgs) GetLanguage() string
- func (p *ShopServiceNotifyDownloadedArgs) GetPackageId() int64
- func (p *ShopServiceNotifyDownloadedArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShopServiceNotifyDownloadedArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShopServiceNotifyDownloadedArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShopServiceNotifyDownloadedArgs) String() string
- func (p *ShopServiceNotifyDownloadedArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ShopServiceNotifyDownloadedResult
- func (p *ShopServiceNotifyDownloadedResult) GetE() *TalkException
- func (p *ShopServiceNotifyDownloadedResult) GetSuccess() int64
- func (p *ShopServiceNotifyDownloadedResult) IsSetE() bool
- func (p *ShopServiceNotifyDownloadedResult) IsSetSuccess() bool
- func (p *ShopServiceNotifyDownloadedResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShopServiceNotifyDownloadedResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShopServiceNotifyDownloadedResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShopServiceNotifyDownloadedResult) String() string
- func (p *ShopServiceNotifyDownloadedResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ShopServiceProcessor
- func (p *ShopServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
- func (p *ShopServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
- func (p *ShopServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
- func (p *ShopServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
- type SnsIdType
- type StatusMessageHistoryPrivacyType
- func (p StatusMessageHistoryPrivacyType) MarshalText() ([]byte, error)
- func (p *StatusMessageHistoryPrivacyType) Scan(value interface{}) error
- func (p StatusMessageHistoryPrivacyType) String() string
- func (p *StatusMessageHistoryPrivacyType) UnmarshalText(text []byte) error
- func (p *StatusMessageHistoryPrivacyType) Value() (driver.Value, error)
- type StickerIdRange
- func (p *StickerIdRange) Equals(other *StickerIdRange) bool
- func (p *StickerIdRange) GetSize() int32
- func (p *StickerIdRange) GetStart() int64
- func (p *StickerIdRange) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StickerIdRange) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StickerIdRange) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StickerIdRange) String() string
- func (p *StickerIdRange) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SyncReason
- type TalkException
- func (p *TalkException) Equals(other *TalkException) bool
- func (p *TalkException) Error() string
- func (p *TalkException) GetCode() ErrorCode
- func (p *TalkException) GetParameterMap() map[string]string
- func (p *TalkException) GetReason() string
- func (p *TalkException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkException) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkException) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkException) String() string
- func (TalkException) TExceptionType() thrift.TExceptionType
- func (p *TalkException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkService
- type TalkServiceAcceptChatInvitationArgs
- func (p *TalkServiceAcceptChatInvitationArgs) GetRequest() *AcceptChatInvitationRequest
- func (p *TalkServiceAcceptChatInvitationArgs) IsSetRequest() bool
- func (p *TalkServiceAcceptChatInvitationArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceAcceptChatInvitationArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceAcceptChatInvitationArgs) String() string
- func (p *TalkServiceAcceptChatInvitationArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceAcceptChatInvitationResult
- func (p *TalkServiceAcceptChatInvitationResult) GetE() *TalkException
- func (p *TalkServiceAcceptChatInvitationResult) GetSuccess() *AcceptChatInvitationResponse
- func (p *TalkServiceAcceptChatInvitationResult) IsSetE() bool
- func (p *TalkServiceAcceptChatInvitationResult) IsSetSuccess() bool
- func (p *TalkServiceAcceptChatInvitationResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceAcceptChatInvitationResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceAcceptChatInvitationResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceAcceptChatInvitationResult) String() string
- func (p *TalkServiceAcceptChatInvitationResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceBlockContactArgs
- func (p *TalkServiceBlockContactArgs) GetID() string
- func (p *TalkServiceBlockContactArgs) GetReqSeq() int32
- func (p *TalkServiceBlockContactArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceBlockContactArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceBlockContactArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceBlockContactArgs) String() string
- func (p *TalkServiceBlockContactArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceBlockContactResult
- func (p *TalkServiceBlockContactResult) GetE() *TalkException
- func (p *TalkServiceBlockContactResult) IsSetE() bool
- func (p *TalkServiceBlockContactResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceBlockContactResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceBlockContactResult) String() string
- func (p *TalkServiceBlockContactResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceBlockRecommendationArgs
- func (p *TalkServiceBlockRecommendationArgs) GetID() string
- func (p *TalkServiceBlockRecommendationArgs) GetReqSeq() int32
- func (p *TalkServiceBlockRecommendationArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceBlockRecommendationArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceBlockRecommendationArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceBlockRecommendationArgs) String() string
- func (p *TalkServiceBlockRecommendationArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceBlockRecommendationResult
- func (p *TalkServiceBlockRecommendationResult) GetE() *TalkException
- func (p *TalkServiceBlockRecommendationResult) IsSetE() bool
- func (p *TalkServiceBlockRecommendationResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceBlockRecommendationResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceBlockRecommendationResult) String() string
- func (p *TalkServiceBlockRecommendationResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceCancelChatInvitationArgs
- func (p *TalkServiceCancelChatInvitationArgs) GetRequest() *CancelChatInvitationRequest
- func (p *TalkServiceCancelChatInvitationArgs) IsSetRequest() bool
- func (p *TalkServiceCancelChatInvitationArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceCancelChatInvitationArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceCancelChatInvitationArgs) String() string
- func (p *TalkServiceCancelChatInvitationArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceCancelChatInvitationResult
- func (p *TalkServiceCancelChatInvitationResult) GetE() *TalkException
- func (p *TalkServiceCancelChatInvitationResult) GetSuccess() *CancelChatInvitationResponse
- func (p *TalkServiceCancelChatInvitationResult) IsSetE() bool
- func (p *TalkServiceCancelChatInvitationResult) IsSetSuccess() bool
- func (p *TalkServiceCancelChatInvitationResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceCancelChatInvitationResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceCancelChatInvitationResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceCancelChatInvitationResult) String() string
- func (p *TalkServiceCancelChatInvitationResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceChangeVerificationMethodArgs
- func (p *TalkServiceChangeVerificationMethodArgs) GetMethod() VerificationMethod
- func (p *TalkServiceChangeVerificationMethodArgs) GetSessionId() string
- func (p *TalkServiceChangeVerificationMethodArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceChangeVerificationMethodArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceChangeVerificationMethodArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceChangeVerificationMethodArgs) String() string
- func (p *TalkServiceChangeVerificationMethodArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceChangeVerificationMethodResult
- func (p *TalkServiceChangeVerificationMethodResult) GetE() *TalkException
- func (p *TalkServiceChangeVerificationMethodResult) GetSuccess() *VerificationSessionData
- func (p *TalkServiceChangeVerificationMethodResult) IsSetE() bool
- func (p *TalkServiceChangeVerificationMethodResult) IsSetSuccess() bool
- func (p *TalkServiceChangeVerificationMethodResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceChangeVerificationMethodResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceChangeVerificationMethodResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceChangeVerificationMethodResult) String() string
- func (p *TalkServiceChangeVerificationMethodResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceClient
- func (p *TalkServiceClient) AcceptChatInvitation(ctx context.Context, request *AcceptChatInvitationRequest) (_r *AcceptChatInvitationResponse, _err error)
- func (p *TalkServiceClient) BlockContact(ctx context.Context, reqSeq int32, id string) (_err error)
- func (p *TalkServiceClient) BlockRecommendation(ctx context.Context, reqSeq int32, id string) (_err error)
- func (p *TalkServiceClient) CancelChatInvitation(ctx context.Context, request *CancelChatInvitationRequest) (_r *CancelChatInvitationResponse, _err error)
- func (p *TalkServiceClient) ChangeVerificationMethod(ctx context.Context, sessionId string, method VerificationMethod) (_r *VerificationSessionData, _err error)
- func (p *TalkServiceClient) Client_() thrift.TClient
- func (p *TalkServiceClient) CreateChat(ctx context.Context, request *CreateChatRequest) (_r *CreateChatResponse, _err error)
- func (p *TalkServiceClient) CreateRoom(ctx context.Context, reqSeq int32, contactIds []string) (_r *Room, _err error)
- func (p *TalkServiceClient) DeleteOtherFromChat(ctx context.Context, request *DeleteOtherFromChatRequest) (_r *DeleteOtherFromChatResponse, _err error)
- func (p *TalkServiceClient) DeleteSelfFromChat(ctx context.Context, request *DeleteSelfFromChatRequest) (_r *DeleteSelfFromChatResponse, _err error)
- func (p *TalkServiceClient) FetchOps(ctx context.Context, localRev int64, count int32, globalRev int64, ...) (_r []*Operation, _err error)
- func (p *TalkServiceClient) FindAndAddContactsByMid(ctx context.Context, reqSeq int32, mid string, type_a1 ContactType, ...) (_r map[string]*Contact, _err error)
- func (p *TalkServiceClient) FindContactByUserid(ctx context.Context, searchId string) (_r *Contact, _err error)
- func (p *TalkServiceClient) FinishUpdateVerification(ctx context.Context, sessionId string) (_err error)
- func (p *TalkServiceClient) GenerateUserTicket(ctx context.Context, expirationTime int64, maxUseCount int32) (_r *Ticket, _err error)
- func (p *TalkServiceClient) GetAllChatMids(ctx context.Context, request *GetAllChatMidsRequest, syncReason SyncReason) (_r *GetAllChatMidsResponse, _err error)
- func (p *TalkServiceClient) GetAllContactIds(ctx context.Context, syncReason SyncReason) (_r []string, _err error)
- func (p *TalkServiceClient) GetBlockedContactIds(ctx context.Context, syncReason SyncReason) (_r []string, _err error)
- func (p *TalkServiceClient) GetBlockedRecommendationIds(ctx context.Context, syncReason SyncReason) (_r []string, _err error)
- func (p *TalkServiceClient) GetChats(ctx context.Context, request *GetChatsRequest) (_r *GetChatsResponse, _err error)
- func (p *TalkServiceClient) GetConfigurations(ctx context.Context, revision int64, regionOfUsim string, ...) (_r *Configurations, _err error)
- func (p *TalkServiceClient) GetContact(ctx context.Context, id string) (_r *Contact, _err error)
- func (p *TalkServiceClient) GetContacts(ctx context.Context, ids []string) (_r []*Contact, _err error)
- func (p *TalkServiceClient) GetCountries(ctx context.Context, countryGroup CountryGroup) (_r []string, _err error)
- func (p *TalkServiceClient) GetE2EEGroupSharedKey(ctx context.Context, keyVersion int32, chatMid string, groupKeyId int32) (_r *E2EEGroupSharedKey, _err error)
- func (p *TalkServiceClient) GetE2EEPublicKey(ctx context.Context, mid string, keyVersion int32, keyId int32) (_r *E2EEPublicKey, _err error)
- func (p *TalkServiceClient) GetE2EEPublicKeysEx(ctx context.Context, ignoreE2EEStatus bool, syncReason SyncReason) (_r []*E2EEPublicKey, _err error)
- func (p *TalkServiceClient) GetLastE2EEGroupSharedKey(ctx context.Context, keyVersion int32, chatMid string) (_r *E2EEGroupSharedKey, _err error)
- func (p *TalkServiceClient) GetLastE2EEPublicKeys(ctx context.Context, chatMid string) (_r *E2EEPublicKey, _err error)
- func (p *TalkServiceClient) GetProfile(ctx context.Context, syncReason SyncReason) (_r *Profile, _err error)
- func (p *TalkServiceClient) GetRSAKeyInfo(ctx context.Context, provider IdentityProvider) (_r *RSAKey, _err error)
- func (p *TalkServiceClient) GetRecommendationIds(ctx context.Context, syncReason SyncReason) (_r []string, _err error)
- func (p *TalkServiceClient) GetRoom(ctx context.Context, roomId string) (_r *Room, _err error)
- func (p *TalkServiceClient) GetServerTime(ctx context.Context) (_r int64, _err error)
- func (p *TalkServiceClient) GetSessions(ctx context.Context) (_r []*LoginSession, _err error)
- func (p *TalkServiceClient) GetSettings(ctx context.Context, syncReason SyncReason) (_r *Settings, _err error)
- func (p *TalkServiceClient) InviteFriendsBySms(ctx context.Context, phoneNumberList []string) (_err error)
- func (p *TalkServiceClient) InviteIntoChat(ctx context.Context, request *InviteIntoChatRequest) (_r *InviteIntoChatResponse, _err error)
- func (p *TalkServiceClient) InviteIntoRoom(ctx context.Context, reqSeq int32, roomId string, contactIds []string) (_err error)
- func (p *TalkServiceClient) IsUseridAvailable(ctx context.Context, searchId string) (_r bool, _err error)
- func (p *TalkServiceClient) LastResponseMeta_() thrift.ResponseMeta
- func (p *TalkServiceClient) LeaveRoom(ctx context.Context, reqSeq int32, roomId string) (_err error)
- func (p *TalkServiceClient) LogoutSession(ctx context.Context, tokenKey string) (_err error)
- func (p *TalkServiceClient) NegotiateE2EEPublicKey(ctx context.Context, mid string) (_r *E2EENegotiationResult_, _err error)
- func (p *TalkServiceClient) Noop(ctx context.Context) (_err error)
- func (p *TalkServiceClient) NotifyUpdated(ctx context.Context, lastRev int64, deviceInfo *DeviceInfo, udidHash string, ...) (_err error)
- func (p *TalkServiceClient) RegisterE2EEGroupKey(ctx context.Context, keyVersion int32, chatMid string, members []string, ...) (_r *E2EEGroupSharedKey, _err error)
- func (p *TalkServiceClient) RegisterE2EEPublicKey(ctx context.Context, reqSeq int32, publicKey *E2EEPublicKey) (_r *E2EEPublicKey, _err error)
- func (p *TalkServiceClient) RegisterUserid(ctx context.Context, reqSeq int32, searchId string) (_r bool, _err error)
- func (p *TalkServiceClient) ReissueChatTicket(ctx context.Context, request *ReissueChatTicketRequest) (_r *ReissueChatTicketResponse, _err error)
- func (p *TalkServiceClient) RejectChatInvitation(ctx context.Context, request *RejectChatInvitationRequest) (_r *RejectChatInvitationResponse, _err error)
- func (p *TalkServiceClient) RequestAccountPasswordReset(ctx context.Context, provider IdentityProvider, identifier string, ...) (_err error)
- func (p *TalkServiceClient) ResendPinCode(ctx context.Context, sessionId string) (_err error)
- func (p *TalkServiceClient) RespondE2EEKeyExchange(ctx context.Context, reqSeq int32, encryptedKeyChain string, ...) (_err error)
- func (p *TalkServiceClient) SendChatChecked(ctx context.Context, seq int32, chatMid string, lastMessageId string, ...) (_err error)
- func (p *TalkServiceClient) SendChatRemoved(ctx context.Context, seq int32, chatMid string, lastMessageId string, ...) (_err error)
- func (p *TalkServiceClient) SendEchoPush(ctx context.Context, text string) (_err error)
- func (p *TalkServiceClient) SendMessage(ctx context.Context, seq int32, message *Message) (_r *Message, _err error)
- func (p *TalkServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
- func (p *TalkServiceClient) SetNotificationsEnabled(ctx context.Context, reqSeq int32, type_a1 MIDType, target string, ...) (_err error)
- func (p *TalkServiceClient) StartUpdateVerification(ctx context.Context, region string, carrier CarrierCode, phone string, ...) (_r *VerificationSessionData, _err error)
- func (p *TalkServiceClient) SyncContacts(ctx context.Context, reqSeq int32, localContacts []*ContactModification) (_r map[string]*ContactRegistration, _err error)
- func (p *TalkServiceClient) UnblockContact(ctx context.Context, reqSeq int32, id string, reference string) (_err error)
- func (p *TalkServiceClient) UnblockRecommendation(ctx context.Context, reqSeq int32, id string) (_err error)
- func (p *TalkServiceClient) UnregisterUserAndDevice(ctx context.Context) (_r string, _err error)
- func (p *TalkServiceClient) UnsendMessage(ctx context.Context, seq int32, messageId string) (_err error)
- func (p *TalkServiceClient) UpdateAccountMigrationPincode(ctx context.Context, accountMigrationPincode string) (_err error)
- func (p *TalkServiceClient) UpdateChat(ctx context.Context, request *UpdateChatRequest) (_r *UpdateChatResponse, _err error)
- func (p *TalkServiceClient) UpdateContactSetting(ctx context.Context, reqSeq int32, mid string, flag ContactSetting, ...) (_err error)
- func (p *TalkServiceClient) UpdateNotificationToken(ctx context.Context, type_a1 NotificationType, token string) (_err error)
- func (p *TalkServiceClient) UpdateProfileAttribute(ctx context.Context, reqSeq int32, attr ProfileAttribute, value string) (_err error)
- func (p *TalkServiceClient) UpdateSettingsAttributes2(ctx context.Context, reqSeq int32, attributesToUpdate []SettingsAttributeEx, ...) (_r []SettingsAttributeEx, _err error)
- func (p *TalkServiceClient) VerifyPhoneNumber(ctx context.Context, sessionId string, pinCode string, udidHash string, ...) (_r *PhoneVerificationResult_, _err error)
- func (p *TalkServiceClient) VerifyQrcode(ctx context.Context, verifier string, pinCode string) (_r string, _err error)
- type TalkServiceCreateChatArgs
- func (p *TalkServiceCreateChatArgs) GetRequest() *CreateChatRequest
- func (p *TalkServiceCreateChatArgs) IsSetRequest() bool
- func (p *TalkServiceCreateChatArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceCreateChatArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceCreateChatArgs) String() string
- func (p *TalkServiceCreateChatArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceCreateChatResult
- func (p *TalkServiceCreateChatResult) GetE() *TalkException
- func (p *TalkServiceCreateChatResult) GetSuccess() *CreateChatResponse
- func (p *TalkServiceCreateChatResult) IsSetE() bool
- func (p *TalkServiceCreateChatResult) IsSetSuccess() bool
- func (p *TalkServiceCreateChatResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceCreateChatResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceCreateChatResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceCreateChatResult) String() string
- func (p *TalkServiceCreateChatResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceCreateRoomArgs
- func (p *TalkServiceCreateRoomArgs) GetContactIds() []string
- func (p *TalkServiceCreateRoomArgs) GetReqSeq() int32
- func (p *TalkServiceCreateRoomArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceCreateRoomArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceCreateRoomArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceCreateRoomArgs) String() string
- func (p *TalkServiceCreateRoomArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceCreateRoomResult
- func (p *TalkServiceCreateRoomResult) GetE() *TalkException
- func (p *TalkServiceCreateRoomResult) GetSuccess() *Room
- func (p *TalkServiceCreateRoomResult) IsSetE() bool
- func (p *TalkServiceCreateRoomResult) IsSetSuccess() bool
- func (p *TalkServiceCreateRoomResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceCreateRoomResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceCreateRoomResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceCreateRoomResult) String() string
- func (p *TalkServiceCreateRoomResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceDeleteOtherFromChatArgs
- func (p *TalkServiceDeleteOtherFromChatArgs) GetRequest() *DeleteOtherFromChatRequest
- func (p *TalkServiceDeleteOtherFromChatArgs) IsSetRequest() bool
- func (p *TalkServiceDeleteOtherFromChatArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceDeleteOtherFromChatArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceDeleteOtherFromChatArgs) String() string
- func (p *TalkServiceDeleteOtherFromChatArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceDeleteOtherFromChatResult
- func (p *TalkServiceDeleteOtherFromChatResult) GetE() *TalkException
- func (p *TalkServiceDeleteOtherFromChatResult) GetSuccess() *DeleteOtherFromChatResponse
- func (p *TalkServiceDeleteOtherFromChatResult) IsSetE() bool
- func (p *TalkServiceDeleteOtherFromChatResult) IsSetSuccess() bool
- func (p *TalkServiceDeleteOtherFromChatResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceDeleteOtherFromChatResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceDeleteOtherFromChatResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceDeleteOtherFromChatResult) String() string
- func (p *TalkServiceDeleteOtherFromChatResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceDeleteSelfFromChatArgs
- func (p *TalkServiceDeleteSelfFromChatArgs) GetRequest() *DeleteSelfFromChatRequest
- func (p *TalkServiceDeleteSelfFromChatArgs) IsSetRequest() bool
- func (p *TalkServiceDeleteSelfFromChatArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceDeleteSelfFromChatArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceDeleteSelfFromChatArgs) String() string
- func (p *TalkServiceDeleteSelfFromChatArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceDeleteSelfFromChatResult
- func (p *TalkServiceDeleteSelfFromChatResult) GetE() *TalkException
- func (p *TalkServiceDeleteSelfFromChatResult) GetSuccess() *DeleteSelfFromChatResponse
- func (p *TalkServiceDeleteSelfFromChatResult) IsSetE() bool
- func (p *TalkServiceDeleteSelfFromChatResult) IsSetSuccess() bool
- func (p *TalkServiceDeleteSelfFromChatResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceDeleteSelfFromChatResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceDeleteSelfFromChatResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceDeleteSelfFromChatResult) String() string
- func (p *TalkServiceDeleteSelfFromChatResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceFetchOpsArgs
- func (p *TalkServiceFetchOpsArgs) GetCount() int32
- func (p *TalkServiceFetchOpsArgs) GetGlobalRev() int64
- func (p *TalkServiceFetchOpsArgs) GetIndividualRev() int64
- func (p *TalkServiceFetchOpsArgs) GetLocalRev() int64
- func (p *TalkServiceFetchOpsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFetchOpsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFetchOpsArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFetchOpsArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFetchOpsArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFetchOpsArgs) String() string
- func (p *TalkServiceFetchOpsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceFetchOpsResult
- func (p *TalkServiceFetchOpsResult) GetE() *TalkException
- func (p *TalkServiceFetchOpsResult) GetSuccess() []*Operation
- func (p *TalkServiceFetchOpsResult) IsSetE() bool
- func (p *TalkServiceFetchOpsResult) IsSetSuccess() bool
- func (p *TalkServiceFetchOpsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFetchOpsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFetchOpsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFetchOpsResult) String() string
- func (p *TalkServiceFetchOpsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceFindAndAddContactsByMidArgs
- func (p *TalkServiceFindAndAddContactsByMidArgs) GetMid() string
- func (p *TalkServiceFindAndAddContactsByMidArgs) GetReference() string
- func (p *TalkServiceFindAndAddContactsByMidArgs) GetReqSeq() int32
- func (p *TalkServiceFindAndAddContactsByMidArgs) GetType() ContactType
- func (p *TalkServiceFindAndAddContactsByMidArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFindAndAddContactsByMidArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFindAndAddContactsByMidArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFindAndAddContactsByMidArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFindAndAddContactsByMidArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFindAndAddContactsByMidArgs) String() string
- func (p *TalkServiceFindAndAddContactsByMidArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceFindAndAddContactsByMidResult
- func (p *TalkServiceFindAndAddContactsByMidResult) GetE() *TalkException
- func (p *TalkServiceFindAndAddContactsByMidResult) GetSuccess() map[string]*Contact
- func (p *TalkServiceFindAndAddContactsByMidResult) IsSetE() bool
- func (p *TalkServiceFindAndAddContactsByMidResult) IsSetSuccess() bool
- func (p *TalkServiceFindAndAddContactsByMidResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFindAndAddContactsByMidResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFindAndAddContactsByMidResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFindAndAddContactsByMidResult) String() string
- func (p *TalkServiceFindAndAddContactsByMidResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceFindContactByUseridArgs
- func (p *TalkServiceFindContactByUseridArgs) GetSearchId() string
- func (p *TalkServiceFindContactByUseridArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFindContactByUseridArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFindContactByUseridArgs) String() string
- func (p *TalkServiceFindContactByUseridArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceFindContactByUseridResult
- func (p *TalkServiceFindContactByUseridResult) GetE() *TalkException
- func (p *TalkServiceFindContactByUseridResult) GetSuccess() *Contact
- func (p *TalkServiceFindContactByUseridResult) IsSetE() bool
- func (p *TalkServiceFindContactByUseridResult) IsSetSuccess() bool
- func (p *TalkServiceFindContactByUseridResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFindContactByUseridResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFindContactByUseridResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFindContactByUseridResult) String() string
- func (p *TalkServiceFindContactByUseridResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceFinishUpdateVerificationArgs
- func (p *TalkServiceFinishUpdateVerificationArgs) GetSessionId() string
- func (p *TalkServiceFinishUpdateVerificationArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFinishUpdateVerificationArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFinishUpdateVerificationArgs) String() string
- func (p *TalkServiceFinishUpdateVerificationArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceFinishUpdateVerificationResult
- func (p *TalkServiceFinishUpdateVerificationResult) GetE() *TalkException
- func (p *TalkServiceFinishUpdateVerificationResult) IsSetE() bool
- func (p *TalkServiceFinishUpdateVerificationResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFinishUpdateVerificationResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceFinishUpdateVerificationResult) String() string
- func (p *TalkServiceFinishUpdateVerificationResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGenerateUserTicketArgs
- func (p *TalkServiceGenerateUserTicketArgs) GetExpirationTime() int64
- func (p *TalkServiceGenerateUserTicketArgs) GetMaxUseCount() int32
- func (p *TalkServiceGenerateUserTicketArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGenerateUserTicketArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGenerateUserTicketArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGenerateUserTicketArgs) String() string
- func (p *TalkServiceGenerateUserTicketArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGenerateUserTicketResult
- func (p *TalkServiceGenerateUserTicketResult) GetE() *TalkException
- func (p *TalkServiceGenerateUserTicketResult) GetSuccess() *Ticket
- func (p *TalkServiceGenerateUserTicketResult) IsSetE() bool
- func (p *TalkServiceGenerateUserTicketResult) IsSetSuccess() bool
- func (p *TalkServiceGenerateUserTicketResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGenerateUserTicketResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGenerateUserTicketResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGenerateUserTicketResult) String() string
- func (p *TalkServiceGenerateUserTicketResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetAllChatMidsArgs
- func (p *TalkServiceGetAllChatMidsArgs) GetRequest() *GetAllChatMidsRequest
- func (p *TalkServiceGetAllChatMidsArgs) GetSyncReason() SyncReason
- func (p *TalkServiceGetAllChatMidsArgs) IsSetRequest() bool
- func (p *TalkServiceGetAllChatMidsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetAllChatMidsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetAllChatMidsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetAllChatMidsArgs) String() string
- func (p *TalkServiceGetAllChatMidsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetAllChatMidsResult
- func (p *TalkServiceGetAllChatMidsResult) GetE() *TalkException
- func (p *TalkServiceGetAllChatMidsResult) GetSuccess() *GetAllChatMidsResponse
- func (p *TalkServiceGetAllChatMidsResult) IsSetE() bool
- func (p *TalkServiceGetAllChatMidsResult) IsSetSuccess() bool
- func (p *TalkServiceGetAllChatMidsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetAllChatMidsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetAllChatMidsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetAllChatMidsResult) String() string
- func (p *TalkServiceGetAllChatMidsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetAllContactIdsArgs
- func (p *TalkServiceGetAllContactIdsArgs) GetSyncReason() SyncReason
- func (p *TalkServiceGetAllContactIdsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetAllContactIdsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetAllContactIdsArgs) String() string
- func (p *TalkServiceGetAllContactIdsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetAllContactIdsResult
- func (p *TalkServiceGetAllContactIdsResult) GetE() *TalkException
- func (p *TalkServiceGetAllContactIdsResult) GetSuccess() []string
- func (p *TalkServiceGetAllContactIdsResult) IsSetE() bool
- func (p *TalkServiceGetAllContactIdsResult) IsSetSuccess() bool
- func (p *TalkServiceGetAllContactIdsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetAllContactIdsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetAllContactIdsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetAllContactIdsResult) String() string
- func (p *TalkServiceGetAllContactIdsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetBlockedContactIdsArgs
- func (p *TalkServiceGetBlockedContactIdsArgs) GetSyncReason() SyncReason
- func (p *TalkServiceGetBlockedContactIdsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetBlockedContactIdsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetBlockedContactIdsArgs) String() string
- func (p *TalkServiceGetBlockedContactIdsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetBlockedContactIdsResult
- func (p *TalkServiceGetBlockedContactIdsResult) GetE() *TalkException
- func (p *TalkServiceGetBlockedContactIdsResult) GetSuccess() []string
- func (p *TalkServiceGetBlockedContactIdsResult) IsSetE() bool
- func (p *TalkServiceGetBlockedContactIdsResult) IsSetSuccess() bool
- func (p *TalkServiceGetBlockedContactIdsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetBlockedContactIdsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetBlockedContactIdsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetBlockedContactIdsResult) String() string
- func (p *TalkServiceGetBlockedContactIdsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetBlockedRecommendationIdsArgs
- func (p *TalkServiceGetBlockedRecommendationIdsArgs) GetSyncReason() SyncReason
- func (p *TalkServiceGetBlockedRecommendationIdsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetBlockedRecommendationIdsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetBlockedRecommendationIdsArgs) String() string
- func (p *TalkServiceGetBlockedRecommendationIdsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetBlockedRecommendationIdsResult
- func (p *TalkServiceGetBlockedRecommendationIdsResult) GetE() *TalkException
- func (p *TalkServiceGetBlockedRecommendationIdsResult) GetSuccess() []string
- func (p *TalkServiceGetBlockedRecommendationIdsResult) IsSetE() bool
- func (p *TalkServiceGetBlockedRecommendationIdsResult) IsSetSuccess() bool
- func (p *TalkServiceGetBlockedRecommendationIdsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetBlockedRecommendationIdsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetBlockedRecommendationIdsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetBlockedRecommendationIdsResult) String() string
- func (p *TalkServiceGetBlockedRecommendationIdsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetChatsArgs
- func (p *TalkServiceGetChatsArgs) GetRequest() *GetChatsRequest
- func (p *TalkServiceGetChatsArgs) IsSetRequest() bool
- func (p *TalkServiceGetChatsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetChatsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetChatsArgs) String() string
- func (p *TalkServiceGetChatsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetChatsResult
- func (p *TalkServiceGetChatsResult) GetE() *TalkException
- func (p *TalkServiceGetChatsResult) GetSuccess() *GetChatsResponse
- func (p *TalkServiceGetChatsResult) IsSetE() bool
- func (p *TalkServiceGetChatsResult) IsSetSuccess() bool
- func (p *TalkServiceGetChatsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetChatsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetChatsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetChatsResult) String() string
- func (p *TalkServiceGetChatsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetConfigurationsArgs
- func (p *TalkServiceGetConfigurationsArgs) GetCarrier() string
- func (p *TalkServiceGetConfigurationsArgs) GetRegionOfLocale() string
- func (p *TalkServiceGetConfigurationsArgs) GetRegionOfTelephone() string
- func (p *TalkServiceGetConfigurationsArgs) GetRegionOfUsim() string
- func (p *TalkServiceGetConfigurationsArgs) GetRevision() int64
- func (p *TalkServiceGetConfigurationsArgs) GetSyncReason() SyncReason
- func (p *TalkServiceGetConfigurationsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetConfigurationsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetConfigurationsArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetConfigurationsArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetConfigurationsArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetConfigurationsArgs) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetConfigurationsArgs) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetConfigurationsArgs) String() string
- func (p *TalkServiceGetConfigurationsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetConfigurationsResult
- func (p *TalkServiceGetConfigurationsResult) GetE() *TalkException
- func (p *TalkServiceGetConfigurationsResult) GetSuccess() *Configurations
- func (p *TalkServiceGetConfigurationsResult) IsSetE() bool
- func (p *TalkServiceGetConfigurationsResult) IsSetSuccess() bool
- func (p *TalkServiceGetConfigurationsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetConfigurationsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetConfigurationsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetConfigurationsResult) String() string
- func (p *TalkServiceGetConfigurationsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetContactArgs
- func (p *TalkServiceGetContactArgs) GetID() string
- func (p *TalkServiceGetContactArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetContactArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetContactArgs) String() string
- func (p *TalkServiceGetContactArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetContactResult
- func (p *TalkServiceGetContactResult) GetE() *TalkException
- func (p *TalkServiceGetContactResult) GetSuccess() *Contact
- func (p *TalkServiceGetContactResult) IsSetE() bool
- func (p *TalkServiceGetContactResult) IsSetSuccess() bool
- func (p *TalkServiceGetContactResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetContactResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetContactResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetContactResult) String() string
- func (p *TalkServiceGetContactResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetContactsArgs
- func (p *TalkServiceGetContactsArgs) GetIds() []string
- func (p *TalkServiceGetContactsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetContactsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetContactsArgs) String() string
- func (p *TalkServiceGetContactsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetContactsResult
- func (p *TalkServiceGetContactsResult) GetE() *TalkException
- func (p *TalkServiceGetContactsResult) GetSuccess() []*Contact
- func (p *TalkServiceGetContactsResult) IsSetE() bool
- func (p *TalkServiceGetContactsResult) IsSetSuccess() bool
- func (p *TalkServiceGetContactsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetContactsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetContactsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetContactsResult) String() string
- func (p *TalkServiceGetContactsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetCountriesArgs
- func (p *TalkServiceGetCountriesArgs) GetCountryGroup() CountryGroup
- func (p *TalkServiceGetCountriesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetCountriesArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetCountriesArgs) String() string
- func (p *TalkServiceGetCountriesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetCountriesResult
- func (p *TalkServiceGetCountriesResult) GetE() *TalkException
- func (p *TalkServiceGetCountriesResult) GetSuccess() []string
- func (p *TalkServiceGetCountriesResult) IsSetE() bool
- func (p *TalkServiceGetCountriesResult) IsSetSuccess() bool
- func (p *TalkServiceGetCountriesResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetCountriesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetCountriesResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetCountriesResult) String() string
- func (p *TalkServiceGetCountriesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetE2EEGroupSharedKeyArgs
- func (p *TalkServiceGetE2EEGroupSharedKeyArgs) GetChatMid() string
- func (p *TalkServiceGetE2EEGroupSharedKeyArgs) GetGroupKeyId() int32
- func (p *TalkServiceGetE2EEGroupSharedKeyArgs) GetKeyVersion() int32
- func (p *TalkServiceGetE2EEGroupSharedKeyArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEGroupSharedKeyArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEGroupSharedKeyArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEGroupSharedKeyArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEGroupSharedKeyArgs) String() string
- func (p *TalkServiceGetE2EEGroupSharedKeyArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetE2EEGroupSharedKeyResult
- func (p *TalkServiceGetE2EEGroupSharedKeyResult) GetE() *TalkException
- func (p *TalkServiceGetE2EEGroupSharedKeyResult) GetSuccess() *E2EEGroupSharedKey
- func (p *TalkServiceGetE2EEGroupSharedKeyResult) IsSetE() bool
- func (p *TalkServiceGetE2EEGroupSharedKeyResult) IsSetSuccess() bool
- func (p *TalkServiceGetE2EEGroupSharedKeyResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEGroupSharedKeyResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEGroupSharedKeyResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEGroupSharedKeyResult) String() string
- func (p *TalkServiceGetE2EEGroupSharedKeyResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetE2EEPublicKeyArgs
- func (p *TalkServiceGetE2EEPublicKeyArgs) GetKeyId() int32
- func (p *TalkServiceGetE2EEPublicKeyArgs) GetKeyVersion() int32
- func (p *TalkServiceGetE2EEPublicKeyArgs) GetMid() string
- func (p *TalkServiceGetE2EEPublicKeyArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEPublicKeyArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEPublicKeyArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEPublicKeyArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEPublicKeyArgs) String() string
- func (p *TalkServiceGetE2EEPublicKeyArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetE2EEPublicKeyResult
- func (p *TalkServiceGetE2EEPublicKeyResult) GetE() *TalkException
- func (p *TalkServiceGetE2EEPublicKeyResult) GetSuccess() *E2EEPublicKey
- func (p *TalkServiceGetE2EEPublicKeyResult) IsSetE() bool
- func (p *TalkServiceGetE2EEPublicKeyResult) IsSetSuccess() bool
- func (p *TalkServiceGetE2EEPublicKeyResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEPublicKeyResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEPublicKeyResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEPublicKeyResult) String() string
- func (p *TalkServiceGetE2EEPublicKeyResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetE2EEPublicKeysExArgs
- func (p *TalkServiceGetE2EEPublicKeysExArgs) GetIgnoreE2EEStatus() bool
- func (p *TalkServiceGetE2EEPublicKeysExArgs) GetSyncReason() SyncReason
- func (p *TalkServiceGetE2EEPublicKeysExArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEPublicKeysExArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEPublicKeysExArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEPublicKeysExArgs) String() string
- func (p *TalkServiceGetE2EEPublicKeysExArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetE2EEPublicKeysExResult
- func (p *TalkServiceGetE2EEPublicKeysExResult) GetE() *TalkException
- func (p *TalkServiceGetE2EEPublicKeysExResult) GetSuccess() []*E2EEPublicKey
- func (p *TalkServiceGetE2EEPublicKeysExResult) IsSetE() bool
- func (p *TalkServiceGetE2EEPublicKeysExResult) IsSetSuccess() bool
- func (p *TalkServiceGetE2EEPublicKeysExResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEPublicKeysExResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEPublicKeysExResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetE2EEPublicKeysExResult) String() string
- func (p *TalkServiceGetE2EEPublicKeysExResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetLastE2EEGroupSharedKeyArgs
- func (p *TalkServiceGetLastE2EEGroupSharedKeyArgs) GetChatMid() string
- func (p *TalkServiceGetLastE2EEGroupSharedKeyArgs) GetKeyVersion() int32
- func (p *TalkServiceGetLastE2EEGroupSharedKeyArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetLastE2EEGroupSharedKeyArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetLastE2EEGroupSharedKeyArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetLastE2EEGroupSharedKeyArgs) String() string
- func (p *TalkServiceGetLastE2EEGroupSharedKeyArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetLastE2EEGroupSharedKeyResult
- func (p *TalkServiceGetLastE2EEGroupSharedKeyResult) GetE() *TalkException
- func (p *TalkServiceGetLastE2EEGroupSharedKeyResult) GetSuccess() *E2EEGroupSharedKey
- func (p *TalkServiceGetLastE2EEGroupSharedKeyResult) IsSetE() bool
- func (p *TalkServiceGetLastE2EEGroupSharedKeyResult) IsSetSuccess() bool
- func (p *TalkServiceGetLastE2EEGroupSharedKeyResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetLastE2EEGroupSharedKeyResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetLastE2EEGroupSharedKeyResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetLastE2EEGroupSharedKeyResult) String() string
- func (p *TalkServiceGetLastE2EEGroupSharedKeyResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetLastE2EEPublicKeysArgs
- func (p *TalkServiceGetLastE2EEPublicKeysArgs) GetChatMid() string
- func (p *TalkServiceGetLastE2EEPublicKeysArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetLastE2EEPublicKeysArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetLastE2EEPublicKeysArgs) String() string
- func (p *TalkServiceGetLastE2EEPublicKeysArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetLastE2EEPublicKeysResult
- func (p *TalkServiceGetLastE2EEPublicKeysResult) GetE() *TalkException
- func (p *TalkServiceGetLastE2EEPublicKeysResult) GetSuccess() *E2EEPublicKey
- func (p *TalkServiceGetLastE2EEPublicKeysResult) IsSetE() bool
- func (p *TalkServiceGetLastE2EEPublicKeysResult) IsSetSuccess() bool
- func (p *TalkServiceGetLastE2EEPublicKeysResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetLastE2EEPublicKeysResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetLastE2EEPublicKeysResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetLastE2EEPublicKeysResult) String() string
- func (p *TalkServiceGetLastE2EEPublicKeysResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetProfileArgs
- func (p *TalkServiceGetProfileArgs) GetSyncReason() SyncReason
- func (p *TalkServiceGetProfileArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetProfileArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetProfileArgs) String() string
- func (p *TalkServiceGetProfileArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetProfileResult
- func (p *TalkServiceGetProfileResult) GetE() *TalkException
- func (p *TalkServiceGetProfileResult) GetSuccess() *Profile
- func (p *TalkServiceGetProfileResult) IsSetE() bool
- func (p *TalkServiceGetProfileResult) IsSetSuccess() bool
- func (p *TalkServiceGetProfileResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetProfileResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetProfileResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetProfileResult) String() string
- func (p *TalkServiceGetProfileResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetRSAKeyInfoArgs
- func (p *TalkServiceGetRSAKeyInfoArgs) GetProvider() IdentityProvider
- func (p *TalkServiceGetRSAKeyInfoArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetRSAKeyInfoArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetRSAKeyInfoArgs) String() string
- func (p *TalkServiceGetRSAKeyInfoArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetRSAKeyInfoResult
- func (p *TalkServiceGetRSAKeyInfoResult) GetE() *TalkException
- func (p *TalkServiceGetRSAKeyInfoResult) GetSuccess() *RSAKey
- func (p *TalkServiceGetRSAKeyInfoResult) IsSetE() bool
- func (p *TalkServiceGetRSAKeyInfoResult) IsSetSuccess() bool
- func (p *TalkServiceGetRSAKeyInfoResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetRSAKeyInfoResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetRSAKeyInfoResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetRSAKeyInfoResult) String() string
- func (p *TalkServiceGetRSAKeyInfoResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetRecommendationIdsArgs
- func (p *TalkServiceGetRecommendationIdsArgs) GetSyncReason() SyncReason
- func (p *TalkServiceGetRecommendationIdsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetRecommendationIdsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetRecommendationIdsArgs) String() string
- func (p *TalkServiceGetRecommendationIdsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetRecommendationIdsResult
- func (p *TalkServiceGetRecommendationIdsResult) GetE() *TalkException
- func (p *TalkServiceGetRecommendationIdsResult) GetSuccess() []string
- func (p *TalkServiceGetRecommendationIdsResult) IsSetE() bool
- func (p *TalkServiceGetRecommendationIdsResult) IsSetSuccess() bool
- func (p *TalkServiceGetRecommendationIdsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetRecommendationIdsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetRecommendationIdsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetRecommendationIdsResult) String() string
- func (p *TalkServiceGetRecommendationIdsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetRoomArgs
- func (p *TalkServiceGetRoomArgs) GetRoomId() string
- func (p *TalkServiceGetRoomArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetRoomArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetRoomArgs) String() string
- func (p *TalkServiceGetRoomArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetRoomResult
- func (p *TalkServiceGetRoomResult) GetE() *TalkException
- func (p *TalkServiceGetRoomResult) GetSuccess() *Room
- func (p *TalkServiceGetRoomResult) IsSetE() bool
- func (p *TalkServiceGetRoomResult) IsSetSuccess() bool
- func (p *TalkServiceGetRoomResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetRoomResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetRoomResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetRoomResult) String() string
- func (p *TalkServiceGetRoomResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetServerTimeArgs
- type TalkServiceGetServerTimeResult
- func (p *TalkServiceGetServerTimeResult) GetE() *TalkException
- func (p *TalkServiceGetServerTimeResult) GetSuccess() int64
- func (p *TalkServiceGetServerTimeResult) IsSetE() bool
- func (p *TalkServiceGetServerTimeResult) IsSetSuccess() bool
- func (p *TalkServiceGetServerTimeResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetServerTimeResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetServerTimeResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetServerTimeResult) String() string
- func (p *TalkServiceGetServerTimeResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetSessionsArgs
- type TalkServiceGetSessionsResult
- func (p *TalkServiceGetSessionsResult) GetE() *TalkException
- func (p *TalkServiceGetSessionsResult) GetSuccess() []*LoginSession
- func (p *TalkServiceGetSessionsResult) IsSetE() bool
- func (p *TalkServiceGetSessionsResult) IsSetSuccess() bool
- func (p *TalkServiceGetSessionsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetSessionsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetSessionsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetSessionsResult) String() string
- func (p *TalkServiceGetSessionsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetSettingsArgs
- func (p *TalkServiceGetSettingsArgs) GetSyncReason() SyncReason
- func (p *TalkServiceGetSettingsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetSettingsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetSettingsArgs) String() string
- func (p *TalkServiceGetSettingsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceGetSettingsResult
- func (p *TalkServiceGetSettingsResult) GetE() *TalkException
- func (p *TalkServiceGetSettingsResult) GetSuccess() *Settings
- func (p *TalkServiceGetSettingsResult) IsSetE() bool
- func (p *TalkServiceGetSettingsResult) IsSetSuccess() bool
- func (p *TalkServiceGetSettingsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetSettingsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetSettingsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceGetSettingsResult) String() string
- func (p *TalkServiceGetSettingsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceInviteFriendsBySmsArgs
- func (p *TalkServiceInviteFriendsBySmsArgs) GetPhoneNumberList() []string
- func (p *TalkServiceInviteFriendsBySmsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceInviteFriendsBySmsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceInviteFriendsBySmsArgs) String() string
- func (p *TalkServiceInviteFriendsBySmsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceInviteFriendsBySmsResult
- func (p *TalkServiceInviteFriendsBySmsResult) GetE() *TalkException
- func (p *TalkServiceInviteFriendsBySmsResult) IsSetE() bool
- func (p *TalkServiceInviteFriendsBySmsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceInviteFriendsBySmsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceInviteFriendsBySmsResult) String() string
- func (p *TalkServiceInviteFriendsBySmsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceInviteIntoChatArgs
- func (p *TalkServiceInviteIntoChatArgs) GetRequest() *InviteIntoChatRequest
- func (p *TalkServiceInviteIntoChatArgs) IsSetRequest() bool
- func (p *TalkServiceInviteIntoChatArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceInviteIntoChatArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceInviteIntoChatArgs) String() string
- func (p *TalkServiceInviteIntoChatArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceInviteIntoChatResult
- func (p *TalkServiceInviteIntoChatResult) GetE() *TalkException
- func (p *TalkServiceInviteIntoChatResult) GetSuccess() *InviteIntoChatResponse
- func (p *TalkServiceInviteIntoChatResult) IsSetE() bool
- func (p *TalkServiceInviteIntoChatResult) IsSetSuccess() bool
- func (p *TalkServiceInviteIntoChatResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceInviteIntoChatResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceInviteIntoChatResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceInviteIntoChatResult) String() string
- func (p *TalkServiceInviteIntoChatResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceInviteIntoRoomArgs
- func (p *TalkServiceInviteIntoRoomArgs) GetContactIds() []string
- func (p *TalkServiceInviteIntoRoomArgs) GetReqSeq() int32
- func (p *TalkServiceInviteIntoRoomArgs) GetRoomId() string
- func (p *TalkServiceInviteIntoRoomArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceInviteIntoRoomArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceInviteIntoRoomArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceInviteIntoRoomArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceInviteIntoRoomArgs) String() string
- func (p *TalkServiceInviteIntoRoomArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceInviteIntoRoomResult
- func (p *TalkServiceInviteIntoRoomResult) GetE() *TalkException
- func (p *TalkServiceInviteIntoRoomResult) IsSetE() bool
- func (p *TalkServiceInviteIntoRoomResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceInviteIntoRoomResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceInviteIntoRoomResult) String() string
- func (p *TalkServiceInviteIntoRoomResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceIsUseridAvailableArgs
- func (p *TalkServiceIsUseridAvailableArgs) GetSearchId() string
- func (p *TalkServiceIsUseridAvailableArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceIsUseridAvailableArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceIsUseridAvailableArgs) String() string
- func (p *TalkServiceIsUseridAvailableArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceIsUseridAvailableResult
- func (p *TalkServiceIsUseridAvailableResult) GetE() *TalkException
- func (p *TalkServiceIsUseridAvailableResult) GetSuccess() bool
- func (p *TalkServiceIsUseridAvailableResult) IsSetE() bool
- func (p *TalkServiceIsUseridAvailableResult) IsSetSuccess() bool
- func (p *TalkServiceIsUseridAvailableResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceIsUseridAvailableResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceIsUseridAvailableResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceIsUseridAvailableResult) String() string
- func (p *TalkServiceIsUseridAvailableResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceLeaveRoomArgs
- func (p *TalkServiceLeaveRoomArgs) GetReqSeq() int32
- func (p *TalkServiceLeaveRoomArgs) GetRoomId() string
- func (p *TalkServiceLeaveRoomArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceLeaveRoomArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceLeaveRoomArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceLeaveRoomArgs) String() string
- func (p *TalkServiceLeaveRoomArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceLeaveRoomResult
- func (p *TalkServiceLeaveRoomResult) GetE() *TalkException
- func (p *TalkServiceLeaveRoomResult) IsSetE() bool
- func (p *TalkServiceLeaveRoomResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceLeaveRoomResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceLeaveRoomResult) String() string
- func (p *TalkServiceLeaveRoomResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceLogoutSessionArgs
- func (p *TalkServiceLogoutSessionArgs) GetTokenKey() string
- func (p *TalkServiceLogoutSessionArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceLogoutSessionArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceLogoutSessionArgs) String() string
- func (p *TalkServiceLogoutSessionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceLogoutSessionResult
- func (p *TalkServiceLogoutSessionResult) GetE() *TalkException
- func (p *TalkServiceLogoutSessionResult) IsSetE() bool
- func (p *TalkServiceLogoutSessionResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceLogoutSessionResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceLogoutSessionResult) String() string
- func (p *TalkServiceLogoutSessionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceNegotiateE2EEPublicKeyArgs
- func (p *TalkServiceNegotiateE2EEPublicKeyArgs) GetMid() string
- func (p *TalkServiceNegotiateE2EEPublicKeyArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceNegotiateE2EEPublicKeyArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceNegotiateE2EEPublicKeyArgs) String() string
- func (p *TalkServiceNegotiateE2EEPublicKeyArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceNegotiateE2EEPublicKeyResult
- func (p *TalkServiceNegotiateE2EEPublicKeyResult) GetE() *TalkException
- func (p *TalkServiceNegotiateE2EEPublicKeyResult) GetSuccess() *E2EENegotiationResult_
- func (p *TalkServiceNegotiateE2EEPublicKeyResult) IsSetE() bool
- func (p *TalkServiceNegotiateE2EEPublicKeyResult) IsSetSuccess() bool
- func (p *TalkServiceNegotiateE2EEPublicKeyResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceNegotiateE2EEPublicKeyResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceNegotiateE2EEPublicKeyResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceNegotiateE2EEPublicKeyResult) String() string
- func (p *TalkServiceNegotiateE2EEPublicKeyResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceNoopArgs
- type TalkServiceNoopResult
- func (p *TalkServiceNoopResult) GetE() *TalkException
- func (p *TalkServiceNoopResult) IsSetE() bool
- func (p *TalkServiceNoopResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceNoopResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceNoopResult) String() string
- func (p *TalkServiceNoopResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceNotifyUpdatedArgs
- func (p *TalkServiceNotifyUpdatedArgs) GetDeviceInfo() *DeviceInfo
- func (p *TalkServiceNotifyUpdatedArgs) GetLastRev() int64
- func (p *TalkServiceNotifyUpdatedArgs) GetOldUdidHash() string
- func (p *TalkServiceNotifyUpdatedArgs) GetUdidHash() string
- func (p *TalkServiceNotifyUpdatedArgs) IsSetDeviceInfo() bool
- func (p *TalkServiceNotifyUpdatedArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceNotifyUpdatedArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceNotifyUpdatedArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceNotifyUpdatedArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceNotifyUpdatedArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceNotifyUpdatedArgs) String() string
- func (p *TalkServiceNotifyUpdatedArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceNotifyUpdatedResult
- func (p *TalkServiceNotifyUpdatedResult) GetE() *TalkException
- func (p *TalkServiceNotifyUpdatedResult) IsSetE() bool
- func (p *TalkServiceNotifyUpdatedResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceNotifyUpdatedResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceNotifyUpdatedResult) String() string
- func (p *TalkServiceNotifyUpdatedResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceProcessor
- func (p *TalkServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
- func (p *TalkServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
- func (p *TalkServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
- func (p *TalkServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
- type TalkServiceRegisterE2EEGroupKeyArgs
- func (p *TalkServiceRegisterE2EEGroupKeyArgs) GetChatMid() string
- func (p *TalkServiceRegisterE2EEGroupKeyArgs) GetEncryptedSharedKeys() []string
- func (p *TalkServiceRegisterE2EEGroupKeyArgs) GetKeyIds() []int32
- func (p *TalkServiceRegisterE2EEGroupKeyArgs) GetKeyVersion() int32
- func (p *TalkServiceRegisterE2EEGroupKeyArgs) GetMembers() []string
- func (p *TalkServiceRegisterE2EEGroupKeyArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterE2EEGroupKeyArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterE2EEGroupKeyArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterE2EEGroupKeyArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterE2EEGroupKeyArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterE2EEGroupKeyArgs) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterE2EEGroupKeyArgs) String() string
- func (p *TalkServiceRegisterE2EEGroupKeyArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceRegisterE2EEGroupKeyResult
- func (p *TalkServiceRegisterE2EEGroupKeyResult) GetE() *TalkException
- func (p *TalkServiceRegisterE2EEGroupKeyResult) GetSuccess() *E2EEGroupSharedKey
- func (p *TalkServiceRegisterE2EEGroupKeyResult) IsSetE() bool
- func (p *TalkServiceRegisterE2EEGroupKeyResult) IsSetSuccess() bool
- func (p *TalkServiceRegisterE2EEGroupKeyResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterE2EEGroupKeyResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterE2EEGroupKeyResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterE2EEGroupKeyResult) String() string
- func (p *TalkServiceRegisterE2EEGroupKeyResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceRegisterE2EEPublicKeyArgs
- func (p *TalkServiceRegisterE2EEPublicKeyArgs) GetPublicKey() *E2EEPublicKey
- func (p *TalkServiceRegisterE2EEPublicKeyArgs) GetReqSeq() int32
- func (p *TalkServiceRegisterE2EEPublicKeyArgs) IsSetPublicKey() bool
- func (p *TalkServiceRegisterE2EEPublicKeyArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterE2EEPublicKeyArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterE2EEPublicKeyArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterE2EEPublicKeyArgs) String() string
- func (p *TalkServiceRegisterE2EEPublicKeyArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceRegisterE2EEPublicKeyResult
- func (p *TalkServiceRegisterE2EEPublicKeyResult) GetE() *TalkException
- func (p *TalkServiceRegisterE2EEPublicKeyResult) GetSuccess() *E2EEPublicKey
- func (p *TalkServiceRegisterE2EEPublicKeyResult) IsSetE() bool
- func (p *TalkServiceRegisterE2EEPublicKeyResult) IsSetSuccess() bool
- func (p *TalkServiceRegisterE2EEPublicKeyResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterE2EEPublicKeyResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterE2EEPublicKeyResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterE2EEPublicKeyResult) String() string
- func (p *TalkServiceRegisterE2EEPublicKeyResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceRegisterUseridArgs
- func (p *TalkServiceRegisterUseridArgs) GetReqSeq() int32
- func (p *TalkServiceRegisterUseridArgs) GetSearchId() string
- func (p *TalkServiceRegisterUseridArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterUseridArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterUseridArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterUseridArgs) String() string
- func (p *TalkServiceRegisterUseridArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceRegisterUseridResult
- func (p *TalkServiceRegisterUseridResult) GetE() *TalkException
- func (p *TalkServiceRegisterUseridResult) GetSuccess() bool
- func (p *TalkServiceRegisterUseridResult) IsSetE() bool
- func (p *TalkServiceRegisterUseridResult) IsSetSuccess() bool
- func (p *TalkServiceRegisterUseridResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterUseridResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterUseridResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRegisterUseridResult) String() string
- func (p *TalkServiceRegisterUseridResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceReissueChatTicketArgs
- func (p *TalkServiceReissueChatTicketArgs) GetRequest() *ReissueChatTicketRequest
- func (p *TalkServiceReissueChatTicketArgs) IsSetRequest() bool
- func (p *TalkServiceReissueChatTicketArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceReissueChatTicketArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceReissueChatTicketArgs) String() string
- func (p *TalkServiceReissueChatTicketArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceReissueChatTicketResult
- func (p *TalkServiceReissueChatTicketResult) GetE() *TalkException
- func (p *TalkServiceReissueChatTicketResult) GetSuccess() *ReissueChatTicketResponse
- func (p *TalkServiceReissueChatTicketResult) IsSetE() bool
- func (p *TalkServiceReissueChatTicketResult) IsSetSuccess() bool
- func (p *TalkServiceReissueChatTicketResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceReissueChatTicketResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceReissueChatTicketResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceReissueChatTicketResult) String() string
- func (p *TalkServiceReissueChatTicketResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceRejectChatInvitationArgs
- func (p *TalkServiceRejectChatInvitationArgs) GetRequest() *RejectChatInvitationRequest
- func (p *TalkServiceRejectChatInvitationArgs) IsSetRequest() bool
- func (p *TalkServiceRejectChatInvitationArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRejectChatInvitationArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRejectChatInvitationArgs) String() string
- func (p *TalkServiceRejectChatInvitationArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceRejectChatInvitationResult
- func (p *TalkServiceRejectChatInvitationResult) GetE() *TalkException
- func (p *TalkServiceRejectChatInvitationResult) GetSuccess() *RejectChatInvitationResponse
- func (p *TalkServiceRejectChatInvitationResult) IsSetE() bool
- func (p *TalkServiceRejectChatInvitationResult) IsSetSuccess() bool
- func (p *TalkServiceRejectChatInvitationResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRejectChatInvitationResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRejectChatInvitationResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRejectChatInvitationResult) String() string
- func (p *TalkServiceRejectChatInvitationResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceRequestAccountPasswordResetArgs
- func (p *TalkServiceRequestAccountPasswordResetArgs) GetIdentifier() string
- func (p *TalkServiceRequestAccountPasswordResetArgs) GetLocale() string
- func (p *TalkServiceRequestAccountPasswordResetArgs) GetProvider() IdentityProvider
- func (p *TalkServiceRequestAccountPasswordResetArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRequestAccountPasswordResetArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRequestAccountPasswordResetArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRequestAccountPasswordResetArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRequestAccountPasswordResetArgs) String() string
- func (p *TalkServiceRequestAccountPasswordResetArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceRequestAccountPasswordResetResult
- func (p *TalkServiceRequestAccountPasswordResetResult) GetE() *TalkException
- func (p *TalkServiceRequestAccountPasswordResetResult) IsSetE() bool
- func (p *TalkServiceRequestAccountPasswordResetResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRequestAccountPasswordResetResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRequestAccountPasswordResetResult) String() string
- func (p *TalkServiceRequestAccountPasswordResetResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceResendPinCodeArgs
- func (p *TalkServiceResendPinCodeArgs) GetSessionId() string
- func (p *TalkServiceResendPinCodeArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceResendPinCodeArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceResendPinCodeArgs) String() string
- func (p *TalkServiceResendPinCodeArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceResendPinCodeResult
- func (p *TalkServiceResendPinCodeResult) GetE() *TalkException
- func (p *TalkServiceResendPinCodeResult) IsSetE() bool
- func (p *TalkServiceResendPinCodeResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceResendPinCodeResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceResendPinCodeResult) String() string
- func (p *TalkServiceResendPinCodeResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceRespondE2EEKeyExchangeArgs
- func (p *TalkServiceRespondE2EEKeyExchangeArgs) GetEncryptedKeyChain() string
- func (p *TalkServiceRespondE2EEKeyExchangeArgs) GetHashKeyChain() string
- func (p *TalkServiceRespondE2EEKeyExchangeArgs) GetReqSeq() int32
- func (p *TalkServiceRespondE2EEKeyExchangeArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRespondE2EEKeyExchangeArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRespondE2EEKeyExchangeArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRespondE2EEKeyExchangeArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRespondE2EEKeyExchangeArgs) String() string
- func (p *TalkServiceRespondE2EEKeyExchangeArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceRespondE2EEKeyExchangeResult
- func (p *TalkServiceRespondE2EEKeyExchangeResult) GetE() *TalkException
- func (p *TalkServiceRespondE2EEKeyExchangeResult) IsSetE() bool
- func (p *TalkServiceRespondE2EEKeyExchangeResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRespondE2EEKeyExchangeResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceRespondE2EEKeyExchangeResult) String() string
- func (p *TalkServiceRespondE2EEKeyExchangeResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceSendChatCheckedArgs
- func (p *TalkServiceSendChatCheckedArgs) GetChatMid() string
- func (p *TalkServiceSendChatCheckedArgs) GetLastMessageId() string
- func (p *TalkServiceSendChatCheckedArgs) GetSeq() int32
- func (p *TalkServiceSendChatCheckedArgs) GetSessionId() int8
- func (p *TalkServiceSendChatCheckedArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendChatCheckedArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendChatCheckedArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendChatCheckedArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendChatCheckedArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendChatCheckedArgs) String() string
- func (p *TalkServiceSendChatCheckedArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceSendChatCheckedResult
- func (p *TalkServiceSendChatCheckedResult) GetE() *TalkException
- func (p *TalkServiceSendChatCheckedResult) IsSetE() bool
- func (p *TalkServiceSendChatCheckedResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendChatCheckedResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendChatCheckedResult) String() string
- func (p *TalkServiceSendChatCheckedResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceSendChatRemovedArgs
- func (p *TalkServiceSendChatRemovedArgs) GetChatMid() string
- func (p *TalkServiceSendChatRemovedArgs) GetLastMessageId() string
- func (p *TalkServiceSendChatRemovedArgs) GetSeq() int32
- func (p *TalkServiceSendChatRemovedArgs) GetSessionId() int8
- func (p *TalkServiceSendChatRemovedArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendChatRemovedArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendChatRemovedArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendChatRemovedArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendChatRemovedArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendChatRemovedArgs) String() string
- func (p *TalkServiceSendChatRemovedArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceSendChatRemovedResult
- func (p *TalkServiceSendChatRemovedResult) GetE() *TalkException
- func (p *TalkServiceSendChatRemovedResult) IsSetE() bool
- func (p *TalkServiceSendChatRemovedResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendChatRemovedResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendChatRemovedResult) String() string
- func (p *TalkServiceSendChatRemovedResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceSendEchoPushArgs
- func (p *TalkServiceSendEchoPushArgs) GetText() string
- func (p *TalkServiceSendEchoPushArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendEchoPushArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendEchoPushArgs) String() string
- func (p *TalkServiceSendEchoPushArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceSendEchoPushResult
- func (p *TalkServiceSendEchoPushResult) GetE() *TalkException
- func (p *TalkServiceSendEchoPushResult) IsSetE() bool
- func (p *TalkServiceSendEchoPushResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendEchoPushResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendEchoPushResult) String() string
- func (p *TalkServiceSendEchoPushResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceSendMessageArgs
- func (p *TalkServiceSendMessageArgs) GetMessage() *Message
- func (p *TalkServiceSendMessageArgs) GetSeq() int32
- func (p *TalkServiceSendMessageArgs) IsSetMessage() bool
- func (p *TalkServiceSendMessageArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendMessageArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendMessageArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendMessageArgs) String() string
- func (p *TalkServiceSendMessageArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceSendMessageResult
- func (p *TalkServiceSendMessageResult) GetE() *TalkException
- func (p *TalkServiceSendMessageResult) GetSuccess() *Message
- func (p *TalkServiceSendMessageResult) IsSetE() bool
- func (p *TalkServiceSendMessageResult) IsSetSuccess() bool
- func (p *TalkServiceSendMessageResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendMessageResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendMessageResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSendMessageResult) String() string
- func (p *TalkServiceSendMessageResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceSetNotificationsEnabledArgs
- func (p *TalkServiceSetNotificationsEnabledArgs) GetEnablement() bool
- func (p *TalkServiceSetNotificationsEnabledArgs) GetReqSeq() int32
- func (p *TalkServiceSetNotificationsEnabledArgs) GetTarget() string
- func (p *TalkServiceSetNotificationsEnabledArgs) GetType() MIDType
- func (p *TalkServiceSetNotificationsEnabledArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSetNotificationsEnabledArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSetNotificationsEnabledArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSetNotificationsEnabledArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSetNotificationsEnabledArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSetNotificationsEnabledArgs) String() string
- func (p *TalkServiceSetNotificationsEnabledArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceSetNotificationsEnabledResult
- func (p *TalkServiceSetNotificationsEnabledResult) GetE() *TalkException
- func (p *TalkServiceSetNotificationsEnabledResult) IsSetE() bool
- func (p *TalkServiceSetNotificationsEnabledResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSetNotificationsEnabledResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSetNotificationsEnabledResult) String() string
- func (p *TalkServiceSetNotificationsEnabledResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceStartUpdateVerificationArgs
- func (p *TalkServiceStartUpdateVerificationArgs) GetCarrier() CarrierCode
- func (p *TalkServiceStartUpdateVerificationArgs) GetDeviceInfo() *DeviceInfo
- func (p *TalkServiceStartUpdateVerificationArgs) GetLocale() string
- func (p *TalkServiceStartUpdateVerificationArgs) GetNetworkCode() string
- func (p *TalkServiceStartUpdateVerificationArgs) GetPhone() string
- func (p *TalkServiceStartUpdateVerificationArgs) GetRegion() string
- func (p *TalkServiceStartUpdateVerificationArgs) GetSimInfo() *SIMInfo
- func (p *TalkServiceStartUpdateVerificationArgs) GetUdidHash() string
- func (p *TalkServiceStartUpdateVerificationArgs) IsSetDeviceInfo() bool
- func (p *TalkServiceStartUpdateVerificationArgs) IsSetSimInfo() bool
- func (p *TalkServiceStartUpdateVerificationArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceStartUpdateVerificationArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceStartUpdateVerificationArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceStartUpdateVerificationArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceStartUpdateVerificationArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceStartUpdateVerificationArgs) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceStartUpdateVerificationArgs) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceStartUpdateVerificationArgs) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceStartUpdateVerificationArgs) ReadField9(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceStartUpdateVerificationArgs) String() string
- func (p *TalkServiceStartUpdateVerificationArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceStartUpdateVerificationResult
- func (p *TalkServiceStartUpdateVerificationResult) GetE() *TalkException
- func (p *TalkServiceStartUpdateVerificationResult) GetSuccess() *VerificationSessionData
- func (p *TalkServiceStartUpdateVerificationResult) IsSetE() bool
- func (p *TalkServiceStartUpdateVerificationResult) IsSetSuccess() bool
- func (p *TalkServiceStartUpdateVerificationResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceStartUpdateVerificationResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceStartUpdateVerificationResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceStartUpdateVerificationResult) String() string
- func (p *TalkServiceStartUpdateVerificationResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceSyncContactsArgs
- func (p *TalkServiceSyncContactsArgs) GetLocalContacts() []*ContactModification
- func (p *TalkServiceSyncContactsArgs) GetReqSeq() int32
- func (p *TalkServiceSyncContactsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSyncContactsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSyncContactsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSyncContactsArgs) String() string
- func (p *TalkServiceSyncContactsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceSyncContactsResult
- func (p *TalkServiceSyncContactsResult) GetE() *TalkException
- func (p *TalkServiceSyncContactsResult) GetSuccess() map[string]*ContactRegistration
- func (p *TalkServiceSyncContactsResult) IsSetE() bool
- func (p *TalkServiceSyncContactsResult) IsSetSuccess() bool
- func (p *TalkServiceSyncContactsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSyncContactsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSyncContactsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceSyncContactsResult) String() string
- func (p *TalkServiceSyncContactsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUnblockContactArgs
- func (p *TalkServiceUnblockContactArgs) GetID() string
- func (p *TalkServiceUnblockContactArgs) GetReference() string
- func (p *TalkServiceUnblockContactArgs) GetReqSeq() int32
- func (p *TalkServiceUnblockContactArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnblockContactArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnblockContactArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnblockContactArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnblockContactArgs) String() string
- func (p *TalkServiceUnblockContactArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUnblockContactResult
- func (p *TalkServiceUnblockContactResult) GetE() *TalkException
- func (p *TalkServiceUnblockContactResult) IsSetE() bool
- func (p *TalkServiceUnblockContactResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnblockContactResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnblockContactResult) String() string
- func (p *TalkServiceUnblockContactResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUnblockRecommendationArgs
- func (p *TalkServiceUnblockRecommendationArgs) GetID() string
- func (p *TalkServiceUnblockRecommendationArgs) GetReqSeq() int32
- func (p *TalkServiceUnblockRecommendationArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnblockRecommendationArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnblockRecommendationArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnblockRecommendationArgs) String() string
- func (p *TalkServiceUnblockRecommendationArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUnblockRecommendationResult
- func (p *TalkServiceUnblockRecommendationResult) GetE() *TalkException
- func (p *TalkServiceUnblockRecommendationResult) IsSetE() bool
- func (p *TalkServiceUnblockRecommendationResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnblockRecommendationResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnblockRecommendationResult) String() string
- func (p *TalkServiceUnblockRecommendationResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUnregisterUserAndDeviceArgs
- type TalkServiceUnregisterUserAndDeviceResult
- func (p *TalkServiceUnregisterUserAndDeviceResult) GetE() *TalkException
- func (p *TalkServiceUnregisterUserAndDeviceResult) GetSuccess() string
- func (p *TalkServiceUnregisterUserAndDeviceResult) IsSetE() bool
- func (p *TalkServiceUnregisterUserAndDeviceResult) IsSetSuccess() bool
- func (p *TalkServiceUnregisterUserAndDeviceResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnregisterUserAndDeviceResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnregisterUserAndDeviceResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnregisterUserAndDeviceResult) String() string
- func (p *TalkServiceUnregisterUserAndDeviceResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUnsendMessageArgs
- func (p *TalkServiceUnsendMessageArgs) GetMessageId() string
- func (p *TalkServiceUnsendMessageArgs) GetSeq() int32
- func (p *TalkServiceUnsendMessageArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnsendMessageArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnsendMessageArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnsendMessageArgs) String() string
- func (p *TalkServiceUnsendMessageArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUnsendMessageResult
- func (p *TalkServiceUnsendMessageResult) GetE() *TalkException
- func (p *TalkServiceUnsendMessageResult) IsSetE() bool
- func (p *TalkServiceUnsendMessageResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnsendMessageResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUnsendMessageResult) String() string
- func (p *TalkServiceUnsendMessageResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUpdateAccountMigrationPincodeArgs
- func (p *TalkServiceUpdateAccountMigrationPincodeArgs) GetAccountMigrationPincode() string
- func (p *TalkServiceUpdateAccountMigrationPincodeArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateAccountMigrationPincodeArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateAccountMigrationPincodeArgs) String() string
- func (p *TalkServiceUpdateAccountMigrationPincodeArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUpdateAccountMigrationPincodeResult
- func (p *TalkServiceUpdateAccountMigrationPincodeResult) GetE() *TalkException
- func (p *TalkServiceUpdateAccountMigrationPincodeResult) IsSetE() bool
- func (p *TalkServiceUpdateAccountMigrationPincodeResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateAccountMigrationPincodeResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateAccountMigrationPincodeResult) String() string
- func (p *TalkServiceUpdateAccountMigrationPincodeResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUpdateChatArgs
- func (p *TalkServiceUpdateChatArgs) GetRequest() *UpdateChatRequest
- func (p *TalkServiceUpdateChatArgs) IsSetRequest() bool
- func (p *TalkServiceUpdateChatArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateChatArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateChatArgs) String() string
- func (p *TalkServiceUpdateChatArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUpdateChatResult
- func (p *TalkServiceUpdateChatResult) GetE() *TalkException
- func (p *TalkServiceUpdateChatResult) GetSuccess() *UpdateChatResponse
- func (p *TalkServiceUpdateChatResult) IsSetE() bool
- func (p *TalkServiceUpdateChatResult) IsSetSuccess() bool
- func (p *TalkServiceUpdateChatResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateChatResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateChatResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateChatResult) String() string
- func (p *TalkServiceUpdateChatResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUpdateContactSettingArgs
- func (p *TalkServiceUpdateContactSettingArgs) GetFlag() ContactSetting
- func (p *TalkServiceUpdateContactSettingArgs) GetMid() string
- func (p *TalkServiceUpdateContactSettingArgs) GetReqSeq() int32
- func (p *TalkServiceUpdateContactSettingArgs) GetValue() string
- func (p *TalkServiceUpdateContactSettingArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateContactSettingArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateContactSettingArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateContactSettingArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateContactSettingArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateContactSettingArgs) String() string
- func (p *TalkServiceUpdateContactSettingArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUpdateContactSettingResult
- func (p *TalkServiceUpdateContactSettingResult) GetE() *TalkException
- func (p *TalkServiceUpdateContactSettingResult) IsSetE() bool
- func (p *TalkServiceUpdateContactSettingResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateContactSettingResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateContactSettingResult) String() string
- func (p *TalkServiceUpdateContactSettingResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUpdateNotificationTokenArgs
- func (p *TalkServiceUpdateNotificationTokenArgs) GetToken() string
- func (p *TalkServiceUpdateNotificationTokenArgs) GetType() NotificationType
- func (p *TalkServiceUpdateNotificationTokenArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateNotificationTokenArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateNotificationTokenArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateNotificationTokenArgs) String() string
- func (p *TalkServiceUpdateNotificationTokenArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUpdateNotificationTokenResult
- func (p *TalkServiceUpdateNotificationTokenResult) GetE() *TalkException
- func (p *TalkServiceUpdateNotificationTokenResult) IsSetE() bool
- func (p *TalkServiceUpdateNotificationTokenResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateNotificationTokenResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateNotificationTokenResult) String() string
- func (p *TalkServiceUpdateNotificationTokenResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUpdateProfileAttributeArgs
- func (p *TalkServiceUpdateProfileAttributeArgs) GetAttr() ProfileAttribute
- func (p *TalkServiceUpdateProfileAttributeArgs) GetReqSeq() int32
- func (p *TalkServiceUpdateProfileAttributeArgs) GetValue() string
- func (p *TalkServiceUpdateProfileAttributeArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateProfileAttributeArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateProfileAttributeArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateProfileAttributeArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateProfileAttributeArgs) String() string
- func (p *TalkServiceUpdateProfileAttributeArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUpdateProfileAttributeResult
- func (p *TalkServiceUpdateProfileAttributeResult) GetE() *TalkException
- func (p *TalkServiceUpdateProfileAttributeResult) IsSetE() bool
- func (p *TalkServiceUpdateProfileAttributeResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateProfileAttributeResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateProfileAttributeResult) String() string
- func (p *TalkServiceUpdateProfileAttributeResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUpdateSettingsAttributes2Args
- func (p *TalkServiceUpdateSettingsAttributes2Args) GetAttributesToUpdate() []SettingsAttributeEx
- func (p *TalkServiceUpdateSettingsAttributes2Args) GetReqSeq() int32
- func (p *TalkServiceUpdateSettingsAttributes2Args) GetSettings() *Settings
- func (p *TalkServiceUpdateSettingsAttributes2Args) IsSetSettings() bool
- func (p *TalkServiceUpdateSettingsAttributes2Args) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateSettingsAttributes2Args) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateSettingsAttributes2Args) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateSettingsAttributes2Args) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateSettingsAttributes2Args) String() string
- func (p *TalkServiceUpdateSettingsAttributes2Args) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceUpdateSettingsAttributes2Result
- func (p *TalkServiceUpdateSettingsAttributes2Result) GetE() *TalkException
- func (p *TalkServiceUpdateSettingsAttributes2Result) GetSuccess() []SettingsAttributeEx
- func (p *TalkServiceUpdateSettingsAttributes2Result) IsSetE() bool
- func (p *TalkServiceUpdateSettingsAttributes2Result) IsSetSuccess() bool
- func (p *TalkServiceUpdateSettingsAttributes2Result) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateSettingsAttributes2Result) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateSettingsAttributes2Result) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceUpdateSettingsAttributes2Result) String() string
- func (p *TalkServiceUpdateSettingsAttributes2Result) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceVerifyPhoneNumberArgs
- func (p *TalkServiceVerifyPhoneNumberArgs) GetMigrationPincodeSessionId() string
- func (p *TalkServiceVerifyPhoneNumberArgs) GetOldUdidHash() string
- func (p *TalkServiceVerifyPhoneNumberArgs) GetPinCode() string
- func (p *TalkServiceVerifyPhoneNumberArgs) GetSessionId() string
- func (p *TalkServiceVerifyPhoneNumberArgs) GetUdidHash() string
- func (p *TalkServiceVerifyPhoneNumberArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceVerifyPhoneNumberArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceVerifyPhoneNumberArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceVerifyPhoneNumberArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceVerifyPhoneNumberArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceVerifyPhoneNumberArgs) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceVerifyPhoneNumberArgs) String() string
- func (p *TalkServiceVerifyPhoneNumberArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceVerifyPhoneNumberResult
- func (p *TalkServiceVerifyPhoneNumberResult) GetE() *TalkException
- func (p *TalkServiceVerifyPhoneNumberResult) GetSuccess() *PhoneVerificationResult_
- func (p *TalkServiceVerifyPhoneNumberResult) IsSetE() bool
- func (p *TalkServiceVerifyPhoneNumberResult) IsSetSuccess() bool
- func (p *TalkServiceVerifyPhoneNumberResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceVerifyPhoneNumberResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceVerifyPhoneNumberResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceVerifyPhoneNumberResult) String() string
- func (p *TalkServiceVerifyPhoneNumberResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceVerifyQrcodeArgs
- func (p *TalkServiceVerifyQrcodeArgs) GetPinCode() string
- func (p *TalkServiceVerifyQrcodeArgs) GetVerifier() string
- func (p *TalkServiceVerifyQrcodeArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceVerifyQrcodeArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceVerifyQrcodeArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceVerifyQrcodeArgs) String() string
- func (p *TalkServiceVerifyQrcodeArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TalkServiceVerifyQrcodeResult
- func (p *TalkServiceVerifyQrcodeResult) GetE() *TalkException
- func (p *TalkServiceVerifyQrcodeResult) GetSuccess() string
- func (p *TalkServiceVerifyQrcodeResult) IsSetE() bool
- func (p *TalkServiceVerifyQrcodeResult) IsSetSuccess() bool
- func (p *TalkServiceVerifyQrcodeResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceVerifyQrcodeResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceVerifyQrcodeResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TalkServiceVerifyQrcodeResult) String() string
- func (p *TalkServiceVerifyQrcodeResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Ticket
- func (p *Ticket) Equals(other *Ticket) bool
- func (p *Ticket) GetExpirationTime() int64
- func (p *Ticket) GetID() string
- func (p *Ticket) GetMaxUseCount() int32
- func (p *Ticket) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Ticket) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Ticket) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Ticket) ReadField21(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Ticket) String() string
- func (p *Ticket) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TokenIssueResult_
- func (p *TokenIssueResult_) Equals(other *TokenIssueResult_) bool
- func (p *TokenIssueResult_) GetAccessToken() string
- func (p *TokenIssueResult_) GetAppId() string
- func (p *TokenIssueResult_) GetRefreshToken() string
- func (p *TokenIssueResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TokenIssueResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TokenIssueResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TokenIssueResult_) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TokenIssueResult_) String() string
- func (p *TokenIssueResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type UpdateChatRequest
- func (p *UpdateChatRequest) Equals(other *UpdateChatRequest) bool
- func (p *UpdateChatRequest) GetChat() *Chat
- func (p *UpdateChatRequest) GetReqSeq() int32
- func (p *UpdateChatRequest) GetUpdatedAttribute() ChatAttribute
- func (p *UpdateChatRequest) IsSetChat() bool
- func (p *UpdateChatRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UpdateChatRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UpdateChatRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UpdateChatRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UpdateChatRequest) String() string
- func (p *UpdateChatRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type UpdateChatResponse
- type UserAgeType
- type VerificationMethod
- type VerificationResult_
- type VerificationSessionData
- func (p *VerificationSessionData) Equals(other *VerificationSessionData) bool
- func (p *VerificationSessionData) GetAvailableVerificationMethods() []VerificationMethod
- func (p *VerificationSessionData) GetCallback() string
- func (p *VerificationSessionData) GetCallerIdMask() string
- func (p *VerificationSessionData) GetCountryCode() string
- func (p *VerificationSessionData) GetMethod() VerificationMethod
- func (p *VerificationSessionData) GetNationalSignificantNumber() string
- func (p *VerificationSessionData) GetNormalizedPhone() string
- func (p *VerificationSessionData) GetSessionId() string
- func (p *VerificationSessionData) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerificationSessionData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerificationSessionData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerificationSessionData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerificationSessionData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerificationSessionData) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerificationSessionData) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerificationSessionData) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerificationSessionData) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerificationSessionData) String() string
- func (p *VerificationSessionData) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WebLoginRequest
- func (p *WebLoginRequest) Equals(other *WebLoginRequest) bool
- func (p *WebLoginRequest) GetFromIAB() bool
- func (p *WebLoginRequest) GetHookedFullUrl() string
- func (p *WebLoginRequest) GetSessionString() string
- func (p *WebLoginRequest) GetSourceApplication() string
- func (p *WebLoginRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WebLoginRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WebLoginRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WebLoginRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WebLoginRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WebLoginRequest) String() string
- func (p *WebLoginRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WebLoginResponse
- func (p *WebLoginResponse) Equals(other *WebLoginResponse) bool
- func (p *WebLoginResponse) GetOptionalReturnUrl() string
- func (p *WebLoginResponse) GetRedirectConfirmationPageUrl() string
- func (p *WebLoginResponse) GetReturnUrl() string
- func (p *WebLoginResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WebLoginResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WebLoginResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WebLoginResponse) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WebLoginResponse) String() string
- func (p *WebLoginResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
Constants ¶
This section is empty.
Variables ¶
var AuthServiceConfirmE2EELoginResult_Success_DEFAULT string
var AuthServiceOpenAuthSessionResult_Success_DEFAULT string
var AuthServiceVerifyQrcodeWithE2EEResult_Success_DEFAULT string
var BuddyServiceGetBuddyContactsResult_Success_DEFAULT []*Contact
var BuddyServiceGetPopularBuddyListsResult_Success_DEFAULT []*BuddyList
var Message_RelatedMessageId_DEFAULT string
var ShopServiceNotifyDownloadedResult_Success_DEFAULT int64
var TalkServiceFetchOpsResult_Success_DEFAULT []*Operation
var TalkServiceFindAndAddContactsByMidResult_Success_DEFAULT map[string]*Contact
var TalkServiceGetAllContactIdsResult_Success_DEFAULT []string
var TalkServiceGetBlockedContactIdsResult_Success_DEFAULT []string
var TalkServiceGetBlockedRecommendationIdsResult_Success_DEFAULT []string
var TalkServiceGetContactsResult_Success_DEFAULT []*Contact
var TalkServiceGetCountriesResult_Success_DEFAULT []string
var TalkServiceGetE2EEPublicKeysExResult_Success_DEFAULT []*E2EEPublicKey
var TalkServiceGetRecommendationIdsResult_Success_DEFAULT []string
var TalkServiceGetServerTimeResult_Success_DEFAULT int64
var TalkServiceGetSessionsResult_Success_DEFAULT []*LoginSession
var TalkServiceIsUseridAvailableResult_Success_DEFAULT bool
var TalkServiceRegisterUseridResult_Success_DEFAULT bool
var TalkServiceSyncContactsResult_Success_DEFAULT map[string]*ContactRegistration
var TalkServiceUnregisterUserAndDeviceResult_Success_DEFAULT string
var TalkServiceUpdateSettingsAttributes2Result_Success_DEFAULT []SettingsAttributeEx
var TalkServiceVerifyQrcodeResult_Success_DEFAULT string
Functions ¶
This section is empty.
Types ¶
type AcceptChatInvitationRequest ¶
type AcceptChatInvitationRequest struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` ChatMid string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"` }
Attributes:
- ReqSeq
- ChatMid
var TalkServiceAcceptChatInvitationArgs_Request_DEFAULT *AcceptChatInvitationRequest
func NewAcceptChatInvitationRequest ¶
func NewAcceptChatInvitationRequest() *AcceptChatInvitationRequest
func (*AcceptChatInvitationRequest) Equals ¶
func (p *AcceptChatInvitationRequest) Equals(other *AcceptChatInvitationRequest) bool
func (*AcceptChatInvitationRequest) GetChatMid ¶
func (p *AcceptChatInvitationRequest) GetChatMid() string
func (*AcceptChatInvitationRequest) GetReqSeq ¶
func (p *AcceptChatInvitationRequest) GetReqSeq() int32
func (*AcceptChatInvitationRequest) ReadField1 ¶
func (*AcceptChatInvitationRequest) ReadField2 ¶
func (*AcceptChatInvitationRequest) String ¶
func (p *AcceptChatInvitationRequest) String() string
type AcceptChatInvitationResponse ¶
type AcceptChatInvitationResponse struct { }
var TalkServiceAcceptChatInvitationResult_Success_DEFAULT *AcceptChatInvitationResponse
func NewAcceptChatInvitationResponse ¶
func NewAcceptChatInvitationResponse() *AcceptChatInvitationResponse
func (*AcceptChatInvitationResponse) Equals ¶
func (p *AcceptChatInvitationResponse) Equals(other *AcceptChatInvitationResponse) bool
func (*AcceptChatInvitationResponse) String ¶
func (p *AcceptChatInvitationResponse) String() string
type AccountMigrationCheckType ¶
type AccountMigrationCheckType int64
const ( AccountMigrationCheckType_SKIP AccountMigrationCheckType = 0 AccountMigrationCheckType_PINCODE AccountMigrationCheckType = 1 AccountMigrationCheckType_SECURITY_CENTER AccountMigrationCheckType = 2 )
func AccountMigrationCheckTypeFromString ¶
func AccountMigrationCheckTypeFromString(s string) (AccountMigrationCheckType, error)
func AccountMigrationCheckTypePtr ¶
func AccountMigrationCheckTypePtr(v AccountMigrationCheckType) *AccountMigrationCheckType
func (AccountMigrationCheckType) MarshalText ¶
func (p AccountMigrationCheckType) MarshalText() ([]byte, error)
func (*AccountMigrationCheckType) Scan ¶
func (p *AccountMigrationCheckType) Scan(value interface{}) error
func (AccountMigrationCheckType) String ¶
func (p AccountMigrationCheckType) String() string
func (*AccountMigrationCheckType) UnmarshalText ¶
func (p *AccountMigrationCheckType) UnmarshalText(text []byte) error
type AccountMigrationPincodeType ¶
type AccountMigrationPincodeType int64
const ( AccountMigrationPincodeType_NOT_APPLICABLE AccountMigrationPincodeType = 0 AccountMigrationPincodeType_NOT_SET AccountMigrationPincodeType = 1 AccountMigrationPincodeType_SET AccountMigrationPincodeType = 2 AccountMigrationPincodeType_NEED_ENFORCED_INPUT AccountMigrationPincodeType = 3 )
func AccountMigrationPincodeTypeFromString ¶
func AccountMigrationPincodeTypeFromString(s string) (AccountMigrationPincodeType, error)
func AccountMigrationPincodeTypePtr ¶
func AccountMigrationPincodeTypePtr(v AccountMigrationPincodeType) *AccountMigrationPincodeType
func (AccountMigrationPincodeType) MarshalText ¶
func (p AccountMigrationPincodeType) MarshalText() ([]byte, error)
func (*AccountMigrationPincodeType) Scan ¶
func (p *AccountMigrationPincodeType) Scan(value interface{}) error
func (AccountMigrationPincodeType) String ¶
func (p AccountMigrationPincodeType) String() string
func (*AccountMigrationPincodeType) UnmarshalText ¶
func (p *AccountMigrationPincodeType) UnmarshalText(text []byte) error
type AppExtensionType ¶
type AppExtensionType int64
const ( AppExtensionType_SIRI AppExtensionType = 1 AppExtensionType_GOOGLE_ASSISTANT AppExtensionType = 2 AppExtensionType_OS_SHARE AppExtensionType = 3 )
func AppExtensionTypeFromString ¶
func AppExtensionTypeFromString(s string) (AppExtensionType, error)
func AppExtensionTypePtr ¶
func AppExtensionTypePtr(v AppExtensionType) *AppExtensionType
func (AppExtensionType) MarshalText ¶
func (p AppExtensionType) MarshalText() ([]byte, error)
func (*AppExtensionType) Scan ¶
func (p *AppExtensionType) Scan(value interface{}) error
func (AppExtensionType) String ¶
func (p AppExtensionType) String() string
func (*AppExtensionType) UnmarshalText ¶
func (p *AppExtensionType) UnmarshalText(text []byte) error
type ApplicationType ¶
type ApplicationType int64
const ( ApplicationType_IOS ApplicationType = 16 ApplicationType_IOS_RC ApplicationType = 17 ApplicationType_IOS_BETA ApplicationType = 18 ApplicationType_IOS_ALPHA ApplicationType = 19 ApplicationType_ANDROID ApplicationType = 32 ApplicationType_ANDROID_RC ApplicationType = 33 ApplicationType_ANDROID_BETA ApplicationType = 34 ApplicationType_ANDROID_ALPHA ApplicationType = 35 ApplicationType_WAP ApplicationType = 48 ApplicationType_WAP_RC ApplicationType = 49 ApplicationType_WAP_BETA ApplicationType = 50 ApplicationType_WAP_ALPHA ApplicationType = 51 ApplicationType_BOT ApplicationType = 64 ApplicationType_BOT_RC ApplicationType = 65 ApplicationType_BOT_BETA ApplicationType = 66 ApplicationType_BOT_ALPHA ApplicationType = 67 ApplicationType_WEB ApplicationType = 80 ApplicationType_WEB_RC ApplicationType = 81 ApplicationType_WEB_BETA ApplicationType = 82 ApplicationType_WEB_ALPHA ApplicationType = 83 ApplicationType_DESKTOPWIN ApplicationType = 96 ApplicationType_DESKTOPWIN_RC ApplicationType = 97 ApplicationType_DESKTOPWIN_BETA ApplicationType = 98 ApplicationType_DESKTOPWIN_ALPHA ApplicationType = 99 ApplicationType_DESKTOPMAC ApplicationType = 112 ApplicationType_DESKTOPMAC_RC ApplicationType = 113 ApplicationType_DESKTOPMAC_BETA ApplicationType = 114 ApplicationType_DESKTOPMAC_ALPHA ApplicationType = 115 ApplicationType_CHANNELGW ApplicationType = 128 ApplicationType_CHANNELGW_RC ApplicationType = 129 ApplicationType_CHANNELGW_BETA ApplicationType = 130 ApplicationType_CHANNELGW_ALPHA ApplicationType = 131 ApplicationType_CHANNELCP ApplicationType = 144 ApplicationType_CHANNELCP_RC ApplicationType = 145 ApplicationType_CHANNELCP_BETA ApplicationType = 146 ApplicationType_CHANNELCP_ALPHA ApplicationType = 147 ApplicationType_WINPHONE ApplicationType = 160 ApplicationType_WINPHONE_RC ApplicationType = 161 ApplicationType_WINPHONE_BETA ApplicationType = 162 ApplicationType_WINPHONE_ALPHA ApplicationType = 163 ApplicationType_BLACKBERRY ApplicationType = 176 ApplicationType_BLACKBERRY_RC ApplicationType = 177 ApplicationType_BLACKBERRY_BETA ApplicationType = 178 ApplicationType_BLACKBERRY_ALPHA ApplicationType = 179 ApplicationType_WINMETRO ApplicationType = 192 ApplicationType_WINMETRO_RC ApplicationType = 193 ApplicationType_WINMETRO_BETA ApplicationType = 194 ApplicationType_WINMETRO_ALPHA ApplicationType = 195 ApplicationType_S40 ApplicationType = 208 ApplicationType_S40_RC ApplicationType = 209 ApplicationType_S40_BETA ApplicationType = 210 ApplicationType_S40_ALPHA ApplicationType = 211 ApplicationType_CHRONO ApplicationType = 224 ApplicationType_CHRONO_RC ApplicationType = 225 ApplicationType_CHRONO_BETA ApplicationType = 226 ApplicationType_CHRONO_ALPHA ApplicationType = 227 ApplicationType_TIZEN ApplicationType = 256 ApplicationType_TIZEN_RC ApplicationType = 257 ApplicationType_TIZEN_BETA ApplicationType = 258 ApplicationType_TIZEN_ALPHA ApplicationType = 259 ApplicationType_VIRTUAL ApplicationType = 272 ApplicationType_FIREFOXOS ApplicationType = 288 ApplicationType_FIREFOXOS_RC ApplicationType = 289 ApplicationType_FIREFOXOS_BETA ApplicationType = 290 ApplicationType_FIREFOXOS_ALPHA ApplicationType = 291 ApplicationType_IOSIPAD ApplicationType = 304 ApplicationType_IOSIPAD_RC ApplicationType = 305 ApplicationType_IOSIPAD_BETA ApplicationType = 306 ApplicationType_IOSIPAD_ALPHA ApplicationType = 307 ApplicationType_BIZIOS ApplicationType = 320 ApplicationType_BIZIOS_RC ApplicationType = 321 ApplicationType_BIZIOS_BETA ApplicationType = 322 ApplicationType_BIZIOS_ALPHA ApplicationType = 323 ApplicationType_BIZANDROID ApplicationType = 336 ApplicationType_BIZANDROID_RC ApplicationType = 337 ApplicationType_BIZANDROID_BETA ApplicationType = 338 ApplicationType_BIZANDROID_ALPHA ApplicationType = 339 ApplicationType_BIZBOT ApplicationType = 352 ApplicationType_BIZBOT_RC ApplicationType = 353 ApplicationType_BIZBOT_BETA ApplicationType = 354 ApplicationType_BIZBOT_ALPHA ApplicationType = 355 ApplicationType_CHROMEOS ApplicationType = 368 ApplicationType_CHROMEOS_RC ApplicationType = 369 ApplicationType_CHROMEOS_BETA ApplicationType = 370 ApplicationType_CHROMEOS_ALPHA ApplicationType = 371 ApplicationType_ANDROIDLITE ApplicationType = 384 ApplicationType_ANDROIDLITE_RC ApplicationType = 385 ApplicationType_ANDROIDLITE_BETA ApplicationType = 386 ApplicationType_ANDROIDLITE_ALPHA ApplicationType = 387 ApplicationType_WIN10 ApplicationType = 400 ApplicationType_WIN10_RC ApplicationType = 401 ApplicationType_WIN10_BETA ApplicationType = 402 ApplicationType_WIN10_ALPHA ApplicationType = 403 ApplicationType_BIZWEB ApplicationType = 416 ApplicationType_BIZWEB_RC ApplicationType = 417 ApplicationType_BIZWEB_BETA ApplicationType = 418 ApplicationType_BIZWEB_ALPHA ApplicationType = 419 ApplicationType_DUMMYPRIMARY ApplicationType = 432 ApplicationType_DUMMYPRIMARY_RC ApplicationType = 433 ApplicationType_DUMMYPRIMARY_BETA ApplicationType = 434 ApplicationType_DUMMYPRIMARY_ALPHA ApplicationType = 435 ApplicationType_SQUARE ApplicationType = 448 ApplicationType_SQUARE_RC ApplicationType = 449 ApplicationType_SQUARE_BETA ApplicationType = 450 ApplicationType_SQUARE_ALPHA ApplicationType = 451 ApplicationType_INTERNAL ApplicationType = 464 ApplicationType_INTERNAL_RC ApplicationType = 465 ApplicationType_INTERNAL_BETA ApplicationType = 466 ApplicationType_INTERNAL_ALPHA ApplicationType = 467 ApplicationType_CLOVAFRIENDS ApplicationType = 480 ApplicationType_CLOVAFRIENDS_RC ApplicationType = 481 ApplicationType_CLOVAFRIENDS_BETA ApplicationType = 482 ApplicationType_CLOVAFRIENDS_ALPHA ApplicationType = 483 ApplicationType_WATCHOS ApplicationType = 496 ApplicationType_WATCHOS_RC ApplicationType = 497 ApplicationType_WATCHOS_BETA ApplicationType = 498 ApplicationType_WATCHOS_ALPHA ApplicationType = 499 )
func ApplicationTypeFromString ¶
func ApplicationTypeFromString(s string) (ApplicationType, error)
func ApplicationTypePtr ¶
func ApplicationTypePtr(v ApplicationType) *ApplicationType
func (ApplicationType) MarshalText ¶
func (p ApplicationType) MarshalText() ([]byte, error)
func (*ApplicationType) Scan ¶
func (p *ApplicationType) Scan(value interface{}) error
func (ApplicationType) String ¶
func (p ApplicationType) String() string
func (*ApplicationType) UnmarshalText ¶
func (p *ApplicationType) UnmarshalText(text []byte) error
type AuthService ¶
type AuthService interface { // Parameters: // - LoginRequest LoginZ(ctx context.Context, loginRequest *LoginRequest) (_r *LoginResult_, _err error) // Parameters: // - Verifier // - DeviceSecret ConfirmE2EELogin(ctx context.Context, verifier string, deviceSecret string) (_r string, _err error) // Parameters: // - Verifier // - PublicKey // - EncryptedKeyChain // - HashKeyChain // - ErrorCode RespondE2EELoginRequest(ctx context.Context, verifier string, publicKey *E2EEPublicKey, encryptedKeyChain string, hashKeyChain string, errorCode ErrorCode) (_err error) // Parameters: // - Request OpenAuthSession(ctx context.Context, request *AuthSessionRequest) (_r string, _err error) // Parameters: // - AuthSessionId // - Request UpdatePassword(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error) LogoutZ(ctx context.Context) (_err error) // Parameters: // - Verifier // - PinCode // - ErrorCode // - PublicKey // - EncryptedKeyChain // - HashKeyChain VerifyQrcodeWithE2EE(ctx context.Context, verifier string, pinCode string, errorCode ErrorCode, publicKey *E2EEPublicKey, encryptedKeyChain string, hashKeyChain string) (_r string, _err error) // Parameters: // - AuthSessionId // - IdentityProvider GetAuthRSAKey(ctx context.Context, authSessionId string, identityProvider IdentityProvider) (_r *RSAKey, _err error) // Parameters: // - Enforce IssueTokenForAccountMigrationSettings(ctx context.Context, enforce bool) (_r *SecurityCenterResult_, _err error) // Parameters: // - AuthSessionId // - EncryptedPassword SetPassword(ctx context.Context, authSessionId string, encryptedPassword *EncryptedPassword) (_r *SetPasswordResponse, _err error) // Parameters: // - AuthSessionId // - Request ConfirmIdentifier(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error) // Parameters: // - AuthSessionId // - Request SetIdentifier(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error) // Parameters: // - AuthSessionId // - Request SetIdentifierAndPassword(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error) // Parameters: // - AuthSessionId // - Request UpdateIdentifier(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error) // Parameters: // - AuthSessionId // - Request ResendIdentifierConfirmation(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error) // Parameters: // - AuthSessionId // - Request RemoveIdentifier(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error) }
type AuthServiceClient ¶
type AuthServiceClient struct {
// contains filtered or unexported fields
}
func NewAuthServiceClient ¶
func NewAuthServiceClient(c thrift.TClient) *AuthServiceClient
func NewAuthServiceClientFactory ¶
func NewAuthServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *AuthServiceClient
func NewAuthServiceClientProtocol ¶
func NewAuthServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *AuthServiceClient
func (*AuthServiceClient) Client_ ¶
func (p *AuthServiceClient) Client_() thrift.TClient
func (*AuthServiceClient) ConfirmE2EELogin ¶
func (p *AuthServiceClient) ConfirmE2EELogin(ctx context.Context, verifier string, deviceSecret string) (_r string, _err error)
Parameters:
- Verifier
- DeviceSecret
func (*AuthServiceClient) ConfirmIdentifier ¶
func (p *AuthServiceClient) ConfirmIdentifier(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error)
Parameters:
- AuthSessionId
- Request
func (*AuthServiceClient) GetAuthRSAKey ¶
func (p *AuthServiceClient) GetAuthRSAKey(ctx context.Context, authSessionId string, identityProvider IdentityProvider) (_r *RSAKey, _err error)
Parameters:
- AuthSessionId
- IdentityProvider
func (*AuthServiceClient) IssueTokenForAccountMigrationSettings ¶
func (p *AuthServiceClient) IssueTokenForAccountMigrationSettings(ctx context.Context, enforce bool) (_r *SecurityCenterResult_, _err error)
Parameters:
- Enforce
func (*AuthServiceClient) LastResponseMeta_ ¶
func (p *AuthServiceClient) LastResponseMeta_() thrift.ResponseMeta
func (*AuthServiceClient) LoginZ ¶
func (p *AuthServiceClient) LoginZ(ctx context.Context, loginRequest *LoginRequest) (_r *LoginResult_, _err error)
Parameters:
- LoginRequest
func (*AuthServiceClient) LogoutZ ¶
func (p *AuthServiceClient) LogoutZ(ctx context.Context) (_err error)
func (*AuthServiceClient) OpenAuthSession ¶
func (p *AuthServiceClient) OpenAuthSession(ctx context.Context, request *AuthSessionRequest) (_r string, _err error)
Parameters:
- Request
func (*AuthServiceClient) RemoveIdentifier ¶
func (p *AuthServiceClient) RemoveIdentifier(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error)
Parameters:
- AuthSessionId
- Request
func (*AuthServiceClient) ResendIdentifierConfirmation ¶
func (p *AuthServiceClient) ResendIdentifierConfirmation(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error)
Parameters:
- AuthSessionId
- Request
func (*AuthServiceClient) RespondE2EELoginRequest ¶
func (p *AuthServiceClient) RespondE2EELoginRequest(ctx context.Context, verifier string, publicKey *E2EEPublicKey, encryptedKeyChain string, hashKeyChain string, errorCode ErrorCode) (_err error)
Parameters:
- Verifier
- PublicKey
- EncryptedKeyChain
- HashKeyChain
- ErrorCode
func (*AuthServiceClient) SetIdentifier ¶
func (p *AuthServiceClient) SetIdentifier(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error)
Parameters:
- AuthSessionId
- Request
func (*AuthServiceClient) SetIdentifierAndPassword ¶
func (p *AuthServiceClient) SetIdentifierAndPassword(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error)
Parameters:
- AuthSessionId
- Request
func (*AuthServiceClient) SetLastResponseMeta_ ¶
func (p *AuthServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
func (*AuthServiceClient) SetPassword ¶
func (p *AuthServiceClient) SetPassword(ctx context.Context, authSessionId string, encryptedPassword *EncryptedPassword) (_r *SetPasswordResponse, _err error)
Parameters:
- AuthSessionId
- EncryptedPassword
func (*AuthServiceClient) UpdateIdentifier ¶
func (p *AuthServiceClient) UpdateIdentifier(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error)
Parameters:
- AuthSessionId
- Request
func (*AuthServiceClient) UpdatePassword ¶
func (p *AuthServiceClient) UpdatePassword(ctx context.Context, authSessionId string, request *IdentityCredentialRequest) (_r *IdentityCredentialResponse, _err error)
Parameters:
- AuthSessionId
- Request
func (*AuthServiceClient) VerifyQrcodeWithE2EE ¶
func (p *AuthServiceClient) VerifyQrcodeWithE2EE(ctx context.Context, verifier string, pinCode string, errorCode ErrorCode, publicKey *E2EEPublicKey, encryptedKeyChain string, hashKeyChain string) (_r string, _err error)
Parameters:
- Verifier
- PinCode
- ErrorCode
- PublicKey
- EncryptedKeyChain
- HashKeyChain
type AuthServiceConfirmE2EELoginArgs ¶
type AuthServiceConfirmE2EELoginArgs struct { Verifier string `thrift:"verifier,1" db:"verifier" json:"verifier"` DeviceSecret string `thrift:"deviceSecret,2" db:"deviceSecret" json:"deviceSecret"` }
Attributes:
- Verifier
- DeviceSecret
func NewAuthServiceConfirmE2EELoginArgs ¶
func NewAuthServiceConfirmE2EELoginArgs() *AuthServiceConfirmE2EELoginArgs
func (*AuthServiceConfirmE2EELoginArgs) GetDeviceSecret ¶
func (p *AuthServiceConfirmE2EELoginArgs) GetDeviceSecret() string
func (*AuthServiceConfirmE2EELoginArgs) GetVerifier ¶
func (p *AuthServiceConfirmE2EELoginArgs) GetVerifier() string
func (*AuthServiceConfirmE2EELoginArgs) ReadField1 ¶
func (*AuthServiceConfirmE2EELoginArgs) ReadField2 ¶
func (*AuthServiceConfirmE2EELoginArgs) String ¶
func (p *AuthServiceConfirmE2EELoginArgs) String() string
type AuthServiceConfirmE2EELoginResult ¶
type AuthServiceConfirmE2EELoginResult struct { Success *string `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewAuthServiceConfirmE2EELoginResult ¶
func NewAuthServiceConfirmE2EELoginResult() *AuthServiceConfirmE2EELoginResult
func (*AuthServiceConfirmE2EELoginResult) GetE ¶
func (p *AuthServiceConfirmE2EELoginResult) GetE() *TalkException
func (*AuthServiceConfirmE2EELoginResult) GetSuccess ¶
func (p *AuthServiceConfirmE2EELoginResult) GetSuccess() string
func (*AuthServiceConfirmE2EELoginResult) IsSetE ¶
func (p *AuthServiceConfirmE2EELoginResult) IsSetE() bool
func (*AuthServiceConfirmE2EELoginResult) IsSetSuccess ¶
func (p *AuthServiceConfirmE2EELoginResult) IsSetSuccess() bool
func (*AuthServiceConfirmE2EELoginResult) ReadField0 ¶
func (*AuthServiceConfirmE2EELoginResult) ReadField1 ¶
func (*AuthServiceConfirmE2EELoginResult) String ¶
func (p *AuthServiceConfirmE2EELoginResult) String() string
type AuthServiceConfirmIdentifierArgs ¶
type AuthServiceConfirmIdentifierArgs struct { // unused field # 1 AuthSessionId string `thrift:"authSessionId,2" db:"authSessionId" json:"authSessionId"` Request *IdentityCredentialRequest `thrift:"request,3" db:"request" json:"request"` }
Attributes:
- AuthSessionId
- Request
func NewAuthServiceConfirmIdentifierArgs ¶
func NewAuthServiceConfirmIdentifierArgs() *AuthServiceConfirmIdentifierArgs
func (*AuthServiceConfirmIdentifierArgs) GetAuthSessionId ¶
func (p *AuthServiceConfirmIdentifierArgs) GetAuthSessionId() string
func (*AuthServiceConfirmIdentifierArgs) GetRequest ¶
func (p *AuthServiceConfirmIdentifierArgs) GetRequest() *IdentityCredentialRequest
func (*AuthServiceConfirmIdentifierArgs) IsSetRequest ¶
func (p *AuthServiceConfirmIdentifierArgs) IsSetRequest() bool
func (*AuthServiceConfirmIdentifierArgs) ReadField2 ¶
func (*AuthServiceConfirmIdentifierArgs) ReadField3 ¶
func (*AuthServiceConfirmIdentifierArgs) String ¶
func (p *AuthServiceConfirmIdentifierArgs) String() string
type AuthServiceConfirmIdentifierResult ¶
type AuthServiceConfirmIdentifierResult struct { Success *IdentityCredentialResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewAuthServiceConfirmIdentifierResult ¶
func NewAuthServiceConfirmIdentifierResult() *AuthServiceConfirmIdentifierResult
func (*AuthServiceConfirmIdentifierResult) GetE ¶
func (p *AuthServiceConfirmIdentifierResult) GetE() *TalkException
func (*AuthServiceConfirmIdentifierResult) GetSuccess ¶
func (p *AuthServiceConfirmIdentifierResult) GetSuccess() *IdentityCredentialResponse
func (*AuthServiceConfirmIdentifierResult) IsSetE ¶
func (p *AuthServiceConfirmIdentifierResult) IsSetE() bool
func (*AuthServiceConfirmIdentifierResult) IsSetSuccess ¶
func (p *AuthServiceConfirmIdentifierResult) IsSetSuccess() bool
func (*AuthServiceConfirmIdentifierResult) ReadField0 ¶
func (*AuthServiceConfirmIdentifierResult) ReadField1 ¶
func (*AuthServiceConfirmIdentifierResult) String ¶
func (p *AuthServiceConfirmIdentifierResult) String() string
type AuthServiceGetAuthRSAKeyArgs ¶
type AuthServiceGetAuthRSAKeyArgs struct { // unused field # 1 AuthSessionId string `thrift:"authSessionId,2" db:"authSessionId" json:"authSessionId"` IdentityProvider IdentityProvider `thrift:"identityProvider,3" db:"identityProvider" json:"identityProvider"` }
Attributes:
- AuthSessionId
- IdentityProvider
func NewAuthServiceGetAuthRSAKeyArgs ¶
func NewAuthServiceGetAuthRSAKeyArgs() *AuthServiceGetAuthRSAKeyArgs
func (*AuthServiceGetAuthRSAKeyArgs) GetAuthSessionId ¶
func (p *AuthServiceGetAuthRSAKeyArgs) GetAuthSessionId() string
func (*AuthServiceGetAuthRSAKeyArgs) GetIdentityProvider ¶
func (p *AuthServiceGetAuthRSAKeyArgs) GetIdentityProvider() IdentityProvider
func (*AuthServiceGetAuthRSAKeyArgs) ReadField2 ¶
func (*AuthServiceGetAuthRSAKeyArgs) ReadField3 ¶
func (*AuthServiceGetAuthRSAKeyArgs) String ¶
func (p *AuthServiceGetAuthRSAKeyArgs) String() string
type AuthServiceGetAuthRSAKeyResult ¶
type AuthServiceGetAuthRSAKeyResult struct { Success *RSAKey `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewAuthServiceGetAuthRSAKeyResult ¶
func NewAuthServiceGetAuthRSAKeyResult() *AuthServiceGetAuthRSAKeyResult
func (*AuthServiceGetAuthRSAKeyResult) GetE ¶
func (p *AuthServiceGetAuthRSAKeyResult) GetE() *TalkException
func (*AuthServiceGetAuthRSAKeyResult) GetSuccess ¶
func (p *AuthServiceGetAuthRSAKeyResult) GetSuccess() *RSAKey
func (*AuthServiceGetAuthRSAKeyResult) IsSetE ¶
func (p *AuthServiceGetAuthRSAKeyResult) IsSetE() bool
func (*AuthServiceGetAuthRSAKeyResult) IsSetSuccess ¶
func (p *AuthServiceGetAuthRSAKeyResult) IsSetSuccess() bool
func (*AuthServiceGetAuthRSAKeyResult) ReadField0 ¶
func (*AuthServiceGetAuthRSAKeyResult) ReadField1 ¶
func (*AuthServiceGetAuthRSAKeyResult) String ¶
func (p *AuthServiceGetAuthRSAKeyResult) String() string
type AuthServiceIssueTokenForAccountMigrationSettingsArgs ¶
type AuthServiceIssueTokenForAccountMigrationSettingsArgs struct { // unused field # 1 Enforce bool `thrift:"enforce,2" db:"enforce" json:"enforce"` }
Attributes:
- Enforce
func NewAuthServiceIssueTokenForAccountMigrationSettingsArgs ¶
func NewAuthServiceIssueTokenForAccountMigrationSettingsArgs() *AuthServiceIssueTokenForAccountMigrationSettingsArgs
func (*AuthServiceIssueTokenForAccountMigrationSettingsArgs) GetEnforce ¶
func (p *AuthServiceIssueTokenForAccountMigrationSettingsArgs) GetEnforce() bool
func (*AuthServiceIssueTokenForAccountMigrationSettingsArgs) ReadField2 ¶
func (*AuthServiceIssueTokenForAccountMigrationSettingsArgs) String ¶
func (p *AuthServiceIssueTokenForAccountMigrationSettingsArgs) String() string
type AuthServiceIssueTokenForAccountMigrationSettingsResult ¶
type AuthServiceIssueTokenForAccountMigrationSettingsResult struct { Success *SecurityCenterResult_ `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewAuthServiceIssueTokenForAccountMigrationSettingsResult ¶
func NewAuthServiceIssueTokenForAccountMigrationSettingsResult() *AuthServiceIssueTokenForAccountMigrationSettingsResult
func (*AuthServiceIssueTokenForAccountMigrationSettingsResult) GetE ¶
func (p *AuthServiceIssueTokenForAccountMigrationSettingsResult) GetE() *TalkException
func (*AuthServiceIssueTokenForAccountMigrationSettingsResult) GetSuccess ¶
func (p *AuthServiceIssueTokenForAccountMigrationSettingsResult) GetSuccess() *SecurityCenterResult_
func (*AuthServiceIssueTokenForAccountMigrationSettingsResult) IsSetE ¶
func (p *AuthServiceIssueTokenForAccountMigrationSettingsResult) IsSetE() bool
func (*AuthServiceIssueTokenForAccountMigrationSettingsResult) IsSetSuccess ¶
func (p *AuthServiceIssueTokenForAccountMigrationSettingsResult) IsSetSuccess() bool
func (*AuthServiceIssueTokenForAccountMigrationSettingsResult) ReadField0 ¶
func (*AuthServiceIssueTokenForAccountMigrationSettingsResult) ReadField1 ¶
func (*AuthServiceIssueTokenForAccountMigrationSettingsResult) String ¶
func (p *AuthServiceIssueTokenForAccountMigrationSettingsResult) String() string
type AuthServiceLoginZArgs ¶
type AuthServiceLoginZArgs struct { // unused field # 1 LoginRequest *LoginRequest `thrift:"loginRequest,2" db:"loginRequest" json:"loginRequest"` }
Attributes:
- LoginRequest
func NewAuthServiceLoginZArgs ¶
func NewAuthServiceLoginZArgs() *AuthServiceLoginZArgs
func (*AuthServiceLoginZArgs) GetLoginRequest ¶
func (p *AuthServiceLoginZArgs) GetLoginRequest() *LoginRequest
func (*AuthServiceLoginZArgs) IsSetLoginRequest ¶
func (p *AuthServiceLoginZArgs) IsSetLoginRequest() bool
func (*AuthServiceLoginZArgs) ReadField2 ¶
func (*AuthServiceLoginZArgs) String ¶
func (p *AuthServiceLoginZArgs) String() string
type AuthServiceLoginZResult ¶
type AuthServiceLoginZResult struct { Success *LoginResult_ `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewAuthServiceLoginZResult ¶
func NewAuthServiceLoginZResult() *AuthServiceLoginZResult
func (*AuthServiceLoginZResult) GetE ¶
func (p *AuthServiceLoginZResult) GetE() *TalkException
func (*AuthServiceLoginZResult) GetSuccess ¶
func (p *AuthServiceLoginZResult) GetSuccess() *LoginResult_
func (*AuthServiceLoginZResult) IsSetE ¶
func (p *AuthServiceLoginZResult) IsSetE() bool
func (*AuthServiceLoginZResult) IsSetSuccess ¶
func (p *AuthServiceLoginZResult) IsSetSuccess() bool
func (*AuthServiceLoginZResult) ReadField0 ¶
func (*AuthServiceLoginZResult) ReadField1 ¶
func (*AuthServiceLoginZResult) String ¶
func (p *AuthServiceLoginZResult) String() string
type AuthServiceLogoutZArgs ¶
type AuthServiceLogoutZArgs struct { }
func NewAuthServiceLogoutZArgs ¶
func NewAuthServiceLogoutZArgs() *AuthServiceLogoutZArgs
func (*AuthServiceLogoutZArgs) String ¶
func (p *AuthServiceLogoutZArgs) String() string
type AuthServiceLogoutZResult ¶
type AuthServiceLogoutZResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewAuthServiceLogoutZResult ¶
func NewAuthServiceLogoutZResult() *AuthServiceLogoutZResult
func (*AuthServiceLogoutZResult) GetE ¶
func (p *AuthServiceLogoutZResult) GetE() *TalkException
func (*AuthServiceLogoutZResult) IsSetE ¶
func (p *AuthServiceLogoutZResult) IsSetE() bool
func (*AuthServiceLogoutZResult) ReadField1 ¶
func (*AuthServiceLogoutZResult) String ¶
func (p *AuthServiceLogoutZResult) String() string
type AuthServiceOpenAuthSessionArgs ¶
type AuthServiceOpenAuthSessionArgs struct { // unused field # 1 Request *AuthSessionRequest `thrift:"request,2" db:"request" json:"request"` }
Attributes:
- Request
func NewAuthServiceOpenAuthSessionArgs ¶
func NewAuthServiceOpenAuthSessionArgs() *AuthServiceOpenAuthSessionArgs
func (*AuthServiceOpenAuthSessionArgs) GetRequest ¶
func (p *AuthServiceOpenAuthSessionArgs) GetRequest() *AuthSessionRequest
func (*AuthServiceOpenAuthSessionArgs) IsSetRequest ¶
func (p *AuthServiceOpenAuthSessionArgs) IsSetRequest() bool
func (*AuthServiceOpenAuthSessionArgs) ReadField2 ¶
func (*AuthServiceOpenAuthSessionArgs) String ¶
func (p *AuthServiceOpenAuthSessionArgs) String() string
type AuthServiceOpenAuthSessionResult ¶
type AuthServiceOpenAuthSessionResult struct { Success *string `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewAuthServiceOpenAuthSessionResult ¶
func NewAuthServiceOpenAuthSessionResult() *AuthServiceOpenAuthSessionResult
func (*AuthServiceOpenAuthSessionResult) GetE ¶
func (p *AuthServiceOpenAuthSessionResult) GetE() *TalkException
func (*AuthServiceOpenAuthSessionResult) GetSuccess ¶
func (p *AuthServiceOpenAuthSessionResult) GetSuccess() string
func (*AuthServiceOpenAuthSessionResult) IsSetE ¶
func (p *AuthServiceOpenAuthSessionResult) IsSetE() bool
func (*AuthServiceOpenAuthSessionResult) IsSetSuccess ¶
func (p *AuthServiceOpenAuthSessionResult) IsSetSuccess() bool
func (*AuthServiceOpenAuthSessionResult) ReadField0 ¶
func (*AuthServiceOpenAuthSessionResult) ReadField1 ¶
func (*AuthServiceOpenAuthSessionResult) String ¶
func (p *AuthServiceOpenAuthSessionResult) String() string
type AuthServiceProcessor ¶
type AuthServiceProcessor struct {
// contains filtered or unexported fields
}
func NewAuthServiceProcessor ¶
func NewAuthServiceProcessor(handler AuthService) *AuthServiceProcessor
func (*AuthServiceProcessor) AddToProcessorMap ¶
func (p *AuthServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
func (*AuthServiceProcessor) GetProcessorFunction ¶
func (p *AuthServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
func (*AuthServiceProcessor) Process ¶
func (p *AuthServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
func (*AuthServiceProcessor) ProcessorMap ¶
func (p *AuthServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
type AuthServiceRemoveIdentifierArgs ¶
type AuthServiceRemoveIdentifierArgs struct { // unused field # 1 AuthSessionId string `thrift:"authSessionId,2" db:"authSessionId" json:"authSessionId"` Request *IdentityCredentialRequest `thrift:"request,3" db:"request" json:"request"` }
Attributes:
- AuthSessionId
- Request
func NewAuthServiceRemoveIdentifierArgs ¶
func NewAuthServiceRemoveIdentifierArgs() *AuthServiceRemoveIdentifierArgs
func (*AuthServiceRemoveIdentifierArgs) GetAuthSessionId ¶
func (p *AuthServiceRemoveIdentifierArgs) GetAuthSessionId() string
func (*AuthServiceRemoveIdentifierArgs) GetRequest ¶
func (p *AuthServiceRemoveIdentifierArgs) GetRequest() *IdentityCredentialRequest
func (*AuthServiceRemoveIdentifierArgs) IsSetRequest ¶
func (p *AuthServiceRemoveIdentifierArgs) IsSetRequest() bool
func (*AuthServiceRemoveIdentifierArgs) ReadField2 ¶
func (*AuthServiceRemoveIdentifierArgs) ReadField3 ¶
func (*AuthServiceRemoveIdentifierArgs) String ¶
func (p *AuthServiceRemoveIdentifierArgs) String() string
type AuthServiceRemoveIdentifierResult ¶
type AuthServiceRemoveIdentifierResult struct { Success *IdentityCredentialResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewAuthServiceRemoveIdentifierResult ¶
func NewAuthServiceRemoveIdentifierResult() *AuthServiceRemoveIdentifierResult
func (*AuthServiceRemoveIdentifierResult) GetE ¶
func (p *AuthServiceRemoveIdentifierResult) GetE() *TalkException
func (*AuthServiceRemoveIdentifierResult) GetSuccess ¶
func (p *AuthServiceRemoveIdentifierResult) GetSuccess() *IdentityCredentialResponse
func (*AuthServiceRemoveIdentifierResult) IsSetE ¶
func (p *AuthServiceRemoveIdentifierResult) IsSetE() bool
func (*AuthServiceRemoveIdentifierResult) IsSetSuccess ¶
func (p *AuthServiceRemoveIdentifierResult) IsSetSuccess() bool
func (*AuthServiceRemoveIdentifierResult) ReadField0 ¶
func (*AuthServiceRemoveIdentifierResult) ReadField1 ¶
func (*AuthServiceRemoveIdentifierResult) String ¶
func (p *AuthServiceRemoveIdentifierResult) String() string
type AuthServiceResendIdentifierConfirmationArgs ¶
type AuthServiceResendIdentifierConfirmationArgs struct { // unused field # 1 AuthSessionId string `thrift:"authSessionId,2" db:"authSessionId" json:"authSessionId"` Request *IdentityCredentialRequest `thrift:"request,3" db:"request" json:"request"` }
Attributes:
- AuthSessionId
- Request
func NewAuthServiceResendIdentifierConfirmationArgs ¶
func NewAuthServiceResendIdentifierConfirmationArgs() *AuthServiceResendIdentifierConfirmationArgs
func (*AuthServiceResendIdentifierConfirmationArgs) GetAuthSessionId ¶
func (p *AuthServiceResendIdentifierConfirmationArgs) GetAuthSessionId() string
func (*AuthServiceResendIdentifierConfirmationArgs) GetRequest ¶
func (p *AuthServiceResendIdentifierConfirmationArgs) GetRequest() *IdentityCredentialRequest
func (*AuthServiceResendIdentifierConfirmationArgs) IsSetRequest ¶
func (p *AuthServiceResendIdentifierConfirmationArgs) IsSetRequest() bool
func (*AuthServiceResendIdentifierConfirmationArgs) ReadField2 ¶
func (*AuthServiceResendIdentifierConfirmationArgs) ReadField3 ¶
func (*AuthServiceResendIdentifierConfirmationArgs) String ¶
func (p *AuthServiceResendIdentifierConfirmationArgs) String() string
type AuthServiceResendIdentifierConfirmationResult ¶
type AuthServiceResendIdentifierConfirmationResult struct { Success *IdentityCredentialResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewAuthServiceResendIdentifierConfirmationResult ¶
func NewAuthServiceResendIdentifierConfirmationResult() *AuthServiceResendIdentifierConfirmationResult
func (*AuthServiceResendIdentifierConfirmationResult) GetE ¶
func (p *AuthServiceResendIdentifierConfirmationResult) GetE() *TalkException
func (*AuthServiceResendIdentifierConfirmationResult) GetSuccess ¶
func (p *AuthServiceResendIdentifierConfirmationResult) GetSuccess() *IdentityCredentialResponse
func (*AuthServiceResendIdentifierConfirmationResult) IsSetE ¶
func (p *AuthServiceResendIdentifierConfirmationResult) IsSetE() bool
func (*AuthServiceResendIdentifierConfirmationResult) IsSetSuccess ¶
func (p *AuthServiceResendIdentifierConfirmationResult) IsSetSuccess() bool
func (*AuthServiceResendIdentifierConfirmationResult) ReadField0 ¶
func (*AuthServiceResendIdentifierConfirmationResult) ReadField1 ¶
func (*AuthServiceResendIdentifierConfirmationResult) String ¶
func (p *AuthServiceResendIdentifierConfirmationResult) String() string
type AuthServiceRespondE2EELoginRequestArgs ¶
type AuthServiceRespondE2EELoginRequestArgs struct { Verifier string `thrift:"verifier,1" db:"verifier" json:"verifier"` PublicKey *E2EEPublicKey `thrift:"publicKey,2" db:"publicKey" json:"publicKey"` EncryptedKeyChain string `thrift:"encryptedKeyChain,3" db:"encryptedKeyChain" json:"encryptedKeyChain"` HashKeyChain string `thrift:"hashKeyChain,4" db:"hashKeyChain" json:"hashKeyChain"` ErrorCode ErrorCode `thrift:"errorCode,5" db:"errorCode" json:"errorCode"` }
Attributes:
- Verifier
- PublicKey
- EncryptedKeyChain
- HashKeyChain
- ErrorCode
func NewAuthServiceRespondE2EELoginRequestArgs ¶
func NewAuthServiceRespondE2EELoginRequestArgs() *AuthServiceRespondE2EELoginRequestArgs
func (*AuthServiceRespondE2EELoginRequestArgs) GetEncryptedKeyChain ¶
func (p *AuthServiceRespondE2EELoginRequestArgs) GetEncryptedKeyChain() string
func (*AuthServiceRespondE2EELoginRequestArgs) GetErrorCode ¶
func (p *AuthServiceRespondE2EELoginRequestArgs) GetErrorCode() ErrorCode
func (*AuthServiceRespondE2EELoginRequestArgs) GetHashKeyChain ¶
func (p *AuthServiceRespondE2EELoginRequestArgs) GetHashKeyChain() string
func (*AuthServiceRespondE2EELoginRequestArgs) GetPublicKey ¶
func (p *AuthServiceRespondE2EELoginRequestArgs) GetPublicKey() *E2EEPublicKey
func (*AuthServiceRespondE2EELoginRequestArgs) GetVerifier ¶
func (p *AuthServiceRespondE2EELoginRequestArgs) GetVerifier() string
func (*AuthServiceRespondE2EELoginRequestArgs) IsSetPublicKey ¶
func (p *AuthServiceRespondE2EELoginRequestArgs) IsSetPublicKey() bool
func (*AuthServiceRespondE2EELoginRequestArgs) ReadField1 ¶
func (*AuthServiceRespondE2EELoginRequestArgs) ReadField2 ¶
func (*AuthServiceRespondE2EELoginRequestArgs) ReadField3 ¶
func (*AuthServiceRespondE2EELoginRequestArgs) ReadField4 ¶
func (*AuthServiceRespondE2EELoginRequestArgs) ReadField5 ¶
func (*AuthServiceRespondE2EELoginRequestArgs) String ¶
func (p *AuthServiceRespondE2EELoginRequestArgs) String() string
type AuthServiceRespondE2EELoginRequestResult ¶
type AuthServiceRespondE2EELoginRequestResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewAuthServiceRespondE2EELoginRequestResult ¶
func NewAuthServiceRespondE2EELoginRequestResult() *AuthServiceRespondE2EELoginRequestResult
func (*AuthServiceRespondE2EELoginRequestResult) GetE ¶
func (p *AuthServiceRespondE2EELoginRequestResult) GetE() *TalkException
func (*AuthServiceRespondE2EELoginRequestResult) IsSetE ¶
func (p *AuthServiceRespondE2EELoginRequestResult) IsSetE() bool
func (*AuthServiceRespondE2EELoginRequestResult) ReadField1 ¶
func (*AuthServiceRespondE2EELoginRequestResult) String ¶
func (p *AuthServiceRespondE2EELoginRequestResult) String() string
type AuthServiceSetIdentifierAndPasswordArgs ¶
type AuthServiceSetIdentifierAndPasswordArgs struct { // unused field # 1 AuthSessionId string `thrift:"authSessionId,2" db:"authSessionId" json:"authSessionId"` Request *IdentityCredentialRequest `thrift:"request,3" db:"request" json:"request"` }
Attributes:
- AuthSessionId
- Request
func NewAuthServiceSetIdentifierAndPasswordArgs ¶
func NewAuthServiceSetIdentifierAndPasswordArgs() *AuthServiceSetIdentifierAndPasswordArgs
func (*AuthServiceSetIdentifierAndPasswordArgs) GetAuthSessionId ¶
func (p *AuthServiceSetIdentifierAndPasswordArgs) GetAuthSessionId() string
func (*AuthServiceSetIdentifierAndPasswordArgs) GetRequest ¶
func (p *AuthServiceSetIdentifierAndPasswordArgs) GetRequest() *IdentityCredentialRequest
func (*AuthServiceSetIdentifierAndPasswordArgs) IsSetRequest ¶
func (p *AuthServiceSetIdentifierAndPasswordArgs) IsSetRequest() bool
func (*AuthServiceSetIdentifierAndPasswordArgs) ReadField2 ¶
func (*AuthServiceSetIdentifierAndPasswordArgs) ReadField3 ¶
func (*AuthServiceSetIdentifierAndPasswordArgs) String ¶
func (p *AuthServiceSetIdentifierAndPasswordArgs) String() string
type AuthServiceSetIdentifierAndPasswordResult ¶
type AuthServiceSetIdentifierAndPasswordResult struct { Success *IdentityCredentialResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewAuthServiceSetIdentifierAndPasswordResult ¶
func NewAuthServiceSetIdentifierAndPasswordResult() *AuthServiceSetIdentifierAndPasswordResult
func (*AuthServiceSetIdentifierAndPasswordResult) GetE ¶
func (p *AuthServiceSetIdentifierAndPasswordResult) GetE() *TalkException
func (*AuthServiceSetIdentifierAndPasswordResult) GetSuccess ¶
func (p *AuthServiceSetIdentifierAndPasswordResult) GetSuccess() *IdentityCredentialResponse
func (*AuthServiceSetIdentifierAndPasswordResult) IsSetE ¶
func (p *AuthServiceSetIdentifierAndPasswordResult) IsSetE() bool
func (*AuthServiceSetIdentifierAndPasswordResult) IsSetSuccess ¶
func (p *AuthServiceSetIdentifierAndPasswordResult) IsSetSuccess() bool
func (*AuthServiceSetIdentifierAndPasswordResult) ReadField0 ¶
func (*AuthServiceSetIdentifierAndPasswordResult) ReadField1 ¶
func (*AuthServiceSetIdentifierAndPasswordResult) String ¶
func (p *AuthServiceSetIdentifierAndPasswordResult) String() string
type AuthServiceSetIdentifierArgs ¶
type AuthServiceSetIdentifierArgs struct { // unused field # 1 AuthSessionId string `thrift:"authSessionId,2" db:"authSessionId" json:"authSessionId"` Request *IdentityCredentialRequest `thrift:"request,3" db:"request" json:"request"` }
Attributes:
- AuthSessionId
- Request
func NewAuthServiceSetIdentifierArgs ¶
func NewAuthServiceSetIdentifierArgs() *AuthServiceSetIdentifierArgs
func (*AuthServiceSetIdentifierArgs) GetAuthSessionId ¶
func (p *AuthServiceSetIdentifierArgs) GetAuthSessionId() string
func (*AuthServiceSetIdentifierArgs) GetRequest ¶
func (p *AuthServiceSetIdentifierArgs) GetRequest() *IdentityCredentialRequest
func (*AuthServiceSetIdentifierArgs) IsSetRequest ¶
func (p *AuthServiceSetIdentifierArgs) IsSetRequest() bool
func (*AuthServiceSetIdentifierArgs) ReadField2 ¶
func (*AuthServiceSetIdentifierArgs) ReadField3 ¶
func (*AuthServiceSetIdentifierArgs) String ¶
func (p *AuthServiceSetIdentifierArgs) String() string
type AuthServiceSetIdentifierResult ¶
type AuthServiceSetIdentifierResult struct { Success *IdentityCredentialResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewAuthServiceSetIdentifierResult ¶
func NewAuthServiceSetIdentifierResult() *AuthServiceSetIdentifierResult
func (*AuthServiceSetIdentifierResult) GetE ¶
func (p *AuthServiceSetIdentifierResult) GetE() *TalkException
func (*AuthServiceSetIdentifierResult) GetSuccess ¶
func (p *AuthServiceSetIdentifierResult) GetSuccess() *IdentityCredentialResponse
func (*AuthServiceSetIdentifierResult) IsSetE ¶
func (p *AuthServiceSetIdentifierResult) IsSetE() bool
func (*AuthServiceSetIdentifierResult) IsSetSuccess ¶
func (p *AuthServiceSetIdentifierResult) IsSetSuccess() bool
func (*AuthServiceSetIdentifierResult) ReadField0 ¶
func (*AuthServiceSetIdentifierResult) ReadField1 ¶
func (*AuthServiceSetIdentifierResult) String ¶
func (p *AuthServiceSetIdentifierResult) String() string
type AuthServiceSetPasswordArgs ¶
type AuthServiceSetPasswordArgs struct { AuthSessionId string `thrift:"authSessionId,1" db:"authSessionId" json:"authSessionId"` EncryptedPassword *EncryptedPassword `thrift:"encryptedPassword,2" db:"encryptedPassword" json:"encryptedPassword"` }
Attributes:
- AuthSessionId
- EncryptedPassword
func NewAuthServiceSetPasswordArgs ¶
func NewAuthServiceSetPasswordArgs() *AuthServiceSetPasswordArgs
func (*AuthServiceSetPasswordArgs) GetAuthSessionId ¶
func (p *AuthServiceSetPasswordArgs) GetAuthSessionId() string
func (*AuthServiceSetPasswordArgs) GetEncryptedPassword ¶
func (p *AuthServiceSetPasswordArgs) GetEncryptedPassword() *EncryptedPassword
func (*AuthServiceSetPasswordArgs) IsSetEncryptedPassword ¶
func (p *AuthServiceSetPasswordArgs) IsSetEncryptedPassword() bool
func (*AuthServiceSetPasswordArgs) ReadField1 ¶
func (*AuthServiceSetPasswordArgs) ReadField2 ¶
func (*AuthServiceSetPasswordArgs) String ¶
func (p *AuthServiceSetPasswordArgs) String() string
type AuthServiceSetPasswordResult ¶
type AuthServiceSetPasswordResult struct { Success *SetPasswordResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewAuthServiceSetPasswordResult ¶
func NewAuthServiceSetPasswordResult() *AuthServiceSetPasswordResult
func (*AuthServiceSetPasswordResult) GetE ¶
func (p *AuthServiceSetPasswordResult) GetE() *TalkException
func (*AuthServiceSetPasswordResult) GetSuccess ¶
func (p *AuthServiceSetPasswordResult) GetSuccess() *SetPasswordResponse
func (*AuthServiceSetPasswordResult) IsSetE ¶
func (p *AuthServiceSetPasswordResult) IsSetE() bool
func (*AuthServiceSetPasswordResult) IsSetSuccess ¶
func (p *AuthServiceSetPasswordResult) IsSetSuccess() bool
func (*AuthServiceSetPasswordResult) ReadField0 ¶
func (*AuthServiceSetPasswordResult) ReadField1 ¶
func (*AuthServiceSetPasswordResult) String ¶
func (p *AuthServiceSetPasswordResult) String() string
type AuthServiceUpdateIdentifierArgs ¶
type AuthServiceUpdateIdentifierArgs struct { // unused field # 1 AuthSessionId string `thrift:"authSessionId,2" db:"authSessionId" json:"authSessionId"` Request *IdentityCredentialRequest `thrift:"request,3" db:"request" json:"request"` }
Attributes:
- AuthSessionId
- Request
func NewAuthServiceUpdateIdentifierArgs ¶
func NewAuthServiceUpdateIdentifierArgs() *AuthServiceUpdateIdentifierArgs
func (*AuthServiceUpdateIdentifierArgs) GetAuthSessionId ¶
func (p *AuthServiceUpdateIdentifierArgs) GetAuthSessionId() string
func (*AuthServiceUpdateIdentifierArgs) GetRequest ¶
func (p *AuthServiceUpdateIdentifierArgs) GetRequest() *IdentityCredentialRequest
func (*AuthServiceUpdateIdentifierArgs) IsSetRequest ¶
func (p *AuthServiceUpdateIdentifierArgs) IsSetRequest() bool
func (*AuthServiceUpdateIdentifierArgs) ReadField2 ¶
func (*AuthServiceUpdateIdentifierArgs) ReadField3 ¶
func (*AuthServiceUpdateIdentifierArgs) String ¶
func (p *AuthServiceUpdateIdentifierArgs) String() string
type AuthServiceUpdateIdentifierResult ¶
type AuthServiceUpdateIdentifierResult struct { Success *IdentityCredentialResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewAuthServiceUpdateIdentifierResult ¶
func NewAuthServiceUpdateIdentifierResult() *AuthServiceUpdateIdentifierResult
func (*AuthServiceUpdateIdentifierResult) GetE ¶
func (p *AuthServiceUpdateIdentifierResult) GetE() *TalkException
func (*AuthServiceUpdateIdentifierResult) GetSuccess ¶
func (p *AuthServiceUpdateIdentifierResult) GetSuccess() *IdentityCredentialResponse
func (*AuthServiceUpdateIdentifierResult) IsSetE ¶
func (p *AuthServiceUpdateIdentifierResult) IsSetE() bool
func (*AuthServiceUpdateIdentifierResult) IsSetSuccess ¶
func (p *AuthServiceUpdateIdentifierResult) IsSetSuccess() bool
func (*AuthServiceUpdateIdentifierResult) ReadField0 ¶
func (*AuthServiceUpdateIdentifierResult) ReadField1 ¶
func (*AuthServiceUpdateIdentifierResult) String ¶
func (p *AuthServiceUpdateIdentifierResult) String() string
type AuthServiceUpdatePasswordArgs ¶
type AuthServiceUpdatePasswordArgs struct { // unused field # 1 AuthSessionId string `thrift:"authSessionId,2" db:"authSessionId" json:"authSessionId"` Request *IdentityCredentialRequest `thrift:"request,3" db:"request" json:"request"` }
Attributes:
- AuthSessionId
- Request
func NewAuthServiceUpdatePasswordArgs ¶
func NewAuthServiceUpdatePasswordArgs() *AuthServiceUpdatePasswordArgs
func (*AuthServiceUpdatePasswordArgs) GetAuthSessionId ¶
func (p *AuthServiceUpdatePasswordArgs) GetAuthSessionId() string
func (*AuthServiceUpdatePasswordArgs) GetRequest ¶
func (p *AuthServiceUpdatePasswordArgs) GetRequest() *IdentityCredentialRequest
func (*AuthServiceUpdatePasswordArgs) IsSetRequest ¶
func (p *AuthServiceUpdatePasswordArgs) IsSetRequest() bool
func (*AuthServiceUpdatePasswordArgs) ReadField2 ¶
func (*AuthServiceUpdatePasswordArgs) ReadField3 ¶
func (*AuthServiceUpdatePasswordArgs) String ¶
func (p *AuthServiceUpdatePasswordArgs) String() string
type AuthServiceUpdatePasswordResult ¶
type AuthServiceUpdatePasswordResult struct { Success *IdentityCredentialResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewAuthServiceUpdatePasswordResult ¶
func NewAuthServiceUpdatePasswordResult() *AuthServiceUpdatePasswordResult
func (*AuthServiceUpdatePasswordResult) GetE ¶
func (p *AuthServiceUpdatePasswordResult) GetE() *TalkException
func (*AuthServiceUpdatePasswordResult) GetSuccess ¶
func (p *AuthServiceUpdatePasswordResult) GetSuccess() *IdentityCredentialResponse
func (*AuthServiceUpdatePasswordResult) IsSetE ¶
func (p *AuthServiceUpdatePasswordResult) IsSetE() bool
func (*AuthServiceUpdatePasswordResult) IsSetSuccess ¶
func (p *AuthServiceUpdatePasswordResult) IsSetSuccess() bool
func (*AuthServiceUpdatePasswordResult) ReadField0 ¶
func (*AuthServiceUpdatePasswordResult) ReadField1 ¶
func (*AuthServiceUpdatePasswordResult) String ¶
func (p *AuthServiceUpdatePasswordResult) String() string
type AuthServiceVerifyQrcodeWithE2EEArgs ¶
type AuthServiceVerifyQrcodeWithE2EEArgs struct { // unused field # 1 Verifier string `thrift:"verifier,2" db:"verifier" json:"verifier"` PinCode string `thrift:"pinCode,3" db:"pinCode" json:"pinCode"` ErrorCode ErrorCode `thrift:"errorCode,4" db:"errorCode" json:"errorCode"` PublicKey *E2EEPublicKey `thrift:"publicKey,5" db:"publicKey" json:"publicKey"` EncryptedKeyChain string `thrift:"encryptedKeyChain,6" db:"encryptedKeyChain" json:"encryptedKeyChain"` HashKeyChain string `thrift:"hashKeyChain,7" db:"hashKeyChain" json:"hashKeyChain"` }
Attributes:
- Verifier
- PinCode
- ErrorCode
- PublicKey
- EncryptedKeyChain
- HashKeyChain
func NewAuthServiceVerifyQrcodeWithE2EEArgs ¶
func NewAuthServiceVerifyQrcodeWithE2EEArgs() *AuthServiceVerifyQrcodeWithE2EEArgs
func (*AuthServiceVerifyQrcodeWithE2EEArgs) GetEncryptedKeyChain ¶
func (p *AuthServiceVerifyQrcodeWithE2EEArgs) GetEncryptedKeyChain() string
func (*AuthServiceVerifyQrcodeWithE2EEArgs) GetErrorCode ¶
func (p *AuthServiceVerifyQrcodeWithE2EEArgs) GetErrorCode() ErrorCode
func (*AuthServiceVerifyQrcodeWithE2EEArgs) GetHashKeyChain ¶
func (p *AuthServiceVerifyQrcodeWithE2EEArgs) GetHashKeyChain() string
func (*AuthServiceVerifyQrcodeWithE2EEArgs) GetPinCode ¶
func (p *AuthServiceVerifyQrcodeWithE2EEArgs) GetPinCode() string
func (*AuthServiceVerifyQrcodeWithE2EEArgs) GetPublicKey ¶
func (p *AuthServiceVerifyQrcodeWithE2EEArgs) GetPublicKey() *E2EEPublicKey
func (*AuthServiceVerifyQrcodeWithE2EEArgs) GetVerifier ¶
func (p *AuthServiceVerifyQrcodeWithE2EEArgs) GetVerifier() string
func (*AuthServiceVerifyQrcodeWithE2EEArgs) IsSetPublicKey ¶
func (p *AuthServiceVerifyQrcodeWithE2EEArgs) IsSetPublicKey() bool
func (*AuthServiceVerifyQrcodeWithE2EEArgs) ReadField2 ¶
func (*AuthServiceVerifyQrcodeWithE2EEArgs) ReadField3 ¶
func (*AuthServiceVerifyQrcodeWithE2EEArgs) ReadField4 ¶
func (*AuthServiceVerifyQrcodeWithE2EEArgs) ReadField5 ¶
func (*AuthServiceVerifyQrcodeWithE2EEArgs) ReadField6 ¶
func (*AuthServiceVerifyQrcodeWithE2EEArgs) ReadField7 ¶
func (*AuthServiceVerifyQrcodeWithE2EEArgs) String ¶
func (p *AuthServiceVerifyQrcodeWithE2EEArgs) String() string
type AuthServiceVerifyQrcodeWithE2EEResult ¶
type AuthServiceVerifyQrcodeWithE2EEResult struct { Success *string `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewAuthServiceVerifyQrcodeWithE2EEResult ¶
func NewAuthServiceVerifyQrcodeWithE2EEResult() *AuthServiceVerifyQrcodeWithE2EEResult
func (*AuthServiceVerifyQrcodeWithE2EEResult) GetE ¶
func (p *AuthServiceVerifyQrcodeWithE2EEResult) GetE() *TalkException
func (*AuthServiceVerifyQrcodeWithE2EEResult) GetSuccess ¶
func (p *AuthServiceVerifyQrcodeWithE2EEResult) GetSuccess() string
func (*AuthServiceVerifyQrcodeWithE2EEResult) IsSetE ¶
func (p *AuthServiceVerifyQrcodeWithE2EEResult) IsSetE() bool
func (*AuthServiceVerifyQrcodeWithE2EEResult) IsSetSuccess ¶
func (p *AuthServiceVerifyQrcodeWithE2EEResult) IsSetSuccess() bool
func (*AuthServiceVerifyQrcodeWithE2EEResult) ReadField0 ¶
func (*AuthServiceVerifyQrcodeWithE2EEResult) ReadField1 ¶
func (*AuthServiceVerifyQrcodeWithE2EEResult) String ¶
func (p *AuthServiceVerifyQrcodeWithE2EEResult) String() string
type AuthSessionRequest ¶
type AuthSessionRequest struct {
MetaData map[string]string `thrift:"metaData,1" db:"metaData" json:"metaData"`
}
Attributes:
- MetaData
var AuthServiceOpenAuthSessionArgs_Request_DEFAULT *AuthSessionRequest
func NewAuthSessionRequest ¶
func NewAuthSessionRequest() *AuthSessionRequest
func (*AuthSessionRequest) Equals ¶
func (p *AuthSessionRequest) Equals(other *AuthSessionRequest) bool
func (*AuthSessionRequest) GetMetaData ¶
func (p *AuthSessionRequest) GetMetaData() map[string]string
func (*AuthSessionRequest) ReadField1 ¶
func (*AuthSessionRequest) String ¶
func (p *AuthSessionRequest) String() string
type AvatarProfile ¶
type AvatarProfile struct { Version string `thrift:"version,1" db:"version" json:"version"` UpdatedMillis int64 `thrift:"updatedMillis,2" db:"updatedMillis" json:"updatedMillis"` }
Attributes:
- Version
- UpdatedMillis
var Contact_AvatarProfile_DEFAULT *AvatarProfile
var Profile_AvatarProfile_DEFAULT *AvatarProfile
func NewAvatarProfile ¶
func NewAvatarProfile() *AvatarProfile
func (*AvatarProfile) Equals ¶
func (p *AvatarProfile) Equals(other *AvatarProfile) bool
func (*AvatarProfile) GetUpdatedMillis ¶
func (p *AvatarProfile) GetUpdatedMillis() int64
func (*AvatarProfile) GetVersion ¶
func (p *AvatarProfile) GetVersion() string
func (*AvatarProfile) ReadField1 ¶
func (*AvatarProfile) ReadField2 ¶
func (*AvatarProfile) String ¶
func (p *AvatarProfile) String() string
type BotType ¶
type BotType int64
func BotTypeFromString ¶
func BotTypePtr ¶
func (BotType) MarshalText ¶
func (*BotType) UnmarshalText ¶
type BuddyDetail ¶
type BuddyDetail struct { Mid string `thrift:"mid,1" db:"mid" json:"mid"` MemberCount int64 `thrift:"memberCount,2" db:"memberCount" json:"memberCount"` OnAir bool `thrift:"onAir,3" db:"onAir" json:"onAir"` BusinessAccount bool `thrift:"businessAccount,4" db:"businessAccount" json:"businessAccount"` Addable bool `thrift:"addable,5" db:"addable" json:"addable"` AcceptableContentTypes []ContentType `thrift:"acceptableContentTypes,6" db:"acceptableContentTypes" json:"acceptableContentTypes"` CapableMyhome bool `thrift:"capableMyhome,7" db:"capableMyhome" json:"capableMyhome"` FreePhoneCallable bool `thrift:"freePhoneCallable,8" db:"freePhoneCallable" json:"freePhoneCallable"` PhoneNumberToDial string `thrift:"phoneNumberToDial,9" db:"phoneNumberToDial" json:"phoneNumberToDial"` NeedPermissionApproval bool `thrift:"needPermissionApproval,10" db:"needPermissionApproval" json:"needPermissionApproval"` ChannelId int32 `thrift:"channelId,11" db:"channelId" json:"channelId"` ChannelProviderName string `thrift:"channelProviderName,12" db:"channelProviderName" json:"channelProviderName"` IconType int32 `thrift:"iconType,13" db:"iconType" json:"iconType"` BotType BotType `thrift:"botType,14" db:"botType" json:"botType"` ShowRichMenu bool `thrift:"showRichMenu,15" db:"showRichMenu" json:"showRichMenu"` RichMenuRevision int64 `thrift:"richMenuRevision,16" db:"richMenuRevision" json:"richMenuRevision"` OnAirLabel BuddyOnAirLabel `thrift:"onAirLabel,17" db:"onAirLabel" json:"onAirLabel"` UseTheme bool `thrift:"useTheme,18" db:"useTheme" json:"useTheme"` ThemeId string `thrift:"themeId,19" db:"themeId" json:"themeId"` UseBar bool `thrift:"useBar,20" db:"useBar" json:"useBar"` BarRevision int64 `thrift:"barRevision,21" db:"barRevision" json:"barRevision"` UseBackground bool `thrift:"useBackground,22" db:"useBackground" json:"useBackground"` BackgroundId string `thrift:"backgroundId,23" db:"backgroundId" json:"backgroundId"` StatusBarEnabled bool `thrift:"statusBarEnabled,24" db:"statusBarEnabled" json:"statusBarEnabled"` StatusBarRevision int64 `thrift:"statusBarRevision,25" db:"statusBarRevision" json:"statusBarRevision"` SearchId string `thrift:"searchId,26" db:"searchId" json:"searchId"` OnAirVersion int32 `thrift:"onAirVersion,27" db:"onAirVersion" json:"onAirVersion"` Blockable bool `thrift:"blockable,28" db:"blockable" json:"blockable"` }
Attributes:
- Mid
- MemberCount
- OnAir
- BusinessAccount
- Addable
- AcceptableContentTypes
- CapableMyhome
- FreePhoneCallable
- PhoneNumberToDial
- NeedPermissionApproval
- ChannelId
- ChannelProviderName
- IconType
- BotType
- ShowRichMenu
- RichMenuRevision
- OnAirLabel
- OnAirVersion
- UseTheme
- ThemeId
- UseBar
- BarRevision
- UseBackground
- BackgroundId
- StatusBarEnabled
- StatusBarRevision
- SearchId
- Blockable
var BuddyServiceGetBuddyDetailResult_Success_DEFAULT *BuddyDetail
func NewBuddyDetail ¶
func NewBuddyDetail() *BuddyDetail
func (*BuddyDetail) Equals ¶
func (p *BuddyDetail) Equals(other *BuddyDetail) bool
func (*BuddyDetail) GetAcceptableContentTypes ¶
func (p *BuddyDetail) GetAcceptableContentTypes() []ContentType
func (*BuddyDetail) GetAddable ¶
func (p *BuddyDetail) GetAddable() bool
func (*BuddyDetail) GetBackgroundId ¶
func (p *BuddyDetail) GetBackgroundId() string
func (*BuddyDetail) GetBarRevision ¶
func (p *BuddyDetail) GetBarRevision() int64
func (*BuddyDetail) GetBlockable ¶
func (p *BuddyDetail) GetBlockable() bool
func (*BuddyDetail) GetBotType ¶
func (p *BuddyDetail) GetBotType() BotType
func (*BuddyDetail) GetBusinessAccount ¶
func (p *BuddyDetail) GetBusinessAccount() bool
func (*BuddyDetail) GetCapableMyhome ¶
func (p *BuddyDetail) GetCapableMyhome() bool
func (*BuddyDetail) GetChannelId ¶
func (p *BuddyDetail) GetChannelId() int32
func (*BuddyDetail) GetChannelProviderName ¶
func (p *BuddyDetail) GetChannelProviderName() string
func (*BuddyDetail) GetFreePhoneCallable ¶
func (p *BuddyDetail) GetFreePhoneCallable() bool
func (*BuddyDetail) GetIconType ¶
func (p *BuddyDetail) GetIconType() int32
func (*BuddyDetail) GetMemberCount ¶
func (p *BuddyDetail) GetMemberCount() int64
func (*BuddyDetail) GetMid ¶
func (p *BuddyDetail) GetMid() string
func (*BuddyDetail) GetNeedPermissionApproval ¶
func (p *BuddyDetail) GetNeedPermissionApproval() bool
func (*BuddyDetail) GetOnAir ¶
func (p *BuddyDetail) GetOnAir() bool
func (*BuddyDetail) GetOnAirLabel ¶
func (p *BuddyDetail) GetOnAirLabel() BuddyOnAirLabel
func (*BuddyDetail) GetOnAirVersion ¶
func (p *BuddyDetail) GetOnAirVersion() int32
func (*BuddyDetail) GetPhoneNumberToDial ¶
func (p *BuddyDetail) GetPhoneNumberToDial() string
func (*BuddyDetail) GetRichMenuRevision ¶
func (p *BuddyDetail) GetRichMenuRevision() int64
func (*BuddyDetail) GetSearchId ¶
func (p *BuddyDetail) GetSearchId() string
func (*BuddyDetail) GetShowRichMenu ¶
func (p *BuddyDetail) GetShowRichMenu() bool
func (*BuddyDetail) GetStatusBarEnabled ¶
func (p *BuddyDetail) GetStatusBarEnabled() bool
func (*BuddyDetail) GetStatusBarRevision ¶
func (p *BuddyDetail) GetStatusBarRevision() int64
func (*BuddyDetail) GetThemeId ¶
func (p *BuddyDetail) GetThemeId() string
func (*BuddyDetail) GetUseBackground ¶
func (p *BuddyDetail) GetUseBackground() bool
func (*BuddyDetail) GetUseBar ¶
func (p *BuddyDetail) GetUseBar() bool
func (*BuddyDetail) GetUseTheme ¶
func (p *BuddyDetail) GetUseTheme() bool
func (*BuddyDetail) ReadField1 ¶
func (*BuddyDetail) ReadField10 ¶
func (*BuddyDetail) ReadField11 ¶
func (*BuddyDetail) ReadField12 ¶
func (*BuddyDetail) ReadField13 ¶
func (*BuddyDetail) ReadField14 ¶
func (*BuddyDetail) ReadField15 ¶
func (*BuddyDetail) ReadField16 ¶
func (*BuddyDetail) ReadField17 ¶
func (*BuddyDetail) ReadField18 ¶
func (*BuddyDetail) ReadField19 ¶
func (*BuddyDetail) ReadField2 ¶
func (*BuddyDetail) ReadField20 ¶
func (*BuddyDetail) ReadField21 ¶
func (*BuddyDetail) ReadField22 ¶
func (*BuddyDetail) ReadField23 ¶
func (*BuddyDetail) ReadField24 ¶
func (*BuddyDetail) ReadField25 ¶
func (*BuddyDetail) ReadField26 ¶
func (*BuddyDetail) ReadField27 ¶
func (*BuddyDetail) ReadField28 ¶
func (*BuddyDetail) ReadField3 ¶
func (*BuddyDetail) ReadField4 ¶
func (*BuddyDetail) ReadField5 ¶
func (*BuddyDetail) ReadField6 ¶
func (*BuddyDetail) ReadField7 ¶
func (*BuddyDetail) ReadField8 ¶
func (*BuddyDetail) ReadField9 ¶
func (*BuddyDetail) String ¶
func (p *BuddyDetail) String() string
type BuddyList ¶
type BuddyList struct { Classification string `thrift:"classification,1" db:"classification" json:"classification"` DisplayName string `thrift:"displayName,2" db:"displayName" json:"displayName"` TotalBuddyCount int32 `thrift:"totalBuddyCount,3" db:"totalBuddyCount" json:"totalBuddyCount"` PopularContacts []*Contact `thrift:"popularContacts,4" db:"popularContacts" json:"popularContacts"` }
Attributes:
- Classification
- DisplayName
- TotalBuddyCount
- PopularContacts
func NewBuddyList ¶
func NewBuddyList() *BuddyList
func (*BuddyList) GetClassification ¶
func (*BuddyList) GetDisplayName ¶
func (*BuddyList) GetPopularContacts ¶
func (*BuddyList) GetTotalBuddyCount ¶
func (*BuddyList) ReadField1 ¶
func (*BuddyList) ReadField2 ¶
func (*BuddyList) ReadField3 ¶
func (*BuddyList) ReadField4 ¶
type BuddyOnAirLabel ¶
type BuddyOnAirLabel int64
const ( BuddyOnAirLabel_ON_AIR BuddyOnAirLabel = 0 BuddyOnAirLabel_LIVE BuddyOnAirLabel = 1 )
func BuddyOnAirLabelFromString ¶
func BuddyOnAirLabelFromString(s string) (BuddyOnAirLabel, error)
func BuddyOnAirLabelPtr ¶
func BuddyOnAirLabelPtr(v BuddyOnAirLabel) *BuddyOnAirLabel
func (BuddyOnAirLabel) MarshalText ¶
func (p BuddyOnAirLabel) MarshalText() ([]byte, error)
func (*BuddyOnAirLabel) Scan ¶
func (p *BuddyOnAirLabel) Scan(value interface{}) error
func (BuddyOnAirLabel) String ¶
func (p BuddyOnAirLabel) String() string
func (*BuddyOnAirLabel) UnmarshalText ¶
func (p *BuddyOnAirLabel) UnmarshalText(text []byte) error
type BuddyService ¶
type BuddyService interface { // Parameters: // - Language // - Country GetPopularBuddyLists(ctx context.Context, language string, country string) (_r []*BuddyList, _err error) // Parameters: // - Language // - Country // - Classification // - FromIndex // - Count GetBuddyContacts(ctx context.Context, language string, country string, classification string, fromIndex int32, count int32) (_r []*Contact, _err error) // Parameters: // - BuddyMid GetBuddyDetail(ctx context.Context, buddyMid string) (_r *BuddyDetail, _err error) }
type BuddyServiceClient ¶
type BuddyServiceClient struct {
// contains filtered or unexported fields
}
func NewBuddyServiceClient ¶
func NewBuddyServiceClient(c thrift.TClient) *BuddyServiceClient
func NewBuddyServiceClientFactory ¶
func NewBuddyServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *BuddyServiceClient
func NewBuddyServiceClientProtocol ¶
func NewBuddyServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *BuddyServiceClient
func (*BuddyServiceClient) Client_ ¶
func (p *BuddyServiceClient) Client_() thrift.TClient
func (*BuddyServiceClient) GetBuddyContacts ¶
func (p *BuddyServiceClient) GetBuddyContacts(ctx context.Context, language string, country string, classification string, fromIndex int32, count int32) (_r []*Contact, _err error)
Parameters:
- Language
- Country
- Classification
- FromIndex
- Count
func (*BuddyServiceClient) GetBuddyDetail ¶
func (p *BuddyServiceClient) GetBuddyDetail(ctx context.Context, buddyMid string) (_r *BuddyDetail, _err error)
Parameters:
- BuddyMid
func (*BuddyServiceClient) GetPopularBuddyLists ¶
func (p *BuddyServiceClient) GetPopularBuddyLists(ctx context.Context, language string, country string) (_r []*BuddyList, _err error)
Parameters:
- Language
- Country
func (*BuddyServiceClient) LastResponseMeta_ ¶
func (p *BuddyServiceClient) LastResponseMeta_() thrift.ResponseMeta
func (*BuddyServiceClient) SetLastResponseMeta_ ¶
func (p *BuddyServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
type BuddyServiceGetBuddyContactsArgs ¶
type BuddyServiceGetBuddyContactsArgs struct { // unused field # 1 Language string `thrift:"language,2" db:"language" json:"language"` Country string `thrift:"country,3" db:"country" json:"country"` Classification string `thrift:"classification,4" db:"classification" json:"classification"` FromIndex int32 `thrift:"fromIndex,5" db:"fromIndex" json:"fromIndex"` Count int32 `thrift:"count,6" db:"count" json:"count"` }
Attributes:
- Language
- Country
- Classification
- FromIndex
- Count
func NewBuddyServiceGetBuddyContactsArgs ¶
func NewBuddyServiceGetBuddyContactsArgs() *BuddyServiceGetBuddyContactsArgs
func (*BuddyServiceGetBuddyContactsArgs) GetClassification ¶
func (p *BuddyServiceGetBuddyContactsArgs) GetClassification() string
func (*BuddyServiceGetBuddyContactsArgs) GetCount ¶
func (p *BuddyServiceGetBuddyContactsArgs) GetCount() int32
func (*BuddyServiceGetBuddyContactsArgs) GetCountry ¶
func (p *BuddyServiceGetBuddyContactsArgs) GetCountry() string
func (*BuddyServiceGetBuddyContactsArgs) GetFromIndex ¶
func (p *BuddyServiceGetBuddyContactsArgs) GetFromIndex() int32
func (*BuddyServiceGetBuddyContactsArgs) GetLanguage ¶
func (p *BuddyServiceGetBuddyContactsArgs) GetLanguage() string
func (*BuddyServiceGetBuddyContactsArgs) ReadField2 ¶
func (*BuddyServiceGetBuddyContactsArgs) ReadField3 ¶
func (*BuddyServiceGetBuddyContactsArgs) ReadField4 ¶
func (*BuddyServiceGetBuddyContactsArgs) ReadField5 ¶
func (*BuddyServiceGetBuddyContactsArgs) ReadField6 ¶
func (*BuddyServiceGetBuddyContactsArgs) String ¶
func (p *BuddyServiceGetBuddyContactsArgs) String() string
type BuddyServiceGetBuddyContactsResult ¶
type BuddyServiceGetBuddyContactsResult struct { Success []*Contact `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewBuddyServiceGetBuddyContactsResult ¶
func NewBuddyServiceGetBuddyContactsResult() *BuddyServiceGetBuddyContactsResult
func (*BuddyServiceGetBuddyContactsResult) GetE ¶
func (p *BuddyServiceGetBuddyContactsResult) GetE() *TalkException
func (*BuddyServiceGetBuddyContactsResult) GetSuccess ¶
func (p *BuddyServiceGetBuddyContactsResult) GetSuccess() []*Contact
func (*BuddyServiceGetBuddyContactsResult) IsSetE ¶
func (p *BuddyServiceGetBuddyContactsResult) IsSetE() bool
func (*BuddyServiceGetBuddyContactsResult) IsSetSuccess ¶
func (p *BuddyServiceGetBuddyContactsResult) IsSetSuccess() bool
func (*BuddyServiceGetBuddyContactsResult) ReadField0 ¶
func (*BuddyServiceGetBuddyContactsResult) ReadField1 ¶
func (*BuddyServiceGetBuddyContactsResult) String ¶
func (p *BuddyServiceGetBuddyContactsResult) String() string
type BuddyServiceGetBuddyDetailArgs ¶
type BuddyServiceGetBuddyDetailArgs struct { // unused fields # 1 to 3 BuddyMid string `thrift:"buddyMid,4" db:"buddyMid" json:"buddyMid"` }
Attributes:
- BuddyMid
func NewBuddyServiceGetBuddyDetailArgs ¶
func NewBuddyServiceGetBuddyDetailArgs() *BuddyServiceGetBuddyDetailArgs
func (*BuddyServiceGetBuddyDetailArgs) GetBuddyMid ¶
func (p *BuddyServiceGetBuddyDetailArgs) GetBuddyMid() string
func (*BuddyServiceGetBuddyDetailArgs) ReadField4 ¶
func (*BuddyServiceGetBuddyDetailArgs) String ¶
func (p *BuddyServiceGetBuddyDetailArgs) String() string
type BuddyServiceGetBuddyDetailResult ¶
type BuddyServiceGetBuddyDetailResult struct { Success *BuddyDetail `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewBuddyServiceGetBuddyDetailResult ¶
func NewBuddyServiceGetBuddyDetailResult() *BuddyServiceGetBuddyDetailResult
func (*BuddyServiceGetBuddyDetailResult) GetE ¶
func (p *BuddyServiceGetBuddyDetailResult) GetE() *TalkException
func (*BuddyServiceGetBuddyDetailResult) GetSuccess ¶
func (p *BuddyServiceGetBuddyDetailResult) GetSuccess() *BuddyDetail
func (*BuddyServiceGetBuddyDetailResult) IsSetE ¶
func (p *BuddyServiceGetBuddyDetailResult) IsSetE() bool
func (*BuddyServiceGetBuddyDetailResult) IsSetSuccess ¶
func (p *BuddyServiceGetBuddyDetailResult) IsSetSuccess() bool
func (*BuddyServiceGetBuddyDetailResult) ReadField0 ¶
func (*BuddyServiceGetBuddyDetailResult) ReadField1 ¶
func (*BuddyServiceGetBuddyDetailResult) String ¶
func (p *BuddyServiceGetBuddyDetailResult) String() string
type BuddyServiceGetPopularBuddyListsArgs ¶
type BuddyServiceGetPopularBuddyListsArgs struct { // unused field # 1 Language string `thrift:"language,2" db:"language" json:"language"` Country string `thrift:"country,3" db:"country" json:"country"` }
Attributes:
- Language
- Country
func NewBuddyServiceGetPopularBuddyListsArgs ¶
func NewBuddyServiceGetPopularBuddyListsArgs() *BuddyServiceGetPopularBuddyListsArgs
func (*BuddyServiceGetPopularBuddyListsArgs) GetCountry ¶
func (p *BuddyServiceGetPopularBuddyListsArgs) GetCountry() string
func (*BuddyServiceGetPopularBuddyListsArgs) GetLanguage ¶
func (p *BuddyServiceGetPopularBuddyListsArgs) GetLanguage() string
func (*BuddyServiceGetPopularBuddyListsArgs) ReadField2 ¶
func (*BuddyServiceGetPopularBuddyListsArgs) ReadField3 ¶
func (*BuddyServiceGetPopularBuddyListsArgs) String ¶
func (p *BuddyServiceGetPopularBuddyListsArgs) String() string
type BuddyServiceGetPopularBuddyListsResult ¶
type BuddyServiceGetPopularBuddyListsResult struct { Success []*BuddyList `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewBuddyServiceGetPopularBuddyListsResult ¶
func NewBuddyServiceGetPopularBuddyListsResult() *BuddyServiceGetPopularBuddyListsResult
func (*BuddyServiceGetPopularBuddyListsResult) GetE ¶
func (p *BuddyServiceGetPopularBuddyListsResult) GetE() *TalkException
func (*BuddyServiceGetPopularBuddyListsResult) GetSuccess ¶
func (p *BuddyServiceGetPopularBuddyListsResult) GetSuccess() []*BuddyList
func (*BuddyServiceGetPopularBuddyListsResult) IsSetE ¶
func (p *BuddyServiceGetPopularBuddyListsResult) IsSetE() bool
func (*BuddyServiceGetPopularBuddyListsResult) IsSetSuccess ¶
func (p *BuddyServiceGetPopularBuddyListsResult) IsSetSuccess() bool
func (*BuddyServiceGetPopularBuddyListsResult) ReadField0 ¶
func (*BuddyServiceGetPopularBuddyListsResult) ReadField1 ¶
func (*BuddyServiceGetPopularBuddyListsResult) String ¶
func (p *BuddyServiceGetPopularBuddyListsResult) String() string
type BuddyServiceProcessor ¶
type BuddyServiceProcessor struct {
// contains filtered or unexported fields
}
func NewBuddyServiceProcessor ¶
func NewBuddyServiceProcessor(handler BuddyService) *BuddyServiceProcessor
func (*BuddyServiceProcessor) AddToProcessorMap ¶
func (p *BuddyServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
func (*BuddyServiceProcessor) GetProcessorFunction ¶
func (p *BuddyServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
func (*BuddyServiceProcessor) Process ¶
func (p *BuddyServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
func (*BuddyServiceProcessor) ProcessorMap ¶
func (p *BuddyServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
type CallFlowType ¶
type CallFlowType int64
const ( CallFlowType_NEW CallFlowType = 1 CallFlowType_PLANET CallFlowType = 2 )
func CallFlowTypeFromString ¶
func CallFlowTypeFromString(s string) (CallFlowType, error)
func CallFlowTypePtr ¶
func CallFlowTypePtr(v CallFlowType) *CallFlowType
func (CallFlowType) MarshalText ¶
func (p CallFlowType) MarshalText() ([]byte, error)
func (*CallFlowType) Scan ¶
func (p *CallFlowType) Scan(value interface{}) error
func (CallFlowType) String ¶
func (p CallFlowType) String() string
func (*CallFlowType) UnmarshalText ¶
func (p *CallFlowType) UnmarshalText(text []byte) error
type CallHost ¶
type CallHost struct { // unused field # 1 Port int32 `thrift:"port,2" db:"port" json:"port"` Zone string `thrift:"zone,3" db:"zone" json:"zone"` }
Attributes:
- Port
- Zone
var GroupCallRoute_Cscf_DEFAULT *CallHost
var GroupCallRoute_Mix_DEFAULT *CallHost
func NewCallHost ¶
func NewCallHost() *CallHost
func (*CallHost) ReadField2 ¶
func (*CallHost) ReadField3 ¶
type CallRoute ¶
type CallRoute struct { FromToken string `thrift:"fromToken,1" db:"fromToken" json:"fromToken"` CallFlowType CallFlowType `thrift:"callFlowType,2" db:"callFlowType" json:"callFlowType"` VoipAddress string `thrift:"voipAddress,3" db:"voipAddress" json:"voipAddress"` VoipUdpPort int32 `thrift:"voipUdpPort,4" db:"voipUdpPort" json:"voipUdpPort"` VoipTcpPort int32 `thrift:"voipTcpPort,5" db:"voipTcpPort" json:"voipTcpPort"` FromZone string `thrift:"fromZone,6" db:"fromZone" json:"fromZone"` ToZone string `thrift:"toZone,7" db:"toZone" json:"toZone"` FakeCall bool `thrift:"fakeCall,8" db:"fakeCall" json:"fakeCall"` RingbackTone string `thrift:"ringbackTone,9" db:"ringbackTone" json:"ringbackTone"` ToMid string `thrift:"toMid,10" db:"toMid" json:"toMid"` Tunneling string `thrift:"tunneling,11" db:"tunneling" json:"tunneling"` CommParam string `thrift:"commParam,12" db:"commParam" json:"commParam"` }
Attributes:
- ToMid
- Tunneling
- CommParam
- FromToken
- CallFlowType
- VoipAddress
- VoipUdpPort
- VoipTcpPort
- FromZone
- ToZone
- FakeCall
- RingbackTone
var CallServiceAcquireCallRouteResult_Success_DEFAULT *CallRoute
func NewCallRoute ¶
func NewCallRoute() *CallRoute
func (*CallRoute) GetCallFlowType ¶
func (p *CallRoute) GetCallFlowType() CallFlowType
func (*CallRoute) GetCommParam ¶
func (*CallRoute) GetFakeCall ¶
func (*CallRoute) GetFromToken ¶
func (*CallRoute) GetFromZone ¶
func (*CallRoute) GetRingbackTone ¶
func (*CallRoute) GetTunneling ¶
func (*CallRoute) GetVoipAddress ¶
func (*CallRoute) GetVoipTcpPort ¶
func (*CallRoute) GetVoipUdpPort ¶
func (*CallRoute) ReadField1 ¶
func (*CallRoute) ReadField10 ¶
func (*CallRoute) ReadField11 ¶
func (*CallRoute) ReadField12 ¶
func (*CallRoute) ReadField2 ¶
func (*CallRoute) ReadField3 ¶
func (*CallRoute) ReadField4 ¶
func (*CallRoute) ReadField5 ¶
func (*CallRoute) ReadField6 ¶
func (*CallRoute) ReadField7 ¶
func (*CallRoute) ReadField8 ¶
func (*CallRoute) ReadField9 ¶
type CallService ¶
type CallService interface { // Parameters: // - To // - CallType // - FromEnvInfo AcquireCallRoute(ctx context.Context, to string, callType FreeCallType, fromEnvInfo map[string]string) (_r *CallRoute, _err error) // Parameters: // - ChatMid // - MediaType // - IsInitialHost // - Capabilities AcquireGroupCallRoute(ctx context.Context, chatMid string, mediaType GroupCallMediaType, isInitialHost bool, capabilities []string) (_r *GroupCallRoute, _err error) // Parameters: // - ChatMid GetGroupCall(ctx context.Context, chatMid string) (_r *GroupCall, _err error) }
type CallServiceAcquireCallRouteArgs ¶
type CallServiceAcquireCallRouteArgs struct { // unused field # 1 To string `thrift:"to,2" db:"to" json:"to"` CallType FreeCallType `thrift:"callType,3" db:"callType" json:"callType"` FromEnvInfo map[string]string `thrift:"fromEnvInfo,4" db:"fromEnvInfo" json:"fromEnvInfo"` }
Attributes:
- To
- CallType
- FromEnvInfo
func NewCallServiceAcquireCallRouteArgs ¶
func NewCallServiceAcquireCallRouteArgs() *CallServiceAcquireCallRouteArgs
func (*CallServiceAcquireCallRouteArgs) GetCallType ¶
func (p *CallServiceAcquireCallRouteArgs) GetCallType() FreeCallType
func (*CallServiceAcquireCallRouteArgs) GetFromEnvInfo ¶
func (p *CallServiceAcquireCallRouteArgs) GetFromEnvInfo() map[string]string
func (*CallServiceAcquireCallRouteArgs) GetTo ¶
func (p *CallServiceAcquireCallRouteArgs) GetTo() string
func (*CallServiceAcquireCallRouteArgs) ReadField2 ¶
func (*CallServiceAcquireCallRouteArgs) ReadField3 ¶
func (*CallServiceAcquireCallRouteArgs) ReadField4 ¶
func (*CallServiceAcquireCallRouteArgs) String ¶
func (p *CallServiceAcquireCallRouteArgs) String() string
type CallServiceAcquireCallRouteResult ¶
type CallServiceAcquireCallRouteResult struct { Success *CallRoute `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewCallServiceAcquireCallRouteResult ¶
func NewCallServiceAcquireCallRouteResult() *CallServiceAcquireCallRouteResult
func (*CallServiceAcquireCallRouteResult) GetE ¶
func (p *CallServiceAcquireCallRouteResult) GetE() *TalkException
func (*CallServiceAcquireCallRouteResult) GetSuccess ¶
func (p *CallServiceAcquireCallRouteResult) GetSuccess() *CallRoute
func (*CallServiceAcquireCallRouteResult) IsSetE ¶
func (p *CallServiceAcquireCallRouteResult) IsSetE() bool
func (*CallServiceAcquireCallRouteResult) IsSetSuccess ¶
func (p *CallServiceAcquireCallRouteResult) IsSetSuccess() bool
func (*CallServiceAcquireCallRouteResult) ReadField0 ¶
func (*CallServiceAcquireCallRouteResult) ReadField1 ¶
func (*CallServiceAcquireCallRouteResult) String ¶
func (p *CallServiceAcquireCallRouteResult) String() string
type CallServiceAcquireGroupCallRouteArgs ¶
type CallServiceAcquireGroupCallRouteArgs struct { // unused field # 1 ChatMid string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"` MediaType GroupCallMediaType `thrift:"mediaType,3" db:"mediaType" json:"mediaType"` IsInitialHost bool `thrift:"isInitialHost,4" db:"isInitialHost" json:"isInitialHost"` Capabilities []string `thrift:"capabilities,5" db:"capabilities" json:"capabilities"` }
Attributes:
- ChatMid
- MediaType
- IsInitialHost
- Capabilities
func NewCallServiceAcquireGroupCallRouteArgs ¶
func NewCallServiceAcquireGroupCallRouteArgs() *CallServiceAcquireGroupCallRouteArgs
func (*CallServiceAcquireGroupCallRouteArgs) GetCapabilities ¶
func (p *CallServiceAcquireGroupCallRouteArgs) GetCapabilities() []string
func (*CallServiceAcquireGroupCallRouteArgs) GetChatMid ¶
func (p *CallServiceAcquireGroupCallRouteArgs) GetChatMid() string
func (*CallServiceAcquireGroupCallRouteArgs) GetIsInitialHost ¶
func (p *CallServiceAcquireGroupCallRouteArgs) GetIsInitialHost() bool
func (*CallServiceAcquireGroupCallRouteArgs) GetMediaType ¶
func (p *CallServiceAcquireGroupCallRouteArgs) GetMediaType() GroupCallMediaType
func (*CallServiceAcquireGroupCallRouteArgs) ReadField2 ¶
func (*CallServiceAcquireGroupCallRouteArgs) ReadField3 ¶
func (*CallServiceAcquireGroupCallRouteArgs) ReadField4 ¶
func (*CallServiceAcquireGroupCallRouteArgs) ReadField5 ¶
func (*CallServiceAcquireGroupCallRouteArgs) String ¶
func (p *CallServiceAcquireGroupCallRouteArgs) String() string
type CallServiceAcquireGroupCallRouteResult ¶
type CallServiceAcquireGroupCallRouteResult struct { Success *GroupCallRoute `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewCallServiceAcquireGroupCallRouteResult ¶
func NewCallServiceAcquireGroupCallRouteResult() *CallServiceAcquireGroupCallRouteResult
func (*CallServiceAcquireGroupCallRouteResult) GetE ¶
func (p *CallServiceAcquireGroupCallRouteResult) GetE() *TalkException
func (*CallServiceAcquireGroupCallRouteResult) GetSuccess ¶
func (p *CallServiceAcquireGroupCallRouteResult) GetSuccess() *GroupCallRoute
func (*CallServiceAcquireGroupCallRouteResult) IsSetE ¶
func (p *CallServiceAcquireGroupCallRouteResult) IsSetE() bool
func (*CallServiceAcquireGroupCallRouteResult) IsSetSuccess ¶
func (p *CallServiceAcquireGroupCallRouteResult) IsSetSuccess() bool
func (*CallServiceAcquireGroupCallRouteResult) ReadField0 ¶
func (*CallServiceAcquireGroupCallRouteResult) ReadField1 ¶
func (*CallServiceAcquireGroupCallRouteResult) String ¶
func (p *CallServiceAcquireGroupCallRouteResult) String() string
type CallServiceClient ¶
type CallServiceClient struct {
// contains filtered or unexported fields
}
func NewCallServiceClient ¶
func NewCallServiceClient(c thrift.TClient) *CallServiceClient
func NewCallServiceClientFactory ¶
func NewCallServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *CallServiceClient
func NewCallServiceClientProtocol ¶
func NewCallServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *CallServiceClient
func (*CallServiceClient) AcquireCallRoute ¶
func (p *CallServiceClient) AcquireCallRoute(ctx context.Context, to string, callType FreeCallType, fromEnvInfo map[string]string) (_r *CallRoute, _err error)
Parameters:
- To
- CallType
- FromEnvInfo
func (*CallServiceClient) AcquireGroupCallRoute ¶
func (p *CallServiceClient) AcquireGroupCallRoute(ctx context.Context, chatMid string, mediaType GroupCallMediaType, isInitialHost bool, capabilities []string) (_r *GroupCallRoute, _err error)
Parameters:
- ChatMid
- MediaType
- IsInitialHost
- Capabilities
func (*CallServiceClient) Client_ ¶
func (p *CallServiceClient) Client_() thrift.TClient
func (*CallServiceClient) GetGroupCall ¶
func (p *CallServiceClient) GetGroupCall(ctx context.Context, chatMid string) (_r *GroupCall, _err error)
Parameters:
- ChatMid
func (*CallServiceClient) LastResponseMeta_ ¶
func (p *CallServiceClient) LastResponseMeta_() thrift.ResponseMeta
func (*CallServiceClient) SetLastResponseMeta_ ¶
func (p *CallServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
type CallServiceGetGroupCallArgs ¶
type CallServiceGetGroupCallArgs struct { // unused field # 1 ChatMid string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"` }
Attributes:
- ChatMid
func NewCallServiceGetGroupCallArgs ¶
func NewCallServiceGetGroupCallArgs() *CallServiceGetGroupCallArgs
func (*CallServiceGetGroupCallArgs) GetChatMid ¶
func (p *CallServiceGetGroupCallArgs) GetChatMid() string
func (*CallServiceGetGroupCallArgs) ReadField2 ¶
func (*CallServiceGetGroupCallArgs) String ¶
func (p *CallServiceGetGroupCallArgs) String() string
type CallServiceGetGroupCallResult ¶
type CallServiceGetGroupCallResult struct { Success *GroupCall `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewCallServiceGetGroupCallResult ¶
func NewCallServiceGetGroupCallResult() *CallServiceGetGroupCallResult
func (*CallServiceGetGroupCallResult) GetE ¶
func (p *CallServiceGetGroupCallResult) GetE() *TalkException
func (*CallServiceGetGroupCallResult) GetSuccess ¶
func (p *CallServiceGetGroupCallResult) GetSuccess() *GroupCall
func (*CallServiceGetGroupCallResult) IsSetE ¶
func (p *CallServiceGetGroupCallResult) IsSetE() bool
func (*CallServiceGetGroupCallResult) IsSetSuccess ¶
func (p *CallServiceGetGroupCallResult) IsSetSuccess() bool
func (*CallServiceGetGroupCallResult) ReadField0 ¶
func (*CallServiceGetGroupCallResult) ReadField1 ¶
func (*CallServiceGetGroupCallResult) String ¶
func (p *CallServiceGetGroupCallResult) String() string
type CallServiceProcessor ¶
type CallServiceProcessor struct {
// contains filtered or unexported fields
}
func NewCallServiceProcessor ¶
func NewCallServiceProcessor(handler CallService) *CallServiceProcessor
func (*CallServiceProcessor) AddToProcessorMap ¶
func (p *CallServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
func (*CallServiceProcessor) GetProcessorFunction ¶
func (p *CallServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
func (*CallServiceProcessor) Process ¶
func (p *CallServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
func (*CallServiceProcessor) ProcessorMap ¶
func (p *CallServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
type CancelChatInvitationRequest ¶
type CancelChatInvitationRequest struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` ChatMid string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"` TargetUserMids []string `thrift:"targetUserMids,3" db:"targetUserMids" json:"targetUserMids"` }
Attributes:
- ReqSeq
- ChatMid
- TargetUserMids
var TalkServiceCancelChatInvitationArgs_Request_DEFAULT *CancelChatInvitationRequest
func NewCancelChatInvitationRequest ¶
func NewCancelChatInvitationRequest() *CancelChatInvitationRequest
func (*CancelChatInvitationRequest) Equals ¶
func (p *CancelChatInvitationRequest) Equals(other *CancelChatInvitationRequest) bool
func (*CancelChatInvitationRequest) GetChatMid ¶
func (p *CancelChatInvitationRequest) GetChatMid() string
func (*CancelChatInvitationRequest) GetReqSeq ¶
func (p *CancelChatInvitationRequest) GetReqSeq() int32
func (*CancelChatInvitationRequest) GetTargetUserMids ¶
func (p *CancelChatInvitationRequest) GetTargetUserMids() []string
func (*CancelChatInvitationRequest) ReadField1 ¶
func (*CancelChatInvitationRequest) ReadField2 ¶
func (*CancelChatInvitationRequest) ReadField3 ¶
func (*CancelChatInvitationRequest) String ¶
func (p *CancelChatInvitationRequest) String() string
type CancelChatInvitationResponse ¶
type CancelChatInvitationResponse struct { }
var TalkServiceCancelChatInvitationResult_Success_DEFAULT *CancelChatInvitationResponse
func NewCancelChatInvitationResponse ¶
func NewCancelChatInvitationResponse() *CancelChatInvitationResponse
func (*CancelChatInvitationResponse) Equals ¶
func (p *CancelChatInvitationResponse) Equals(other *CancelChatInvitationResponse) bool
func (*CancelChatInvitationResponse) String ¶
func (p *CancelChatInvitationResponse) String() string
type CarrierCode ¶
type CarrierCode int64
const ( CarrierCode_NOT_SPECIFIED CarrierCode = 0 CarrierCode_JP_DOCOMO CarrierCode = 1 CarrierCode_JP_AU CarrierCode = 2 CarrierCode_JP_SOFTBANK CarrierCode = 3 CarrierCode_KR_SKT CarrierCode = 17 CarrierCode_KR_KT CarrierCode = 18 CarrierCode_KR_LGT CarrierCode = 19 CarrierCode_JP_DOCOMO_LINE CarrierCode = 4 CarrierCode_JP_SOFTBANK_LINE CarrierCode = 5 CarrierCode_JP_AU_LINE CarrierCode = 6 )
func CarrierCodeFromString ¶
func CarrierCodeFromString(s string) (CarrierCode, error)
func CarrierCodePtr ¶
func CarrierCodePtr(v CarrierCode) *CarrierCode
func (CarrierCode) MarshalText ¶
func (p CarrierCode) MarshalText() ([]byte, error)
func (*CarrierCode) Scan ¶
func (p *CarrierCode) Scan(value interface{}) error
func (CarrierCode) String ¶
func (p CarrierCode) String() string
func (*CarrierCode) UnmarshalText ¶
func (p *CarrierCode) UnmarshalText(text []byte) error
type ChannelErrorCode ¶
type ChannelErrorCode int64
const ( ChannelErrorCode_ILLEGAL_ARGUMENT ChannelErrorCode = 0 ChannelErrorCode_INTERNAL_ERROR ChannelErrorCode = 1 ChannelErrorCode_CONNECTION_ERROR ChannelErrorCode = 2 ChannelErrorCode_AUTHENTICATIONI_FAILED ChannelErrorCode = 3 ChannelErrorCode_NEED_PERMISSION_APPROVAL ChannelErrorCode = 4 ChannelErrorCode_COIN_NOT_USABLE ChannelErrorCode = 5 ChannelErrorCode_WEBVIEW_NOT_ALLOWED ChannelErrorCode = 6 )
func ChannelErrorCodeFromString ¶
func ChannelErrorCodeFromString(s string) (ChannelErrorCode, error)
func ChannelErrorCodePtr ¶
func ChannelErrorCodePtr(v ChannelErrorCode) *ChannelErrorCode
func (ChannelErrorCode) MarshalText ¶
func (p ChannelErrorCode) MarshalText() ([]byte, error)
func (*ChannelErrorCode) Scan ¶
func (p *ChannelErrorCode) Scan(value interface{}) error
func (ChannelErrorCode) String ¶
func (p ChannelErrorCode) String() string
func (*ChannelErrorCode) UnmarshalText ¶
func (p *ChannelErrorCode) UnmarshalText(text []byte) error
type ChannelException ¶
type ChannelException struct { Code ChannelErrorCode `thrift:"code,1" db:"code" json:"code"` Reason string `thrift:"reason,2" db:"reason" json:"reason"` ParameterMap map[string]string `thrift:"parameterMap,3" db:"parameterMap" json:"parameterMap"` }
Attributes:
- Code
- Reason
- ParameterMap
var ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult_E_DEFAULT *ChannelException
var ChannelServiceIssueChannelTokenResult_E_DEFAULT *ChannelException
func NewChannelException ¶
func NewChannelException() *ChannelException
func (*ChannelException) Equals ¶
func (p *ChannelException) Equals(other *ChannelException) bool
func (*ChannelException) Error ¶
func (p *ChannelException) Error() string
func (*ChannelException) GetCode ¶
func (p *ChannelException) GetCode() ChannelErrorCode
func (*ChannelException) GetParameterMap ¶
func (p *ChannelException) GetParameterMap() map[string]string
func (*ChannelException) GetReason ¶
func (p *ChannelException) GetReason() string
func (*ChannelException) ReadField1 ¶
func (*ChannelException) ReadField2 ¶
func (*ChannelException) ReadField3 ¶
func (*ChannelException) String ¶
func (p *ChannelException) String() string
func (ChannelException) TExceptionType ¶
func (ChannelException) TExceptionType() thrift.TExceptionType
type ChannelService ¶
type ChannelService interface { // Parameters: // - ChannelId IssueChannelToken(ctx context.Context, channelId string) (_r *ChannelToken, _err error) // Parameters: // - WebLoginRequest GetReturnUrlWithRequestTokenForAutoLogin(ctx context.Context, webLoginRequest *WebLoginRequest) (_r *WebLoginResponse, _err error) }
type ChannelServiceClient ¶
type ChannelServiceClient struct {
// contains filtered or unexported fields
}
func NewChannelServiceClient ¶
func NewChannelServiceClient(c thrift.TClient) *ChannelServiceClient
func NewChannelServiceClientFactory ¶
func NewChannelServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *ChannelServiceClient
func NewChannelServiceClientProtocol ¶
func NewChannelServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *ChannelServiceClient
func (*ChannelServiceClient) Client_ ¶
func (p *ChannelServiceClient) Client_() thrift.TClient
func (*ChannelServiceClient) GetReturnUrlWithRequestTokenForAutoLogin ¶
func (p *ChannelServiceClient) GetReturnUrlWithRequestTokenForAutoLogin(ctx context.Context, webLoginRequest *WebLoginRequest) (_r *WebLoginResponse, _err error)
Parameters:
- WebLoginRequest
func (*ChannelServiceClient) IssueChannelToken ¶
func (p *ChannelServiceClient) IssueChannelToken(ctx context.Context, channelId string) (_r *ChannelToken, _err error)
Parameters:
- ChannelId
func (*ChannelServiceClient) LastResponseMeta_ ¶
func (p *ChannelServiceClient) LastResponseMeta_() thrift.ResponseMeta
func (*ChannelServiceClient) SetLastResponseMeta_ ¶
func (p *ChannelServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
type ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs ¶
type ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs struct { // unused field # 1 WebLoginRequest *WebLoginRequest `thrift:"webLoginRequest,2" db:"webLoginRequest" json:"webLoginRequest"` }
Attributes:
- WebLoginRequest
func NewChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs ¶
func NewChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs() *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs
func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) GetWebLoginRequest ¶
func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) GetWebLoginRequest() *WebLoginRequest
func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) IsSetWebLoginRequest ¶
func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) IsSetWebLoginRequest() bool
func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) ReadField2 ¶
func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) String ¶
func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs) String() string
type ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult ¶
type ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult struct { Success *WebLoginResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult ¶
func NewChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult() *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult
func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) GetE ¶
func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) GetE() *ChannelException
func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) GetSuccess ¶
func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) GetSuccess() *WebLoginResponse
func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) IsSetE ¶
func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) IsSetE() bool
func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) IsSetSuccess ¶
func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) IsSetSuccess() bool
func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) ReadField0 ¶
func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) ReadField1 ¶
func (*ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) String ¶
func (p *ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult) String() string
type ChannelServiceIssueChannelTokenArgs ¶
type ChannelServiceIssueChannelTokenArgs struct {
ChannelId string `thrift:"channelId,1" db:"channelId" json:"channelId"`
}
Attributes:
- ChannelId
func NewChannelServiceIssueChannelTokenArgs ¶
func NewChannelServiceIssueChannelTokenArgs() *ChannelServiceIssueChannelTokenArgs
func (*ChannelServiceIssueChannelTokenArgs) GetChannelId ¶
func (p *ChannelServiceIssueChannelTokenArgs) GetChannelId() string
func (*ChannelServiceIssueChannelTokenArgs) ReadField1 ¶
func (*ChannelServiceIssueChannelTokenArgs) String ¶
func (p *ChannelServiceIssueChannelTokenArgs) String() string
type ChannelServiceIssueChannelTokenResult ¶
type ChannelServiceIssueChannelTokenResult struct { Success *ChannelToken `thrift:"success,0" db:"success" json:"success,omitempty"` E *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewChannelServiceIssueChannelTokenResult ¶
func NewChannelServiceIssueChannelTokenResult() *ChannelServiceIssueChannelTokenResult
func (*ChannelServiceIssueChannelTokenResult) GetE ¶
func (p *ChannelServiceIssueChannelTokenResult) GetE() *ChannelException
func (*ChannelServiceIssueChannelTokenResult) GetSuccess ¶
func (p *ChannelServiceIssueChannelTokenResult) GetSuccess() *ChannelToken
func (*ChannelServiceIssueChannelTokenResult) IsSetE ¶
func (p *ChannelServiceIssueChannelTokenResult) IsSetE() bool
func (*ChannelServiceIssueChannelTokenResult) IsSetSuccess ¶
func (p *ChannelServiceIssueChannelTokenResult) IsSetSuccess() bool
func (*ChannelServiceIssueChannelTokenResult) ReadField0 ¶
func (*ChannelServiceIssueChannelTokenResult) ReadField1 ¶
func (*ChannelServiceIssueChannelTokenResult) String ¶
func (p *ChannelServiceIssueChannelTokenResult) String() string
type ChannelServiceProcessor ¶
type ChannelServiceProcessor struct {
// contains filtered or unexported fields
}
func NewChannelServiceProcessor ¶
func NewChannelServiceProcessor(handler ChannelService) *ChannelServiceProcessor
func (*ChannelServiceProcessor) AddToProcessorMap ¶
func (p *ChannelServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
func (*ChannelServiceProcessor) GetProcessorFunction ¶
func (p *ChannelServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
func (*ChannelServiceProcessor) Process ¶
func (p *ChannelServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
func (*ChannelServiceProcessor) ProcessorMap ¶
func (p *ChannelServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
type ChannelToken ¶
type ChannelToken struct { Token string `thrift:"token,1" db:"token" json:"token"` ObsToken string `thrift:"obsToken,2" db:"obsToken" json:"obsToken"` Expiration int64 `thrift:"expiration,3" db:"expiration" json:"expiration"` RefreshToken string `thrift:"refreshToken,4" db:"refreshToken" json:"refreshToken"` ChannelAccessToken string `thrift:"channelAccessToken,5" db:"channelAccessToken" json:"channelAccessToken"` }
Attributes:
- Token
- ObsToken
- Expiration
- RefreshToken
- ChannelAccessToken
var ChannelServiceIssueChannelTokenResult_Success_DEFAULT *ChannelToken
func NewChannelToken ¶
func NewChannelToken() *ChannelToken
func (*ChannelToken) Equals ¶
func (p *ChannelToken) Equals(other *ChannelToken) bool
func (*ChannelToken) GetChannelAccessToken ¶
func (p *ChannelToken) GetChannelAccessToken() string
func (*ChannelToken) GetExpiration ¶
func (p *ChannelToken) GetExpiration() int64
func (*ChannelToken) GetObsToken ¶
func (p *ChannelToken) GetObsToken() string
func (*ChannelToken) GetRefreshToken ¶
func (p *ChannelToken) GetRefreshToken() string
func (*ChannelToken) GetToken ¶
func (p *ChannelToken) GetToken() string
func (*ChannelToken) ReadField1 ¶
func (*ChannelToken) ReadField2 ¶
func (*ChannelToken) ReadField3 ¶
func (*ChannelToken) ReadField4 ¶
func (*ChannelToken) ReadField5 ¶
func (*ChannelToken) String ¶
func (p *ChannelToken) String() string
type Chat ¶
type Chat struct { Type ChatType `thrift:"type,1" db:"type" json:"type"` ChatMid string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"` CreatedTime int64 `thrift:"createdTime,3" db:"createdTime" json:"createdTime"` NotificationDisabled bool `thrift:"notificationDisabled,4" db:"notificationDisabled" json:"notificationDisabled"` FavoriteTimestamp int64 `thrift:"favoriteTimestamp,5" db:"favoriteTimestamp" json:"favoriteTimestamp"` ChatName string `thrift:"chatName,6" db:"chatName" json:"chatName"` PicturePath string `thrift:"picturePath,7" db:"picturePath" json:"picturePath"` Extra *Extra `thrift:"extra,8" db:"extra" json:"extra"` }
Attributes:
- Type
- ChatMid
- CreatedTime
- NotificationDisabled
- FavoriteTimestamp
- ChatName
- PicturePath
- Extra
var CreateChatResponse_Chat_DEFAULT *Chat
var UpdateChatRequest_Chat_DEFAULT *Chat
func (*Chat) GetChatMid ¶
func (*Chat) GetChatName ¶
func (*Chat) GetCreatedTime ¶
func (*Chat) GetFavoriteTimestamp ¶
func (*Chat) GetNotificationDisabled ¶
func (*Chat) GetPicturePath ¶
func (*Chat) IsSetExtra ¶
func (*Chat) ReadField1 ¶
func (*Chat) ReadField2 ¶
func (*Chat) ReadField3 ¶
func (*Chat) ReadField4 ¶
func (*Chat) ReadField5 ¶
func (*Chat) ReadField6 ¶
func (*Chat) ReadField7 ¶
func (*Chat) ReadField8 ¶
type ChatAttribute ¶
type ChatAttribute int64
const ( ChatAttribute_NAME ChatAttribute = 1 ChatAttribute_PICTURE_STATUS ChatAttribute = 2 ChatAttribute_PREVENTED_JOIN_BY_TICKET ChatAttribute = 4 ChatAttribute_NOTIFICATION_SETTING ChatAttribute = 8 ChatAttribute_INVITATION_TICKET ChatAttribute = 16 ChatAttribute_FAVORITE_TIMESTAMP ChatAttribute = 32 ChatAttribute_CHAT_TYPE ChatAttribute = 64 )
func ChatAttributeFromString ¶
func ChatAttributeFromString(s string) (ChatAttribute, error)
func ChatAttributePtr ¶
func ChatAttributePtr(v ChatAttribute) *ChatAttribute
func (ChatAttribute) MarshalText ¶
func (p ChatAttribute) MarshalText() ([]byte, error)
func (*ChatAttribute) Scan ¶
func (p *ChatAttribute) Scan(value interface{}) error
func (ChatAttribute) String ¶
func (p ChatAttribute) String() string
func (*ChatAttribute) UnmarshalText ¶
func (p *ChatAttribute) UnmarshalText(text []byte) error
type ChatType ¶
type ChatType int64
func ChatTypeFromString ¶
func ChatTypePtr ¶
func (ChatType) MarshalText ¶
func (*ChatType) UnmarshalText ¶
type Configurations ¶
type Configurations struct { Revision int64 `thrift:"revision,1" db:"revision" json:"revision"` ConfigMap map[string]string `thrift:"configMap,2" db:"configMap" json:"configMap"` }
Attributes:
- Revision
- ConfigMap
var TalkServiceGetConfigurationsResult_Success_DEFAULT *Configurations
func NewConfigurations ¶
func NewConfigurations() *Configurations
func (*Configurations) Equals ¶
func (p *Configurations) Equals(other *Configurations) bool
func (*Configurations) GetConfigMap ¶
func (p *Configurations) GetConfigMap() map[string]string
func (*Configurations) GetRevision ¶
func (p *Configurations) GetRevision() int64
func (*Configurations) ReadField1 ¶
func (*Configurations) ReadField2 ¶
func (*Configurations) String ¶
func (p *Configurations) String() string
type Contact ¶
type Contact struct { Mid string `thrift:"mid,1" db:"mid" json:"mid"` CreatedTime int64 `thrift:"createdTime,2" db:"createdTime" json:"createdTime"` // unused fields # 3 to 9 Type ContactType `thrift:"type,10" db:"type" json:"type"` Status ContactStatus `thrift:"status,11" db:"status" json:"status"` // unused fields # 12 to 20 Relation ContactRelation `thrift:"relation,21" db:"relation" json:"relation"` DisplayName string `thrift:"displayName,22" db:"displayName" json:"displayName"` PhoneticName string `thrift:"phoneticName,23" db:"phoneticName" json:"phoneticName"` PictureStatus string `thrift:"pictureStatus,24" db:"pictureStatus" json:"pictureStatus"` ThumbnailUrl string `thrift:"thumbnailUrl,25" db:"thumbnailUrl" json:"thumbnailUrl"` StatusMessage string `thrift:"statusMessage,26" db:"statusMessage" json:"statusMessage"` DisplayNameOverridden string `thrift:"displayNameOverridden,27" db:"displayNameOverridden" json:"displayNameOverridden"` FavoriteTime int64 `thrift:"favoriteTime,28" db:"favoriteTime" json:"favoriteTime"` // unused fields # 29 to 30 CapableVoiceCall bool `thrift:"capableVoiceCall,31" db:"capableVoiceCall" json:"capableVoiceCall"` CapableVideoCall bool `thrift:"capableVideoCall,32" db:"capableVideoCall" json:"capableVideoCall"` CapableMyhome bool `thrift:"capableMyhome,33" db:"capableMyhome" json:"capableMyhome"` CapableBuddy bool `thrift:"capableBuddy,34" db:"capableBuddy" json:"capableBuddy"` Attributes int32 `thrift:"attributes,35" db:"attributes" json:"attributes"` Settings int64 `thrift:"settings,36" db:"settings" json:"settings"` PicturePath string `thrift:"picturePath,37" db:"picturePath" json:"picturePath"` RecommendParams string `thrift:"recommendParams,38" db:"recommendParams" json:"recommendParams"` FriendRequestStatus FriendRequestStatus `thrift:"friendRequestStatus,39" db:"friendRequestStatus" json:"friendRequestStatus"` MusicProfile string `thrift:"musicProfile,40" db:"musicProfile" json:"musicProfile"` // unused field # 41 VideoProfile string `thrift:"videoProfile,42" db:"videoProfile" json:"videoProfile"` StatusMessageContentMetadata map[string]string `thrift:"statusMessageContentMetadata,43" db:"statusMessageContentMetadata" json:"statusMessageContentMetadata"` AvatarProfile *AvatarProfile `thrift:"avatarProfile,44" db:"avatarProfile" json:"avatarProfile"` }
Attributes:
- Mid
- CreatedTime
- Type
- Status
- Relation
- DisplayName
- PhoneticName
- PictureStatus
- ThumbnailUrl
- StatusMessage
- DisplayNameOverridden
- FavoriteTime
- CapableVoiceCall
- CapableVideoCall
- CapableMyhome
- CapableBuddy
- Attributes
- Settings
- PicturePath
- RecommendParams
- FriendRequestStatus
- MusicProfile
- VideoProfile
- StatusMessageContentMetadata
- AvatarProfile
var ContactRegistration_Contact_DEFAULT *Contact
var TalkServiceFindContactByUseridResult_Success_DEFAULT *Contact
var TalkServiceGetContactResult_Success_DEFAULT *Contact
func NewContact ¶
func NewContact() *Contact
func (*Contact) GetAttributes ¶
func (*Contact) GetAvatarProfile ¶
func (p *Contact) GetAvatarProfile() *AvatarProfile
func (*Contact) GetCapableBuddy ¶
func (*Contact) GetCapableMyhome ¶
func (*Contact) GetCapableVideoCall ¶
func (*Contact) GetCapableVoiceCall ¶
func (*Contact) GetCreatedTime ¶
func (*Contact) GetDisplayName ¶
func (*Contact) GetDisplayNameOverridden ¶
func (*Contact) GetFavoriteTime ¶
func (*Contact) GetFriendRequestStatus ¶
func (p *Contact) GetFriendRequestStatus() FriendRequestStatus
func (*Contact) GetMusicProfile ¶
func (*Contact) GetPhoneticName ¶
func (*Contact) GetPicturePath ¶
func (*Contact) GetPictureStatus ¶
func (*Contact) GetRecommendParams ¶
func (*Contact) GetRelation ¶
func (p *Contact) GetRelation() ContactRelation
func (*Contact) GetSettings ¶
func (*Contact) GetStatus ¶
func (p *Contact) GetStatus() ContactStatus
func (*Contact) GetStatusMessage ¶
func (*Contact) GetStatusMessageContentMetadata ¶
func (*Contact) GetThumbnailUrl ¶
func (*Contact) GetType ¶
func (p *Contact) GetType() ContactType
func (*Contact) GetVideoProfile ¶
func (*Contact) IsSetAvatarProfile ¶
func (*Contact) ReadField1 ¶
func (*Contact) ReadField10 ¶
func (*Contact) ReadField11 ¶
func (*Contact) ReadField2 ¶
func (*Contact) ReadField21 ¶
func (*Contact) ReadField22 ¶
func (*Contact) ReadField23 ¶
func (*Contact) ReadField24 ¶
func (*Contact) ReadField25 ¶
func (*Contact) ReadField26 ¶
func (*Contact) ReadField27 ¶
func (*Contact) ReadField28 ¶
func (*Contact) ReadField31 ¶
func (*Contact) ReadField32 ¶
func (*Contact) ReadField33 ¶
func (*Contact) ReadField34 ¶
func (*Contact) ReadField35 ¶
func (*Contact) ReadField36 ¶
func (*Contact) ReadField37 ¶
func (*Contact) ReadField38 ¶
func (*Contact) ReadField39 ¶
func (*Contact) ReadField40 ¶
func (*Contact) ReadField42 ¶
func (*Contact) ReadField43 ¶
func (*Contact) ReadField44 ¶
type ContactModification ¶
type ContactModification struct { Type ModificationType `thrift:"type,1" db:"type" json:"type"` Luid string `thrift:"luid,2" db:"luid" json:"luid"` // unused fields # 3 to 10 Phones []string `thrift:"phones,11" db:"phones" json:"phones"` Emails []string `thrift:"emails,12" db:"emails" json:"emails"` Userids []string `thrift:"userids,13" db:"userids" json:"userids"` MobileContactName string `thrift:"mobileContactName,14" db:"mobileContactName" json:"mobileContactName"` PhoneticName string `thrift:"phoneticName,15" db:"phoneticName" json:"phoneticName"` }
Attributes:
- Type
- Luid
- Phones
- Emails
- Userids
- MobileContactName
- PhoneticName
func NewContactModification ¶
func NewContactModification() *ContactModification
func (*ContactModification) Equals ¶
func (p *ContactModification) Equals(other *ContactModification) bool
func (*ContactModification) GetEmails ¶
func (p *ContactModification) GetEmails() []string
func (*ContactModification) GetLuid ¶
func (p *ContactModification) GetLuid() string
func (*ContactModification) GetMobileContactName ¶
func (p *ContactModification) GetMobileContactName() string
func (*ContactModification) GetPhones ¶
func (p *ContactModification) GetPhones() []string
func (*ContactModification) GetPhoneticName ¶
func (p *ContactModification) GetPhoneticName() string
func (*ContactModification) GetType ¶
func (p *ContactModification) GetType() ModificationType
func (*ContactModification) GetUserids ¶
func (p *ContactModification) GetUserids() []string
func (*ContactModification) ReadField1 ¶
func (*ContactModification) ReadField11 ¶
func (*ContactModification) ReadField12 ¶
func (*ContactModification) ReadField13 ¶
func (*ContactModification) ReadField14 ¶
func (*ContactModification) ReadField15 ¶
func (*ContactModification) ReadField2 ¶
func (*ContactModification) String ¶
func (p *ContactModification) String() string
type ContactRegistration ¶
type ContactRegistration struct { Contact *Contact `thrift:"contact,1" db:"contact" json:"contact"` // unused fields # 2 to 9 Luid string `thrift:"luid,10" db:"luid" json:"luid"` ContactType ContactType `thrift:"contactType,11" db:"contactType" json:"contactType"` ContactKey string `thrift:"contactKey,12" db:"contactKey" json:"contactKey"` }
Attributes:
- Luid
- ContactType
- ContactKey
- Contact
func NewContactRegistration ¶
func NewContactRegistration() *ContactRegistration
func (*ContactRegistration) Equals ¶
func (p *ContactRegistration) Equals(other *ContactRegistration) bool
func (*ContactRegistration) GetContact ¶
func (p *ContactRegistration) GetContact() *Contact
func (*ContactRegistration) GetContactKey ¶
func (p *ContactRegistration) GetContactKey() string
func (*ContactRegistration) GetContactType ¶
func (p *ContactRegistration) GetContactType() ContactType
func (*ContactRegistration) GetLuid ¶
func (p *ContactRegistration) GetLuid() string
func (*ContactRegistration) IsSetContact ¶
func (p *ContactRegistration) IsSetContact() bool
func (*ContactRegistration) ReadField1 ¶
func (*ContactRegistration) ReadField10 ¶
func (*ContactRegistration) ReadField11 ¶
func (*ContactRegistration) ReadField12 ¶
func (*ContactRegistration) String ¶
func (p *ContactRegistration) String() string
type ContactRelation ¶
type ContactRelation int64
const ( ContactRelation_ONEWAY ContactRelation = 0 ContactRelation_BOTH ContactRelation = 1 ContactRelation_NOT_REGISTERED ContactRelation = 2 )
func ContactRelationFromString ¶
func ContactRelationFromString(s string) (ContactRelation, error)
func ContactRelationPtr ¶
func ContactRelationPtr(v ContactRelation) *ContactRelation
func (ContactRelation) MarshalText ¶
func (p ContactRelation) MarshalText() ([]byte, error)
func (*ContactRelation) Scan ¶
func (p *ContactRelation) Scan(value interface{}) error
func (ContactRelation) String ¶
func (p ContactRelation) String() string
func (*ContactRelation) UnmarshalText ¶
func (p *ContactRelation) UnmarshalText(text []byte) error
type ContactSetting ¶
type ContactSetting int64
const ( ContactSetting_CONTACT_SETTING_NOTIFICATION_DISABLE ContactSetting = 1 ContactSetting_CONTACT_SETTING_DISPLAY_NAME_OVERRIDE ContactSetting = 2 ContactSetting_CONTACT_SETTING_CONTACT_HIDE ContactSetting = 4 ContactSetting_CONTACT_SETTING_FAVORITE ContactSetting = 8 ContactSetting_CONTACT_SETTING_DELETE ContactSetting = 16 )
func ContactSettingFromString ¶
func ContactSettingFromString(s string) (ContactSetting, error)
func ContactSettingPtr ¶
func ContactSettingPtr(v ContactSetting) *ContactSetting
func (ContactSetting) MarshalText ¶
func (p ContactSetting) MarshalText() ([]byte, error)
func (*ContactSetting) Scan ¶
func (p *ContactSetting) Scan(value interface{}) error
func (ContactSetting) String ¶
func (p ContactSetting) String() string
func (*ContactSetting) UnmarshalText ¶
func (p *ContactSetting) UnmarshalText(text []byte) error
type ContactStatus ¶
type ContactStatus int64
const ( ContactStatus_UNSPECIFIED ContactStatus = 0 ContactStatus_FRIEND ContactStatus = 1 ContactStatus_FRIEND_BLOCKED ContactStatus = 2 ContactStatus_RECOMMEND ContactStatus = 3 ContactStatus_RECOMMEND_BLOCKED ContactStatus = 4 ContactStatus_DELETED ContactStatus = 5 ContactStatus_DELETED_BLOCKED ContactStatus = 6 )
func ContactStatusFromString ¶
func ContactStatusFromString(s string) (ContactStatus, error)
func ContactStatusPtr ¶
func ContactStatusPtr(v ContactStatus) *ContactStatus
func (ContactStatus) MarshalText ¶
func (p ContactStatus) MarshalText() ([]byte, error)
func (*ContactStatus) Scan ¶
func (p *ContactStatus) Scan(value interface{}) error
func (ContactStatus) String ¶
func (p ContactStatus) String() string
func (*ContactStatus) UnmarshalText ¶
func (p *ContactStatus) UnmarshalText(text []byte) error
type ContactType ¶
type ContactType int64
const ( ContactType_MID ContactType = 0 ContactType_PHONE ContactType = 1 ContactType_EMAIL ContactType = 2 ContactType_USERID ContactType = 3 ContactType_PROXIMITY ContactType = 4 ContactType_GROUP ContactType = 5 ContactType_USER ContactType = 6 ContactType_QRCODE ContactType = 7 ContactType_PROMOTION_BOT ContactType = 8 ContactType_CONTACT_MESSAGE ContactType = 9 ContactType_FRIEND_REQUEST ContactType = 10 ContactType_REPAIR ContactType = 128 ContactType_FACEBOOK ContactType = 2305 ContactType_SINA ContactType = 2306 ContactType_RENREN ContactType = 2307 ContactType_FEIXIN ContactType = 2308 ContactType_BBM ContactType = 2309 ContactType_BEACON ContactType = 11 )
func ContactTypeFromString ¶
func ContactTypeFromString(s string) (ContactType, error)
func ContactTypePtr ¶
func ContactTypePtr(v ContactType) *ContactType
func (ContactType) MarshalText ¶
func (p ContactType) MarshalText() ([]byte, error)
func (*ContactType) Scan ¶
func (p *ContactType) Scan(value interface{}) error
func (ContactType) String ¶
func (p ContactType) String() string
func (*ContactType) UnmarshalText ¶
func (p *ContactType) UnmarshalText(text []byte) error
type ContentType ¶
type ContentType int64
const ( ContentType_NONE ContentType = 0 ContentType_IMAGE ContentType = 1 ContentType_VIDEO ContentType = 2 ContentType_AUDIO ContentType = 3 ContentType_HTML ContentType = 4 ContentType_PDF ContentType = 5 ContentType_CALL ContentType = 6 ContentType_STICKER ContentType = 7 ContentType_PRESENCE ContentType = 8 ContentType_GIFT ContentType = 9 ContentType_GROUPBOARD ContentType = 10 ContentType_APPLINK ContentType = 11 ContentType_LINK ContentType = 12 ContentType_CONTACT ContentType = 13 ContentType_FILE ContentType = 14 ContentType_LOCATION ContentType = 15 ContentType_POSTNOTIFICATION ContentType = 16 ContentType_RICH ContentType = 17 ContentType_CHATEVENT ContentType = 18 ContentType_MUSIC ContentType = 19 ContentType_PAYMENT ContentType = 20 ContentType_EXTIMAGE ContentType = 21 ContentType_FLEX ContentType = 22 )
func ContentTypeFromString ¶
func ContentTypeFromString(s string) (ContentType, error)
func ContentTypePtr ¶
func ContentTypePtr(v ContentType) *ContentType
func (ContentType) MarshalText ¶
func (p ContentType) MarshalText() ([]byte, error)
func (*ContentType) Scan ¶
func (p *ContentType) Scan(value interface{}) error
func (ContentType) String ¶
func (p ContentType) String() string
func (*ContentType) UnmarshalText ¶
func (p *ContentType) UnmarshalText(text []byte) error
type CountryGroup ¶
type CountryGroup int64
const ( CountryGroup_UNKNOWN CountryGroup = 0 CountryGroup_EUROPEAN_ECONOMIC_AREA CountryGroup = 1 )
func CountryGroupFromString ¶
func CountryGroupFromString(s string) (CountryGroup, error)
func CountryGroupPtr ¶
func CountryGroupPtr(v CountryGroup) *CountryGroup
func (CountryGroup) MarshalText ¶
func (p CountryGroup) MarshalText() ([]byte, error)
func (*CountryGroup) Scan ¶
func (p *CountryGroup) Scan(value interface{}) error
func (CountryGroup) String ¶
func (p CountryGroup) String() string
func (*CountryGroup) UnmarshalText ¶
func (p *CountryGroup) UnmarshalText(text []byte) error
type CreateChatRequest ¶
type CreateChatRequest struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` Type ChatType `thrift:"type,2" db:"type" json:"type"` Name string `thrift:"name,3" db:"name" json:"name"` TargetUserMids []string `thrift:"targetUserMids,4" db:"targetUserMids" json:"targetUserMids"` PicturePath string `thrift:"picturePath,5" db:"picturePath" json:"picturePath"` }
Attributes:
- ReqSeq
- Type
- Name
- TargetUserMids
- PicturePath
var TalkServiceCreateChatArgs_Request_DEFAULT *CreateChatRequest
func NewCreateChatRequest ¶
func NewCreateChatRequest() *CreateChatRequest
func (*CreateChatRequest) Equals ¶
func (p *CreateChatRequest) Equals(other *CreateChatRequest) bool
func (*CreateChatRequest) GetName ¶
func (p *CreateChatRequest) GetName() string
func (*CreateChatRequest) GetPicturePath ¶
func (p *CreateChatRequest) GetPicturePath() string
func (*CreateChatRequest) GetReqSeq ¶
func (p *CreateChatRequest) GetReqSeq() int32
func (*CreateChatRequest) GetTargetUserMids ¶
func (p *CreateChatRequest) GetTargetUserMids() []string
func (*CreateChatRequest) GetType ¶
func (p *CreateChatRequest) GetType() ChatType
func (*CreateChatRequest) ReadField1 ¶
func (*CreateChatRequest) ReadField2 ¶
func (*CreateChatRequest) ReadField3 ¶
func (*CreateChatRequest) ReadField4 ¶
func (*CreateChatRequest) ReadField5 ¶
func (*CreateChatRequest) String ¶
func (p *CreateChatRequest) String() string
type CreateChatResponse ¶
type CreateChatResponse struct {
Chat *Chat `thrift:"chat,1" db:"chat" json:"chat"`
}
Attributes:
- Chat
var TalkServiceCreateChatResult_Success_DEFAULT *CreateChatResponse
func NewCreateChatResponse ¶
func NewCreateChatResponse() *CreateChatResponse
func (*CreateChatResponse) Equals ¶
func (p *CreateChatResponse) Equals(other *CreateChatResponse) bool
func (*CreateChatResponse) GetChat ¶
func (p *CreateChatResponse) GetChat() *Chat
func (*CreateChatResponse) IsSetChat ¶
func (p *CreateChatResponse) IsSetChat() bool
func (*CreateChatResponse) ReadField1 ¶
func (*CreateChatResponse) String ¶
func (p *CreateChatResponse) String() string
type CustomMode ¶
type CustomMode int64
const ( CustomMode_PROMOTION_FRIENDS_INVITE CustomMode = 1 CustomMode_CAPABILITY_SERVER_SIDE_SMS CustomMode = 2 CustomMode_LINE_CLIENT_ANALYTICS_CONFIGURATION CustomMode = 3 )
func CustomModeFromString ¶
func CustomModeFromString(s string) (CustomMode, error)
func CustomModePtr ¶
func CustomModePtr(v CustomMode) *CustomMode
func (CustomMode) MarshalText ¶
func (p CustomMode) MarshalText() ([]byte, error)
func (*CustomMode) Scan ¶
func (p *CustomMode) Scan(value interface{}) error
func (CustomMode) String ¶
func (p CustomMode) String() string
func (*CustomMode) UnmarshalText ¶
func (p *CustomMode) UnmarshalText(text []byte) error
type DeleteOtherFromChatRequest ¶
type DeleteOtherFromChatRequest struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` ChatMid string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"` TargetUserMids []string `thrift:"targetUserMids,3" db:"targetUserMids" json:"targetUserMids"` }
Attributes:
- ReqSeq
- ChatMid
- TargetUserMids
var TalkServiceDeleteOtherFromChatArgs_Request_DEFAULT *DeleteOtherFromChatRequest
func NewDeleteOtherFromChatRequest ¶
func NewDeleteOtherFromChatRequest() *DeleteOtherFromChatRequest
func (*DeleteOtherFromChatRequest) Equals ¶
func (p *DeleteOtherFromChatRequest) Equals(other *DeleteOtherFromChatRequest) bool
func (*DeleteOtherFromChatRequest) GetChatMid ¶
func (p *DeleteOtherFromChatRequest) GetChatMid() string
func (*DeleteOtherFromChatRequest) GetReqSeq ¶
func (p *DeleteOtherFromChatRequest) GetReqSeq() int32
func (*DeleteOtherFromChatRequest) GetTargetUserMids ¶
func (p *DeleteOtherFromChatRequest) GetTargetUserMids() []string
func (*DeleteOtherFromChatRequest) ReadField1 ¶
func (*DeleteOtherFromChatRequest) ReadField2 ¶
func (*DeleteOtherFromChatRequest) ReadField3 ¶
func (*DeleteOtherFromChatRequest) String ¶
func (p *DeleteOtherFromChatRequest) String() string
type DeleteOtherFromChatResponse ¶
type DeleteOtherFromChatResponse struct { }
var TalkServiceDeleteOtherFromChatResult_Success_DEFAULT *DeleteOtherFromChatResponse
func NewDeleteOtherFromChatResponse ¶
func NewDeleteOtherFromChatResponse() *DeleteOtherFromChatResponse
func (*DeleteOtherFromChatResponse) Equals ¶
func (p *DeleteOtherFromChatResponse) Equals(other *DeleteOtherFromChatResponse) bool
func (*DeleteOtherFromChatResponse) String ¶
func (p *DeleteOtherFromChatResponse) String() string
type DeleteSelfFromChatRequest ¶
type DeleteSelfFromChatRequest struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` ChatMid string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"` LastSeenMessageDeliveredTime int64 `thrift:"lastSeenMessageDeliveredTime,3" db:"lastSeenMessageDeliveredTime" json:"lastSeenMessageDeliveredTime"` LastSeenMessageId string `thrift:"lastSeenMessageId,4" db:"lastSeenMessageId" json:"lastSeenMessageId"` LastMessageDeliveredTime int64 `thrift:"lastMessageDeliveredTime,5" db:"lastMessageDeliveredTime" json:"lastMessageDeliveredTime"` LastMessageId string `thrift:"lastMessageId,6" db:"lastMessageId" json:"lastMessageId"` }
Attributes:
- ReqSeq
- ChatMid
- LastSeenMessageDeliveredTime
- LastSeenMessageId
- LastMessageDeliveredTime
- LastMessageId
var TalkServiceDeleteSelfFromChatArgs_Request_DEFAULT *DeleteSelfFromChatRequest
func NewDeleteSelfFromChatRequest ¶
func NewDeleteSelfFromChatRequest() *DeleteSelfFromChatRequest
func (*DeleteSelfFromChatRequest) Equals ¶
func (p *DeleteSelfFromChatRequest) Equals(other *DeleteSelfFromChatRequest) bool
func (*DeleteSelfFromChatRequest) GetChatMid ¶
func (p *DeleteSelfFromChatRequest) GetChatMid() string
func (*DeleteSelfFromChatRequest) GetLastMessageDeliveredTime ¶
func (p *DeleteSelfFromChatRequest) GetLastMessageDeliveredTime() int64
func (*DeleteSelfFromChatRequest) GetLastMessageId ¶
func (p *DeleteSelfFromChatRequest) GetLastMessageId() string
func (*DeleteSelfFromChatRequest) GetLastSeenMessageDeliveredTime ¶
func (p *DeleteSelfFromChatRequest) GetLastSeenMessageDeliveredTime() int64
func (*DeleteSelfFromChatRequest) GetLastSeenMessageId ¶
func (p *DeleteSelfFromChatRequest) GetLastSeenMessageId() string
func (*DeleteSelfFromChatRequest) GetReqSeq ¶
func (p *DeleteSelfFromChatRequest) GetReqSeq() int32
func (*DeleteSelfFromChatRequest) ReadField1 ¶
func (*DeleteSelfFromChatRequest) ReadField2 ¶
func (*DeleteSelfFromChatRequest) ReadField3 ¶
func (*DeleteSelfFromChatRequest) ReadField4 ¶
func (*DeleteSelfFromChatRequest) ReadField5 ¶
func (*DeleteSelfFromChatRequest) ReadField6 ¶
func (*DeleteSelfFromChatRequest) String ¶
func (p *DeleteSelfFromChatRequest) String() string
type DeleteSelfFromChatResponse ¶
type DeleteSelfFromChatResponse struct { }
var TalkServiceDeleteSelfFromChatResult_Success_DEFAULT *DeleteSelfFromChatResponse
func NewDeleteSelfFromChatResponse ¶
func NewDeleteSelfFromChatResponse() *DeleteSelfFromChatResponse
func (*DeleteSelfFromChatResponse) Equals ¶
func (p *DeleteSelfFromChatResponse) Equals(other *DeleteSelfFromChatResponse) bool
func (*DeleteSelfFromChatResponse) String ¶
func (p *DeleteSelfFromChatResponse) String() string
type DeviceInfo ¶
type DeviceInfo struct { DeviceName string `thrift:"deviceName,1" db:"deviceName" json:"deviceName"` SystemName string `thrift:"systemName,2" db:"systemName" json:"systemName"` SystemVersion string `thrift:"systemVersion,3" db:"systemVersion" json:"systemVersion"` Model string `thrift:"model,4" db:"model" json:"model"` WebViewVersion string `thrift:"webViewVersion,5" db:"webViewVersion" json:"webViewVersion"` // unused fields # 6 to 9 CarrierCode CarrierCode `thrift:"carrierCode,10" db:"carrierCode" json:"carrierCode"` CarrierName string `thrift:"carrierName,11" db:"carrierName" json:"carrierName"` // unused fields # 12 to 19 ApplicationType ApplicationType `thrift:"applicationType,20" db:"applicationType" json:"applicationType"` }
Attributes:
- ApplicationType
- DeviceName
- SystemName
- SystemVersion
- Model
- CarrierCode
- CarrierName
- WebViewVersion
var TalkServiceNotifyUpdatedArgs_DeviceInfo_DEFAULT *DeviceInfo
var TalkServiceStartUpdateVerificationArgs_DeviceInfo_DEFAULT *DeviceInfo
func NewDeviceInfo ¶
func NewDeviceInfo() *DeviceInfo
func (*DeviceInfo) Equals ¶
func (p *DeviceInfo) Equals(other *DeviceInfo) bool
func (*DeviceInfo) GetApplicationType ¶
func (p *DeviceInfo) GetApplicationType() ApplicationType
func (*DeviceInfo) GetCarrierCode ¶
func (p *DeviceInfo) GetCarrierCode() CarrierCode
func (*DeviceInfo) GetCarrierName ¶
func (p *DeviceInfo) GetCarrierName() string
func (*DeviceInfo) GetDeviceName ¶
func (p *DeviceInfo) GetDeviceName() string
func (*DeviceInfo) GetModel ¶
func (p *DeviceInfo) GetModel() string
func (*DeviceInfo) GetSystemName ¶
func (p *DeviceInfo) GetSystemName() string
func (*DeviceInfo) GetSystemVersion ¶
func (p *DeviceInfo) GetSystemVersion() string
func (*DeviceInfo) GetWebViewVersion ¶
func (p *DeviceInfo) GetWebViewVersion() string
func (*DeviceInfo) ReadField1 ¶
func (*DeviceInfo) ReadField10 ¶
func (*DeviceInfo) ReadField11 ¶
func (*DeviceInfo) ReadField2 ¶
func (*DeviceInfo) ReadField20 ¶
func (*DeviceInfo) ReadField3 ¶
func (*DeviceInfo) ReadField4 ¶
func (*DeviceInfo) ReadField5 ¶
func (*DeviceInfo) String ¶
func (p *DeviceInfo) String() string
type E2EEGroupSharedKey ¶
type E2EEGroupSharedKey struct {}
Attributes:
- KeyVersion
- GroupKeyId
- Creator
- CreatorKeyId
- Receiver
- ReceiverKeyId
- EncryptedSharedKey
- AllowedTypes
- SpecVersion
var TalkServiceRegisterE2EEGroupKeyResult_Success_DEFAULT *E2EEGroupSharedKey
func NewE2EEGroupSharedKey ¶
func NewE2EEGroupSharedKey() *E2EEGroupSharedKey
func (*E2EEGroupSharedKey) Equals ¶
func (p *E2EEGroupSharedKey) Equals(other *E2EEGroupSharedKey) bool
func (*E2EEGroupSharedKey) GetAllowedTypes ¶
func (p *E2EEGroupSharedKey) GetAllowedTypes() []ContentType
func (*E2EEGroupSharedKey) GetCreator ¶
func (p *E2EEGroupSharedKey) GetCreator() string
func (*E2EEGroupSharedKey) GetCreatorKeyId ¶
func (p *E2EEGroupSharedKey) GetCreatorKeyId() int32
func (*E2EEGroupSharedKey) GetEncryptedSharedKey ¶
func (p *E2EEGroupSharedKey) GetEncryptedSharedKey() string
func (*E2EEGroupSharedKey) GetGroupKeyId ¶
func (p *E2EEGroupSharedKey) GetGroupKeyId() int32
func (*E2EEGroupSharedKey) GetKeyVersion ¶
func (p *E2EEGroupSharedKey) GetKeyVersion() int32
func (*E2EEGroupSharedKey) GetReceiver ¶
func (p *E2EEGroupSharedKey) GetReceiver() string
func (*E2EEGroupSharedKey) GetReceiverKeyId ¶
func (p *E2EEGroupSharedKey) GetReceiverKeyId() int32
func (*E2EEGroupSharedKey) GetSpecVersion ¶
func (p *E2EEGroupSharedKey) GetSpecVersion() int32
func (*E2EEGroupSharedKey) ReadField1 ¶
func (*E2EEGroupSharedKey) ReadField2 ¶
func (*E2EEGroupSharedKey) ReadField3 ¶
func (*E2EEGroupSharedKey) ReadField4 ¶
func (*E2EEGroupSharedKey) ReadField5 ¶
func (*E2EEGroupSharedKey) ReadField6 ¶
func (*E2EEGroupSharedKey) ReadField7 ¶
func (*E2EEGroupSharedKey) ReadField8 ¶
func (*E2EEGroupSharedKey) ReadField9 ¶
func (*E2EEGroupSharedKey) String ¶
func (p *E2EEGroupSharedKey) String() string
type E2EENegotiationResult_ ¶
type E2EENegotiationResult_ struct { AllowedTypes []ContentType `thrift:"allowedTypes,1" db:"allowedTypes" json:"allowedTypes"` PublicKey *E2EEPublicKey `thrift:"publicKey,2" db:"publicKey" json:"publicKey"` SpecVersion int32 `thrift:"specVersion,3" db:"specVersion" json:"specVersion"` }
Attributes:
- AllowedTypes
- PublicKey
- SpecVersion
var TalkServiceNegotiateE2EEPublicKeyResult_Success_DEFAULT *E2EENegotiationResult_
func NewE2EENegotiationResult_ ¶
func NewE2EENegotiationResult_() *E2EENegotiationResult_
func (*E2EENegotiationResult_) Equals ¶
func (p *E2EENegotiationResult_) Equals(other *E2EENegotiationResult_) bool
func (*E2EENegotiationResult_) GetAllowedTypes ¶
func (p *E2EENegotiationResult_) GetAllowedTypes() []ContentType
func (*E2EENegotiationResult_) GetPublicKey ¶
func (p *E2EENegotiationResult_) GetPublicKey() *E2EEPublicKey
func (*E2EENegotiationResult_) GetSpecVersion ¶
func (p *E2EENegotiationResult_) GetSpecVersion() int32
func (*E2EENegotiationResult_) IsSetPublicKey ¶
func (p *E2EENegotiationResult_) IsSetPublicKey() bool
func (*E2EENegotiationResult_) ReadField1 ¶
func (*E2EENegotiationResult_) ReadField2 ¶
func (*E2EENegotiationResult_) ReadField3 ¶
func (*E2EENegotiationResult_) String ¶
func (p *E2EENegotiationResult_) String() string
type E2EEPublicKey ¶
type E2EEPublicKey struct { Version int32 `thrift:"version,1" db:"version" json:"version"` KeyId int32 `thrift:"keyId,2" db:"keyId" json:"keyId"` // unused field # 3 KeyData string `thrift:"keyData,4" db:"keyData" json:"keyData"` CreatedTime int64 `thrift:"createdTime,5" db:"createdTime" json:"createdTime"` }
Attributes:
- Version
- KeyId
- KeyData
- CreatedTime
var AuthServiceRespondE2EELoginRequestArgs_PublicKey_DEFAULT *E2EEPublicKey
var AuthServiceVerifyQrcodeWithE2EEArgs_PublicKey_DEFAULT *E2EEPublicKey
var E2EENegotiationResult__PublicKey_DEFAULT *E2EEPublicKey
var TalkServiceGetE2EEPublicKeyResult_Success_DEFAULT *E2EEPublicKey
var TalkServiceGetLastE2EEPublicKeysResult_Success_DEFAULT *E2EEPublicKey
var TalkServiceRegisterE2EEPublicKeyArgs_PublicKey_DEFAULT *E2EEPublicKey
var TalkServiceRegisterE2EEPublicKeyResult_Success_DEFAULT *E2EEPublicKey
func NewE2EEPublicKey ¶
func NewE2EEPublicKey() *E2EEPublicKey
func (*E2EEPublicKey) Equals ¶
func (p *E2EEPublicKey) Equals(other *E2EEPublicKey) bool
func (*E2EEPublicKey) GetCreatedTime ¶
func (p *E2EEPublicKey) GetCreatedTime() int64
func (*E2EEPublicKey) GetKeyData ¶
func (p *E2EEPublicKey) GetKeyData() string
func (*E2EEPublicKey) GetKeyId ¶
func (p *E2EEPublicKey) GetKeyId() int32
func (*E2EEPublicKey) GetVersion ¶
func (p *E2EEPublicKey) GetVersion() int32
func (*E2EEPublicKey) ReadField1 ¶
func (*E2EEPublicKey) ReadField2 ¶
func (*E2EEPublicKey) ReadField4 ¶
func (*E2EEPublicKey) ReadField5 ¶
func (*E2EEPublicKey) String ¶
func (p *E2EEPublicKey) String() string
type EmailConfirmationStatus ¶
type EmailConfirmationStatus int64
const ( EmailConfirmationStatus_NOT_SPECIFIED EmailConfirmationStatus = 0 EmailConfirmationStatus_NOT_YET EmailConfirmationStatus = 1 EmailConfirmationStatus_DONE EmailConfirmationStatus = 3 EmailConfirmationStatus_NEED_ENFORCED_INPUT EmailConfirmationStatus = 4 )
func EmailConfirmationStatusFromString ¶
func EmailConfirmationStatusFromString(s string) (EmailConfirmationStatus, error)
func EmailConfirmationStatusPtr ¶
func EmailConfirmationStatusPtr(v EmailConfirmationStatus) *EmailConfirmationStatus
func (EmailConfirmationStatus) MarshalText ¶
func (p EmailConfirmationStatus) MarshalText() ([]byte, error)
func (*EmailConfirmationStatus) Scan ¶
func (p *EmailConfirmationStatus) Scan(value interface{}) error
func (EmailConfirmationStatus) String ¶
func (p EmailConfirmationStatus) String() string
func (*EmailConfirmationStatus) UnmarshalText ¶
func (p *EmailConfirmationStatus) UnmarshalText(text []byte) error
type EncryptedPassword ¶
type EncryptedPassword struct { EncryptionKeyVersion EncryptionKeyVersion `thrift:"encryptionKeyVersion,1" db:"encryptionKeyVersion" json:"encryptionKeyVersion"` CipherText string `thrift:"cipherText,2" db:"cipherText" json:"cipherText"` }
Attributes:
- EncryptionKeyVersion
- CipherText
var AuthServiceSetPasswordArgs_EncryptedPassword_DEFAULT *EncryptedPassword
func NewEncryptedPassword ¶
func NewEncryptedPassword() *EncryptedPassword
func (*EncryptedPassword) Equals ¶
func (p *EncryptedPassword) Equals(other *EncryptedPassword) bool
func (*EncryptedPassword) GetCipherText ¶
func (p *EncryptedPassword) GetCipherText() string
func (*EncryptedPassword) GetEncryptionKeyVersion ¶
func (p *EncryptedPassword) GetEncryptionKeyVersion() EncryptionKeyVersion
func (*EncryptedPassword) ReadField1 ¶
func (*EncryptedPassword) ReadField2 ¶
func (*EncryptedPassword) String ¶
func (p *EncryptedPassword) String() string
type EncryptionKeyVersion ¶
type EncryptionKeyVersion int64
const ( EncryptionKeyVersion_UNKNOWN EncryptionKeyVersion = 0 EncryptionKeyVersion_V1 EncryptionKeyVersion = 1 )
func EncryptionKeyVersionFromString ¶
func EncryptionKeyVersionFromString(s string) (EncryptionKeyVersion, error)
func EncryptionKeyVersionPtr ¶
func EncryptionKeyVersionPtr(v EncryptionKeyVersion) *EncryptionKeyVersion
func (EncryptionKeyVersion) MarshalText ¶
func (p EncryptionKeyVersion) MarshalText() ([]byte, error)
func (*EncryptionKeyVersion) Scan ¶
func (p *EncryptionKeyVersion) Scan(value interface{}) error
func (EncryptionKeyVersion) String ¶
func (p EncryptionKeyVersion) String() string
func (*EncryptionKeyVersion) UnmarshalText ¶
func (p *EncryptionKeyVersion) UnmarshalText(text []byte) error
type ErrorCode ¶
type ErrorCode int64
const ( ErrorCode_ILLEGAL_ARGUMENT ErrorCode = 0 ErrorCode_AUTHENTICATION_FAILED ErrorCode = 1 ErrorCode_DB_FAILED ErrorCode = 2 ErrorCode_INVALID_STATE ErrorCode = 3 ErrorCode_EXCESSIVE_ACCESS ErrorCode = 4 ErrorCode_NOT_FOUND ErrorCode = 5 ErrorCode_INVALID_MID ErrorCode = 9 ErrorCode_NOT_A_MEMBER ErrorCode = 10 ErrorCode_INVALID_LENGTH ErrorCode = 6 ErrorCode_NOT_AVAILABLE_USER ErrorCode = 7 ErrorCode_NOT_AUTHORIZED_DEVICE ErrorCode = 8 ErrorCode_NOT_AUTHORIZED_SESSION ErrorCode = 14 ErrorCode_INCOMPATIBLE_APP_VERSION ErrorCode = 11 ErrorCode_NOT_READY ErrorCode = 12 ErrorCode_NOT_AVAILABLE_SESSION ErrorCode = 13 ErrorCode_SYSTEM_ERROR ErrorCode = 15 ErrorCode_NO_AVAILABLE_VERIFICATION_METHOD ErrorCode = 16 ErrorCode_NOT_AUTHENTICATED ErrorCode = 17 ErrorCode_INVALID_IDENTITY_CREDENTIAL ErrorCode = 18 ErrorCode_NOT_AVAILABLE_IDENTITY_IDENTIFIER ErrorCode = 19 ErrorCode_INTERNAL_ERROR ErrorCode = 20 ErrorCode_NO_SUCH_IDENTITY_IDENFIER ErrorCode = 21 ErrorCode_DEACTIVATED_ACCOUNT_BOUND_TO_THIS_IDENTITY ErrorCode = 22 ErrorCode_ILLEGAL_IDENTITY_CREDENTIAL ErrorCode = 23 ErrorCode_UNKNOWN_CHANNEL ErrorCode = 24 ErrorCode_NO_SUCH_MESSAGE_BOX ErrorCode = 25 ErrorCode_NOT_AVAILABLE_MESSAGE_BOX ErrorCode = 26 ErrorCode_CHANNEL_DOES_NOT_MATCH ErrorCode = 27 ErrorCode_NOT_YOUR_MESSAGE ErrorCode = 28 ErrorCode_MESSAGE_DEFINED_ERROR ErrorCode = 29 ErrorCode_USER_CANNOT_ACCEPT_PRESENTS ErrorCode = 30 ErrorCode_USER_NOT_STICKER_OWNER ErrorCode = 32 ErrorCode_MAINTENANCE_ERROR ErrorCode = 33 ErrorCode_ACCOUNT_NOT_MATCHED ErrorCode = 34 ErrorCode_ABUSE_BLOCK ErrorCode = 35 ErrorCode_NOT_FRIEND ErrorCode = 36 ErrorCode_NOT_ALLOWED_CALL ErrorCode = 37 ErrorCode_BLOCK_FRIEND ErrorCode = 38 ErrorCode_INCOMPATIBLE_VOIP_VERSION ErrorCode = 39 ErrorCode_INVALID_SNS_ACCESS_TOKEN ErrorCode = 40 ErrorCode_EXTERNAL_SERVICE_NOT_AVAILABLE ErrorCode = 41 ErrorCode_NOT_ALLOWED_ADD_CONTACT ErrorCode = 42 ErrorCode_NOT_CERTIFICATED ErrorCode = 43 ErrorCode_NOT_ALLOWED_SECONDARY_DEVICE ErrorCode = 44 ErrorCode_INVALID_PIN_CODE ErrorCode = 45 ErrorCode_NOT_FOUND_IDENTITY_CREDENTIAL ErrorCode = 46 ErrorCode_EXCEED_FILE_MAX_SIZE ErrorCode = 47 ErrorCode_EXCEED_DAILY_QUOTA ErrorCode = 48 ErrorCode_NOT_SUPPORT_SEND_FILE ErrorCode = 49 ErrorCode_MUST_UPGRADE ErrorCode = 50 ErrorCode_NOT_AVAILABLE_PIN_CODE_SESSION ErrorCode = 51 ErrorCode_EXPIRED_REVISION ErrorCode = 52 ErrorCode_NOT_YET_PHONE_NUMBER ErrorCode = 54 ErrorCode_BAD_CALL_NUMBER ErrorCode = 55 ErrorCode_UNAVAILABLE_CALL_NUMBER ErrorCode = 56 ErrorCode_NOT_SUPPORT_CALL_SERVICE ErrorCode = 57 ErrorCode_CONGESTION_CONTROL ErrorCode = 58 ErrorCode_NO_BALANCE ErrorCode = 59 ErrorCode_NOT_PERMITTED_CALLER_ID ErrorCode = 60 ErrorCode_NO_CALLER_ID_LIMIT_EXCEEDED ErrorCode = 61 ErrorCode_CALLER_ID_VERIFICATION_REQUIRED ErrorCode = 62 ErrorCode_NO_CALLER_ID_LIMIT_EXCEEDED_AND_VERIFICATION_REQUIRED ErrorCode = 63 ErrorCode_MESSAGE_NOT_FOUND ErrorCode = 64 ErrorCode_INVALID_ACCOUNT_MIGRATION_PINCODE_FORMAT ErrorCode = 65 ErrorCode_ACCOUNT_MIGRATION_PINCODE_NOT_MATCHED ErrorCode = 66 ErrorCode_ACCOUNT_MIGRATION_PINCODE_BLOCKED ErrorCode = 67 ErrorCode_INVALID_PASSWORD_FORMAT ErrorCode = 69 ErrorCode_FEATURE_RESTRICTED ErrorCode = 70 ErrorCode_MESSAGE_NOT_DESTRUCTIBLE ErrorCode = 71 ErrorCode_PAID_CALL_REDEEM_FAILED ErrorCode = 72 ErrorCode_PREVENTED_JOIN_BY_TICKET ErrorCode = 73 ErrorCode_SEND_MESSAGE_NOT_PERMITTED_FROM_LINE_AT ErrorCode = 75 ErrorCode_SEND_MESSAGE_NOT_PERMITTED_WHILE_AUTO_REPLY ErrorCode = 76 ErrorCode_SECURITY_CENTER_NOT_VERIFIED ErrorCode = 77 ErrorCode_SECURITY_CENTER_BLOCKED_BY_SETTING ErrorCode = 78 ErrorCode_SECURITY_CENTER_BLOCKED ErrorCode = 79 ErrorCode_TALK_PROXY_EXCEPTION ErrorCode = 80 ErrorCode_E2EE_INVALID_PROTOCOL ErrorCode = 81 ErrorCode_E2EE_RETRY_ENCRYPT ErrorCode = 82 ErrorCode_E2EE_UPDATE_SENDER_KEY ErrorCode = 83 ErrorCode_E2EE_UPDATE_RECEIVER_KEY ErrorCode = 84 ErrorCode_E2EE_INVALID_ARGUMENT ErrorCode = 85 ErrorCode_E2EE_INVALID_VERSION ErrorCode = 86 ErrorCode_E2EE_SENDER_DISABLED ErrorCode = 87 ErrorCode_E2EE_RECEIVER_DISABLED ErrorCode = 88 ErrorCode_E2EE_SENDER_NOT_ALLOWED ErrorCode = 89 ErrorCode_E2EE_RECEIVER_NOT_ALLOWED ErrorCode = 90 ErrorCode_E2EE_RESEND_FAIL ErrorCode = 91 ErrorCode_E2EE_RESEND_OK ErrorCode = 92 ErrorCode_HITOKOTO_BACKUP_NO_AVAILABLE_DATA ErrorCode = 93 ErrorCode_E2EE_UPDATE_PRIMARY_DEVICE ErrorCode = 94 ErrorCode_SUCCESS ErrorCode = 95 ErrorCode_CANCEL ErrorCode = 96 ErrorCode_E2EE_PRIMARY_NOT_SUPPORT ErrorCode = 97 ErrorCode_E2EE_RETRY_PLAIN ErrorCode = 98 ErrorCode_E2EE_RECREATE_GROUP_KEY ErrorCode = 99 ErrorCode_E2EE_GROUP_TOO_MANY_MEMBERS ErrorCode = 100 ErrorCode_SERVER_BUSY ErrorCode = 101 ErrorCode_NOT_ALLOWED_ADD_FOLLOW ErrorCode = 102 ErrorCode_INCOMING_FRIEND_REQUEST_LIMIT ErrorCode = 103 ErrorCode_OUTGOING_FRIEND_REQUEST_LIMIT ErrorCode = 104 ErrorCode_OUTGOING_FRIEND_REQUEST_QUOTA ErrorCode = 105 ErrorCode_DUPLICATED ErrorCode = 106 ErrorCode_BANNED ErrorCode = 107 ErrorCode_NOT_AN_INVITEE ErrorCode = 108 ErrorCode_NOT_AN_OUTSIDER ErrorCode = 109 ErrorCode_EMPTY_GROUP ErrorCode = 111 ErrorCode_EXCEED_FOLLOW_LIMIT ErrorCode = 112 ErrorCode_UNSUPPORTED_ACCOUNT_TYPE ErrorCode = 113 )
func ErrorCodeFromString ¶
func ErrorCodePtr ¶
func (ErrorCode) MarshalText ¶
func (*ErrorCode) UnmarshalText ¶
type Extra ¶
type Extra struct { GroupExtra *GroupExtra `thrift:"groupExtra,1" db:"groupExtra" json:"groupExtra"` PeerExtra *PeerExtra `thrift:"peerExtra,2" db:"peerExtra" json:"peerExtra"` }
Attributes:
- GroupExtra
- PeerExtra
var Chat_Extra_DEFAULT *Extra
func (*Extra) GetGroupExtra ¶
func (p *Extra) GetGroupExtra() *GroupExtra
func (*Extra) GetPeerExtra ¶
func (*Extra) IsSetGroupExtra ¶
func (*Extra) IsSetPeerExtra ¶
func (*Extra) ReadField1 ¶
func (*Extra) ReadField2 ¶
type FreeCallType ¶
type FreeCallType int64
const ( FreeCallType_AUDIO FreeCallType = 1 FreeCallType_VIDEO FreeCallType = 2 FreeCallType_FACEPLAY FreeCallType = 3 )
func FreeCallTypeFromString ¶
func FreeCallTypeFromString(s string) (FreeCallType, error)
func FreeCallTypePtr ¶
func FreeCallTypePtr(v FreeCallType) *FreeCallType
func (FreeCallType) MarshalText ¶
func (p FreeCallType) MarshalText() ([]byte, error)
func (*FreeCallType) Scan ¶
func (p *FreeCallType) Scan(value interface{}) error
func (FreeCallType) String ¶
func (p FreeCallType) String() string
func (*FreeCallType) UnmarshalText ¶
func (p *FreeCallType) UnmarshalText(text []byte) error
type FriendRequestStatus ¶
type FriendRequestStatus int64
const ( FriendRequestStatus_NONE FriendRequestStatus = 0 FriendRequestStatus_AVAILABLE FriendRequestStatus = 1 FriendRequestStatus_ALREADY_REQUESTED FriendRequestStatus = 2 FriendRequestStatus_UNAVAILABLE FriendRequestStatus = 3 )
func FriendRequestStatusFromString ¶
func FriendRequestStatusFromString(s string) (FriendRequestStatus, error)
func FriendRequestStatusPtr ¶
func FriendRequestStatusPtr(v FriendRequestStatus) *FriendRequestStatus
func (FriendRequestStatus) MarshalText ¶
func (p FriendRequestStatus) MarshalText() ([]byte, error)
func (*FriendRequestStatus) Scan ¶
func (p *FriendRequestStatus) Scan(value interface{}) error
func (FriendRequestStatus) String ¶
func (p FriendRequestStatus) String() string
func (*FriendRequestStatus) UnmarshalText ¶
func (p *FriendRequestStatus) UnmarshalText(text []byte) error
type GeolocationAccuracy ¶
type GeolocationAccuracy struct { RadiusMeters float64 `thrift:"radiusMeters,1" db:"radiusMeters" json:"radiusMeters"` RadiusConfidence float64 `thrift:"radiusConfidence,2" db:"radiusConfidence" json:"radiusConfidence"` }
Attributes:
- RadiusMeters
- RadiusConfidence
var Location_Accuracy_DEFAULT *GeolocationAccuracy
func NewGeolocationAccuracy ¶
func NewGeolocationAccuracy() *GeolocationAccuracy
func (*GeolocationAccuracy) Equals ¶
func (p *GeolocationAccuracy) Equals(other *GeolocationAccuracy) bool
func (*GeolocationAccuracy) GetRadiusConfidence ¶
func (p *GeolocationAccuracy) GetRadiusConfidence() float64
func (*GeolocationAccuracy) GetRadiusMeters ¶
func (p *GeolocationAccuracy) GetRadiusMeters() float64
func (*GeolocationAccuracy) ReadField1 ¶
func (*GeolocationAccuracy) ReadField2 ¶
func (*GeolocationAccuracy) String ¶
func (p *GeolocationAccuracy) String() string
type GetAllChatMidsRequest ¶
type GetAllChatMidsRequest struct { WithMemberChats bool `thrift:"withMemberChats,1" db:"withMemberChats" json:"withMemberChats"` WithInvitedChats bool `thrift:"withInvitedChats,2" db:"withInvitedChats" json:"withInvitedChats"` }
Attributes:
- WithMemberChats
- WithInvitedChats
var TalkServiceGetAllChatMidsArgs_Request_DEFAULT *GetAllChatMidsRequest
func NewGetAllChatMidsRequest ¶
func NewGetAllChatMidsRequest() *GetAllChatMidsRequest
func (*GetAllChatMidsRequest) Equals ¶
func (p *GetAllChatMidsRequest) Equals(other *GetAllChatMidsRequest) bool
func (*GetAllChatMidsRequest) GetWithInvitedChats ¶
func (p *GetAllChatMidsRequest) GetWithInvitedChats() bool
func (*GetAllChatMidsRequest) GetWithMemberChats ¶
func (p *GetAllChatMidsRequest) GetWithMemberChats() bool
func (*GetAllChatMidsRequest) ReadField1 ¶
func (*GetAllChatMidsRequest) ReadField2 ¶
func (*GetAllChatMidsRequest) String ¶
func (p *GetAllChatMidsRequest) String() string
type GetAllChatMidsResponse ¶
type GetAllChatMidsResponse struct { MemberChatMids []string `thrift:"memberChatMids,1" db:"memberChatMids" json:"memberChatMids"` InvitedChatMids []string `thrift:"invitedChatMids,2" db:"invitedChatMids" json:"invitedChatMids"` }
Attributes:
- MemberChatMids
- InvitedChatMids
var TalkServiceGetAllChatMidsResult_Success_DEFAULT *GetAllChatMidsResponse
func NewGetAllChatMidsResponse ¶
func NewGetAllChatMidsResponse() *GetAllChatMidsResponse
func (*GetAllChatMidsResponse) Equals ¶
func (p *GetAllChatMidsResponse) Equals(other *GetAllChatMidsResponse) bool
func (*GetAllChatMidsResponse) GetInvitedChatMids ¶
func (p *GetAllChatMidsResponse) GetInvitedChatMids() []string
func (*GetAllChatMidsResponse) GetMemberChatMids ¶
func (p *GetAllChatMidsResponse) GetMemberChatMids() []string
func (*GetAllChatMidsResponse) ReadField1 ¶
func (*GetAllChatMidsResponse) ReadField2 ¶
func (*GetAllChatMidsResponse) String ¶
func (p *GetAllChatMidsResponse) String() string
type GetChatsRequest ¶
type GetChatsRequest struct { ChatMids []string `thrift:"chatMids,1" db:"chatMids" json:"chatMids"` WithMembers bool `thrift:"withMembers,2" db:"withMembers" json:"withMembers"` WithInvitees bool `thrift:"withInvitees,3" db:"withInvitees" json:"withInvitees"` }
Attributes:
- ChatMids
- WithMembers
- WithInvitees
var TalkServiceGetChatsArgs_Request_DEFAULT *GetChatsRequest
func NewGetChatsRequest ¶
func NewGetChatsRequest() *GetChatsRequest
func (*GetChatsRequest) Equals ¶
func (p *GetChatsRequest) Equals(other *GetChatsRequest) bool
func (*GetChatsRequest) GetChatMids ¶
func (p *GetChatsRequest) GetChatMids() []string
func (*GetChatsRequest) GetWithInvitees ¶
func (p *GetChatsRequest) GetWithInvitees() bool
func (*GetChatsRequest) GetWithMembers ¶
func (p *GetChatsRequest) GetWithMembers() bool
func (*GetChatsRequest) ReadField1 ¶
func (*GetChatsRequest) ReadField2 ¶
func (*GetChatsRequest) ReadField3 ¶
func (*GetChatsRequest) String ¶
func (p *GetChatsRequest) String() string
type GetChatsResponse ¶
type GetChatsResponse struct {
Chats []*Chat `thrift:"chats,1" db:"chats" json:"chats"`
}
Attributes:
- Chats
var TalkServiceGetChatsResult_Success_DEFAULT *GetChatsResponse
func NewGetChatsResponse ¶
func NewGetChatsResponse() *GetChatsResponse
func (*GetChatsResponse) Equals ¶
func (p *GetChatsResponse) Equals(other *GetChatsResponse) bool
func (*GetChatsResponse) GetChats ¶
func (p *GetChatsResponse) GetChats() []*Chat
func (*GetChatsResponse) ReadField1 ¶
func (*GetChatsResponse) String ¶
func (p *GetChatsResponse) String() string
type GroupCall ¶
type GroupCall struct { Online bool `thrift:"online,1" db:"online" json:"online"` ChatMid string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"` HostMid string `thrift:"hostMid,3" db:"hostMid" json:"hostMid"` MemberMids []string `thrift:"memberMids,4" db:"memberMids" json:"memberMids"` Started int64 `thrift:"started,5" db:"started" json:"started"` MediaType GroupCallMediaType `thrift:"mediaType,6" db:"mediaType" json:"mediaType"` Protocol GroupCallProtocol `thrift:"protocol,7" db:"protocol" json:"protocol"` }
Attributes:
- Online
- ChatMid
- HostMid
- MemberMids
- Started
- MediaType
- Protocol
var CallServiceGetGroupCallResult_Success_DEFAULT *GroupCall
func NewGroupCall ¶
func NewGroupCall() *GroupCall
func (*GroupCall) GetChatMid ¶
func (*GroupCall) GetHostMid ¶
func (*GroupCall) GetMediaType ¶
func (p *GroupCall) GetMediaType() GroupCallMediaType
func (*GroupCall) GetMemberMids ¶
func (*GroupCall) GetProtocol ¶
func (p *GroupCall) GetProtocol() GroupCallProtocol
func (*GroupCall) GetStarted ¶
func (*GroupCall) ReadField1 ¶
func (*GroupCall) ReadField2 ¶
func (*GroupCall) ReadField3 ¶
func (*GroupCall) ReadField4 ¶
func (*GroupCall) ReadField5 ¶
func (*GroupCall) ReadField6 ¶
func (*GroupCall) ReadField7 ¶
type GroupCallMediaType ¶
type GroupCallMediaType int64
const ( GroupCallMediaType_AUDIO GroupCallMediaType = 1 GroupCallMediaType_VIDEO GroupCallMediaType = 2 GroupCallMediaType_LIVE GroupCallMediaType = 3 )
func GroupCallMediaTypeFromString ¶
func GroupCallMediaTypeFromString(s string) (GroupCallMediaType, error)
func GroupCallMediaTypePtr ¶
func GroupCallMediaTypePtr(v GroupCallMediaType) *GroupCallMediaType
func (GroupCallMediaType) MarshalText ¶
func (p GroupCallMediaType) MarshalText() ([]byte, error)
func (*GroupCallMediaType) Scan ¶
func (p *GroupCallMediaType) Scan(value interface{}) error
func (GroupCallMediaType) String ¶
func (p GroupCallMediaType) String() string
func (*GroupCallMediaType) UnmarshalText ¶
func (p *GroupCallMediaType) UnmarshalText(text []byte) error
type GroupCallProtocol ¶
type GroupCallProtocol int64
const ( GroupCallProtocol_STANDARD GroupCallProtocol = 1 GroupCallProtocol_CONSTELLA GroupCallProtocol = 2 )
func GroupCallProtocolFromString ¶
func GroupCallProtocolFromString(s string) (GroupCallProtocol, error)
func GroupCallProtocolPtr ¶
func GroupCallProtocolPtr(v GroupCallProtocol) *GroupCallProtocol
func (GroupCallProtocol) MarshalText ¶
func (p GroupCallProtocol) MarshalText() ([]byte, error)
func (*GroupCallProtocol) Scan ¶
func (p *GroupCallProtocol) Scan(value interface{}) error
func (GroupCallProtocol) String ¶
func (p GroupCallProtocol) String() string
func (*GroupCallProtocol) UnmarshalText ¶
func (p *GroupCallProtocol) UnmarshalText(text []byte) error
type GroupCallRoute ¶
type GroupCallRoute struct { Token string `thrift:"token,1" db:"token" json:"token"` Cscf *CallHost `thrift:"cscf,2" db:"cscf" json:"cscf"` Mix *CallHost `thrift:"mix,3" db:"mix" json:"mix"` HostMid string `thrift:"hostMid,4" db:"hostMid" json:"hostMid"` Capabilities []string `thrift:"capabilities,5" db:"capabilities" json:"capabilities"` Proto GroupCallProtocol `thrift:"proto,6" db:"proto" json:"proto"` VoipAddress string `thrift:"voipAddress,7" db:"voipAddress" json:"voipAddress"` VoipUdpPort int32 `thrift:"voipUdpPort,8" db:"voipUdpPort" json:"voipUdpPort"` VoipTcpPort int32 `thrift:"voipTcpPort,9" db:"voipTcpPort" json:"voipTcpPort"` FromZone string `thrift:"fromZone,10" db:"fromZone" json:"fromZone"` CommParam string `thrift:"commParam,11" db:"commParam" json:"commParam"` PolarisAddress string `thrift:"polarisAddress,12" db:"polarisAddress" json:"polarisAddress"` PolarisUdpPort int32 `thrift:"polarisUdpPort,13" db:"polarisUdpPort" json:"polarisUdpPort"` PolarisZone string `thrift:"polarisZone,14" db:"polarisZone" json:"polarisZone"` OrionAddress string `thrift:"orionAddress,15" db:"orionAddress" json:"orionAddress"` }
Attributes:
- VoipAddress
- VoipUdpPort
- VoipTcpPort
- FromZone
- CommParam
- PolarisAddress
- PolarisUdpPort
- PolarisZone
- OrionAddress
- Token
- Cscf
- Mix
- HostMid
- Capabilities
- Proto
var CallServiceAcquireGroupCallRouteResult_Success_DEFAULT *GroupCallRoute
func NewGroupCallRoute ¶
func NewGroupCallRoute() *GroupCallRoute
func (*GroupCallRoute) Equals ¶
func (p *GroupCallRoute) Equals(other *GroupCallRoute) bool
func (*GroupCallRoute) GetCapabilities ¶
func (p *GroupCallRoute) GetCapabilities() []string
func (*GroupCallRoute) GetCommParam ¶
func (p *GroupCallRoute) GetCommParam() string
func (*GroupCallRoute) GetCscf ¶
func (p *GroupCallRoute) GetCscf() *CallHost
func (*GroupCallRoute) GetFromZone ¶
func (p *GroupCallRoute) GetFromZone() string
func (*GroupCallRoute) GetHostMid ¶
func (p *GroupCallRoute) GetHostMid() string
func (*GroupCallRoute) GetMix ¶
func (p *GroupCallRoute) GetMix() *CallHost
func (*GroupCallRoute) GetOrionAddress ¶
func (p *GroupCallRoute) GetOrionAddress() string
func (*GroupCallRoute) GetPolarisAddress ¶
func (p *GroupCallRoute) GetPolarisAddress() string
func (*GroupCallRoute) GetPolarisUdpPort ¶
func (p *GroupCallRoute) GetPolarisUdpPort() int32
func (*GroupCallRoute) GetPolarisZone ¶
func (p *GroupCallRoute) GetPolarisZone() string
func (*GroupCallRoute) GetProto ¶
func (p *GroupCallRoute) GetProto() GroupCallProtocol
func (*GroupCallRoute) GetToken ¶
func (p *GroupCallRoute) GetToken() string
func (*GroupCallRoute) GetVoipAddress ¶
func (p *GroupCallRoute) GetVoipAddress() string
func (*GroupCallRoute) GetVoipTcpPort ¶
func (p *GroupCallRoute) GetVoipTcpPort() int32
func (*GroupCallRoute) GetVoipUdpPort ¶
func (p *GroupCallRoute) GetVoipUdpPort() int32
func (*GroupCallRoute) IsSetCscf ¶
func (p *GroupCallRoute) IsSetCscf() bool
func (*GroupCallRoute) IsSetMix ¶
func (p *GroupCallRoute) IsSetMix() bool
func (*GroupCallRoute) ReadField1 ¶
func (*GroupCallRoute) ReadField10 ¶
func (*GroupCallRoute) ReadField11 ¶
func (*GroupCallRoute) ReadField12 ¶
func (*GroupCallRoute) ReadField13 ¶
func (*GroupCallRoute) ReadField14 ¶
func (*GroupCallRoute) ReadField15 ¶
func (*GroupCallRoute) ReadField2 ¶
func (*GroupCallRoute) ReadField3 ¶
func (*GroupCallRoute) ReadField4 ¶
func (*GroupCallRoute) ReadField5 ¶
func (*GroupCallRoute) ReadField6 ¶
func (*GroupCallRoute) ReadField7 ¶
func (*GroupCallRoute) ReadField8 ¶
func (*GroupCallRoute) ReadField9 ¶
func (*GroupCallRoute) String ¶
func (p *GroupCallRoute) String() string
type GroupExtra ¶
type GroupExtra struct { Creator string `thrift:"creator,1" db:"creator" json:"creator"` PreventedJoinByTicket bool `thrift:"preventedJoinByTicket,2" db:"preventedJoinByTicket" json:"preventedJoinByTicket"` InvitationTicket string `thrift:"invitationTicket,3" db:"invitationTicket" json:"invitationTicket"` MemberMids map[string]int64 `thrift:"memberMids,4" db:"memberMids" json:"memberMids"` InviteeMids map[string]int64 `thrift:"inviteeMids,5" db:"inviteeMids" json:"inviteeMids"` }
Attributes:
- Creator
- PreventedJoinByTicket
- InvitationTicket
- MemberMids
- InviteeMids
var Extra_GroupExtra_DEFAULT *GroupExtra
func NewGroupExtra ¶
func NewGroupExtra() *GroupExtra
func (*GroupExtra) Equals ¶
func (p *GroupExtra) Equals(other *GroupExtra) bool
func (*GroupExtra) GetCreator ¶
func (p *GroupExtra) GetCreator() string
func (*GroupExtra) GetInvitationTicket ¶
func (p *GroupExtra) GetInvitationTicket() string
func (*GroupExtra) GetInviteeMids ¶
func (p *GroupExtra) GetInviteeMids() map[string]int64
func (*GroupExtra) GetMemberMids ¶
func (p *GroupExtra) GetMemberMids() map[string]int64
func (*GroupExtra) GetPreventedJoinByTicket ¶
func (p *GroupExtra) GetPreventedJoinByTicket() bool
func (*GroupExtra) ReadField1 ¶
func (*GroupExtra) ReadField2 ¶
func (*GroupExtra) ReadField3 ¶
func (*GroupExtra) ReadField4 ¶
func (*GroupExtra) ReadField5 ¶
func (*GroupExtra) String ¶
func (p *GroupExtra) String() string
type IdentifierConfirmationRequest ¶
type IdentifierConfirmationRequest struct { MetaData map[string]string `thrift:"metaData,1" db:"metaData" json:"metaData"` ForceRegistration bool `thrift:"forceRegistration,2" db:"forceRegistration" json:"forceRegistration"` VerificationCode string `thrift:"verificationCode,3" db:"verificationCode" json:"verificationCode"` }
Attributes:
- MetaData
- ForceRegistration
- VerificationCode
var IdentityCredentialRequest_ConfirmationRequest_DEFAULT *IdentifierConfirmationRequest
func NewIdentifierConfirmationRequest ¶
func NewIdentifierConfirmationRequest() *IdentifierConfirmationRequest
func (*IdentifierConfirmationRequest) Equals ¶
func (p *IdentifierConfirmationRequest) Equals(other *IdentifierConfirmationRequest) bool
func (*IdentifierConfirmationRequest) GetForceRegistration ¶
func (p *IdentifierConfirmationRequest) GetForceRegistration() bool
func (*IdentifierConfirmationRequest) GetMetaData ¶
func (p *IdentifierConfirmationRequest) GetMetaData() map[string]string
func (*IdentifierConfirmationRequest) GetVerificationCode ¶
func (p *IdentifierConfirmationRequest) GetVerificationCode() string
func (*IdentifierConfirmationRequest) ReadField1 ¶
func (*IdentifierConfirmationRequest) ReadField2 ¶
func (*IdentifierConfirmationRequest) ReadField3 ¶
func (*IdentifierConfirmationRequest) String ¶
func (p *IdentifierConfirmationRequest) String() string
type IdentityCredentialRequest ¶
type IdentityCredentialRequest struct { MetaData map[string]string `thrift:"metaData,1" db:"metaData" json:"metaData"` IdentityProvider IdentityProvider `thrift:"identityProvider,2" db:"identityProvider" json:"identityProvider"` CipherKeyId string `thrift:"cipherKeyId,3" db:"cipherKeyId" json:"cipherKeyId"` CipherText string `thrift:"cipherText,4" db:"cipherText" json:"cipherText"` ConfirmationRequest *IdentifierConfirmationRequest `thrift:"confirmationRequest,5" db:"confirmationRequest" json:"confirmationRequest"` }
Attributes:
- MetaData
- IdentityProvider
- CipherKeyId
- CipherText
- ConfirmationRequest
var AuthServiceConfirmIdentifierArgs_Request_DEFAULT *IdentityCredentialRequest
var AuthServiceRemoveIdentifierArgs_Request_DEFAULT *IdentityCredentialRequest
var AuthServiceResendIdentifierConfirmationArgs_Request_DEFAULT *IdentityCredentialRequest
var AuthServiceSetIdentifierAndPasswordArgs_Request_DEFAULT *IdentityCredentialRequest
var AuthServiceSetIdentifierArgs_Request_DEFAULT *IdentityCredentialRequest
var AuthServiceUpdateIdentifierArgs_Request_DEFAULT *IdentityCredentialRequest
var AuthServiceUpdatePasswordArgs_Request_DEFAULT *IdentityCredentialRequest
func NewIdentityCredentialRequest ¶
func NewIdentityCredentialRequest() *IdentityCredentialRequest
func (*IdentityCredentialRequest) Equals ¶
func (p *IdentityCredentialRequest) Equals(other *IdentityCredentialRequest) bool
func (*IdentityCredentialRequest) GetCipherKeyId ¶
func (p *IdentityCredentialRequest) GetCipherKeyId() string
func (*IdentityCredentialRequest) GetCipherText ¶
func (p *IdentityCredentialRequest) GetCipherText() string
func (*IdentityCredentialRequest) GetConfirmationRequest ¶
func (p *IdentityCredentialRequest) GetConfirmationRequest() *IdentifierConfirmationRequest
func (*IdentityCredentialRequest) GetIdentityProvider ¶
func (p *IdentityCredentialRequest) GetIdentityProvider() IdentityProvider
func (*IdentityCredentialRequest) GetMetaData ¶
func (p *IdentityCredentialRequest) GetMetaData() map[string]string
func (*IdentityCredentialRequest) IsSetConfirmationRequest ¶
func (p *IdentityCredentialRequest) IsSetConfirmationRequest() bool
func (*IdentityCredentialRequest) ReadField1 ¶
func (*IdentityCredentialRequest) ReadField2 ¶
func (*IdentityCredentialRequest) ReadField3 ¶
func (*IdentityCredentialRequest) ReadField4 ¶
func (*IdentityCredentialRequest) ReadField5 ¶
func (*IdentityCredentialRequest) String ¶
func (p *IdentityCredentialRequest) String() string
type IdentityCredentialResponse ¶
type IdentityCredentialResponse struct { MetaData map[string]string `thrift:"metaData,1" db:"metaData" json:"metaData"` ResponseType IdentityCredentialResponseType `thrift:"responseType,2" db:"responseType" json:"responseType"` ConfirmationVerifier string `thrift:"confirmationVerifier,3" db:"confirmationVerifier" json:"confirmationVerifier"` TimeoutInSeconds int64 `thrift:"timeoutInSeconds,4" db:"timeoutInSeconds" json:"timeoutInSeconds"` }
Attributes:
- MetaData
- ResponseType
- ConfirmationVerifier
- TimeoutInSeconds
var AuthServiceConfirmIdentifierResult_Success_DEFAULT *IdentityCredentialResponse
var AuthServiceRemoveIdentifierResult_Success_DEFAULT *IdentityCredentialResponse
var AuthServiceResendIdentifierConfirmationResult_Success_DEFAULT *IdentityCredentialResponse
var AuthServiceSetIdentifierAndPasswordResult_Success_DEFAULT *IdentityCredentialResponse
var AuthServiceSetIdentifierResult_Success_DEFAULT *IdentityCredentialResponse
var AuthServiceUpdateIdentifierResult_Success_DEFAULT *IdentityCredentialResponse
var AuthServiceUpdatePasswordResult_Success_DEFAULT *IdentityCredentialResponse
func NewIdentityCredentialResponse ¶
func NewIdentityCredentialResponse() *IdentityCredentialResponse
func (*IdentityCredentialResponse) Equals ¶
func (p *IdentityCredentialResponse) Equals(other *IdentityCredentialResponse) bool
func (*IdentityCredentialResponse) GetConfirmationVerifier ¶
func (p *IdentityCredentialResponse) GetConfirmationVerifier() string
func (*IdentityCredentialResponse) GetMetaData ¶
func (p *IdentityCredentialResponse) GetMetaData() map[string]string
func (*IdentityCredentialResponse) GetResponseType ¶
func (p *IdentityCredentialResponse) GetResponseType() IdentityCredentialResponseType
func (*IdentityCredentialResponse) GetTimeoutInSeconds ¶
func (p *IdentityCredentialResponse) GetTimeoutInSeconds() int64
func (*IdentityCredentialResponse) ReadField1 ¶
func (*IdentityCredentialResponse) ReadField2 ¶
func (*IdentityCredentialResponse) ReadField3 ¶
func (*IdentityCredentialResponse) ReadField4 ¶
func (*IdentityCredentialResponse) String ¶
func (p *IdentityCredentialResponse) String() string
type IdentityCredentialResponseType ¶
type IdentityCredentialResponseType int64
const ( IdentityCredentialResponseType_UNKNOWN IdentityCredentialResponseType = 0 IdentityCredentialResponseType_SUCCESS IdentityCredentialResponseType = 1 IdentityCredentialResponseType_REQUIRE_SERVER_SIDE_EMAIL IdentityCredentialResponseType = 2 IdentityCredentialResponseType_REQUIRE_CLIENT_SIDE_EMAIL IdentityCredentialResponseType = 3 )
func IdentityCredentialResponseTypeFromString ¶
func IdentityCredentialResponseTypeFromString(s string) (IdentityCredentialResponseType, error)
func IdentityCredentialResponseTypePtr ¶
func IdentityCredentialResponseTypePtr(v IdentityCredentialResponseType) *IdentityCredentialResponseType
func (IdentityCredentialResponseType) MarshalText ¶
func (p IdentityCredentialResponseType) MarshalText() ([]byte, error)
func (*IdentityCredentialResponseType) Scan ¶
func (p *IdentityCredentialResponseType) Scan(value interface{}) error
func (IdentityCredentialResponseType) String ¶
func (p IdentityCredentialResponseType) String() string
func (*IdentityCredentialResponseType) UnmarshalText ¶
func (p *IdentityCredentialResponseType) UnmarshalText(text []byte) error
type IdentityProvider ¶
type IdentityProvider int64
const ( IdentityProvider_UNKNOWN IdentityProvider = 0 IdentityProvider_LINE IdentityProvider = 1 IdentityProvider_NAVER_KR IdentityProvider = 2 IdentityProvider_LINE_PHONE IdentityProvider = 3 )
func IdentityProviderFromString ¶
func IdentityProviderFromString(s string) (IdentityProvider, error)
func IdentityProviderPtr ¶
func IdentityProviderPtr(v IdentityProvider) *IdentityProvider
func (IdentityProvider) MarshalText ¶
func (p IdentityProvider) MarshalText() ([]byte, error)
func (*IdentityProvider) Scan ¶
func (p *IdentityProvider) Scan(value interface{}) error
func (IdentityProvider) String ¶
func (p IdentityProvider) String() string
func (*IdentityProvider) UnmarshalText ¶
func (p *IdentityProvider) UnmarshalText(text []byte) error
type InviteIntoChatRequest ¶
type InviteIntoChatRequest struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` ChatMid string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"` TargetUserMids []string `thrift:"targetUserMids,3" db:"targetUserMids" json:"targetUserMids"` }
Attributes:
- ReqSeq
- ChatMid
- TargetUserMids
var TalkServiceInviteIntoChatArgs_Request_DEFAULT *InviteIntoChatRequest
func NewInviteIntoChatRequest ¶
func NewInviteIntoChatRequest() *InviteIntoChatRequest
func (*InviteIntoChatRequest) Equals ¶
func (p *InviteIntoChatRequest) Equals(other *InviteIntoChatRequest) bool
func (*InviteIntoChatRequest) GetChatMid ¶
func (p *InviteIntoChatRequest) GetChatMid() string
func (*InviteIntoChatRequest) GetReqSeq ¶
func (p *InviteIntoChatRequest) GetReqSeq() int32
func (*InviteIntoChatRequest) GetTargetUserMids ¶
func (p *InviteIntoChatRequest) GetTargetUserMids() []string
func (*InviteIntoChatRequest) ReadField1 ¶
func (*InviteIntoChatRequest) ReadField2 ¶
func (*InviteIntoChatRequest) ReadField3 ¶
func (*InviteIntoChatRequest) String ¶
func (p *InviteIntoChatRequest) String() string
type InviteIntoChatResponse ¶
type InviteIntoChatResponse struct { }
var TalkServiceInviteIntoChatResult_Success_DEFAULT *InviteIntoChatResponse
func NewInviteIntoChatResponse ¶
func NewInviteIntoChatResponse() *InviteIntoChatResponse
func (*InviteIntoChatResponse) Equals ¶
func (p *InviteIntoChatResponse) Equals(other *InviteIntoChatResponse) bool
func (*InviteIntoChatResponse) String ¶
func (p *InviteIntoChatResponse) String() string
type Location ¶
type Location struct { Title string `thrift:"title,1" db:"title" json:"title"` Address string `thrift:"address,2" db:"address" json:"address"` Latitude float64 `thrift:"latitude,3" db:"latitude" json:"latitude"` Longitude float64 `thrift:"longitude,4" db:"longitude" json:"longitude"` Phone string `thrift:"phone,5" db:"phone" json:"phone"` CategoryId string `thrift:"categoryId,6" db:"categoryId" json:"categoryId"` Provider PlaceSearchProvider `thrift:"provider,7" db:"provider" json:"provider"` Accuracy *GeolocationAccuracy `thrift:"accuracy,8" db:"accuracy" json:"accuracy"` }
Attributes:
- Title
- Address
- Latitude
- Longitude
- Phone
- CategoryId
- Provider
- Accuracy
var Message_Location_DEFAULT *Location
func NewLocation ¶
func NewLocation() *Location
func (*Location) GetAccuracy ¶
func (p *Location) GetAccuracy() *GeolocationAccuracy
func (*Location) GetAddress ¶
func (*Location) GetCategoryId ¶
func (*Location) GetLatitude ¶
func (*Location) GetLongitude ¶
func (*Location) GetProvider ¶
func (p *Location) GetProvider() PlaceSearchProvider
func (*Location) IsSetAccuracy ¶
func (*Location) ReadField1 ¶
func (*Location) ReadField2 ¶
func (*Location) ReadField3 ¶
func (*Location) ReadField4 ¶
func (*Location) ReadField5 ¶
func (*Location) ReadField6 ¶
func (*Location) ReadField7 ¶
func (*Location) ReadField8 ¶
type LoginRequest ¶
type LoginRequest struct { Type LoginType `thrift:"type,1" db:"type" json:"type"` IdentityProvider IdentityProvider `thrift:"identityProvider,2" db:"identityProvider" json:"identityProvider"` Identifier string `thrift:"identifier,3" db:"identifier" json:"identifier"` Password string `thrift:"password,4" db:"password" json:"password"` KeepLoggedIn bool `thrift:"keepLoggedIn,5" db:"keepLoggedIn" json:"keepLoggedIn"` AccessLocation string `thrift:"accessLocation,6" db:"accessLocation" json:"accessLocation"` SystemName string `thrift:"systemName,7" db:"systemName" json:"systemName"` Certificate string `thrift:"certificate,8" db:"certificate" json:"certificate"` Verifier string `thrift:"verifier,9" db:"verifier" json:"verifier"` Secret string `thrift:"secret,10" db:"secret" json:"secret"` E2eeVersion int32 `thrift:"e2eeVersion,11" db:"e2eeVersion" json:"e2eeVersion"` }
Attributes:
- E2eeVersion
- Type
- IdentityProvider
- Identifier
- Password
- KeepLoggedIn
- AccessLocation
- SystemName
- Certificate
- Verifier
- Secret
var AuthServiceLoginZArgs_LoginRequest_DEFAULT *LoginRequest
func NewLoginRequest ¶
func NewLoginRequest() *LoginRequest
func (*LoginRequest) Equals ¶
func (p *LoginRequest) Equals(other *LoginRequest) bool
func (*LoginRequest) GetAccessLocation ¶
func (p *LoginRequest) GetAccessLocation() string
func (*LoginRequest) GetCertificate ¶
func (p *LoginRequest) GetCertificate() string
func (*LoginRequest) GetE2eeVersion ¶
func (p *LoginRequest) GetE2eeVersion() int32
func (*LoginRequest) GetIdentifier ¶
func (p *LoginRequest) GetIdentifier() string
func (*LoginRequest) GetIdentityProvider ¶
func (p *LoginRequest) GetIdentityProvider() IdentityProvider
func (*LoginRequest) GetKeepLoggedIn ¶
func (p *LoginRequest) GetKeepLoggedIn() bool
func (*LoginRequest) GetPassword ¶
func (p *LoginRequest) GetPassword() string
func (*LoginRequest) GetSecret ¶
func (p *LoginRequest) GetSecret() string
func (*LoginRequest) GetSystemName ¶
func (p *LoginRequest) GetSystemName() string
func (*LoginRequest) GetType ¶
func (p *LoginRequest) GetType() LoginType
func (*LoginRequest) GetVerifier ¶
func (p *LoginRequest) GetVerifier() string
func (*LoginRequest) ReadField1 ¶
func (*LoginRequest) ReadField10 ¶
func (*LoginRequest) ReadField11 ¶
func (*LoginRequest) ReadField2 ¶
func (*LoginRequest) ReadField3 ¶
func (*LoginRequest) ReadField4 ¶
func (*LoginRequest) ReadField5 ¶
func (*LoginRequest) ReadField6 ¶
func (*LoginRequest) ReadField7 ¶
func (*LoginRequest) ReadField8 ¶
func (*LoginRequest) ReadField9 ¶
func (*LoginRequest) String ¶
func (p *LoginRequest) String() string
type LoginResultType ¶
type LoginResultType int64
const ( LoginResultType_SUCCESS LoginResultType = 1 LoginResultType_REQUIRE_QRCODE LoginResultType = 2 LoginResultType_REQUIRE_DEVICE_CONFIRM LoginResultType = 3 LoginResultType_REQUIRE_SMS_CONFIRM LoginResultType = 4 )
func LoginResultTypeFromString ¶
func LoginResultTypeFromString(s string) (LoginResultType, error)
func LoginResultTypePtr ¶
func LoginResultTypePtr(v LoginResultType) *LoginResultType
func (LoginResultType) MarshalText ¶
func (p LoginResultType) MarshalText() ([]byte, error)
func (*LoginResultType) Scan ¶
func (p *LoginResultType) Scan(value interface{}) error
func (LoginResultType) String ¶
func (p LoginResultType) String() string
func (*LoginResultType) UnmarshalText ¶
func (p *LoginResultType) UnmarshalText(text []byte) error
type LoginResult_ ¶
type LoginResult_ struct { AuthToken string `thrift:"authToken,1" db:"authToken" json:"authToken"` Certificate string `thrift:"certificate,2" db:"certificate" json:"certificate"` Verifier string `thrift:"verifier,3" db:"verifier" json:"verifier"` PinCode string `thrift:"pinCode,4" db:"pinCode" json:"pinCode"` Type LoginResultType `thrift:"type,5" db:"type" json:"type"` LastPrimaryBindTime int64 `thrift:"lastPrimaryBindTime,6" db:"lastPrimaryBindTime" json:"lastPrimaryBindTime"` DisplayMessage string `thrift:"displayMessage,7" db:"displayMessage" json:"displayMessage"` SessionForSMSConfirm *VerificationSessionData `thrift:"sessionForSMSConfirm,8" db:"sessionForSMSConfirm" json:"sessionForSMSConfirm"` TokenIssueResult_ *TokenIssueResult_ `thrift:"tokenIssueResult,9" db:"tokenIssueResult" json:"tokenIssueResult"` }
Attributes:
- AuthToken
- Certificate
- Verifier
- PinCode
- Type
- LastPrimaryBindTime
- DisplayMessage
- SessionForSMSConfirm
- TokenIssueResult_
var AuthServiceLoginZResult_Success_DEFAULT *LoginResult_
func NewLoginResult_ ¶
func NewLoginResult_() *LoginResult_
func (*LoginResult_) Equals ¶
func (p *LoginResult_) Equals(other *LoginResult_) bool
func (*LoginResult_) GetAuthToken ¶
func (p *LoginResult_) GetAuthToken() string
func (*LoginResult_) GetCertificate ¶
func (p *LoginResult_) GetCertificate() string
func (*LoginResult_) GetDisplayMessage ¶
func (p *LoginResult_) GetDisplayMessage() string
func (*LoginResult_) GetLastPrimaryBindTime ¶
func (p *LoginResult_) GetLastPrimaryBindTime() int64
func (*LoginResult_) GetPinCode ¶
func (p *LoginResult_) GetPinCode() string
func (*LoginResult_) GetSessionForSMSConfirm ¶
func (p *LoginResult_) GetSessionForSMSConfirm() *VerificationSessionData
func (*LoginResult_) GetTokenIssueResult_ ¶
func (p *LoginResult_) GetTokenIssueResult_() *TokenIssueResult_
func (*LoginResult_) GetType ¶
func (p *LoginResult_) GetType() LoginResultType
func (*LoginResult_) GetVerifier ¶
func (p *LoginResult_) GetVerifier() string
func (*LoginResult_) IsSetSessionForSMSConfirm ¶
func (p *LoginResult_) IsSetSessionForSMSConfirm() bool
func (*LoginResult_) IsSetTokenIssueResult_ ¶
func (p *LoginResult_) IsSetTokenIssueResult_() bool
func (*LoginResult_) ReadField1 ¶
func (*LoginResult_) ReadField2 ¶
func (*LoginResult_) ReadField3 ¶
func (*LoginResult_) ReadField4 ¶
func (*LoginResult_) ReadField5 ¶
func (*LoginResult_) ReadField6 ¶
func (*LoginResult_) ReadField7 ¶
func (*LoginResult_) ReadField8 ¶
func (*LoginResult_) ReadField9 ¶
func (*LoginResult_) String ¶
func (p *LoginResult_) String() string
type LoginSession ¶
type LoginSession struct { TokenKey string `thrift:"tokenKey,1" db:"tokenKey" json:"tokenKey"` // unused field # 2 ExpirationTime int64 `thrift:"expirationTime,3" db:"expirationTime" json:"expirationTime"` IssueTime int64 `thrift:"issueTime,4" db:"issueTime" json:"issueTime"` // unused fields # 5 to 10 ApplicationType ApplicationType `thrift:"applicationType,11" db:"applicationType" json:"applicationType"` SystemName string `thrift:"systemName,12" db:"systemName" json:"systemName"` // unused fields # 13 to 21 AccessLocation string `thrift:"accessLocation,22" db:"accessLocation" json:"accessLocation"` }
Attributes:
- TokenKey
- ExpirationTime
- IssueTime
- ApplicationType
- SystemName
- AccessLocation
func NewLoginSession ¶
func NewLoginSession() *LoginSession
func (*LoginSession) Equals ¶
func (p *LoginSession) Equals(other *LoginSession) bool
func (*LoginSession) GetAccessLocation ¶
func (p *LoginSession) GetAccessLocation() string
func (*LoginSession) GetApplicationType ¶
func (p *LoginSession) GetApplicationType() ApplicationType
func (*LoginSession) GetExpirationTime ¶
func (p *LoginSession) GetExpirationTime() int64
func (*LoginSession) GetIssueTime ¶
func (p *LoginSession) GetIssueTime() int64
func (*LoginSession) GetSystemName ¶
func (p *LoginSession) GetSystemName() string
func (*LoginSession) GetTokenKey ¶
func (p *LoginSession) GetTokenKey() string
func (*LoginSession) ReadField1 ¶
func (*LoginSession) ReadField11 ¶
func (*LoginSession) ReadField12 ¶
func (*LoginSession) ReadField22 ¶
func (*LoginSession) ReadField3 ¶
func (*LoginSession) ReadField4 ¶
func (*LoginSession) String ¶
func (p *LoginSession) String() string
type LoginType ¶
type LoginType int64
func LoginTypeFromString ¶
func LoginTypePtr ¶
func (LoginType) MarshalText ¶
func (*LoginType) UnmarshalText ¶
type MIDType ¶
type MIDType int64
func MIDTypeFromString ¶
func MIDTypePtr ¶
func (MIDType) MarshalText ¶
func (*MIDType) UnmarshalText ¶
type Message ¶
type Message struct { To string `thrift:"to,2" db:"to" json:"to"` ToType MIDType `thrift:"toType,3" db:"toType" json:"toType"` ID string `thrift:"id,4" db:"id" json:"id"` CreatedTime int64 `thrift:"createdTime,5" db:"createdTime" json:"createdTime"` DeliveredTime int64 `thrift:"deliveredTime,6" db:"deliveredTime" json:"deliveredTime"` // unused fields # 7 to 9 Text string `thrift:"text,10" db:"text" json:"text"` Location *Location `thrift:"location,11" db:"location" json:"location,omitempty"` // unused fields # 12 to 13 HasContent bool `thrift:"hasContent,14" db:"hasContent" json:"hasContent"` ContentType ContentType `thrift:"contentType,15" db:"contentType" json:"contentType"` // unused field # 16 ContentPreview string `thrift:"contentPreview,17" db:"contentPreview" json:"contentPreview"` ContentMetadata map[string]string `thrift:"contentMetadata,18" db:"contentMetadata" json:"contentMetadata"` SessionId int8 `thrift:"sessionId,19" db:"sessionId" json:"sessionId"` Chunks []string `thrift:"chunks,20" db:"chunks" json:"chunks"` RelatedMessageId *string `thrift:"relatedMessageId,21" db:"relatedMessageId" json:"relatedMessageId,omitempty"` MessageRelationType MessageRelationType `thrift:"messageRelationType,22" db:"messageRelationType" json:"messageRelationType"` ReadCount int32 `thrift:"readCount,23" db:"readCount" json:"readCount"` RelatedMessageServiceCode ServiceCode `thrift:"relatedMessageServiceCode,24" db:"relatedMessageServiceCode" json:"relatedMessageServiceCode"` AppExtensionType AppExtensionType `thrift:"appExtensionType,25" db:"appExtensionType" json:"appExtensionType"` // contains filtered or unexported fields }
Attributes:
- ToType
- ID
- CreatedTime
- DeliveredTime
- Text
- Location
- HasContent
- ContentType
- ContentMetadata
- ContentPreview
- SessionId
- Chunks
- RelatedMessageId
- MessageRelationType
- ReadCount
- RelatedMessageServiceCode
- AppExtensionType
- _from
- To
var Operation_Message_DEFAULT *Message
var TalkServiceSendMessageArgs_Message_DEFAULT *Message
var TalkServiceSendMessageResult_Success_DEFAULT *Message
func NewMessage ¶
func NewMessage() *Message
func (*Message) GetAppExtensionType ¶
func (p *Message) GetAppExtensionType() AppExtensionType
func (*Message) GetContentMetadata ¶
func (*Message) GetContentPreview ¶
func (*Message) GetContentType ¶
func (p *Message) GetContentType() ContentType
func (*Message) GetCreatedTime ¶
func (*Message) GetDeliveredTime ¶
func (*Message) GetHasContent ¶
func (*Message) GetLocation ¶
func (*Message) GetMessageRelationType ¶
func (p *Message) GetMessageRelationType() MessageRelationType
func (*Message) GetReadCount ¶
func (*Message) GetRelatedMessageId ¶
func (*Message) GetRelatedMessageServiceCode ¶
func (p *Message) GetRelatedMessageServiceCode() ServiceCode
func (*Message) GetSessionId ¶
func (*Message) IsSetLocation ¶
func (*Message) IsSetRelatedMessageId ¶
func (*Message) ReadField1 ¶
func (*Message) ReadField10 ¶
func (*Message) ReadField11 ¶
func (*Message) ReadField14 ¶
func (*Message) ReadField15 ¶
func (*Message) ReadField17 ¶
func (*Message) ReadField18 ¶
func (*Message) ReadField19 ¶
func (*Message) ReadField2 ¶
func (*Message) ReadField20 ¶
func (*Message) ReadField21 ¶
func (*Message) ReadField22 ¶
func (*Message) ReadField23 ¶
func (*Message) ReadField24 ¶
func (*Message) ReadField25 ¶
func (*Message) ReadField3 ¶
func (*Message) ReadField4 ¶
func (*Message) ReadField5 ¶
func (*Message) ReadField6 ¶
type MessageRelationType ¶
type MessageRelationType int64
const ( MessageRelationType_FORWARD MessageRelationType = 0 MessageRelationType_AUTO_REPLY MessageRelationType = 1 MessageRelationType_SUBORDINATE MessageRelationType = 2 MessageRelationType_REPLY MessageRelationType = 3 )
func MessageRelationTypeFromString ¶
func MessageRelationTypeFromString(s string) (MessageRelationType, error)
func MessageRelationTypePtr ¶
func MessageRelationTypePtr(v MessageRelationType) *MessageRelationType
func (MessageRelationType) MarshalText ¶
func (p MessageRelationType) MarshalText() ([]byte, error)
func (*MessageRelationType) Scan ¶
func (p *MessageRelationType) Scan(value interface{}) error
func (MessageRelationType) String ¶
func (p MessageRelationType) String() string
func (*MessageRelationType) UnmarshalText ¶
func (p *MessageRelationType) UnmarshalText(text []byte) error
type ModificationType ¶
type ModificationType int64
const ( ModificationType_ADD ModificationType = 0 ModificationType_REMOVE ModificationType = 1 ModificationType_MODIFY ModificationType = 2 )
func ModificationTypeFromString ¶
func ModificationTypeFromString(s string) (ModificationType, error)
func ModificationTypePtr ¶
func ModificationTypePtr(v ModificationType) *ModificationType
func (ModificationType) MarshalText ¶
func (p ModificationType) MarshalText() ([]byte, error)
func (*ModificationType) Scan ¶
func (p *ModificationType) Scan(value interface{}) error
func (ModificationType) String ¶
func (p ModificationType) String() string
func (*ModificationType) UnmarshalText ¶
func (p *ModificationType) UnmarshalText(text []byte) error
type NotificationType ¶
type NotificationType int64
const ( NotificationType_APPLE_APNS NotificationType = 1 NotificationType_GOOGLE_C2DM NotificationType = 2 NotificationType_NHN_NNI NotificationType = 3 NotificationType_SKT_AOM NotificationType = 4 NotificationType_MS_MPNS NotificationType = 5 NotificationType_RIM_BIS NotificationType = 6 NotificationType_GOOGLE_GCM NotificationType = 7 NotificationType_NOKIA_NNAPI NotificationType = 8 NotificationType_TIZEN NotificationType = 9 NotificationType_MOZILLA_SIMPLE NotificationType = 10 NotificationType_LINE_BOT NotificationType = 17 NotificationType_LINE_WAP NotificationType = 18 NotificationType_APPLE_APNS_VOIP NotificationType = 19 NotificationType_MS_WNS NotificationType = 20 NotificationType_GOOGLE_FCM NotificationType = 21 NotificationType_CLOVA NotificationType = 22 NotificationType_CLOVA_VOIP NotificationType = 23 NotificationType_HUAWEI_HCM NotificationType = 24 )
func NotificationTypeFromString ¶
func NotificationTypeFromString(s string) (NotificationType, error)
func NotificationTypePtr ¶
func NotificationTypePtr(v NotificationType) *NotificationType
func (NotificationType) MarshalText ¶
func (p NotificationType) MarshalText() ([]byte, error)
func (*NotificationType) Scan ¶
func (p *NotificationType) Scan(value interface{}) error
func (NotificationType) String ¶
func (p NotificationType) String() string
func (*NotificationType) UnmarshalText ¶
func (p *NotificationType) UnmarshalText(text []byte) error
type OpStatus ¶
type OpStatus int64
func OpStatusFromString ¶
func OpStatusPtr ¶
func (OpStatus) MarshalText ¶
func (*OpStatus) UnmarshalText ¶
type OpType ¶
type OpType int64
const ( OpType_END_OF_OPERATION OpType = 0 OpType_UPDATE_PROFILE OpType = 1 OpType_UPDATE_SETTINGS OpType = 36 OpType_NOTIFIED_UPDATE_PROFILE OpType = 2 OpType_REGISTER_USERID OpType = 3 OpType_ADD_CONTACT OpType = 4 OpType_NOTIFIED_ADD_CONTACT OpType = 5 OpType_BLOCK_CONTACT OpType = 6 OpType_UNBLOCK_CONTACT OpType = 7 OpType_NOTIFIED_RECOMMEND_CONTACT OpType = 8 OpType_CREATE_GROUP OpType = 9 OpType_UPDATE_GROUP OpType = 10 OpType_NOTIFIED_UPDATE_GROUP OpType = 11 OpType_INVITE_INTO_GROUP OpType = 12 OpType_NOTIFIED_INVITE_INTO_GROUP OpType = 13 OpType_CANCEL_INVITATION_GROUP OpType = 31 OpType_NOTIFIED_CANCEL_INVITATION_GROUP OpType = 32 OpType_LEAVE_GROUP OpType = 14 OpType_NOTIFIED_LEAVE_GROUP OpType = 15 OpType_ACCEPT_GROUP_INVITATION OpType = 16 OpType_NOTIFIED_ACCEPT_GROUP_INVITATION OpType = 17 OpType_REJECT_GROUP_INVITATION OpType = 34 OpType_NOTIFIED_REJECT_GROUP_INVITATION OpType = 35 OpType_KICKOUT_FROM_GROUP OpType = 18 OpType_NOTIFIED_KICKOUT_FROM_GROUP OpType = 19 OpType_CREATE_ROOM OpType = 20 OpType_INVITE_INTO_ROOM OpType = 21 OpType_NOTIFIED_INVITE_INTO_ROOM OpType = 22 OpType_LEAVE_ROOM OpType = 23 OpType_NOTIFIED_LEAVE_ROOM OpType = 24 OpType_SEND_MESSAGE OpType = 25 OpType_RECEIVE_MESSAGE OpType = 26 OpType_SEND_MESSAGE_RECEIPT OpType = 27 OpType_RECEIVE_MESSAGE_RECEIPT OpType = 28 OpType_SEND_CONTENT_RECEIPT OpType = 29 OpType_SEND_CHAT_CHECKED OpType = 40 OpType_SEND_CHAT_REMOVED OpType = 41 OpType_RECEIVE_ANNOUNCEMENT OpType = 30 OpType_INVITE_VIA_EMAIL OpType = 38 OpType_NOTIFIED_REGISTER_USER OpType = 37 OpType_NOTIFIED_UNREGISTER_USER OpType = 33 OpType_NOTIFIED_REQUEST_RECOVERY OpType = 39 OpType_NOTIFIED_FORCE_SYNC OpType = 42 OpType_SEND_CONTENT OpType = 43 OpType_SEND_MESSAGE_MYHOME OpType = 44 OpType_NOTIFIED_UPDATE_CONTENT_PREVIEW OpType = 45 OpType_REMOVE_ALL_MESSAGES OpType = 46 OpType_NOTIFIED_UPDATE_PURCHASES OpType = 47 OpType_DUMMY OpType = 48 OpType_UPDATE_CONTACT OpType = 49 OpType_NOTIFIED_RECEIVED_CALL OpType = 50 OpType_CANCEL_CALL OpType = 51 OpType_NOTIFIED_REDIRECT OpType = 52 OpType_NOTIFIED_CHANNEL_SYNC OpType = 53 OpType_FAILED_SEND_MESSAGE OpType = 54 OpType_NOTIFIED_READ_MESSAGE OpType = 55 OpType_FAILED_EMAIL_CONFIRMATION OpType = 56 OpType_NOTIFIED_PUSH_NOTICENTER_ITEM OpType = 59 OpType_NOTIFIED_CHAT_CONTENT OpType = 58 OpType_NOTIFIED_JOIN_CHAT OpType = 60 OpType_NOTIFIED_LEAVE_CHAT OpType = 61 OpType_NOTIFIED_TYPING OpType = 62 OpType_FRIEND_REQUEST_ACCEPTED OpType = 63 OpType_DESTROY_MESSAGE OpType = 64 OpType_NOTIFIED_DESTROY_MESSAGE OpType = 65 OpType_UPDATE_PUBLICKEYCHAIN OpType = 66 OpType_NOTIFIED_UPDATE_PUBLICKEYCHAIN OpType = 67 OpType_NOTIFIED_BLOCK_CONTACT OpType = 68 OpType_NOTIFIED_UNBLOCK_CONTACT OpType = 69 OpType_UPDATE_GROUPPREFERENCE OpType = 70 OpType_NOTIFIED_PAYMENT_EVENT OpType = 71 OpType_REGISTER_E2EE_PUBLICKEY OpType = 72 OpType_NOTIFIED_E2EE_KEY_EXCHANGE_REQ OpType = 73 OpType_NOTIFIED_E2EE_KEY_EXCHANGE_RESP OpType = 74 OpType_NOTIFIED_E2EE_MESSAGE_RESEND_REQ OpType = 75 OpType_NOTIFIED_E2EE_MESSAGE_RESEND_RESP OpType = 76 OpType_NOTIFIED_E2EE_KEY_UPDATE OpType = 77 OpType_NOTIFIED_BUDDY_UPDATE_PROFILE OpType = 78 OpType_NOTIFIED_UPDATE_LINEAT_TABS OpType = 79 OpType_UPDATE_ROOM OpType = 80 OpType_NOTIFIED_BEACON_DETECTED OpType = 81 OpType_UPDATE_EXTENDED_PROFILE OpType = 82 OpType_ADD_FOLLOW OpType = 83 OpType_NOTIFIED_ADD_FOLLOW OpType = 84 OpType_DELETE_FOLLOW OpType = 85 OpType_NOTIFIED_DELETE_FOLLOW OpType = 86 OpType_UPDATE_TIMELINE_SETTINGS OpType = 87 OpType_NOTIFIED_FRIEND_REQUEST OpType = 88 OpType_UPDATE_RINGBACK_TONE OpType = 89 OpType_NOTIFIED_POSTBACK OpType = 90 OpType_RECEIVE_READ_WATERMARK OpType = 91 OpType_NOTIFIED_MESSAGE_DELIVERED OpType = 92 OpType_NOTIFIED_UPDATE_CHAT_BAR OpType = 93 OpType_NOTIFIED_CHATAPP_INSTALLED OpType = 94 OpType_NOTIFIED_CHATAPP_UPDATED OpType = 95 OpType_NOTIFIED_CHATAPP_NEW_MARK OpType = 96 OpType_NOTIFIED_CHATAPP_DELETED OpType = 97 OpType_NOTIFIED_CHATAPP_SYNC OpType = 98 OpType_NOTIFIED_UPDATE_MESSAGE OpType = 99 OpType_UPDATE_CHATROOMBGM OpType = 100 OpType_NOTIFIED_UPDATE_CHATROOMBGM OpType = 101 OpType_UPDATE_RINGTONE OpType = 102 OpType_UPDATE_USER_SETTINGS OpType = 118 OpType_NOTIFIED_UPDATE_STATUS_BAR OpType = 119 OpType_CREATE_CHAT OpType = 120 OpType_UPDATE_CHAT OpType = 121 OpType_NOTIFIED_UPDATE_CHAT OpType = 122 OpType_INVITE_INTO_CHAT OpType = 123 OpType_NOTIFIED_INVITE_INTO_CHAT OpType = 124 OpType_CANCEL_CHAT_INVITATION OpType = 125 OpType_NOTIFIED_CANCEL_CHAT_INVITATION OpType = 126 OpType_DELETE_SELF_FROM_CHAT OpType = 127 OpType_NOTIFIED_DELETE_SELF_FROM_CHAT OpType = 128 OpType_ACCEPT_CHAT_INVITATION OpType = 129 OpType_NOTIFIED_ACCEPT_CHAT_INVITATION OpType = 130 OpType_REJECT_CHAT_INVITATION OpType = 131 OpType_DELETE_OTHER_FROM_CHAT OpType = 132 OpType_NOTIFIED_DELETE_OTHER_FROM_CHAT OpType = 133 )
func OpTypeFromString ¶
func (OpType) MarshalText ¶
func (*OpType) UnmarshalText ¶
type Operation ¶
type Operation struct { Revision int64 `thrift:"revision,1" db:"revision" json:"revision"` CreatedTime int64 `thrift:"createdTime,2" db:"createdTime" json:"createdTime"` Type OpType `thrift:"type,3" db:"type" json:"type"` ReqSeq int64 `thrift:"reqSeq,4" db:"reqSeq" json:"reqSeq"` Checksum string `thrift:"checksum,5" db:"checksum" json:"checksum"` // unused field # 6 Status OpStatus `thrift:"status,7" db:"status" json:"status"` // unused fields # 8 to 9 Param1 string `thrift:"param1,10" db:"param1" json:"param1"` Param2 string `thrift:"param2,11" db:"param2" json:"param2"` Param3 string `thrift:"param3,12" db:"param3" json:"param3"` // unused fields # 13 to 19 Message *Message `thrift:"message,20" db:"message" json:"message"` }
Attributes:
- Revision
- CreatedTime
- Type
- ReqSeq
- Checksum
- Status
- Param1
- Param2
- Param3
- Message
func NewOperation ¶
func NewOperation() *Operation
func (*Operation) GetChecksum ¶
func (*Operation) GetCreatedTime ¶
func (*Operation) GetMessage ¶
func (*Operation) GetRevision ¶
func (*Operation) IsSetMessage ¶
func (*Operation) ReadField1 ¶
func (*Operation) ReadField10 ¶
func (*Operation) ReadField11 ¶
func (*Operation) ReadField12 ¶
func (*Operation) ReadField2 ¶
func (*Operation) ReadField20 ¶
func (*Operation) ReadField3 ¶
func (*Operation) ReadField4 ¶
func (*Operation) ReadField5 ¶
func (*Operation) ReadField7 ¶
type PeerExtra ¶
type PeerExtra struct { }
var Extra_PeerExtra_DEFAULT *PeerExtra
func NewPeerExtra ¶
func NewPeerExtra() *PeerExtra
type PhoneVerificationResult_ ¶
type PhoneVerificationResult_ struct { VerificationResult_ VerificationResult_ `thrift:"verificationResult,1" db:"verificationResult" json:"verificationResult"` AccountMigrationCheckType AccountMigrationCheckType `thrift:"accountMigrationCheckType,2" db:"accountMigrationCheckType" json:"accountMigrationCheckType"` RecommendAddFriends bool `thrift:"recommendAddFriends,3" db:"recommendAddFriends" json:"recommendAddFriends"` }
Attributes:
- VerificationResult_
- AccountMigrationCheckType
- RecommendAddFriends
var TalkServiceVerifyPhoneNumberResult_Success_DEFAULT *PhoneVerificationResult_
func NewPhoneVerificationResult_ ¶
func NewPhoneVerificationResult_() *PhoneVerificationResult_
func (*PhoneVerificationResult_) Equals ¶
func (p *PhoneVerificationResult_) Equals(other *PhoneVerificationResult_) bool
func (*PhoneVerificationResult_) GetAccountMigrationCheckType ¶
func (p *PhoneVerificationResult_) GetAccountMigrationCheckType() AccountMigrationCheckType
func (*PhoneVerificationResult_) GetRecommendAddFriends ¶
func (p *PhoneVerificationResult_) GetRecommendAddFriends() bool
func (*PhoneVerificationResult_) GetVerificationResult_ ¶
func (p *PhoneVerificationResult_) GetVerificationResult_() VerificationResult_
func (*PhoneVerificationResult_) ReadField1 ¶
func (*PhoneVerificationResult_) ReadField2 ¶
func (*PhoneVerificationResult_) ReadField3 ¶
func (*PhoneVerificationResult_) String ¶
func (p *PhoneVerificationResult_) String() string
type PlaceSearchProvider ¶
type PlaceSearchProvider int64
const ( PlaceSearchProvider_GOOGLE PlaceSearchProvider = 0 PlaceSearchProvider_BAIDU PlaceSearchProvider = 1 PlaceSearchProvider_FOURSQUARE PlaceSearchProvider = 2 )
func PlaceSearchProviderFromString ¶
func PlaceSearchProviderFromString(s string) (PlaceSearchProvider, error)
func PlaceSearchProviderPtr ¶
func PlaceSearchProviderPtr(v PlaceSearchProvider) *PlaceSearchProvider
func (PlaceSearchProvider) MarshalText ¶
func (p PlaceSearchProvider) MarshalText() ([]byte, error)
func (*PlaceSearchProvider) Scan ¶
func (p *PlaceSearchProvider) Scan(value interface{}) error
func (PlaceSearchProvider) String ¶
func (p PlaceSearchProvider) String() string
func (*PlaceSearchProvider) UnmarshalText ¶
func (p *PlaceSearchProvider) UnmarshalText(text []byte) error
type PrivacyShareMyProfileType ¶
type PrivacyShareMyProfileType int64
const ()
func PrivacyShareMyProfileTypeFromString ¶
func PrivacyShareMyProfileTypeFromString(s string) (PrivacyShareMyProfileType, error)
func PrivacyShareMyProfileTypePtr ¶
func PrivacyShareMyProfileTypePtr(v PrivacyShareMyProfileType) *PrivacyShareMyProfileType
func (PrivacyShareMyProfileType) MarshalText ¶
func (p PrivacyShareMyProfileType) MarshalText() ([]byte, error)
func (*PrivacyShareMyProfileType) Scan ¶
func (p *PrivacyShareMyProfileType) Scan(value interface{}) error
func (PrivacyShareMyProfileType) String ¶
func (p PrivacyShareMyProfileType) String() string
func (*PrivacyShareMyProfileType) UnmarshalText ¶
func (p *PrivacyShareMyProfileType) UnmarshalText(text []byte) error
type ProductSimple ¶
type ProductSimple struct { ProductId string `thrift:"productId,1" db:"productId" json:"productId"` PackageId int64 `thrift:"packageId,2" db:"packageId" json:"packageId"` Version int64 `thrift:"version,3" db:"version" json:"version"` OnSale bool `thrift:"onSale,4" db:"onSale" json:"onSale"` ValidUntil int64 `thrift:"validUntil,5" db:"validUntil" json:"validUntil"` // unused fields # 6 to 9 StickerIdRanges []*StickerIdRange `thrift:"stickerIdRanges,10" db:"stickerIdRanges" json:"stickerIdRanges"` // unused fields # 11 to 40 GrantedByDefault bool `thrift:"grantedByDefault,41" db:"grantedByDefault" json:"grantedByDefault"` DisplayOrder int32 `thrift:"displayOrder,42" db:"displayOrder" json:"displayOrder"` }
Attributes:
- ProductId
- PackageId
- Version
- OnSale
- ValidUntil
- StickerIdRanges
- GrantedByDefault
- DisplayOrder
func NewProductSimple ¶
func NewProductSimple() *ProductSimple
func (*ProductSimple) Equals ¶
func (p *ProductSimple) Equals(other *ProductSimple) bool
func (*ProductSimple) GetDisplayOrder ¶
func (p *ProductSimple) GetDisplayOrder() int32
func (*ProductSimple) GetGrantedByDefault ¶
func (p *ProductSimple) GetGrantedByDefault() bool
func (*ProductSimple) GetOnSale ¶
func (p *ProductSimple) GetOnSale() bool
func (*ProductSimple) GetPackageId ¶
func (p *ProductSimple) GetPackageId() int64
func (*ProductSimple) GetProductId ¶
func (p *ProductSimple) GetProductId() string
func (*ProductSimple) GetStickerIdRanges ¶
func (p *ProductSimple) GetStickerIdRanges() []*StickerIdRange
func (*ProductSimple) GetValidUntil ¶
func (p *ProductSimple) GetValidUntil() int64
func (*ProductSimple) GetVersion ¶
func (p *ProductSimple) GetVersion() int64
func (*ProductSimple) ReadField1 ¶
func (*ProductSimple) ReadField10 ¶
func (*ProductSimple) ReadField2 ¶
func (*ProductSimple) ReadField3 ¶
func (*ProductSimple) ReadField4 ¶
func (*ProductSimple) ReadField41 ¶
func (*ProductSimple) ReadField42 ¶
func (*ProductSimple) ReadField5 ¶
func (*ProductSimple) String ¶
func (p *ProductSimple) String() string
type ProductSimpleList ¶
type ProductSimpleList struct { HasNext bool `thrift:"hasNext,1" db:"hasNext" json:"hasNext"` ReinvokeHour int32 `thrift:"reinvokeHour,2" db:"reinvokeHour" json:"reinvokeHour"` LastVersionSeq int64 `thrift:"lastVersionSeq,3" db:"lastVersionSeq" json:"lastVersionSeq"` ProductList []*ProductSimple `thrift:"productList,4" db:"productList" json:"productList"` RecentNewReleaseDate int64 `thrift:"recentNewReleaseDate,5" db:"recentNewReleaseDate" json:"recentNewReleaseDate"` RecentEventReleaseDate int64 `thrift:"recentEventReleaseDate,6" db:"recentEventReleaseDate" json:"recentEventReleaseDate"` }
Attributes:
- HasNext
- ReinvokeHour
- LastVersionSeq
- ProductList
- RecentNewReleaseDate
- RecentEventReleaseDate
var ShopServiceGetActivePurchaseVersionsResult_Success_DEFAULT *ProductSimpleList
func NewProductSimpleList ¶
func NewProductSimpleList() *ProductSimpleList
func (*ProductSimpleList) Equals ¶
func (p *ProductSimpleList) Equals(other *ProductSimpleList) bool
func (*ProductSimpleList) GetHasNext ¶
func (p *ProductSimpleList) GetHasNext() bool
func (*ProductSimpleList) GetLastVersionSeq ¶
func (p *ProductSimpleList) GetLastVersionSeq() int64
func (*ProductSimpleList) GetProductList ¶
func (p *ProductSimpleList) GetProductList() []*ProductSimple
func (*ProductSimpleList) GetRecentEventReleaseDate ¶
func (p *ProductSimpleList) GetRecentEventReleaseDate() int64
func (*ProductSimpleList) GetRecentNewReleaseDate ¶
func (p *ProductSimpleList) GetRecentNewReleaseDate() int64
func (*ProductSimpleList) GetReinvokeHour ¶
func (p *ProductSimpleList) GetReinvokeHour() int32
func (*ProductSimpleList) ReadField1 ¶
func (*ProductSimpleList) ReadField2 ¶
func (*ProductSimpleList) ReadField3 ¶
func (*ProductSimpleList) ReadField4 ¶
func (*ProductSimpleList) ReadField5 ¶
func (*ProductSimpleList) ReadField6 ¶
func (*ProductSimpleList) String ¶
func (p *ProductSimpleList) String() string
type Profile ¶
type Profile struct { Mid string `thrift:"mid,1" db:"mid" json:"mid"` // unused field # 2 Userid string `thrift:"userid,3" db:"userid" json:"userid"` // unused fields # 4 to 9 Phone string `thrift:"phone,10" db:"phone" json:"phone"` Email string `thrift:"email,11" db:"email" json:"email"` RegionCode string `thrift:"regionCode,12" db:"regionCode" json:"regionCode"` // unused fields # 13 to 19 DisplayName string `thrift:"displayName,20" db:"displayName" json:"displayName"` PhoneticName string `thrift:"phoneticName,21" db:"phoneticName" json:"phoneticName"` PictureStatus string `thrift:"pictureStatus,22" db:"pictureStatus" json:"pictureStatus"` ThumbnailUrl string `thrift:"thumbnailUrl,23" db:"thumbnailUrl" json:"thumbnailUrl"` StatusMessage string `thrift:"statusMessage,24" db:"statusMessage" json:"statusMessage"` // unused fields # 25 to 30 AllowSearchByUserid bool `thrift:"allowSearchByUserid,31" db:"allowSearchByUserid" json:"allowSearchByUserid"` AllowSearchByEmail bool `thrift:"allowSearchByEmail,32" db:"allowSearchByEmail" json:"allowSearchByEmail"` PicturePath string `thrift:"picturePath,33" db:"picturePath" json:"picturePath"` MusicProfile string `thrift:"musicProfile,34" db:"musicProfile" json:"musicProfile"` VideoProfile string `thrift:"videoProfile,35" db:"videoProfile" json:"videoProfile"` StatusMessageContentMetadata map[string]string `thrift:"statusMessageContentMetadata,36" db:"statusMessageContentMetadata" json:"statusMessageContentMetadata"` AvatarProfile *AvatarProfile `thrift:"avatarProfile,37" db:"avatarProfile" json:"avatarProfile"` }
Attributes:
- DisplayName
- PhoneticName
- PictureStatus
- ThumbnailUrl
- StatusMessage
- AllowSearchByUserid
- AllowSearchByEmail
- PicturePath
- MusicProfile
- VideoProfile
- StatusMessageContentMetadata
- AvatarProfile
- Mid
- Userid
- RegionCode
- Phone
var TalkServiceGetProfileResult_Success_DEFAULT *Profile
func NewProfile ¶
func NewProfile() *Profile
func (*Profile) GetAllowSearchByEmail ¶
func (*Profile) GetAllowSearchByUserid ¶
func (*Profile) GetAvatarProfile ¶
func (p *Profile) GetAvatarProfile() *AvatarProfile
func (*Profile) GetDisplayName ¶
func (*Profile) GetMusicProfile ¶
func (*Profile) GetPhoneticName ¶
func (*Profile) GetPicturePath ¶
func (*Profile) GetPictureStatus ¶
func (*Profile) GetRegionCode ¶
func (*Profile) GetStatusMessage ¶
func (*Profile) GetStatusMessageContentMetadata ¶
func (*Profile) GetThumbnailUrl ¶
func (*Profile) GetVideoProfile ¶
func (*Profile) IsSetAvatarProfile ¶
func (*Profile) ReadField1 ¶
func (*Profile) ReadField10 ¶
func (*Profile) ReadField11 ¶
func (*Profile) ReadField12 ¶
func (*Profile) ReadField20 ¶
func (*Profile) ReadField21 ¶
func (*Profile) ReadField22 ¶
func (*Profile) ReadField23 ¶
func (*Profile) ReadField24 ¶
func (*Profile) ReadField3 ¶
func (*Profile) ReadField31 ¶
func (*Profile) ReadField32 ¶
func (*Profile) ReadField33 ¶
func (*Profile) ReadField34 ¶
func (*Profile) ReadField35 ¶
func (*Profile) ReadField36 ¶
func (*Profile) ReadField37 ¶
type ProfileAttribute ¶
type ProfileAttribute int64
const ( ProfileAttribute_ALL ProfileAttribute = 511 ProfileAttribute_EMAIL ProfileAttribute = 1 ProfileAttribute_DISPLAY_NAME ProfileAttribute = 2 ProfileAttribute_PHONETIC_NAME ProfileAttribute = 4 ProfileAttribute_PICTURE ProfileAttribute = 8 ProfileAttribute_STATUS_MESSAGE ProfileAttribute = 16 ProfileAttribute_ALLOW_SEARCH_BY_USERID ProfileAttribute = 32 ProfileAttribute_ALLOW_SEARCH_BY_EMAIL ProfileAttribute = 64 ProfileAttribute_BUDDY_STATUS ProfileAttribute = 128 ProfileAttribute_MUSIC_PROFILE ProfileAttribute = 256 ProfileAttribute_AVATAR_PROFILE ProfileAttribute = 512 )
func ProfileAttributeFromString ¶
func ProfileAttributeFromString(s string) (ProfileAttribute, error)
func ProfileAttributePtr ¶
func ProfileAttributePtr(v ProfileAttribute) *ProfileAttribute
func (ProfileAttribute) MarshalText ¶
func (p ProfileAttribute) MarshalText() ([]byte, error)
func (*ProfileAttribute) Scan ¶
func (p *ProfileAttribute) Scan(value interface{}) error
func (ProfileAttribute) String ¶
func (p ProfileAttribute) String() string
func (*ProfileAttribute) UnmarshalText ¶
func (p *ProfileAttribute) UnmarshalText(text []byte) error
type ProfileHistoryPrivacyType ¶
type ProfileHistoryPrivacyType int64
const ( ProfileHistoryPrivacyType_OWNER ProfileHistoryPrivacyType = 0 ProfileHistoryPrivacyType_FRIEND ProfileHistoryPrivacyType = 1 )
func ProfileHistoryPrivacyTypeFromString ¶
func ProfileHistoryPrivacyTypeFromString(s string) (ProfileHistoryPrivacyType, error)
func ProfileHistoryPrivacyTypePtr ¶
func ProfileHistoryPrivacyTypePtr(v ProfileHistoryPrivacyType) *ProfileHistoryPrivacyType
func (ProfileHistoryPrivacyType) MarshalText ¶
func (p ProfileHistoryPrivacyType) MarshalText() ([]byte, error)
func (*ProfileHistoryPrivacyType) Scan ¶
func (p *ProfileHistoryPrivacyType) Scan(value interface{}) error
func (ProfileHistoryPrivacyType) String ¶
func (p ProfileHistoryPrivacyType) String() string
func (*ProfileHistoryPrivacyType) UnmarshalText ¶
func (p *ProfileHistoryPrivacyType) UnmarshalText(text []byte) error
type RSAKey ¶
type RSAKey struct { Keynm string `thrift:"keynm,1" db:"keynm" json:"keynm"` Nvalue string `thrift:"nvalue,2" db:"nvalue" json:"nvalue"` Evalue string `thrift:"evalue,3" db:"evalue" json:"evalue"` SessionKey string `thrift:"sessionKey,4" db:"sessionKey" json:"sessionKey"` }
Attributes:
- Keynm
- Nvalue
- Evalue
- SessionKey
var AuthServiceGetAuthRSAKeyResult_Success_DEFAULT *RSAKey
var TalkServiceGetRSAKeyInfoResult_Success_DEFAULT *RSAKey
func (*RSAKey) GetSessionKey ¶
func (*RSAKey) ReadField1 ¶
func (*RSAKey) ReadField2 ¶
func (*RSAKey) ReadField3 ¶
func (*RSAKey) ReadField4 ¶
type ReissueChatTicketRequest ¶
type ReissueChatTicketRequest struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` GroupMid string `thrift:"groupMid,2" db:"groupMid" json:"groupMid"` }
Attributes:
- ReqSeq
- GroupMid
var TalkServiceReissueChatTicketArgs_Request_DEFAULT *ReissueChatTicketRequest
func NewReissueChatTicketRequest ¶
func NewReissueChatTicketRequest() *ReissueChatTicketRequest
func (*ReissueChatTicketRequest) Equals ¶
func (p *ReissueChatTicketRequest) Equals(other *ReissueChatTicketRequest) bool
func (*ReissueChatTicketRequest) GetGroupMid ¶
func (p *ReissueChatTicketRequest) GetGroupMid() string
func (*ReissueChatTicketRequest) GetReqSeq ¶
func (p *ReissueChatTicketRequest) GetReqSeq() int32
func (*ReissueChatTicketRequest) ReadField1 ¶
func (*ReissueChatTicketRequest) ReadField2 ¶
func (*ReissueChatTicketRequest) String ¶
func (p *ReissueChatTicketRequest) String() string
type ReissueChatTicketResponse ¶
type ReissueChatTicketResponse struct {
TicketId string `thrift:"ticketId,1" db:"ticketId" json:"ticketId"`
}
Attributes:
- TicketId
var TalkServiceReissueChatTicketResult_Success_DEFAULT *ReissueChatTicketResponse
func NewReissueChatTicketResponse ¶
func NewReissueChatTicketResponse() *ReissueChatTicketResponse
func (*ReissueChatTicketResponse) Equals ¶
func (p *ReissueChatTicketResponse) Equals(other *ReissueChatTicketResponse) bool
func (*ReissueChatTicketResponse) GetTicketId ¶
func (p *ReissueChatTicketResponse) GetTicketId() string
func (*ReissueChatTicketResponse) ReadField1 ¶
func (*ReissueChatTicketResponse) String ¶
func (p *ReissueChatTicketResponse) String() string
type RejectChatInvitationRequest ¶
type RejectChatInvitationRequest struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` ChatMid string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"` }
Attributes:
- ReqSeq
- ChatMid
var TalkServiceRejectChatInvitationArgs_Request_DEFAULT *RejectChatInvitationRequest
func NewRejectChatInvitationRequest ¶
func NewRejectChatInvitationRequest() *RejectChatInvitationRequest
func (*RejectChatInvitationRequest) Equals ¶
func (p *RejectChatInvitationRequest) Equals(other *RejectChatInvitationRequest) bool
func (*RejectChatInvitationRequest) GetChatMid ¶
func (p *RejectChatInvitationRequest) GetChatMid() string
func (*RejectChatInvitationRequest) GetReqSeq ¶
func (p *RejectChatInvitationRequest) GetReqSeq() int32
func (*RejectChatInvitationRequest) ReadField1 ¶
func (*RejectChatInvitationRequest) ReadField2 ¶
func (*RejectChatInvitationRequest) String ¶
func (p *RejectChatInvitationRequest) String() string
type RejectChatInvitationResponse ¶
type RejectChatInvitationResponse struct { }
var TalkServiceRejectChatInvitationResult_Success_DEFAULT *RejectChatInvitationResponse
func NewRejectChatInvitationResponse ¶
func NewRejectChatInvitationResponse() *RejectChatInvitationResponse
func (*RejectChatInvitationResponse) Equals ¶
func (p *RejectChatInvitationResponse) Equals(other *RejectChatInvitationResponse) bool
func (*RejectChatInvitationResponse) String ¶
func (p *RejectChatInvitationResponse) String() string
type Room ¶
type Room struct { Mid string `thrift:"mid,1" db:"mid" json:"mid"` CreatedTime int64 `thrift:"createdTime,2" db:"createdTime" json:"createdTime"` // unused fields # 3 to 9 Contacts []*Contact `thrift:"contacts,10" db:"contacts" json:"contacts"` // unused fields # 11 to 30 NotificationDisabled bool `thrift:"notificationDisabled,31" db:"notificationDisabled" json:"notificationDisabled"` // unused fields # 32 to 39 MemberMids []string `thrift:"memberMids,40" db:"memberMids" json:"memberMids"` }
Attributes:
- Mid
- CreatedTime
- Contacts
- NotificationDisabled
- MemberMids
var TalkServiceCreateRoomResult_Success_DEFAULT *Room
var TalkServiceGetRoomResult_Success_DEFAULT *Room
func (*Room) GetContacts ¶
func (*Room) GetCreatedTime ¶
func (*Room) GetMemberMids ¶
func (*Room) GetNotificationDisabled ¶
func (*Room) ReadField1 ¶
func (*Room) ReadField10 ¶
func (*Room) ReadField2 ¶
func (*Room) ReadField31 ¶
func (*Room) ReadField40 ¶
type SIMInfo ¶
type SIMInfo struct { PhoneNumber string `thrift:"phoneNumber,1" db:"phoneNumber" json:"phoneNumber"` CountryCode string `thrift:"countryCode,2" db:"countryCode" json:"countryCode"` }
Attributes:
- PhoneNumber
- CountryCode
var TalkServiceStartUpdateVerificationArgs_SimInfo_DEFAULT *SIMInfo
func NewSIMInfo ¶
func NewSIMInfo() *SIMInfo
func (*SIMInfo) GetCountryCode ¶
func (*SIMInfo) GetPhoneNumber ¶
func (*SIMInfo) ReadField1 ¶
func (*SIMInfo) ReadField2 ¶
type SecurityCenterResult_ ¶
type SecurityCenterResult_ struct { URI string `thrift:"uri,1" db:"uri" json:"uri"` Token string `thrift:"token,2" db:"token" json:"token"` CookiePath string `thrift:"cookiePath,3" db:"cookiePath" json:"cookiePath"` Skip bool `thrift:"skip,4" db:"skip" json:"skip"` }
Attributes:
- URI
- Token
- CookiePath
- Skip
var AuthServiceIssueTokenForAccountMigrationSettingsResult_Success_DEFAULT *SecurityCenterResult_
func NewSecurityCenterResult_ ¶
func NewSecurityCenterResult_() *SecurityCenterResult_
func (*SecurityCenterResult_) Equals ¶
func (p *SecurityCenterResult_) Equals(other *SecurityCenterResult_) bool
func (*SecurityCenterResult_) GetCookiePath ¶
func (p *SecurityCenterResult_) GetCookiePath() string
func (*SecurityCenterResult_) GetSkip ¶
func (p *SecurityCenterResult_) GetSkip() bool
func (*SecurityCenterResult_) GetToken ¶
func (p *SecurityCenterResult_) GetToken() string
func (*SecurityCenterResult_) GetURI ¶
func (p *SecurityCenterResult_) GetURI() string
func (*SecurityCenterResult_) ReadField1 ¶
func (*SecurityCenterResult_) ReadField2 ¶
func (*SecurityCenterResult_) ReadField3 ¶
func (*SecurityCenterResult_) ReadField4 ¶
func (*SecurityCenterResult_) String ¶
func (p *SecurityCenterResult_) String() string
type SecurityCenterSettingsType ¶
type SecurityCenterSettingsType int64
const ( SecurityCenterSettingsType_NOT_APPLICABLE SecurityCenterSettingsType = 0 SecurityCenterSettingsType_NOT_SET SecurityCenterSettingsType = 1 SecurityCenterSettingsType_SET SecurityCenterSettingsType = 2 SecurityCenterSettingsType_NEED_ENFORCED_INPUT SecurityCenterSettingsType = 3 )
func SecurityCenterSettingsTypeFromString ¶
func SecurityCenterSettingsTypeFromString(s string) (SecurityCenterSettingsType, error)
func SecurityCenterSettingsTypePtr ¶
func SecurityCenterSettingsTypePtr(v SecurityCenterSettingsType) *SecurityCenterSettingsType
func (SecurityCenterSettingsType) MarshalText ¶
func (p SecurityCenterSettingsType) MarshalText() ([]byte, error)
func (*SecurityCenterSettingsType) Scan ¶
func (p *SecurityCenterSettingsType) Scan(value interface{}) error
func (SecurityCenterSettingsType) String ¶
func (p SecurityCenterSettingsType) String() string
func (*SecurityCenterSettingsType) UnmarshalText ¶
func (p *SecurityCenterSettingsType) UnmarshalText(text []byte) error
type ServiceCode ¶
type ServiceCode int64
const ( ServiceCode_UNKNOWN ServiceCode = 0 ServiceCode_TALK ServiceCode = 1 ServiceCode_SQUARE ServiceCode = 2 )
func ServiceCodeFromString ¶
func ServiceCodeFromString(s string) (ServiceCode, error)
func ServiceCodePtr ¶
func ServiceCodePtr(v ServiceCode) *ServiceCode
func (ServiceCode) MarshalText ¶
func (p ServiceCode) MarshalText() ([]byte, error)
func (*ServiceCode) Scan ¶
func (p *ServiceCode) Scan(value interface{}) error
func (ServiceCode) String ¶
func (p ServiceCode) String() string
func (*ServiceCode) UnmarshalText ¶
func (p *ServiceCode) UnmarshalText(text []byte) error
type SetPasswordResponse ¶
type SetPasswordResponse struct { }
var AuthServiceSetPasswordResult_Success_DEFAULT *SetPasswordResponse
func NewSetPasswordResponse ¶
func NewSetPasswordResponse() *SetPasswordResponse
func (*SetPasswordResponse) Equals ¶
func (p *SetPasswordResponse) Equals(other *SetPasswordResponse) bool
func (*SetPasswordResponse) String ¶
func (p *SetPasswordResponse) String() string
type Settings ¶
type Settings struct { // unused fields # 1 to 9 NotificationEnable bool `thrift:"notificationEnable,10" db:"notificationEnable" json:"notificationEnable"` NotificationMuteExpiration int64 `thrift:"notificationMuteExpiration,11" db:"notificationMuteExpiration" json:"notificationMuteExpiration"` NotificationNewMessage bool `thrift:"notificationNewMessage,12" db:"notificationNewMessage" json:"notificationNewMessage"` NotificationGroupInvitation bool `thrift:"notificationGroupInvitation,13" db:"notificationGroupInvitation" json:"notificationGroupInvitation"` NotificationShowMessage bool `thrift:"notificationShowMessage,14" db:"notificationShowMessage" json:"notificationShowMessage"` NotificationIncomingCall bool `thrift:"notificationIncomingCall,15" db:"notificationIncomingCall" json:"notificationIncomingCall"` NotificationSoundMessage string `thrift:"notificationSoundMessage,16" db:"notificationSoundMessage" json:"notificationSoundMessage"` NotificationSoundGroup string `thrift:"notificationSoundGroup,17" db:"notificationSoundGroup" json:"notificationSoundGroup"` NotificationDisabledWithSub bool `thrift:"notificationDisabledWithSub,18" db:"notificationDisabledWithSub" json:"notificationDisabledWithSub"` NotificationPayment bool `thrift:"notificationPayment,19" db:"notificationPayment" json:"notificationPayment"` PrivacySyncContacts bool `thrift:"privacySyncContacts,20" db:"privacySyncContacts" json:"privacySyncContacts"` PrivacySearchByPhoneNumber bool `thrift:"privacySearchByPhoneNumber,21" db:"privacySearchByPhoneNumber" json:"privacySearchByPhoneNumber"` PrivacySearchByUserid bool `thrift:"privacySearchByUserid,22" db:"privacySearchByUserid" json:"privacySearchByUserid"` PrivacySearchByEmail bool `thrift:"privacySearchByEmail,23" db:"privacySearchByEmail" json:"privacySearchByEmail"` PrivacyAllowSecondaryDeviceLogin bool `thrift:"privacyAllowSecondaryDeviceLogin,24" db:"privacyAllowSecondaryDeviceLogin" json:"privacyAllowSecondaryDeviceLogin"` PrivacyProfileImagePostToMyhome bool `thrift:"privacyProfileImagePostToMyhome,25" db:"privacyProfileImagePostToMyhome" json:"privacyProfileImagePostToMyhome"` PrivacyReceiveMessagesFromNotFriend bool `` /* 131-byte string literal not displayed */ PrivacyAgreeUseLineCoinToPaidCall bool `thrift:"privacyAgreeUseLineCoinToPaidCall,27" db:"privacyAgreeUseLineCoinToPaidCall" json:"privacyAgreeUseLineCoinToPaidCall"` PrivacyAgreeUsePaidCall bool `thrift:"privacyAgreeUsePaidCall,28" db:"privacyAgreeUsePaidCall" json:"privacyAgreeUsePaidCall"` PrivacyAllowFriendRequest bool `thrift:"privacyAllowFriendRequest,29" db:"privacyAllowFriendRequest" json:"privacyAllowFriendRequest"` ContactMyTicket string `thrift:"contactMyTicket,30" db:"contactMyTicket" json:"contactMyTicket"` // unused fields # 31 to 39 IdentityProvider IdentityProvider `thrift:"identityProvider,40" db:"identityProvider" json:"identityProvider"` IdentityIdentifier string `thrift:"identityIdentifier,41" db:"identityIdentifier" json:"identityIdentifier"` SnsAccounts map[SnsIdType]string `thrift:"snsAccounts,42" db:"snsAccounts" json:"snsAccounts"` PhoneRegistration bool `thrift:"phoneRegistration,43" db:"phoneRegistration" json:"phoneRegistration"` EmailConfirmationStatus EmailConfirmationStatus `thrift:"emailConfirmationStatus,44" db:"emailConfirmationStatus" json:"emailConfirmationStatus"` AccountMigrationPincodeType AccountMigrationPincodeType `thrift:"accountMigrationPincodeType,45" db:"accountMigrationPincodeType" json:"accountMigrationPincodeType"` EnforcedInputAccountMigrationPincode bool `` /* 134-byte string literal not displayed */ SecurityCenterSettingsType SecurityCenterSettingsType `thrift:"securityCenterSettingsType,47" db:"securityCenterSettingsType" json:"securityCenterSettingsType"` AllowUnregistrationSecondaryDevice bool `` /* 128-byte string literal not displayed */ // unused field # 49 PreferenceLocale string `thrift:"preferenceLocale,50" db:"preferenceLocale" json:"preferenceLocale"` // unused fields # 51 to 59 CustomModes CustomMode `thrift:"customModes,60" db:"customModes" json:"customModes"` E2eeEnable bool `thrift:"e2eeEnable,61" db:"e2eeEnable" json:"e2eeEnable"` HitokotoBackupRequested bool `thrift:"hitokotoBackupRequested,62" db:"hitokotoBackupRequested" json:"hitokotoBackupRequested"` PrivacyProfileMusicPostToMyhome bool `thrift:"privacyProfileMusicPostToMyhome,63" db:"privacyProfileMusicPostToMyhome" json:"privacyProfileMusicPostToMyhome"` // unused field # 64 PrivacyAllowNearby bool `thrift:"privacyAllowNearby,65" db:"privacyAllowNearby" json:"privacyAllowNearby"` AgreementNearbyTime int64 `thrift:"agreementNearbyTime,66" db:"agreementNearbyTime" json:"agreementNearbyTime"` AgreementSquareTime int64 `thrift:"agreementSquareTime,67" db:"agreementSquareTime" json:"agreementSquareTime"` NotificationMention bool `thrift:"notificationMention,68" db:"notificationMention" json:"notificationMention"` BotUseAgreementAcceptedAt int64 `thrift:"botUseAgreementAcceptedAt,69" db:"botUseAgreementAcceptedAt" json:"botUseAgreementAcceptedAt"` AgreementShakeFunction int64 `thrift:"agreementShakeFunction,70" db:"agreementShakeFunction" json:"agreementShakeFunction"` AgreementMobileContactName int64 `thrift:"agreementMobileContactName,71" db:"agreementMobileContactName" json:"agreementMobileContactName"` NotificationThumbnail bool `thrift:"notificationThumbnail,72" db:"notificationThumbnail" json:"notificationThumbnail"` AgreementSoundToText int64 `thrift:"agreementSoundToText,73" db:"agreementSoundToText" json:"agreementSoundToText"` PrivacyPolicyVersion string `thrift:"privacyPolicyVersion,74" db:"privacyPolicyVersion" json:"privacyPolicyVersion"` AgreementAdByWebAccess int64 `thrift:"agreementAdByWebAccess,75" db:"agreementAdByWebAccess" json:"agreementAdByWebAccess"` AgreementPhoneNumberMatching int64 `thrift:"agreementPhoneNumberMatching,76" db:"agreementPhoneNumberMatching" json:"agreementPhoneNumberMatching"` AgreementCommunicationInfo int64 `thrift:"agreementCommunicationInfo,77" db:"agreementCommunicationInfo" json:"agreementCommunicationInfo"` AgreementThingsWirelessCommunication int64 `` /* 134-byte string literal not displayed */ AgreementGdpr int64 `thrift:"agreementGdpr,80" db:"agreementGdpr" json:"agreementGdpr"` PrivacyStatusMessageHistory StatusMessageHistoryPrivacyType `thrift:"privacyStatusMessageHistory,81" db:"privacyStatusMessageHistory" json:"privacyStatusMessageHistory"` AgreementProvideLocation int64 `thrift:"agreementProvideLocation,82" db:"agreementProvideLocation" json:"agreementProvideLocation"` AgreementBeacon int64 `thrift:"agreementBeacon,83" db:"agreementBeacon" json:"agreementBeacon"` // unused field # 84 PrivacyAllowProfileHistory ProfileHistoryPrivacyType `thrift:"privacyAllowProfileHistory,85" db:"privacyAllowProfileHistory" json:"privacyAllowProfileHistory"` AgreementContentsSuggest int64 `thrift:"agreementContentsSuggest,86" db:"agreementContentsSuggest" json:"agreementContentsSuggest"` AgreementContentsSuggestDataCollection int64 `` /* 140-byte string literal not displayed */ PrivacyAgeResult_ UserAgeType `thrift:"privacyAgeResult,88" db:"privacyAgeResult" json:"privacyAgeResult"` PrivacyAgeResultReceived bool `thrift:"privacyAgeResultReceived,89" db:"privacyAgeResultReceived" json:"privacyAgeResultReceived"` AgreementOcrImageCollection int64 `thrift:"agreementOcrImageCollection,90" db:"agreementOcrImageCollection" json:"agreementOcrImageCollection"` PrivacyAllowFollow bool `thrift:"privacyAllowFollow,91" db:"privacyAllowFollow" json:"privacyAllowFollow"` PrivacyShowFollowList bool `thrift:"privacyShowFollowList,92" db:"privacyShowFollowList" json:"privacyShowFollowList"` }
Attributes:
- NotificationThumbnail
- PrivacySyncContacts
- PrivacySearchByPhoneNumber
- PrivacySearchByUserid
- PrivacySearchByEmail
- PrivacyAllowSecondaryDeviceLogin
- PrivacyProfileImagePostToMyhome
- PrivacyProfileMusicPostToMyhome
- PrivacyAllowProfileHistory
- PrivacyStatusMessageHistory
- PrivacyReceiveMessagesFromNotFriend
- PrivacyAgreeUseLineCoinToPaidCall
- PrivacyAgreeUsePaidCall
- PrivacyAllowFriendRequest
- PrivacyAllowNearby
- PrivacySharePersonalInfoToFriends
- PrivacyAgeResult_
- PrivacyAgeResultReceived
- PrivacyAllowFollow
- PrivacyShowFollowList
- ContactMyTicket
- IdentityProvider
- IdentityIdentifier
- SnsAccounts
- PhoneRegistration
- EmailConfirmationStatus
- AccountMigrationPincodeType
- EnforcedInputAccountMigrationPincode
- SecurityCenterSettingsType
- AllowUnregistrationSecondaryDevice
- PreferenceLocale
- CustomModes
- E2eeEnable
- HitokotoBackupRequested
- AgreementNearbyTime
- AgreementSquareTime
- BotUseAgreementAcceptedAt
- AgreementShakeFunction
- AgreementMobileContactName
- AgreementSoundToText
- PrivacyPolicyVersion
- NotificationEnable
- AgreementAdByWebAccess
- NotificationMuteExpiration
- AgreementPhoneNumberMatching
- NotificationNewMessage
- AgreementCommunicationInfo
- NotificationGroupInvitation
- AgreementThingsWirelessCommunication
- NotificationShowMessage
- AgreementGdpr
- NotificationIncomingCall
- AgreementProvideLocation
- NotificationSoundMessage
- AgreementBeacon
- NotificationSoundGroup
- AgreementContentsSuggest
- NotificationDisabledWithSub
- AgreementContentsSuggestDataCollection
- NotificationPayment
- AgreementOcrImageCollection
- NotificationMention
var TalkServiceGetSettingsResult_Success_DEFAULT *Settings
var TalkServiceUpdateSettingsAttributes2Args_Settings_DEFAULT *Settings
func NewSettings ¶
func NewSettings() *Settings
func (*Settings) GetAccountMigrationPincodeType ¶
func (p *Settings) GetAccountMigrationPincodeType() AccountMigrationPincodeType
func (*Settings) GetAgreementAdByWebAccess ¶
func (*Settings) GetAgreementBeacon ¶
func (*Settings) GetAgreementCommunicationInfo ¶
func (*Settings) GetAgreementContentsSuggest ¶
func (*Settings) GetAgreementContentsSuggestDataCollection ¶
func (*Settings) GetAgreementGdpr ¶
func (*Settings) GetAgreementMobileContactName ¶
func (*Settings) GetAgreementNearbyTime ¶
func (*Settings) GetAgreementOcrImageCollection ¶
func (*Settings) GetAgreementPhoneNumberMatching ¶
func (*Settings) GetAgreementProvideLocation ¶
func (*Settings) GetAgreementShakeFunction ¶
func (*Settings) GetAgreementSoundToText ¶
func (*Settings) GetAgreementSquareTime ¶
func (*Settings) GetAgreementThingsWirelessCommunication ¶
func (*Settings) GetAllowUnregistrationSecondaryDevice ¶
func (*Settings) GetBotUseAgreementAcceptedAt ¶
func (*Settings) GetContactMyTicket ¶
func (*Settings) GetCustomModes ¶
func (p *Settings) GetCustomModes() CustomMode
func (*Settings) GetE2eeEnable ¶
func (*Settings) GetEmailConfirmationStatus ¶
func (p *Settings) GetEmailConfirmationStatus() EmailConfirmationStatus
func (*Settings) GetEnforcedInputAccountMigrationPincode ¶
func (*Settings) GetHitokotoBackupRequested ¶
func (*Settings) GetIdentityIdentifier ¶
func (*Settings) GetIdentityProvider ¶
func (p *Settings) GetIdentityProvider() IdentityProvider
func (*Settings) GetNotificationDisabledWithSub ¶
func (*Settings) GetNotificationEnable ¶
func (*Settings) GetNotificationGroupInvitation ¶
func (*Settings) GetNotificationIncomingCall ¶
func (*Settings) GetNotificationMention ¶
func (*Settings) GetNotificationMuteExpiration ¶
func (*Settings) GetNotificationNewMessage ¶
func (*Settings) GetNotificationPayment ¶
func (*Settings) GetNotificationShowMessage ¶
func (*Settings) GetNotificationSoundGroup ¶
func (*Settings) GetNotificationSoundMessage ¶
func (*Settings) GetNotificationThumbnail ¶
func (*Settings) GetPhoneRegistration ¶
func (*Settings) GetPreferenceLocale ¶
func (*Settings) GetPrivacyAgeResultReceived ¶
func (*Settings) GetPrivacyAgeResult_ ¶
func (p *Settings) GetPrivacyAgeResult_() UserAgeType
func (*Settings) GetPrivacyAgreeUseLineCoinToPaidCall ¶
func (*Settings) GetPrivacyAgreeUsePaidCall ¶
func (*Settings) GetPrivacyAllowFollow ¶
func (*Settings) GetPrivacyAllowFriendRequest ¶
func (*Settings) GetPrivacyAllowNearby ¶
func (*Settings) GetPrivacyAllowProfileHistory ¶
func (p *Settings) GetPrivacyAllowProfileHistory() ProfileHistoryPrivacyType
func (*Settings) GetPrivacyAllowSecondaryDeviceLogin ¶
func (*Settings) GetPrivacyPolicyVersion ¶
func (*Settings) GetPrivacyProfileImagePostToMyhome ¶
func (*Settings) GetPrivacyProfileMusicPostToMyhome ¶
func (*Settings) GetPrivacyReceiveMessagesFromNotFriend ¶
func (*Settings) GetPrivacySearchByEmail ¶
func (*Settings) GetPrivacySearchByPhoneNumber ¶
func (*Settings) GetPrivacySearchByUserid ¶
func (*Settings) GetPrivacySharePersonalInfoToFriends ¶
func (p *Settings) GetPrivacySharePersonalInfoToFriends() PrivacyShareMyProfileType
func (*Settings) GetPrivacyShowFollowList ¶
func (*Settings) GetPrivacyStatusMessageHistory ¶
func (p *Settings) GetPrivacyStatusMessageHistory() StatusMessageHistoryPrivacyType
func (*Settings) GetPrivacySyncContacts ¶
func (*Settings) GetSecurityCenterSettingsType ¶
func (p *Settings) GetSecurityCenterSettingsType() SecurityCenterSettingsType
func (*Settings) GetSnsAccounts ¶
func (*Settings) ReadField10 ¶
func (*Settings) ReadField11 ¶
func (*Settings) ReadField12 ¶
func (*Settings) ReadField13 ¶
func (*Settings) ReadField14 ¶
func (*Settings) ReadField15 ¶
func (*Settings) ReadField16 ¶
func (*Settings) ReadField17 ¶
func (*Settings) ReadField18 ¶
func (*Settings) ReadField19 ¶
func (*Settings) ReadField20 ¶
func (*Settings) ReadField21 ¶
func (*Settings) ReadField22 ¶
func (*Settings) ReadField23 ¶
func (*Settings) ReadField24 ¶
func (*Settings) ReadField25 ¶
func (*Settings) ReadField26 ¶
func (*Settings) ReadField27 ¶
func (*Settings) ReadField28 ¶
func (*Settings) ReadField29 ¶
func (*Settings) ReadField30 ¶
func (*Settings) ReadField40 ¶
func (*Settings) ReadField41 ¶
func (*Settings) ReadField42 ¶
func (*Settings) ReadField43 ¶
func (*Settings) ReadField44 ¶
func (*Settings) ReadField45 ¶
func (*Settings) ReadField46 ¶
func (*Settings) ReadField47 ¶
func (*Settings) ReadField48 ¶
func (*Settings) ReadField50 ¶
func (*Settings) ReadField60 ¶
func (*Settings) ReadField61 ¶
func (*Settings) ReadField62 ¶
func (*Settings) ReadField63 ¶
func (*Settings) ReadField65 ¶
func (*Settings) ReadField66 ¶
func (*Settings) ReadField67 ¶
func (*Settings) ReadField68 ¶
func (*Settings) ReadField69 ¶
func (*Settings) ReadField70 ¶
func (*Settings) ReadField71 ¶
func (*Settings) ReadField72 ¶
func (*Settings) ReadField73 ¶
func (*Settings) ReadField74 ¶
func (*Settings) ReadField75 ¶
func (*Settings) ReadField76 ¶
func (*Settings) ReadField77 ¶
func (*Settings) ReadField78 ¶
func (*Settings) ReadField79 ¶
func (*Settings) ReadField80 ¶
func (*Settings) ReadField81 ¶
func (*Settings) ReadField82 ¶
func (*Settings) ReadField83 ¶
func (*Settings) ReadField85 ¶
func (*Settings) ReadField86 ¶
func (*Settings) ReadField87 ¶
func (*Settings) ReadField88 ¶
func (*Settings) ReadField89 ¶
func (*Settings) ReadField90 ¶
func (*Settings) ReadField91 ¶
func (*Settings) ReadField92 ¶
type SettingsAttributeEx ¶
type SettingsAttributeEx int64
const ( SettingsAttributeEx_NOTIFICATION_ENABLE SettingsAttributeEx = 0 SettingsAttributeEx_NOTIFICATION_MUTE_EXPIRATION SettingsAttributeEx = 1 SettingsAttributeEx_NOTIFICATION_NEW_MESSAGE SettingsAttributeEx = 2 SettingsAttributeEx_NOTIFICATION_GROUP_INVITATION SettingsAttributeEx = 3 SettingsAttributeEx_NOTIFICATION_SHOW_MESSAGE SettingsAttributeEx = 4 SettingsAttributeEx_NOTIFICATION_INCOMING_CALL SettingsAttributeEx = 5 SettingsAttributeEx_NOTIFICATION_SOUND_MESSAGE SettingsAttributeEx = 8 SettingsAttributeEx_NOTIFICATION_SOUND_GROUP SettingsAttributeEx = 9 SettingsAttributeEx_NOTIFICATION_DISABLED_WITH_SUB SettingsAttributeEx = 16 SettingsAttributeEx_NOTIFICATION_PAYMENT SettingsAttributeEx = 17 SettingsAttributeEx_NOTIFICATION_MENTION SettingsAttributeEx = 40 SettingsAttributeEx_NOTIFICATION_THUMBNAIL SettingsAttributeEx = 45 SettingsAttributeEx_PRIVACY_SYNC_CONTACTS SettingsAttributeEx = 6 SettingsAttributeEx_PRIVACY_SEARCH_BY_PHONE_NUMBER SettingsAttributeEx = 7 SettingsAttributeEx_PRIVACY_SEARCH_BY_USERID SettingsAttributeEx = 13 SettingsAttributeEx_PRIVACY_SEARCH_BY_EMAIL SettingsAttributeEx = 14 SettingsAttributeEx_PRIVACY_SHARE_PERSONAL_INFO_TO_FRIENDS SettingsAttributeEx = 51 SettingsAttributeEx_PRIVACY_ALLOW_SECONDARY_DEVICE_LOGIN SettingsAttributeEx = 21 SettingsAttributeEx_PRIVACY_PROFILE_IMAGE_POST_TO_MYHOME SettingsAttributeEx = 23 SettingsAttributeEx_PRIVACY_PROFILE_MUSIC_POST_TO_MYHOME SettingsAttributeEx = 35 SettingsAttributeEx_PRIVACY_PROFILE_HISTORY SettingsAttributeEx = 57 SettingsAttributeEx_PRIVACY_STATUS_MESSAGE_HISTORY SettingsAttributeEx = 54 SettingsAttributeEx_PRIVACY_ALLOW_FRIEND_REQUEST SettingsAttributeEx = 30 SettingsAttributeEx_PRIVACY_RECV_MESSAGES_FROM_NOT_FRIEND SettingsAttributeEx = 25 SettingsAttributeEx_PRIVACY_AGREE_USE_LINECOIN_TO_PAIDCALL SettingsAttributeEx = 26 SettingsAttributeEx_PRIVACY_AGREE_USE_PAIDCALL SettingsAttributeEx = 27 SettingsAttributeEx_PRIVACY_AGE_RESULT SettingsAttributeEx = 60 SettingsAttributeEx_PRIVACY_AGE_RESULT_RECEIVED SettingsAttributeEx = 61 SettingsAttributeEx_PRIVACY_ALLOW_FOLLOW SettingsAttributeEx = 63 SettingsAttributeEx_PRIVACY_SHOW_FOLLOW_LIST SettingsAttributeEx = 64 SettingsAttributeEx_CONTACT_MY_TICKET SettingsAttributeEx = 10 SettingsAttributeEx_IDENTITY_PROVIDER SettingsAttributeEx = 11 SettingsAttributeEx_IDENTITY_IDENTIFIER SettingsAttributeEx = 12 SettingsAttributeEx_SNS_ACCOUNT SettingsAttributeEx = 19 SettingsAttributeEx_PHONE_REGISTRATION SettingsAttributeEx = 20 SettingsAttributeEx_PREFERENCE_LOCALE SettingsAttributeEx = 15 SettingsAttributeEx_CUSTOM_MODE SettingsAttributeEx = 22 SettingsAttributeEx_EMAIL_CONFIRMATION_STATUS SettingsAttributeEx = 24 SettingsAttributeEx_ACCOUNT_MIGRATION_PINCODE SettingsAttributeEx = 28 SettingsAttributeEx_ENFORCED_INPUT_ACCOUNT_MIGRATION_PINCODE SettingsAttributeEx = 29 SettingsAttributeEx_SECURITY_CENTER_SETTINGS SettingsAttributeEx = 18 SettingsAttributeEx_E2EE_ENABLE SettingsAttributeEx = 33 SettingsAttributeEx_HITOKOTO_BACKUP_REQUESTED SettingsAttributeEx = 34 SettingsAttributeEx_CONTACT_ALLOW_FOLLOWING SettingsAttributeEx = 36 SettingsAttributeEx_PRIVACY_ALLOW_NEARBY SettingsAttributeEx = 37 SettingsAttributeEx_AGREEMENT_NEARBY SettingsAttributeEx = 38 SettingsAttributeEx_AGREEMENT_SQUARE SettingsAttributeEx = 39 SettingsAttributeEx_ALLOW_UNREGISTRATION_SECONDARY_DEVICE SettingsAttributeEx = 41 SettingsAttributeEx_AGREEMENT_BOT_USE SettingsAttributeEx = 42 SettingsAttributeEx_AGREEMENT_SHAKE_FUNCTION SettingsAttributeEx = 43 SettingsAttributeEx_AGREEMENT_MOBILE_CONTACT_NAME SettingsAttributeEx = 44 SettingsAttributeEx_AGREEMENT_SOUND_TO_TEXT SettingsAttributeEx = 46 SettingsAttributeEx_AGREEMENT_PRIVACY_POLICY_VERSION SettingsAttributeEx = 47 SettingsAttributeEx_AGREEMENT_AD_BY_WEB_ACCESS SettingsAttributeEx = 48 SettingsAttributeEx_AGREEMENT_PHONE_NUMBER_MATCHING SettingsAttributeEx = 49 SettingsAttributeEx_AGREEMENT_COMMUNICATION_INFO SettingsAttributeEx = 50 SettingsAttributeEx_AGREEMENT_THINGS_WIRELESS_COMMUNICATION SettingsAttributeEx = 52 SettingsAttributeEx_AGREEMENT_GDPR SettingsAttributeEx = 53 SettingsAttributeEx_AGREEMENT_PROVIDE_LOCATION SettingsAttributeEx = 55 SettingsAttributeEx_AGREEMENT_BEACON SettingsAttributeEx = 56 SettingsAttributeEx_AGREEMENT_CONTENTS_SUGGEST SettingsAttributeEx = 58 SettingsAttributeEx_AGREEMENT_CONTENTS_SUGGEST_DATA_COLLECTION SettingsAttributeEx = 59 SettingsAttributeEx_AGREEMENT_OCR_IMAGE_COLLECTION SettingsAttributeEx = 62 )
func SettingsAttributeExFromString ¶
func SettingsAttributeExFromString(s string) (SettingsAttributeEx, error)
func SettingsAttributeExPtr ¶
func SettingsAttributeExPtr(v SettingsAttributeEx) *SettingsAttributeEx
func (SettingsAttributeEx) MarshalText ¶
func (p SettingsAttributeEx) MarshalText() ([]byte, error)
func (*SettingsAttributeEx) Scan ¶
func (p *SettingsAttributeEx) Scan(value interface{}) error
func (SettingsAttributeEx) String ¶
func (p SettingsAttributeEx) String() string
func (*SettingsAttributeEx) UnmarshalText ¶
func (p *SettingsAttributeEx) UnmarshalText(text []byte) error
type ShopService ¶
type ShopService interface { // Parameters: // - PackageId // - Language NotifyDownloaded(ctx context.Context, packageId int64, language string) (_r int64, _err error) // Parameters: // - Start // - Size // - Language // - Country GetActivePurchaseVersions(ctx context.Context, start int64, size int32, language string, country string) (_r *ProductSimpleList, _err error) }
type ShopServiceClient ¶
type ShopServiceClient struct {
// contains filtered or unexported fields
}
func NewShopServiceClient ¶
func NewShopServiceClient(c thrift.TClient) *ShopServiceClient
func NewShopServiceClientFactory ¶
func NewShopServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *ShopServiceClient
func NewShopServiceClientProtocol ¶
func NewShopServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *ShopServiceClient
func (*ShopServiceClient) Client_ ¶
func (p *ShopServiceClient) Client_() thrift.TClient
func (*ShopServiceClient) GetActivePurchaseVersions ¶
func (p *ShopServiceClient) GetActivePurchaseVersions(ctx context.Context, start int64, size int32, language string, country string) (_r *ProductSimpleList, _err error)
Parameters:
- Start
- Size
- Language
- Country
func (*ShopServiceClient) LastResponseMeta_ ¶
func (p *ShopServiceClient) LastResponseMeta_() thrift.ResponseMeta
func (*ShopServiceClient) NotifyDownloaded ¶
func (p *ShopServiceClient) NotifyDownloaded(ctx context.Context, packageId int64, language string) (_r int64, _err error)
Parameters:
- PackageId
- Language
func (*ShopServiceClient) SetLastResponseMeta_ ¶
func (p *ShopServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
type ShopServiceGetActivePurchaseVersionsArgs ¶
type ShopServiceGetActivePurchaseVersionsArgs struct { // unused field # 1 Start int64 `thrift:"start,2" db:"start" json:"start"` Size int32 `thrift:"size,3" db:"size" json:"size"` Language string `thrift:"language,4" db:"language" json:"language"` Country string `thrift:"country,5" db:"country" json:"country"` }
Attributes:
- Start
- Size
- Language
- Country
func NewShopServiceGetActivePurchaseVersionsArgs ¶
func NewShopServiceGetActivePurchaseVersionsArgs() *ShopServiceGetActivePurchaseVersionsArgs
func (*ShopServiceGetActivePurchaseVersionsArgs) GetCountry ¶
func (p *ShopServiceGetActivePurchaseVersionsArgs) GetCountry() string
func (*ShopServiceGetActivePurchaseVersionsArgs) GetLanguage ¶
func (p *ShopServiceGetActivePurchaseVersionsArgs) GetLanguage() string
func (*ShopServiceGetActivePurchaseVersionsArgs) GetSize ¶
func (p *ShopServiceGetActivePurchaseVersionsArgs) GetSize() int32
func (*ShopServiceGetActivePurchaseVersionsArgs) GetStart ¶
func (p *ShopServiceGetActivePurchaseVersionsArgs) GetStart() int64
func (*ShopServiceGetActivePurchaseVersionsArgs) ReadField2 ¶
func (*ShopServiceGetActivePurchaseVersionsArgs) ReadField3 ¶
func (*ShopServiceGetActivePurchaseVersionsArgs) ReadField4 ¶
func (*ShopServiceGetActivePurchaseVersionsArgs) ReadField5 ¶
func (*ShopServiceGetActivePurchaseVersionsArgs) String ¶
func (p *ShopServiceGetActivePurchaseVersionsArgs) String() string
type ShopServiceGetActivePurchaseVersionsResult ¶
type ShopServiceGetActivePurchaseVersionsResult struct { Success *ProductSimpleList `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewShopServiceGetActivePurchaseVersionsResult ¶
func NewShopServiceGetActivePurchaseVersionsResult() *ShopServiceGetActivePurchaseVersionsResult
func (*ShopServiceGetActivePurchaseVersionsResult) GetE ¶
func (p *ShopServiceGetActivePurchaseVersionsResult) GetE() *TalkException
func (*ShopServiceGetActivePurchaseVersionsResult) GetSuccess ¶
func (p *ShopServiceGetActivePurchaseVersionsResult) GetSuccess() *ProductSimpleList
func (*ShopServiceGetActivePurchaseVersionsResult) IsSetE ¶
func (p *ShopServiceGetActivePurchaseVersionsResult) IsSetE() bool
func (*ShopServiceGetActivePurchaseVersionsResult) IsSetSuccess ¶
func (p *ShopServiceGetActivePurchaseVersionsResult) IsSetSuccess() bool
func (*ShopServiceGetActivePurchaseVersionsResult) ReadField0 ¶
func (*ShopServiceGetActivePurchaseVersionsResult) ReadField1 ¶
func (*ShopServiceGetActivePurchaseVersionsResult) String ¶
func (p *ShopServiceGetActivePurchaseVersionsResult) String() string
type ShopServiceNotifyDownloadedArgs ¶
type ShopServiceNotifyDownloadedArgs struct { // unused field # 1 PackageId int64 `thrift:"packageId,2" db:"packageId" json:"packageId"` Language string `thrift:"language,3" db:"language" json:"language"` }
Attributes:
- PackageId
- Language
func NewShopServiceNotifyDownloadedArgs ¶
func NewShopServiceNotifyDownloadedArgs() *ShopServiceNotifyDownloadedArgs
func (*ShopServiceNotifyDownloadedArgs) GetLanguage ¶
func (p *ShopServiceNotifyDownloadedArgs) GetLanguage() string
func (*ShopServiceNotifyDownloadedArgs) GetPackageId ¶
func (p *ShopServiceNotifyDownloadedArgs) GetPackageId() int64
func (*ShopServiceNotifyDownloadedArgs) ReadField2 ¶
func (*ShopServiceNotifyDownloadedArgs) ReadField3 ¶
func (*ShopServiceNotifyDownloadedArgs) String ¶
func (p *ShopServiceNotifyDownloadedArgs) String() string
type ShopServiceNotifyDownloadedResult ¶
type ShopServiceNotifyDownloadedResult struct { Success *int64 `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewShopServiceNotifyDownloadedResult ¶
func NewShopServiceNotifyDownloadedResult() *ShopServiceNotifyDownloadedResult
func (*ShopServiceNotifyDownloadedResult) GetE ¶
func (p *ShopServiceNotifyDownloadedResult) GetE() *TalkException
func (*ShopServiceNotifyDownloadedResult) GetSuccess ¶
func (p *ShopServiceNotifyDownloadedResult) GetSuccess() int64
func (*ShopServiceNotifyDownloadedResult) IsSetE ¶
func (p *ShopServiceNotifyDownloadedResult) IsSetE() bool
func (*ShopServiceNotifyDownloadedResult) IsSetSuccess ¶
func (p *ShopServiceNotifyDownloadedResult) IsSetSuccess() bool
func (*ShopServiceNotifyDownloadedResult) ReadField0 ¶
func (*ShopServiceNotifyDownloadedResult) ReadField1 ¶
func (*ShopServiceNotifyDownloadedResult) String ¶
func (p *ShopServiceNotifyDownloadedResult) String() string
type ShopServiceProcessor ¶
type ShopServiceProcessor struct {
// contains filtered or unexported fields
}
func NewShopServiceProcessor ¶
func NewShopServiceProcessor(handler ShopService) *ShopServiceProcessor
func (*ShopServiceProcessor) AddToProcessorMap ¶
func (p *ShopServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
func (*ShopServiceProcessor) GetProcessorFunction ¶
func (p *ShopServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
func (*ShopServiceProcessor) Process ¶
func (p *ShopServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
func (*ShopServiceProcessor) ProcessorMap ¶
func (p *ShopServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
type SnsIdType ¶
type SnsIdType int64
func SnsIdTypeFromString ¶
func SnsIdTypePtr ¶
func (SnsIdType) MarshalText ¶
func (*SnsIdType) UnmarshalText ¶
type StatusMessageHistoryPrivacyType ¶
type StatusMessageHistoryPrivacyType int64
const ( StatusMessageHistoryPrivacyType_NONE StatusMessageHistoryPrivacyType = 1 StatusMessageHistoryPrivacyType_ALL StatusMessageHistoryPrivacyType = 2 )
func StatusMessageHistoryPrivacyTypeFromString ¶
func StatusMessageHistoryPrivacyTypeFromString(s string) (StatusMessageHistoryPrivacyType, error)
func StatusMessageHistoryPrivacyTypePtr ¶
func StatusMessageHistoryPrivacyTypePtr(v StatusMessageHistoryPrivacyType) *StatusMessageHistoryPrivacyType
func (StatusMessageHistoryPrivacyType) MarshalText ¶
func (p StatusMessageHistoryPrivacyType) MarshalText() ([]byte, error)
func (*StatusMessageHistoryPrivacyType) Scan ¶
func (p *StatusMessageHistoryPrivacyType) Scan(value interface{}) error
func (StatusMessageHistoryPrivacyType) String ¶
func (p StatusMessageHistoryPrivacyType) String() string
func (*StatusMessageHistoryPrivacyType) UnmarshalText ¶
func (p *StatusMessageHistoryPrivacyType) UnmarshalText(text []byte) error
type StickerIdRange ¶
type StickerIdRange struct { Start int64 `thrift:"start,1" db:"start" json:"start"` Size int32 `thrift:"size,2" db:"size" json:"size"` }
Attributes:
- Start
- Size
func NewStickerIdRange ¶
func NewStickerIdRange() *StickerIdRange
func (*StickerIdRange) Equals ¶
func (p *StickerIdRange) Equals(other *StickerIdRange) bool
func (*StickerIdRange) GetSize ¶
func (p *StickerIdRange) GetSize() int32
func (*StickerIdRange) GetStart ¶
func (p *StickerIdRange) GetStart() int64
func (*StickerIdRange) ReadField1 ¶
func (*StickerIdRange) ReadField2 ¶
func (*StickerIdRange) String ¶
func (p *StickerIdRange) String() string
type SyncReason ¶
type SyncReason int64
const ( SyncReason_UNSPECIFIED SyncReason = 0 SyncReason_UNKNOWN SyncReason = 1 SyncReason_INITIALIZATION SyncReason = 2 SyncReason_OPERATION SyncReason = 3 SyncReason_FULL_SYNC SyncReason = 4 SyncReason_AUTO_REPAIR SyncReason = 5 SyncReason_MANUAL_REPAIR SyncReason = 6 SyncReason_INTERNAL SyncReason = 7 )
func SyncReasonFromString ¶
func SyncReasonFromString(s string) (SyncReason, error)
func SyncReasonPtr ¶
func SyncReasonPtr(v SyncReason) *SyncReason
func (SyncReason) MarshalText ¶
func (p SyncReason) MarshalText() ([]byte, error)
func (*SyncReason) Scan ¶
func (p *SyncReason) Scan(value interface{}) error
func (SyncReason) String ¶
func (p SyncReason) String() string
func (*SyncReason) UnmarshalText ¶
func (p *SyncReason) UnmarshalText(text []byte) error
type TalkException ¶
type TalkException struct { Code ErrorCode `thrift:"code,1" db:"code" json:"code"` Reason string `thrift:"reason,2" db:"reason" json:"reason"` ParameterMap map[string]string `thrift:"parameterMap,3" db:"parameterMap" json:"parameterMap"` }
Attributes:
- Code
- Reason
- ParameterMap
var AuthServiceConfirmE2EELoginResult_E_DEFAULT *TalkException
var AuthServiceConfirmIdentifierResult_E_DEFAULT *TalkException
var AuthServiceGetAuthRSAKeyResult_E_DEFAULT *TalkException
var AuthServiceIssueTokenForAccountMigrationSettingsResult_E_DEFAULT *TalkException
var AuthServiceLoginZResult_E_DEFAULT *TalkException
var AuthServiceLogoutZResult_E_DEFAULT *TalkException
var AuthServiceOpenAuthSessionResult_E_DEFAULT *TalkException
var AuthServiceRemoveIdentifierResult_E_DEFAULT *TalkException
var AuthServiceResendIdentifierConfirmationResult_E_DEFAULT *TalkException
var AuthServiceRespondE2EELoginRequestResult_E_DEFAULT *TalkException
var AuthServiceSetIdentifierAndPasswordResult_E_DEFAULT *TalkException
var AuthServiceSetIdentifierResult_E_DEFAULT *TalkException
var AuthServiceSetPasswordResult_E_DEFAULT *TalkException
var AuthServiceUpdateIdentifierResult_E_DEFAULT *TalkException
var AuthServiceUpdatePasswordResult_E_DEFAULT *TalkException
var AuthServiceVerifyQrcodeWithE2EEResult_E_DEFAULT *TalkException
var BuddyServiceGetBuddyContactsResult_E_DEFAULT *TalkException
var BuddyServiceGetBuddyDetailResult_E_DEFAULT *TalkException
var BuddyServiceGetPopularBuddyListsResult_E_DEFAULT *TalkException
var CallServiceAcquireCallRouteResult_E_DEFAULT *TalkException
var CallServiceAcquireGroupCallRouteResult_E_DEFAULT *TalkException
var CallServiceGetGroupCallResult_E_DEFAULT *TalkException
var ShopServiceGetActivePurchaseVersionsResult_E_DEFAULT *TalkException
var ShopServiceNotifyDownloadedResult_E_DEFAULT *TalkException
var TalkServiceAcceptChatInvitationResult_E_DEFAULT *TalkException
var TalkServiceBlockContactResult_E_DEFAULT *TalkException
var TalkServiceBlockRecommendationResult_E_DEFAULT *TalkException
var TalkServiceCancelChatInvitationResult_E_DEFAULT *TalkException
var TalkServiceChangeVerificationMethodResult_E_DEFAULT *TalkException
var TalkServiceCreateChatResult_E_DEFAULT *TalkException
var TalkServiceCreateRoomResult_E_DEFAULT *TalkException
var TalkServiceDeleteOtherFromChatResult_E_DEFAULT *TalkException
var TalkServiceDeleteSelfFromChatResult_E_DEFAULT *TalkException
var TalkServiceFetchOpsResult_E_DEFAULT *TalkException
var TalkServiceFindAndAddContactsByMidResult_E_DEFAULT *TalkException
var TalkServiceFindContactByUseridResult_E_DEFAULT *TalkException
var TalkServiceFinishUpdateVerificationResult_E_DEFAULT *TalkException
var TalkServiceGenerateUserTicketResult_E_DEFAULT *TalkException
var TalkServiceGetAllChatMidsResult_E_DEFAULT *TalkException
var TalkServiceGetAllContactIdsResult_E_DEFAULT *TalkException
var TalkServiceGetBlockedContactIdsResult_E_DEFAULT *TalkException
var TalkServiceGetBlockedRecommendationIdsResult_E_DEFAULT *TalkException
var TalkServiceGetChatsResult_E_DEFAULT *TalkException
var TalkServiceGetConfigurationsResult_E_DEFAULT *TalkException
var TalkServiceGetContactResult_E_DEFAULT *TalkException
var TalkServiceGetContactsResult_E_DEFAULT *TalkException
var TalkServiceGetCountriesResult_E_DEFAULT *TalkException
var TalkServiceGetE2EEPublicKeyResult_E_DEFAULT *TalkException
var TalkServiceGetE2EEPublicKeysExResult_E_DEFAULT *TalkException
var TalkServiceGetLastE2EEPublicKeysResult_E_DEFAULT *TalkException
var TalkServiceGetProfileResult_E_DEFAULT *TalkException
var TalkServiceGetRSAKeyInfoResult_E_DEFAULT *TalkException
var TalkServiceGetRecommendationIdsResult_E_DEFAULT *TalkException
var TalkServiceGetRoomResult_E_DEFAULT *TalkException
var TalkServiceGetServerTimeResult_E_DEFAULT *TalkException
var TalkServiceGetSessionsResult_E_DEFAULT *TalkException
var TalkServiceGetSettingsResult_E_DEFAULT *TalkException
var TalkServiceInviteFriendsBySmsResult_E_DEFAULT *TalkException
var TalkServiceInviteIntoChatResult_E_DEFAULT *TalkException
var TalkServiceInviteIntoRoomResult_E_DEFAULT *TalkException
var TalkServiceIsUseridAvailableResult_E_DEFAULT *TalkException
var TalkServiceLeaveRoomResult_E_DEFAULT *TalkException
var TalkServiceLogoutSessionResult_E_DEFAULT *TalkException
var TalkServiceNegotiateE2EEPublicKeyResult_E_DEFAULT *TalkException
var TalkServiceNoopResult_E_DEFAULT *TalkException
var TalkServiceNotifyUpdatedResult_E_DEFAULT *TalkException
var TalkServiceRegisterE2EEGroupKeyResult_E_DEFAULT *TalkException
var TalkServiceRegisterE2EEPublicKeyResult_E_DEFAULT *TalkException
var TalkServiceRegisterUseridResult_E_DEFAULT *TalkException
var TalkServiceReissueChatTicketResult_E_DEFAULT *TalkException
var TalkServiceRejectChatInvitationResult_E_DEFAULT *TalkException
var TalkServiceRequestAccountPasswordResetResult_E_DEFAULT *TalkException
var TalkServiceResendPinCodeResult_E_DEFAULT *TalkException
var TalkServiceRespondE2EEKeyExchangeResult_E_DEFAULT *TalkException
var TalkServiceSendChatCheckedResult_E_DEFAULT *TalkException
var TalkServiceSendChatRemovedResult_E_DEFAULT *TalkException
var TalkServiceSendEchoPushResult_E_DEFAULT *TalkException
var TalkServiceSendMessageResult_E_DEFAULT *TalkException
var TalkServiceSetNotificationsEnabledResult_E_DEFAULT *TalkException
var TalkServiceStartUpdateVerificationResult_E_DEFAULT *TalkException
var TalkServiceSyncContactsResult_E_DEFAULT *TalkException
var TalkServiceUnblockContactResult_E_DEFAULT *TalkException
var TalkServiceUnblockRecommendationResult_E_DEFAULT *TalkException
var TalkServiceUnregisterUserAndDeviceResult_E_DEFAULT *TalkException
var TalkServiceUnsendMessageResult_E_DEFAULT *TalkException
var TalkServiceUpdateAccountMigrationPincodeResult_E_DEFAULT *TalkException
var TalkServiceUpdateChatResult_E_DEFAULT *TalkException
var TalkServiceUpdateContactSettingResult_E_DEFAULT *TalkException
var TalkServiceUpdateNotificationTokenResult_E_DEFAULT *TalkException
var TalkServiceUpdateProfileAttributeResult_E_DEFAULT *TalkException
var TalkServiceUpdateSettingsAttributes2Result_E_DEFAULT *TalkException
var TalkServiceVerifyPhoneNumberResult_E_DEFAULT *TalkException
var TalkServiceVerifyQrcodeResult_E_DEFAULT *TalkException
func NewTalkException ¶
func NewTalkException() *TalkException
func (*TalkException) Equals ¶
func (p *TalkException) Equals(other *TalkException) bool
func (*TalkException) Error ¶
func (p *TalkException) Error() string
func (*TalkException) GetCode ¶
func (p *TalkException) GetCode() ErrorCode
func (*TalkException) GetParameterMap ¶
func (p *TalkException) GetParameterMap() map[string]string
func (*TalkException) GetReason ¶
func (p *TalkException) GetReason() string
func (*TalkException) ReadField1 ¶
func (*TalkException) ReadField2 ¶
func (*TalkException) ReadField3 ¶
func (*TalkException) String ¶
func (p *TalkException) String() string
func (TalkException) TExceptionType ¶
func (TalkException) TExceptionType() thrift.TExceptionType
type TalkService ¶
type TalkService interface { UnregisterUserAndDevice(ctx context.Context) (_r string, _err error) // Parameters: // - ExpirationTime // - MaxUseCount GenerateUserTicket(ctx context.Context, expirationTime int64, maxUseCount int32) (_r *Ticket, _err error) // Parameters: // - ReqSeq // - Attr // - Value UpdateProfileAttribute(ctx context.Context, reqSeq int32, attr ProfileAttribute, value string) (_err error) // Parameters: // - ReqSeq // - AttributesToUpdate // - Settings UpdateSettingsAttributes2(ctx context.Context, reqSeq int32, attributesToUpdate []SettingsAttributeEx, settings *Settings) (_r []SettingsAttributeEx, _err error) // Parameters: // - SyncReason GetRecommendationIds(ctx context.Context, syncReason SyncReason) (_r []string, _err error) // Parameters: // - SyncReason GetBlockedRecommendationIds(ctx context.Context, syncReason SyncReason) (_r []string, _err error) // Parameters: // - SyncReason GetAllContactIds(ctx context.Context, syncReason SyncReason) (_r []string, _err error) // Parameters: // - ID GetContact(ctx context.Context, id string) (_r *Contact, _err error) // Parameters: // - LocalRev // - Count // - GlobalRev // - IndividualRev FetchOps(ctx context.Context, localRev int64, count int32, globalRev int64, individualRev int64) (_r []*Operation, _err error) // Parameters: // - Seq // - Message SendMessage(ctx context.Context, seq int32, message *Message) (_r *Message, _err error) // Parameters: // - Seq // - ChatMid // - LastMessageId // - SessionId SendChatChecked(ctx context.Context, seq int32, chatMid string, lastMessageId string, sessionId int8) (_err error) // Parameters: // - RoomId GetRoom(ctx context.Context, roomId string) (_r *Room, _err error) // Parameters: // - Request UpdateChat(ctx context.Context, request *UpdateChatRequest) (_r *UpdateChatResponse, _err error) // Parameters: // - Request GetChats(ctx context.Context, request *GetChatsRequest) (_r *GetChatsResponse, _err error) // Parameters: // - IgnoreE2EEStatus // - SyncReason GetE2EEPublicKeysEx(ctx context.Context, ignoreE2EEStatus bool, syncReason SyncReason) (_r []*E2EEPublicKey, _err error) // Parameters: // - ReqSeq // - EncryptedKeyChain // - HashKeyChain RespondE2EEKeyExchange(ctx context.Context, reqSeq int32, encryptedKeyChain string, hashKeyChain string) (_err error) // - KeyVersion // - ChatMid GetLastE2EEGroupSharedKey(ctx context.Context, keyVersion int32, chatMid string) (_r *E2EEGroupSharedKey, _err error) // Parameters: // - Verifier // - PinCode VerifyQrcode(ctx context.Context, verifier string, pinCode string) (_r string, _err error) // Parameters: // - Revision // - RegionOfUsim // - RegionOfTelephone // - RegionOfLocale // - Carrier // - SyncReason GetConfigurations(ctx context.Context, revision int64, regionOfUsim string, regionOfTelephone string, regionOfLocale string, carrier string, syncReason SyncReason) (_r *Configurations, _err error) // Parameters: // - Request ReissueChatTicket(ctx context.Context, request *ReissueChatTicketRequest) (_r *ReissueChatTicketResponse, _err error) Noop(ctx context.Context) (_err error) GetServerTime(ctx context.Context) (_r int64, _err error) // Parameters: // - ReqSeq // - Type // - Target // - Enablement SetNotificationsEnabled(ctx context.Context, reqSeq int32, type_a1 MIDType, target string, enablement bool) (_err error) // Parameters: // - Provider // - Identifier // - Locale RequestAccountPasswordReset(ctx context.Context, provider IdentityProvider, identifier string, locale string) (_err error) // Parameters: // - CountryGroup GetCountries(ctx context.Context, countryGroup CountryGroup) (_r []string, _err error) // Parameters: // - ReqSeq // - SearchId RegisterUserid(ctx context.Context, reqSeq int32, searchId string) (_r bool, _err error) // Parameters: // - SearchId IsUseridAvailable(ctx context.Context, searchId string) (_r bool, _err error) // Parameters: // - SyncReason GetProfile(ctx context.Context, syncReason SyncReason) (_r *Profile, _err error) // Parameters: // - Region // - Carrier // - Phone // - UdidHash // - DeviceInfo // - NetworkCode // - Locale // - SimInfo StartUpdateVerification(ctx context.Context, region string, carrier CarrierCode, phone string, udidHash string, deviceInfo *DeviceInfo, networkCode string, locale string, simInfo *SIMInfo) (_r *VerificationSessionData, _err error) // Parameters: // - SessionId // - PinCode // - UdidHash // - MigrationPincodeSessionId // - OldUdidHash VerifyPhoneNumber(ctx context.Context, sessionId string, pinCode string, udidHash string, migrationPincodeSessionId string, oldUdidHash string) (_r *PhoneVerificationResult_, _err error) // Parameters: // - AccountMigrationPincode UpdateAccountMigrationPincode(ctx context.Context, accountMigrationPincode string) (_err error) // Parameters: // - SessionId ResendPinCode(ctx context.Context, sessionId string) (_err error) // Parameters: // - SessionId // - Method ChangeVerificationMethod(ctx context.Context, sessionId string, method VerificationMethod) (_r *VerificationSessionData, _err error) // Parameters: // - SessionId FinishUpdateVerification(ctx context.Context, sessionId string) (_err error) // Parameters: // - SyncReason GetSettings(ctx context.Context, syncReason SyncReason) (_r *Settings, _err error) // Parameters: // - ReqSeq // - ID BlockRecommendation(ctx context.Context, reqSeq int32, id string) (_err error) // Parameters: // - ReqSeq // - ID BlockContact(ctx context.Context, reqSeq int32, id string) (_err error) // Parameters: // - ReqSeq // - ID UnblockRecommendation(ctx context.Context, reqSeq int32, id string) (_err error) // Parameters: // - ReqSeq // - ID // - Reference UnblockContact(ctx context.Context, reqSeq int32, id string, reference string) (_err error) // Parameters: // - ReqSeq // - Mid // - Type // - Reference FindAndAddContactsByMid(ctx context.Context, reqSeq int32, mid string, type_a1 ContactType, reference string) (_r map[string]*Contact, _err error) // Parameters: // - SearchId FindContactByUserid(ctx context.Context, searchId string) (_r *Contact, _err error) // Parameters: // - PhoneNumberList InviteFriendsBySms(ctx context.Context, phoneNumberList []string) (_err error) // Parameters: // - Ids GetContacts(ctx context.Context, ids []string) (_r []*Contact, _err error) // Parameters: // - ReqSeq // - LocalContacts SyncContacts(ctx context.Context, reqSeq int32, localContacts []*ContactModification) (_r map[string]*ContactRegistration, _err error) // Parameters: // - ReqSeq // - Mid // - Flag // - Value UpdateContactSetting(ctx context.Context, reqSeq int32, mid string, flag ContactSetting, value string) (_err error) // Parameters: // - Seq // - ChatMid // - LastMessageId // - SessionId SendChatRemoved(ctx context.Context, seq int32, chatMid string, lastMessageId string, sessionId int8) (_err error) // Parameters: // - ReqSeq // - RoomId LeaveRoom(ctx context.Context, reqSeq int32, roomId string) (_err error) // Parameters: // - Seq // - MessageId UnsendMessage(ctx context.Context, seq int32, messageId string) (_err error) // Parameters: // - ReqSeq // - RoomId // - ContactIds InviteIntoRoom(ctx context.Context, reqSeq int32, roomId string, contactIds []string) (_err error) // Parameters: // - ReqSeq // - ContactIds CreateRoom(ctx context.Context, reqSeq int32, contactIds []string) (_r *Room, _err error) // Parameters: // - Request InviteIntoChat(ctx context.Context, request *InviteIntoChatRequest) (_r *InviteIntoChatResponse, _err error) // Parameters: // - Request DeleteSelfFromChat(ctx context.Context, request *DeleteSelfFromChatRequest) (_r *DeleteSelfFromChatResponse, _err error) // Parameters: // - Request // - SyncReason GetAllChatMids(ctx context.Context, request *GetAllChatMidsRequest, syncReason SyncReason) (_r *GetAllChatMidsResponse, _err error) // Parameters: // - Request CreateChat(ctx context.Context, request *CreateChatRequest) (_r *CreateChatResponse, _err error) // Parameters: // - Request AcceptChatInvitation(ctx context.Context, request *AcceptChatInvitationRequest) (_r *AcceptChatInvitationResponse, _err error) // Parameters: // - Request RejectChatInvitation(ctx context.Context, request *RejectChatInvitationRequest) (_r *RejectChatInvitationResponse, _err error) // Parameters: // - Request DeleteOtherFromChat(ctx context.Context, request *DeleteOtherFromChatRequest) (_r *DeleteOtherFromChatResponse, _err error) // Parameters: // - Request CancelChatInvitation(ctx context.Context, request *CancelChatInvitationRequest) (_r *CancelChatInvitationResponse, _err error) GetSessions(ctx context.Context) (_r []*LoginSession, _err error) // Parameters: // - TokenKey LogoutSession(ctx context.Context, tokenKey string) (_err error) // Parameters: // - LastRev // - DeviceInfo // - UdidHash // - OldUdidHash NotifyUpdated(ctx context.Context, lastRev int64, deviceInfo *DeviceInfo, udidHash string, oldUdidHash string) (_err error) // Parameters: // - Text SendEchoPush(ctx context.Context, text string) (_err error) // Parameters: // - Type // - Token UpdateNotificationToken(ctx context.Context, type_a1 NotificationType, token string) (_err error) // Parameters: // - Provider GetRSAKeyInfo(ctx context.Context, provider IdentityProvider) (_r *RSAKey, _err error) // Parameters: // - SyncReason GetBlockedContactIds(ctx context.Context, syncReason SyncReason) (_r []string, _err error) // Parameters: // - ReqSeq // - PublicKey RegisterE2EEPublicKey(ctx context.Context, reqSeq int32, publicKey *E2EEPublicKey) (_r *E2EEPublicKey, _err error) // Parameters: // - Mid // - KeyVersion // - KeyId GetE2EEPublicKey(ctx context.Context, mid string, keyVersion int32, keyId int32) (_r *E2EEPublicKey, _err error) // Parameters: // - Mid NegotiateE2EEPublicKey(ctx context.Context, mid string) (_r *E2EENegotiationResult_, _err error) // Parameters: // - KeyVersion // - ChatMid // - Members // - KeyIds // - EncryptedSharedKeys RegisterE2EEGroupKey(ctx context.Context, keyVersion int32, chatMid string, members []string, keyIds []int32, encryptedSharedKeys []string) (_r *E2EEGroupSharedKey, _err error) // - KeyVersion // - ChatMid // - GroupKeyId GetE2EEGroupSharedKey(ctx context.Context, keyVersion int32, chatMid string, groupKeyId int32) (_r *E2EEGroupSharedKey, _err error) // Parameters: // - ChatMid GetLastE2EEPublicKeys(ctx context.Context, chatMid string) (_r *E2EEPublicKey, _err error) }
type TalkServiceAcceptChatInvitationArgs ¶
type TalkServiceAcceptChatInvitationArgs struct {
Request *AcceptChatInvitationRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewTalkServiceAcceptChatInvitationArgs ¶
func NewTalkServiceAcceptChatInvitationArgs() *TalkServiceAcceptChatInvitationArgs
func (*TalkServiceAcceptChatInvitationArgs) GetRequest ¶
func (p *TalkServiceAcceptChatInvitationArgs) GetRequest() *AcceptChatInvitationRequest
func (*TalkServiceAcceptChatInvitationArgs) IsSetRequest ¶
func (p *TalkServiceAcceptChatInvitationArgs) IsSetRequest() bool
func (*TalkServiceAcceptChatInvitationArgs) ReadField1 ¶
func (*TalkServiceAcceptChatInvitationArgs) String ¶
func (p *TalkServiceAcceptChatInvitationArgs) String() string
type TalkServiceAcceptChatInvitationResult ¶
type TalkServiceAcceptChatInvitationResult struct { Success *AcceptChatInvitationResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceAcceptChatInvitationResult ¶
func NewTalkServiceAcceptChatInvitationResult() *TalkServiceAcceptChatInvitationResult
func (*TalkServiceAcceptChatInvitationResult) GetE ¶
func (p *TalkServiceAcceptChatInvitationResult) GetE() *TalkException
func (*TalkServiceAcceptChatInvitationResult) GetSuccess ¶
func (p *TalkServiceAcceptChatInvitationResult) GetSuccess() *AcceptChatInvitationResponse
func (*TalkServiceAcceptChatInvitationResult) IsSetE ¶
func (p *TalkServiceAcceptChatInvitationResult) IsSetE() bool
func (*TalkServiceAcceptChatInvitationResult) IsSetSuccess ¶
func (p *TalkServiceAcceptChatInvitationResult) IsSetSuccess() bool
func (*TalkServiceAcceptChatInvitationResult) ReadField0 ¶
func (*TalkServiceAcceptChatInvitationResult) ReadField1 ¶
func (*TalkServiceAcceptChatInvitationResult) String ¶
func (p *TalkServiceAcceptChatInvitationResult) String() string
type TalkServiceBlockContactArgs ¶
type TalkServiceBlockContactArgs struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` ID string `thrift:"id,2" db:"id" json:"id"` }
Attributes:
- ReqSeq
- ID
func NewTalkServiceBlockContactArgs ¶
func NewTalkServiceBlockContactArgs() *TalkServiceBlockContactArgs
func (*TalkServiceBlockContactArgs) GetID ¶
func (p *TalkServiceBlockContactArgs) GetID() string
func (*TalkServiceBlockContactArgs) GetReqSeq ¶
func (p *TalkServiceBlockContactArgs) GetReqSeq() int32
func (*TalkServiceBlockContactArgs) ReadField1 ¶
func (*TalkServiceBlockContactArgs) ReadField2 ¶
func (*TalkServiceBlockContactArgs) String ¶
func (p *TalkServiceBlockContactArgs) String() string
type TalkServiceBlockContactResult ¶
type TalkServiceBlockContactResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceBlockContactResult ¶
func NewTalkServiceBlockContactResult() *TalkServiceBlockContactResult
func (*TalkServiceBlockContactResult) GetE ¶
func (p *TalkServiceBlockContactResult) GetE() *TalkException
func (*TalkServiceBlockContactResult) IsSetE ¶
func (p *TalkServiceBlockContactResult) IsSetE() bool
func (*TalkServiceBlockContactResult) ReadField1 ¶
func (*TalkServiceBlockContactResult) String ¶
func (p *TalkServiceBlockContactResult) String() string
type TalkServiceBlockRecommendationArgs ¶
type TalkServiceBlockRecommendationArgs struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` ID string `thrift:"id,2" db:"id" json:"id"` }
Attributes:
- ReqSeq
- ID
func NewTalkServiceBlockRecommendationArgs ¶
func NewTalkServiceBlockRecommendationArgs() *TalkServiceBlockRecommendationArgs
func (*TalkServiceBlockRecommendationArgs) GetID ¶
func (p *TalkServiceBlockRecommendationArgs) GetID() string
func (*TalkServiceBlockRecommendationArgs) GetReqSeq ¶
func (p *TalkServiceBlockRecommendationArgs) GetReqSeq() int32
func (*TalkServiceBlockRecommendationArgs) ReadField1 ¶
func (*TalkServiceBlockRecommendationArgs) ReadField2 ¶
func (*TalkServiceBlockRecommendationArgs) String ¶
func (p *TalkServiceBlockRecommendationArgs) String() string
type TalkServiceBlockRecommendationResult ¶
type TalkServiceBlockRecommendationResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceBlockRecommendationResult ¶
func NewTalkServiceBlockRecommendationResult() *TalkServiceBlockRecommendationResult
func (*TalkServiceBlockRecommendationResult) GetE ¶
func (p *TalkServiceBlockRecommendationResult) GetE() *TalkException
func (*TalkServiceBlockRecommendationResult) IsSetE ¶
func (p *TalkServiceBlockRecommendationResult) IsSetE() bool
func (*TalkServiceBlockRecommendationResult) ReadField1 ¶
func (*TalkServiceBlockRecommendationResult) String ¶
func (p *TalkServiceBlockRecommendationResult) String() string
type TalkServiceCancelChatInvitationArgs ¶
type TalkServiceCancelChatInvitationArgs struct {
Request *CancelChatInvitationRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewTalkServiceCancelChatInvitationArgs ¶
func NewTalkServiceCancelChatInvitationArgs() *TalkServiceCancelChatInvitationArgs
func (*TalkServiceCancelChatInvitationArgs) GetRequest ¶
func (p *TalkServiceCancelChatInvitationArgs) GetRequest() *CancelChatInvitationRequest
func (*TalkServiceCancelChatInvitationArgs) IsSetRequest ¶
func (p *TalkServiceCancelChatInvitationArgs) IsSetRequest() bool
func (*TalkServiceCancelChatInvitationArgs) ReadField1 ¶
func (*TalkServiceCancelChatInvitationArgs) String ¶
func (p *TalkServiceCancelChatInvitationArgs) String() string
type TalkServiceCancelChatInvitationResult ¶
type TalkServiceCancelChatInvitationResult struct { Success *CancelChatInvitationResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceCancelChatInvitationResult ¶
func NewTalkServiceCancelChatInvitationResult() *TalkServiceCancelChatInvitationResult
func (*TalkServiceCancelChatInvitationResult) GetE ¶
func (p *TalkServiceCancelChatInvitationResult) GetE() *TalkException
func (*TalkServiceCancelChatInvitationResult) GetSuccess ¶
func (p *TalkServiceCancelChatInvitationResult) GetSuccess() *CancelChatInvitationResponse
func (*TalkServiceCancelChatInvitationResult) IsSetE ¶
func (p *TalkServiceCancelChatInvitationResult) IsSetE() bool
func (*TalkServiceCancelChatInvitationResult) IsSetSuccess ¶
func (p *TalkServiceCancelChatInvitationResult) IsSetSuccess() bool
func (*TalkServiceCancelChatInvitationResult) ReadField0 ¶
func (*TalkServiceCancelChatInvitationResult) ReadField1 ¶
func (*TalkServiceCancelChatInvitationResult) String ¶
func (p *TalkServiceCancelChatInvitationResult) String() string
type TalkServiceChangeVerificationMethodArgs ¶
type TalkServiceChangeVerificationMethodArgs struct { // unused field # 1 SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"` Method VerificationMethod `thrift:"method,3" db:"method" json:"method"` }
Attributes:
- SessionId
- Method
func NewTalkServiceChangeVerificationMethodArgs ¶
func NewTalkServiceChangeVerificationMethodArgs() *TalkServiceChangeVerificationMethodArgs
func (*TalkServiceChangeVerificationMethodArgs) GetMethod ¶
func (p *TalkServiceChangeVerificationMethodArgs) GetMethod() VerificationMethod
func (*TalkServiceChangeVerificationMethodArgs) GetSessionId ¶
func (p *TalkServiceChangeVerificationMethodArgs) GetSessionId() string
func (*TalkServiceChangeVerificationMethodArgs) ReadField2 ¶
func (*TalkServiceChangeVerificationMethodArgs) ReadField3 ¶
func (*TalkServiceChangeVerificationMethodArgs) String ¶
func (p *TalkServiceChangeVerificationMethodArgs) String() string
type TalkServiceChangeVerificationMethodResult ¶
type TalkServiceChangeVerificationMethodResult struct { Success *VerificationSessionData `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceChangeVerificationMethodResult ¶
func NewTalkServiceChangeVerificationMethodResult() *TalkServiceChangeVerificationMethodResult
func (*TalkServiceChangeVerificationMethodResult) GetE ¶
func (p *TalkServiceChangeVerificationMethodResult) GetE() *TalkException
func (*TalkServiceChangeVerificationMethodResult) GetSuccess ¶
func (p *TalkServiceChangeVerificationMethodResult) GetSuccess() *VerificationSessionData
func (*TalkServiceChangeVerificationMethodResult) IsSetE ¶
func (p *TalkServiceChangeVerificationMethodResult) IsSetE() bool
func (*TalkServiceChangeVerificationMethodResult) IsSetSuccess ¶
func (p *TalkServiceChangeVerificationMethodResult) IsSetSuccess() bool
func (*TalkServiceChangeVerificationMethodResult) ReadField0 ¶
func (*TalkServiceChangeVerificationMethodResult) ReadField1 ¶
func (*TalkServiceChangeVerificationMethodResult) String ¶
func (p *TalkServiceChangeVerificationMethodResult) String() string
type TalkServiceClient ¶
type TalkServiceClient struct {
// contains filtered or unexported fields
}
func NewTalkServiceClient ¶
func NewTalkServiceClient(c thrift.TClient) *TalkServiceClient
func NewTalkServiceClientFactory ¶
func NewTalkServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *TalkServiceClient
func NewTalkServiceClientProtocol ¶
func NewTalkServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *TalkServiceClient
func (*TalkServiceClient) AcceptChatInvitation ¶
func (p *TalkServiceClient) AcceptChatInvitation(ctx context.Context, request *AcceptChatInvitationRequest) (_r *AcceptChatInvitationResponse, _err error)
Parameters:
- Request
func (*TalkServiceClient) BlockRecommendation ¶
func (p *TalkServiceClient) BlockRecommendation(ctx context.Context, reqSeq int32, id string) (_err error)
Parameters:
- ReqSeq
- ID
func (*TalkServiceClient) CancelChatInvitation ¶
func (p *TalkServiceClient) CancelChatInvitation(ctx context.Context, request *CancelChatInvitationRequest) (_r *CancelChatInvitationResponse, _err error)
Parameters:
- Request
func (*TalkServiceClient) ChangeVerificationMethod ¶
func (p *TalkServiceClient) ChangeVerificationMethod(ctx context.Context, sessionId string, method VerificationMethod) (_r *VerificationSessionData, _err error)
Parameters:
- SessionId
- Method
func (*TalkServiceClient) Client_ ¶
func (p *TalkServiceClient) Client_() thrift.TClient
func (*TalkServiceClient) CreateChat ¶
func (p *TalkServiceClient) CreateChat(ctx context.Context, request *CreateChatRequest) (_r *CreateChatResponse, _err error)
Parameters:
- Request
func (*TalkServiceClient) CreateRoom ¶
func (p *TalkServiceClient) CreateRoom(ctx context.Context, reqSeq int32, contactIds []string) (_r *Room, _err error)
Parameters:
- ReqSeq
- ContactIds
func (*TalkServiceClient) DeleteOtherFromChat ¶
func (p *TalkServiceClient) DeleteOtherFromChat(ctx context.Context, request *DeleteOtherFromChatRequest) (_r *DeleteOtherFromChatResponse, _err error)
Parameters:
- Request
func (*TalkServiceClient) DeleteSelfFromChat ¶
func (p *TalkServiceClient) DeleteSelfFromChat(ctx context.Context, request *DeleteSelfFromChatRequest) (_r *DeleteSelfFromChatResponse, _err error)
Parameters:
- Request
func (*TalkServiceClient) FetchOps ¶
func (p *TalkServiceClient) FetchOps(ctx context.Context, localRev int64, count int32, globalRev int64, individualRev int64) (_r []*Operation, _err error)
Parameters:
- LocalRev
- Count
- GlobalRev
- IndividualRev
func (*TalkServiceClient) FindAndAddContactsByMid ¶
func (p *TalkServiceClient) FindAndAddContactsByMid(ctx context.Context, reqSeq int32, mid string, type_a1 ContactType, reference string) (_r map[string]*Contact, _err error)
Parameters:
- ReqSeq
- Mid
- Type
- Reference
func (*TalkServiceClient) FindContactByUserid ¶
func (p *TalkServiceClient) FindContactByUserid(ctx context.Context, searchId string) (_r *Contact, _err error)
Parameters:
- SearchId
func (*TalkServiceClient) FinishUpdateVerification ¶
func (p *TalkServiceClient) FinishUpdateVerification(ctx context.Context, sessionId string) (_err error)
Parameters:
- SessionId
func (*TalkServiceClient) GenerateUserTicket ¶
func (p *TalkServiceClient) GenerateUserTicket(ctx context.Context, expirationTime int64, maxUseCount int32) (_r *Ticket, _err error)
Parameters:
- ExpirationTime
- MaxUseCount
func (*TalkServiceClient) GetAllChatMids ¶
func (p *TalkServiceClient) GetAllChatMids(ctx context.Context, request *GetAllChatMidsRequest, syncReason SyncReason) (_r *GetAllChatMidsResponse, _err error)
Parameters:
- Request
- SyncReason
func (*TalkServiceClient) GetAllContactIds ¶
func (p *TalkServiceClient) GetAllContactIds(ctx context.Context, syncReason SyncReason) (_r []string, _err error)
Parameters:
- SyncReason
func (*TalkServiceClient) GetBlockedContactIds ¶
func (p *TalkServiceClient) GetBlockedContactIds(ctx context.Context, syncReason SyncReason) (_r []string, _err error)
Parameters:
- SyncReason
func (*TalkServiceClient) GetBlockedRecommendationIds ¶
func (p *TalkServiceClient) GetBlockedRecommendationIds(ctx context.Context, syncReason SyncReason) (_r []string, _err error)
Parameters:
- SyncReason
func (*TalkServiceClient) GetChats ¶
func (p *TalkServiceClient) GetChats(ctx context.Context, request *GetChatsRequest) (_r *GetChatsResponse, _err error)
Parameters:
- Request
func (*TalkServiceClient) GetConfigurations ¶
func (p *TalkServiceClient) GetConfigurations(ctx context.Context, revision int64, regionOfUsim string, regionOfTelephone string, regionOfLocale string, carrier string, syncReason SyncReason) (_r *Configurations, _err error)
Parameters:
- Revision
- RegionOfUsim
- RegionOfTelephone
- RegionOfLocale
- Carrier
- SyncReason
func (*TalkServiceClient) GetContacts ¶
func (p *TalkServiceClient) GetContacts(ctx context.Context, ids []string) (_r []*Contact, _err error)
Parameters:
- Ids
func (*TalkServiceClient) GetCountries ¶
func (p *TalkServiceClient) GetCountries(ctx context.Context, countryGroup CountryGroup) (_r []string, _err error)
Parameters:
- CountryGroup
func (*TalkServiceClient) GetE2EEGroupSharedKey ¶
func (p *TalkServiceClient) GetE2EEGroupSharedKey(ctx context.Context, keyVersion int32, chatMid string, groupKeyId int32) (_r *E2EEGroupSharedKey, _err error)
Parameters:
- KeyVersion
- ChatMid
- GroupKeyId
func (*TalkServiceClient) GetE2EEPublicKey ¶
func (p *TalkServiceClient) GetE2EEPublicKey(ctx context.Context, mid string, keyVersion int32, keyId int32) (_r *E2EEPublicKey, _err error)
Parameters:
- Mid
- KeyVersion
- KeyId
func (*TalkServiceClient) GetE2EEPublicKeysEx ¶
func (p *TalkServiceClient) GetE2EEPublicKeysEx(ctx context.Context, ignoreE2EEStatus bool, syncReason SyncReason) (_r []*E2EEPublicKey, _err error)
Parameters:
- IgnoreE2EEStatus
- SyncReason
func (*TalkServiceClient) GetLastE2EEGroupSharedKey ¶
func (p *TalkServiceClient) GetLastE2EEGroupSharedKey(ctx context.Context, keyVersion int32, chatMid string) (_r *E2EEGroupSharedKey, _err error)
Parameters:
- KeyVersion
- ChatMid
func (*TalkServiceClient) GetLastE2EEPublicKeys ¶
func (p *TalkServiceClient) GetLastE2EEPublicKeys(ctx context.Context, chatMid string) (_r *E2EEPublicKey, _err error)
Parameters:
- ChatMid
func (*TalkServiceClient) GetProfile ¶
func (p *TalkServiceClient) GetProfile(ctx context.Context, syncReason SyncReason) (_r *Profile, _err error)
Parameters:
- SyncReason
func (*TalkServiceClient) GetRSAKeyInfo ¶
func (p *TalkServiceClient) GetRSAKeyInfo(ctx context.Context, provider IdentityProvider) (_r *RSAKey, _err error)
Parameters:
- Provider
func (*TalkServiceClient) GetRecommendationIds ¶
func (p *TalkServiceClient) GetRecommendationIds(ctx context.Context, syncReason SyncReason) (_r []string, _err error)
Parameters:
- SyncReason
func (*TalkServiceClient) GetServerTime ¶
func (p *TalkServiceClient) GetServerTime(ctx context.Context) (_r int64, _err error)
func (*TalkServiceClient) GetSessions ¶
func (p *TalkServiceClient) GetSessions(ctx context.Context) (_r []*LoginSession, _err error)
func (*TalkServiceClient) GetSettings ¶
func (p *TalkServiceClient) GetSettings(ctx context.Context, syncReason SyncReason) (_r *Settings, _err error)
Parameters:
- SyncReason
func (*TalkServiceClient) InviteFriendsBySms ¶
func (p *TalkServiceClient) InviteFriendsBySms(ctx context.Context, phoneNumberList []string) (_err error)
Parameters:
- PhoneNumberList
func (*TalkServiceClient) InviteIntoChat ¶
func (p *TalkServiceClient) InviteIntoChat(ctx context.Context, request *InviteIntoChatRequest) (_r *InviteIntoChatResponse, _err error)
Parameters:
- Request
func (*TalkServiceClient) InviteIntoRoom ¶
func (p *TalkServiceClient) InviteIntoRoom(ctx context.Context, reqSeq int32, roomId string, contactIds []string) (_err error)
Parameters:
- ReqSeq
- RoomId
- ContactIds
func (*TalkServiceClient) IsUseridAvailable ¶
func (p *TalkServiceClient) IsUseridAvailable(ctx context.Context, searchId string) (_r bool, _err error)
Parameters:
- SearchId
func (*TalkServiceClient) LastResponseMeta_ ¶
func (p *TalkServiceClient) LastResponseMeta_() thrift.ResponseMeta
func (*TalkServiceClient) LeaveRoom ¶
func (p *TalkServiceClient) LeaveRoom(ctx context.Context, reqSeq int32, roomId string) (_err error)
Parameters:
- ReqSeq
- RoomId
func (*TalkServiceClient) LogoutSession ¶
func (p *TalkServiceClient) LogoutSession(ctx context.Context, tokenKey string) (_err error)
Parameters:
- TokenKey
func (*TalkServiceClient) NegotiateE2EEPublicKey ¶
func (p *TalkServiceClient) NegotiateE2EEPublicKey(ctx context.Context, mid string) (_r *E2EENegotiationResult_, _err error)
Parameters:
- Mid
func (*TalkServiceClient) NotifyUpdated ¶
func (p *TalkServiceClient) NotifyUpdated(ctx context.Context, lastRev int64, deviceInfo *DeviceInfo, udidHash string, oldUdidHash string) (_err error)
Parameters:
- LastRev
- DeviceInfo
- UdidHash
- OldUdidHash
func (*TalkServiceClient) RegisterE2EEGroupKey ¶
func (p *TalkServiceClient) RegisterE2EEGroupKey(ctx context.Context, keyVersion int32, chatMid string, members []string, keyIds []int32, encryptedSharedKeys []string) (_r *E2EEGroupSharedKey, _err error)
Parameters:
- KeyVersion
- ChatMid
- Members
- KeyIds
- EncryptedSharedKeys
func (*TalkServiceClient) RegisterE2EEPublicKey ¶
func (p *TalkServiceClient) RegisterE2EEPublicKey(ctx context.Context, reqSeq int32, publicKey *E2EEPublicKey) (_r *E2EEPublicKey, _err error)
Parameters:
- ReqSeq
- PublicKey
func (*TalkServiceClient) RegisterUserid ¶
func (p *TalkServiceClient) RegisterUserid(ctx context.Context, reqSeq int32, searchId string) (_r bool, _err error)
Parameters:
- ReqSeq
- SearchId
func (*TalkServiceClient) ReissueChatTicket ¶
func (p *TalkServiceClient) ReissueChatTicket(ctx context.Context, request *ReissueChatTicketRequest) (_r *ReissueChatTicketResponse, _err error)
Parameters:
- Request
func (*TalkServiceClient) RejectChatInvitation ¶
func (p *TalkServiceClient) RejectChatInvitation(ctx context.Context, request *RejectChatInvitationRequest) (_r *RejectChatInvitationResponse, _err error)
Parameters:
- Request
func (*TalkServiceClient) RequestAccountPasswordReset ¶
func (p *TalkServiceClient) RequestAccountPasswordReset(ctx context.Context, provider IdentityProvider, identifier string, locale string) (_err error)
Parameters:
- Provider
- Identifier
- Locale
func (*TalkServiceClient) ResendPinCode ¶
func (p *TalkServiceClient) ResendPinCode(ctx context.Context, sessionId string) (_err error)
Parameters:
- SessionId
func (*TalkServiceClient) RespondE2EEKeyExchange ¶
func (p *TalkServiceClient) RespondE2EEKeyExchange(ctx context.Context, reqSeq int32, encryptedKeyChain string, hashKeyChain string) (_err error)
Parameters:
- ReqSeq
- EncryptedKeyChain
- HashKeyChain
func (*TalkServiceClient) SendChatChecked ¶
func (p *TalkServiceClient) SendChatChecked(ctx context.Context, seq int32, chatMid string, lastMessageId string, sessionId int8) (_err error)
Parameters:
- Seq
- ChatMid
- LastMessageId
- SessionId
func (*TalkServiceClient) SendChatRemoved ¶
func (p *TalkServiceClient) SendChatRemoved(ctx context.Context, seq int32, chatMid string, lastMessageId string, sessionId int8) (_err error)
Parameters:
- Seq
- ChatMid
- LastMessageId
- SessionId
func (*TalkServiceClient) SendEchoPush ¶
func (p *TalkServiceClient) SendEchoPush(ctx context.Context, text string) (_err error)
Parameters:
- Text
func (*TalkServiceClient) SendMessage ¶
func (p *TalkServiceClient) SendMessage(ctx context.Context, seq int32, message *Message) (_r *Message, _err error)
Parameters:
- Seq
- Message
func (*TalkServiceClient) SetLastResponseMeta_ ¶
func (p *TalkServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
func (*TalkServiceClient) SetNotificationsEnabled ¶
func (p *TalkServiceClient) SetNotificationsEnabled(ctx context.Context, reqSeq int32, type_a1 MIDType, target string, enablement bool) (_err error)
Parameters:
- ReqSeq
- Type
- Target
- Enablement
func (*TalkServiceClient) StartUpdateVerification ¶
func (p *TalkServiceClient) StartUpdateVerification(ctx context.Context, region string, carrier CarrierCode, phone string, udidHash string, deviceInfo *DeviceInfo, networkCode string, locale string, simInfo *SIMInfo) (_r *VerificationSessionData, _err error)
Parameters:
- Region
- Carrier
- Phone
- UdidHash
- DeviceInfo
- NetworkCode
- Locale
- SimInfo
func (*TalkServiceClient) SyncContacts ¶
func (p *TalkServiceClient) SyncContacts(ctx context.Context, reqSeq int32, localContacts []*ContactModification) (_r map[string]*ContactRegistration, _err error)
Parameters:
- ReqSeq
- LocalContacts
func (*TalkServiceClient) UnblockContact ¶
func (p *TalkServiceClient) UnblockContact(ctx context.Context, reqSeq int32, id string, reference string) (_err error)
Parameters:
- ReqSeq
- ID
- Reference
func (*TalkServiceClient) UnblockRecommendation ¶
func (p *TalkServiceClient) UnblockRecommendation(ctx context.Context, reqSeq int32, id string) (_err error)
Parameters:
- ReqSeq
- ID
func (*TalkServiceClient) UnregisterUserAndDevice ¶
func (p *TalkServiceClient) UnregisterUserAndDevice(ctx context.Context) (_r string, _err error)
func (*TalkServiceClient) UnsendMessage ¶
func (p *TalkServiceClient) UnsendMessage(ctx context.Context, seq int32, messageId string) (_err error)
Parameters:
- Seq
- MessageId
func (*TalkServiceClient) UpdateAccountMigrationPincode ¶
func (p *TalkServiceClient) UpdateAccountMigrationPincode(ctx context.Context, accountMigrationPincode string) (_err error)
Parameters:
- AccountMigrationPincode
func (*TalkServiceClient) UpdateChat ¶
func (p *TalkServiceClient) UpdateChat(ctx context.Context, request *UpdateChatRequest) (_r *UpdateChatResponse, _err error)
Parameters:
- Request
func (*TalkServiceClient) UpdateContactSetting ¶
func (p *TalkServiceClient) UpdateContactSetting(ctx context.Context, reqSeq int32, mid string, flag ContactSetting, value string) (_err error)
Parameters:
- ReqSeq
- Mid
- Flag
- Value
func (*TalkServiceClient) UpdateNotificationToken ¶
func (p *TalkServiceClient) UpdateNotificationToken(ctx context.Context, type_a1 NotificationType, token string) (_err error)
Parameters:
- Type
- Token
func (*TalkServiceClient) UpdateProfileAttribute ¶
func (p *TalkServiceClient) UpdateProfileAttribute(ctx context.Context, reqSeq int32, attr ProfileAttribute, value string) (_err error)
Parameters:
- ReqSeq
- Attr
- Value
func (*TalkServiceClient) UpdateSettingsAttributes2 ¶
func (p *TalkServiceClient) UpdateSettingsAttributes2(ctx context.Context, reqSeq int32, attributesToUpdate []SettingsAttributeEx, settings *Settings) (_r []SettingsAttributeEx, _err error)
Parameters:
- ReqSeq
- AttributesToUpdate
- Settings
func (*TalkServiceClient) VerifyPhoneNumber ¶
func (p *TalkServiceClient) VerifyPhoneNumber(ctx context.Context, sessionId string, pinCode string, udidHash string, migrationPincodeSessionId string, oldUdidHash string) (_r *PhoneVerificationResult_, _err error)
Parameters:
- SessionId
- PinCode
- UdidHash
- MigrationPincodeSessionId
- OldUdidHash
func (*TalkServiceClient) VerifyQrcode ¶
func (p *TalkServiceClient) VerifyQrcode(ctx context.Context, verifier string, pinCode string) (_r string, _err error)
Parameters:
- Verifier
- PinCode
type TalkServiceCreateChatArgs ¶
type TalkServiceCreateChatArgs struct {
Request *CreateChatRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewTalkServiceCreateChatArgs ¶
func NewTalkServiceCreateChatArgs() *TalkServiceCreateChatArgs
func (*TalkServiceCreateChatArgs) GetRequest ¶
func (p *TalkServiceCreateChatArgs) GetRequest() *CreateChatRequest
func (*TalkServiceCreateChatArgs) IsSetRequest ¶
func (p *TalkServiceCreateChatArgs) IsSetRequest() bool
func (*TalkServiceCreateChatArgs) ReadField1 ¶
func (*TalkServiceCreateChatArgs) String ¶
func (p *TalkServiceCreateChatArgs) String() string
type TalkServiceCreateChatResult ¶
type TalkServiceCreateChatResult struct { Success *CreateChatResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceCreateChatResult ¶
func NewTalkServiceCreateChatResult() *TalkServiceCreateChatResult
func (*TalkServiceCreateChatResult) GetE ¶
func (p *TalkServiceCreateChatResult) GetE() *TalkException
func (*TalkServiceCreateChatResult) GetSuccess ¶
func (p *TalkServiceCreateChatResult) GetSuccess() *CreateChatResponse
func (*TalkServiceCreateChatResult) IsSetE ¶
func (p *TalkServiceCreateChatResult) IsSetE() bool
func (*TalkServiceCreateChatResult) IsSetSuccess ¶
func (p *TalkServiceCreateChatResult) IsSetSuccess() bool
func (*TalkServiceCreateChatResult) ReadField0 ¶
func (*TalkServiceCreateChatResult) ReadField1 ¶
func (*TalkServiceCreateChatResult) String ¶
func (p *TalkServiceCreateChatResult) String() string
type TalkServiceCreateRoomArgs ¶
type TalkServiceCreateRoomArgs struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` ContactIds []string `thrift:"contactIds,2" db:"contactIds" json:"contactIds"` }
Attributes:
- ReqSeq
- ContactIds
func NewTalkServiceCreateRoomArgs ¶
func NewTalkServiceCreateRoomArgs() *TalkServiceCreateRoomArgs
func (*TalkServiceCreateRoomArgs) GetContactIds ¶
func (p *TalkServiceCreateRoomArgs) GetContactIds() []string
func (*TalkServiceCreateRoomArgs) GetReqSeq ¶
func (p *TalkServiceCreateRoomArgs) GetReqSeq() int32
func (*TalkServiceCreateRoomArgs) ReadField1 ¶
func (*TalkServiceCreateRoomArgs) ReadField2 ¶
func (*TalkServiceCreateRoomArgs) String ¶
func (p *TalkServiceCreateRoomArgs) String() string
type TalkServiceCreateRoomResult ¶
type TalkServiceCreateRoomResult struct { Success *Room `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceCreateRoomResult ¶
func NewTalkServiceCreateRoomResult() *TalkServiceCreateRoomResult
func (*TalkServiceCreateRoomResult) GetE ¶
func (p *TalkServiceCreateRoomResult) GetE() *TalkException
func (*TalkServiceCreateRoomResult) GetSuccess ¶
func (p *TalkServiceCreateRoomResult) GetSuccess() *Room
func (*TalkServiceCreateRoomResult) IsSetE ¶
func (p *TalkServiceCreateRoomResult) IsSetE() bool
func (*TalkServiceCreateRoomResult) IsSetSuccess ¶
func (p *TalkServiceCreateRoomResult) IsSetSuccess() bool
func (*TalkServiceCreateRoomResult) ReadField0 ¶
func (*TalkServiceCreateRoomResult) ReadField1 ¶
func (*TalkServiceCreateRoomResult) String ¶
func (p *TalkServiceCreateRoomResult) String() string
type TalkServiceDeleteOtherFromChatArgs ¶
type TalkServiceDeleteOtherFromChatArgs struct {
Request *DeleteOtherFromChatRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewTalkServiceDeleteOtherFromChatArgs ¶
func NewTalkServiceDeleteOtherFromChatArgs() *TalkServiceDeleteOtherFromChatArgs
func (*TalkServiceDeleteOtherFromChatArgs) GetRequest ¶
func (p *TalkServiceDeleteOtherFromChatArgs) GetRequest() *DeleteOtherFromChatRequest
func (*TalkServiceDeleteOtherFromChatArgs) IsSetRequest ¶
func (p *TalkServiceDeleteOtherFromChatArgs) IsSetRequest() bool
func (*TalkServiceDeleteOtherFromChatArgs) ReadField1 ¶
func (*TalkServiceDeleteOtherFromChatArgs) String ¶
func (p *TalkServiceDeleteOtherFromChatArgs) String() string
type TalkServiceDeleteOtherFromChatResult ¶
type TalkServiceDeleteOtherFromChatResult struct { Success *DeleteOtherFromChatResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceDeleteOtherFromChatResult ¶
func NewTalkServiceDeleteOtherFromChatResult() *TalkServiceDeleteOtherFromChatResult
func (*TalkServiceDeleteOtherFromChatResult) GetE ¶
func (p *TalkServiceDeleteOtherFromChatResult) GetE() *TalkException
func (*TalkServiceDeleteOtherFromChatResult) GetSuccess ¶
func (p *TalkServiceDeleteOtherFromChatResult) GetSuccess() *DeleteOtherFromChatResponse
func (*TalkServiceDeleteOtherFromChatResult) IsSetE ¶
func (p *TalkServiceDeleteOtherFromChatResult) IsSetE() bool
func (*TalkServiceDeleteOtherFromChatResult) IsSetSuccess ¶
func (p *TalkServiceDeleteOtherFromChatResult) IsSetSuccess() bool
func (*TalkServiceDeleteOtherFromChatResult) ReadField0 ¶
func (*TalkServiceDeleteOtherFromChatResult) ReadField1 ¶
func (*TalkServiceDeleteOtherFromChatResult) String ¶
func (p *TalkServiceDeleteOtherFromChatResult) String() string
type TalkServiceDeleteSelfFromChatArgs ¶
type TalkServiceDeleteSelfFromChatArgs struct {
Request *DeleteSelfFromChatRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewTalkServiceDeleteSelfFromChatArgs ¶
func NewTalkServiceDeleteSelfFromChatArgs() *TalkServiceDeleteSelfFromChatArgs
func (*TalkServiceDeleteSelfFromChatArgs) GetRequest ¶
func (p *TalkServiceDeleteSelfFromChatArgs) GetRequest() *DeleteSelfFromChatRequest
func (*TalkServiceDeleteSelfFromChatArgs) IsSetRequest ¶
func (p *TalkServiceDeleteSelfFromChatArgs) IsSetRequest() bool
func (*TalkServiceDeleteSelfFromChatArgs) ReadField1 ¶
func (*TalkServiceDeleteSelfFromChatArgs) String ¶
func (p *TalkServiceDeleteSelfFromChatArgs) String() string
type TalkServiceDeleteSelfFromChatResult ¶
type TalkServiceDeleteSelfFromChatResult struct { Success *DeleteSelfFromChatResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceDeleteSelfFromChatResult ¶
func NewTalkServiceDeleteSelfFromChatResult() *TalkServiceDeleteSelfFromChatResult
func (*TalkServiceDeleteSelfFromChatResult) GetE ¶
func (p *TalkServiceDeleteSelfFromChatResult) GetE() *TalkException
func (*TalkServiceDeleteSelfFromChatResult) GetSuccess ¶
func (p *TalkServiceDeleteSelfFromChatResult) GetSuccess() *DeleteSelfFromChatResponse
func (*TalkServiceDeleteSelfFromChatResult) IsSetE ¶
func (p *TalkServiceDeleteSelfFromChatResult) IsSetE() bool
func (*TalkServiceDeleteSelfFromChatResult) IsSetSuccess ¶
func (p *TalkServiceDeleteSelfFromChatResult) IsSetSuccess() bool
func (*TalkServiceDeleteSelfFromChatResult) ReadField0 ¶
func (*TalkServiceDeleteSelfFromChatResult) ReadField1 ¶
func (*TalkServiceDeleteSelfFromChatResult) String ¶
func (p *TalkServiceDeleteSelfFromChatResult) String() string
type TalkServiceFetchOpsArgs ¶
type TalkServiceFetchOpsArgs struct { // unused field # 1 LocalRev int64 `thrift:"localRev,2" db:"localRev" json:"localRev"` Count int32 `thrift:"count,3" db:"count" json:"count"` GlobalRev int64 `thrift:"globalRev,4" db:"globalRev" json:"globalRev"` IndividualRev int64 `thrift:"individualRev,5" db:"individualRev" json:"individualRev"` }
Attributes:
- LocalRev
- Count
- GlobalRev
- IndividualRev
func NewTalkServiceFetchOpsArgs ¶
func NewTalkServiceFetchOpsArgs() *TalkServiceFetchOpsArgs
func (*TalkServiceFetchOpsArgs) GetCount ¶
func (p *TalkServiceFetchOpsArgs) GetCount() int32
func (*TalkServiceFetchOpsArgs) GetGlobalRev ¶
func (p *TalkServiceFetchOpsArgs) GetGlobalRev() int64
func (*TalkServiceFetchOpsArgs) GetIndividualRev ¶
func (p *TalkServiceFetchOpsArgs) GetIndividualRev() int64
func (*TalkServiceFetchOpsArgs) GetLocalRev ¶
func (p *TalkServiceFetchOpsArgs) GetLocalRev() int64
func (*TalkServiceFetchOpsArgs) ReadField2 ¶
func (*TalkServiceFetchOpsArgs) ReadField3 ¶
func (*TalkServiceFetchOpsArgs) ReadField4 ¶
func (*TalkServiceFetchOpsArgs) ReadField5 ¶
func (*TalkServiceFetchOpsArgs) String ¶
func (p *TalkServiceFetchOpsArgs) String() string
type TalkServiceFetchOpsResult ¶
type TalkServiceFetchOpsResult struct { Success []*Operation `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceFetchOpsResult ¶
func NewTalkServiceFetchOpsResult() *TalkServiceFetchOpsResult
func (*TalkServiceFetchOpsResult) GetE ¶
func (p *TalkServiceFetchOpsResult) GetE() *TalkException
func (*TalkServiceFetchOpsResult) GetSuccess ¶
func (p *TalkServiceFetchOpsResult) GetSuccess() []*Operation
func (*TalkServiceFetchOpsResult) IsSetE ¶
func (p *TalkServiceFetchOpsResult) IsSetE() bool
func (*TalkServiceFetchOpsResult) IsSetSuccess ¶
func (p *TalkServiceFetchOpsResult) IsSetSuccess() bool
func (*TalkServiceFetchOpsResult) ReadField0 ¶
func (*TalkServiceFetchOpsResult) ReadField1 ¶
func (*TalkServiceFetchOpsResult) String ¶
func (p *TalkServiceFetchOpsResult) String() string
type TalkServiceFindAndAddContactsByMidArgs ¶
type TalkServiceFindAndAddContactsByMidArgs struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` Mid string `thrift:"mid,2" db:"mid" json:"mid"` Type ContactType `thrift:"type,3" db:"type" json:"type"` Reference string `thrift:"reference,4" db:"reference" json:"reference"` }
Attributes:
- ReqSeq
- Mid
- Type
- Reference
func NewTalkServiceFindAndAddContactsByMidArgs ¶
func NewTalkServiceFindAndAddContactsByMidArgs() *TalkServiceFindAndAddContactsByMidArgs
func (*TalkServiceFindAndAddContactsByMidArgs) GetMid ¶
func (p *TalkServiceFindAndAddContactsByMidArgs) GetMid() string
func (*TalkServiceFindAndAddContactsByMidArgs) GetReference ¶
func (p *TalkServiceFindAndAddContactsByMidArgs) GetReference() string
func (*TalkServiceFindAndAddContactsByMidArgs) GetReqSeq ¶
func (p *TalkServiceFindAndAddContactsByMidArgs) GetReqSeq() int32
func (*TalkServiceFindAndAddContactsByMidArgs) GetType ¶
func (p *TalkServiceFindAndAddContactsByMidArgs) GetType() ContactType
func (*TalkServiceFindAndAddContactsByMidArgs) ReadField1 ¶
func (*TalkServiceFindAndAddContactsByMidArgs) ReadField2 ¶
func (*TalkServiceFindAndAddContactsByMidArgs) ReadField3 ¶
func (*TalkServiceFindAndAddContactsByMidArgs) ReadField4 ¶
func (*TalkServiceFindAndAddContactsByMidArgs) String ¶
func (p *TalkServiceFindAndAddContactsByMidArgs) String() string
type TalkServiceFindAndAddContactsByMidResult ¶
type TalkServiceFindAndAddContactsByMidResult struct { Success map[string]*Contact `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceFindAndAddContactsByMidResult ¶
func NewTalkServiceFindAndAddContactsByMidResult() *TalkServiceFindAndAddContactsByMidResult
func (*TalkServiceFindAndAddContactsByMidResult) GetE ¶
func (p *TalkServiceFindAndAddContactsByMidResult) GetE() *TalkException
func (*TalkServiceFindAndAddContactsByMidResult) GetSuccess ¶
func (p *TalkServiceFindAndAddContactsByMidResult) GetSuccess() map[string]*Contact
func (*TalkServiceFindAndAddContactsByMidResult) IsSetE ¶
func (p *TalkServiceFindAndAddContactsByMidResult) IsSetE() bool
func (*TalkServiceFindAndAddContactsByMidResult) IsSetSuccess ¶
func (p *TalkServiceFindAndAddContactsByMidResult) IsSetSuccess() bool
func (*TalkServiceFindAndAddContactsByMidResult) ReadField0 ¶
func (*TalkServiceFindAndAddContactsByMidResult) ReadField1 ¶
func (*TalkServiceFindAndAddContactsByMidResult) String ¶
func (p *TalkServiceFindAndAddContactsByMidResult) String() string
type TalkServiceFindContactByUseridArgs ¶
type TalkServiceFindContactByUseridArgs struct { // unused field # 1 SearchId string `thrift:"searchId,2" db:"searchId" json:"searchId"` }
Attributes:
- SearchId
func NewTalkServiceFindContactByUseridArgs ¶
func NewTalkServiceFindContactByUseridArgs() *TalkServiceFindContactByUseridArgs
func (*TalkServiceFindContactByUseridArgs) GetSearchId ¶
func (p *TalkServiceFindContactByUseridArgs) GetSearchId() string
func (*TalkServiceFindContactByUseridArgs) ReadField2 ¶
func (*TalkServiceFindContactByUseridArgs) String ¶
func (p *TalkServiceFindContactByUseridArgs) String() string
type TalkServiceFindContactByUseridResult ¶
type TalkServiceFindContactByUseridResult struct { Success *Contact `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceFindContactByUseridResult ¶
func NewTalkServiceFindContactByUseridResult() *TalkServiceFindContactByUseridResult
func (*TalkServiceFindContactByUseridResult) GetE ¶
func (p *TalkServiceFindContactByUseridResult) GetE() *TalkException
func (*TalkServiceFindContactByUseridResult) GetSuccess ¶
func (p *TalkServiceFindContactByUseridResult) GetSuccess() *Contact
func (*TalkServiceFindContactByUseridResult) IsSetE ¶
func (p *TalkServiceFindContactByUseridResult) IsSetE() bool
func (*TalkServiceFindContactByUseridResult) IsSetSuccess ¶
func (p *TalkServiceFindContactByUseridResult) IsSetSuccess() bool
func (*TalkServiceFindContactByUseridResult) ReadField0 ¶
func (*TalkServiceFindContactByUseridResult) ReadField1 ¶
func (*TalkServiceFindContactByUseridResult) String ¶
func (p *TalkServiceFindContactByUseridResult) String() string
type TalkServiceFinishUpdateVerificationArgs ¶
type TalkServiceFinishUpdateVerificationArgs struct { // unused field # 1 SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"` }
Attributes:
- SessionId
func NewTalkServiceFinishUpdateVerificationArgs ¶
func NewTalkServiceFinishUpdateVerificationArgs() *TalkServiceFinishUpdateVerificationArgs
func (*TalkServiceFinishUpdateVerificationArgs) GetSessionId ¶
func (p *TalkServiceFinishUpdateVerificationArgs) GetSessionId() string
func (*TalkServiceFinishUpdateVerificationArgs) ReadField2 ¶
func (*TalkServiceFinishUpdateVerificationArgs) String ¶
func (p *TalkServiceFinishUpdateVerificationArgs) String() string
type TalkServiceFinishUpdateVerificationResult ¶
type TalkServiceFinishUpdateVerificationResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceFinishUpdateVerificationResult ¶
func NewTalkServiceFinishUpdateVerificationResult() *TalkServiceFinishUpdateVerificationResult
func (*TalkServiceFinishUpdateVerificationResult) GetE ¶
func (p *TalkServiceFinishUpdateVerificationResult) GetE() *TalkException
func (*TalkServiceFinishUpdateVerificationResult) IsSetE ¶
func (p *TalkServiceFinishUpdateVerificationResult) IsSetE() bool
func (*TalkServiceFinishUpdateVerificationResult) ReadField1 ¶
func (*TalkServiceFinishUpdateVerificationResult) String ¶
func (p *TalkServiceFinishUpdateVerificationResult) String() string
type TalkServiceGenerateUserTicketArgs ¶
type TalkServiceGenerateUserTicketArgs struct { // unused fields # 1 to 2 ExpirationTime int64 `thrift:"expirationTime,3" db:"expirationTime" json:"expirationTime"` MaxUseCount int32 `thrift:"maxUseCount,4" db:"maxUseCount" json:"maxUseCount"` }
Attributes:
- ExpirationTime
- MaxUseCount
func NewTalkServiceGenerateUserTicketArgs ¶
func NewTalkServiceGenerateUserTicketArgs() *TalkServiceGenerateUserTicketArgs
func (*TalkServiceGenerateUserTicketArgs) GetExpirationTime ¶
func (p *TalkServiceGenerateUserTicketArgs) GetExpirationTime() int64
func (*TalkServiceGenerateUserTicketArgs) GetMaxUseCount ¶
func (p *TalkServiceGenerateUserTicketArgs) GetMaxUseCount() int32
func (*TalkServiceGenerateUserTicketArgs) ReadField3 ¶
func (*TalkServiceGenerateUserTicketArgs) ReadField4 ¶
func (*TalkServiceGenerateUserTicketArgs) String ¶
func (p *TalkServiceGenerateUserTicketArgs) String() string
type TalkServiceGenerateUserTicketResult ¶
type TalkServiceGenerateUserTicketResult struct { Success *Ticket `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGenerateUserTicketResult ¶
func NewTalkServiceGenerateUserTicketResult() *TalkServiceGenerateUserTicketResult
func (*TalkServiceGenerateUserTicketResult) GetE ¶
func (p *TalkServiceGenerateUserTicketResult) GetE() *TalkException
func (*TalkServiceGenerateUserTicketResult) GetSuccess ¶
func (p *TalkServiceGenerateUserTicketResult) GetSuccess() *Ticket
func (*TalkServiceGenerateUserTicketResult) IsSetE ¶
func (p *TalkServiceGenerateUserTicketResult) IsSetE() bool
func (*TalkServiceGenerateUserTicketResult) IsSetSuccess ¶
func (p *TalkServiceGenerateUserTicketResult) IsSetSuccess() bool
func (*TalkServiceGenerateUserTicketResult) ReadField0 ¶
func (*TalkServiceGenerateUserTicketResult) ReadField1 ¶
func (*TalkServiceGenerateUserTicketResult) String ¶
func (p *TalkServiceGenerateUserTicketResult) String() string
type TalkServiceGetAllChatMidsArgs ¶
type TalkServiceGetAllChatMidsArgs struct { Request *GetAllChatMidsRequest `thrift:"request,1" db:"request" json:"request"` SyncReason SyncReason `thrift:"syncReason,2" db:"syncReason" json:"syncReason"` }
Attributes:
- Request
- SyncReason
func NewTalkServiceGetAllChatMidsArgs ¶
func NewTalkServiceGetAllChatMidsArgs() *TalkServiceGetAllChatMidsArgs
func (*TalkServiceGetAllChatMidsArgs) GetRequest ¶
func (p *TalkServiceGetAllChatMidsArgs) GetRequest() *GetAllChatMidsRequest
func (*TalkServiceGetAllChatMidsArgs) GetSyncReason ¶
func (p *TalkServiceGetAllChatMidsArgs) GetSyncReason() SyncReason
func (*TalkServiceGetAllChatMidsArgs) IsSetRequest ¶
func (p *TalkServiceGetAllChatMidsArgs) IsSetRequest() bool
func (*TalkServiceGetAllChatMidsArgs) ReadField1 ¶
func (*TalkServiceGetAllChatMidsArgs) ReadField2 ¶
func (*TalkServiceGetAllChatMidsArgs) String ¶
func (p *TalkServiceGetAllChatMidsArgs) String() string
type TalkServiceGetAllChatMidsResult ¶
type TalkServiceGetAllChatMidsResult struct { Success *GetAllChatMidsResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetAllChatMidsResult ¶
func NewTalkServiceGetAllChatMidsResult() *TalkServiceGetAllChatMidsResult
func (*TalkServiceGetAllChatMidsResult) GetE ¶
func (p *TalkServiceGetAllChatMidsResult) GetE() *TalkException
func (*TalkServiceGetAllChatMidsResult) GetSuccess ¶
func (p *TalkServiceGetAllChatMidsResult) GetSuccess() *GetAllChatMidsResponse
func (*TalkServiceGetAllChatMidsResult) IsSetE ¶
func (p *TalkServiceGetAllChatMidsResult) IsSetE() bool
func (*TalkServiceGetAllChatMidsResult) IsSetSuccess ¶
func (p *TalkServiceGetAllChatMidsResult) IsSetSuccess() bool
func (*TalkServiceGetAllChatMidsResult) ReadField0 ¶
func (*TalkServiceGetAllChatMidsResult) ReadField1 ¶
func (*TalkServiceGetAllChatMidsResult) String ¶
func (p *TalkServiceGetAllChatMidsResult) String() string
type TalkServiceGetAllContactIdsArgs ¶
type TalkServiceGetAllContactIdsArgs struct {
SyncReason SyncReason `thrift:"syncReason,1" db:"syncReason" json:"syncReason"`
}
Attributes:
- SyncReason
func NewTalkServiceGetAllContactIdsArgs ¶
func NewTalkServiceGetAllContactIdsArgs() *TalkServiceGetAllContactIdsArgs
func (*TalkServiceGetAllContactIdsArgs) GetSyncReason ¶
func (p *TalkServiceGetAllContactIdsArgs) GetSyncReason() SyncReason
func (*TalkServiceGetAllContactIdsArgs) ReadField1 ¶
func (*TalkServiceGetAllContactIdsArgs) String ¶
func (p *TalkServiceGetAllContactIdsArgs) String() string
type TalkServiceGetAllContactIdsResult ¶
type TalkServiceGetAllContactIdsResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetAllContactIdsResult ¶
func NewTalkServiceGetAllContactIdsResult() *TalkServiceGetAllContactIdsResult
func (*TalkServiceGetAllContactIdsResult) GetE ¶
func (p *TalkServiceGetAllContactIdsResult) GetE() *TalkException
func (*TalkServiceGetAllContactIdsResult) GetSuccess ¶
func (p *TalkServiceGetAllContactIdsResult) GetSuccess() []string
func (*TalkServiceGetAllContactIdsResult) IsSetE ¶
func (p *TalkServiceGetAllContactIdsResult) IsSetE() bool
func (*TalkServiceGetAllContactIdsResult) IsSetSuccess ¶
func (p *TalkServiceGetAllContactIdsResult) IsSetSuccess() bool
func (*TalkServiceGetAllContactIdsResult) ReadField0 ¶
func (*TalkServiceGetAllContactIdsResult) ReadField1 ¶
func (*TalkServiceGetAllContactIdsResult) String ¶
func (p *TalkServiceGetAllContactIdsResult) String() string
type TalkServiceGetBlockedContactIdsArgs ¶
type TalkServiceGetBlockedContactIdsArgs struct {
SyncReason SyncReason `thrift:"syncReason,1" db:"syncReason" json:"syncReason"`
}
Attributes:
- SyncReason
func NewTalkServiceGetBlockedContactIdsArgs ¶
func NewTalkServiceGetBlockedContactIdsArgs() *TalkServiceGetBlockedContactIdsArgs
func (*TalkServiceGetBlockedContactIdsArgs) GetSyncReason ¶
func (p *TalkServiceGetBlockedContactIdsArgs) GetSyncReason() SyncReason
func (*TalkServiceGetBlockedContactIdsArgs) ReadField1 ¶
func (*TalkServiceGetBlockedContactIdsArgs) String ¶
func (p *TalkServiceGetBlockedContactIdsArgs) String() string
type TalkServiceGetBlockedContactIdsResult ¶
type TalkServiceGetBlockedContactIdsResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetBlockedContactIdsResult ¶
func NewTalkServiceGetBlockedContactIdsResult() *TalkServiceGetBlockedContactIdsResult
func (*TalkServiceGetBlockedContactIdsResult) GetE ¶
func (p *TalkServiceGetBlockedContactIdsResult) GetE() *TalkException
func (*TalkServiceGetBlockedContactIdsResult) GetSuccess ¶
func (p *TalkServiceGetBlockedContactIdsResult) GetSuccess() []string
func (*TalkServiceGetBlockedContactIdsResult) IsSetE ¶
func (p *TalkServiceGetBlockedContactIdsResult) IsSetE() bool
func (*TalkServiceGetBlockedContactIdsResult) IsSetSuccess ¶
func (p *TalkServiceGetBlockedContactIdsResult) IsSetSuccess() bool
func (*TalkServiceGetBlockedContactIdsResult) ReadField0 ¶
func (*TalkServiceGetBlockedContactIdsResult) ReadField1 ¶
func (*TalkServiceGetBlockedContactIdsResult) String ¶
func (p *TalkServiceGetBlockedContactIdsResult) String() string
type TalkServiceGetBlockedRecommendationIdsArgs ¶
type TalkServiceGetBlockedRecommendationIdsArgs struct {
SyncReason SyncReason `thrift:"syncReason,1" db:"syncReason" json:"syncReason"`
}
Attributes:
- SyncReason
func NewTalkServiceGetBlockedRecommendationIdsArgs ¶
func NewTalkServiceGetBlockedRecommendationIdsArgs() *TalkServiceGetBlockedRecommendationIdsArgs
func (*TalkServiceGetBlockedRecommendationIdsArgs) GetSyncReason ¶
func (p *TalkServiceGetBlockedRecommendationIdsArgs) GetSyncReason() SyncReason
func (*TalkServiceGetBlockedRecommendationIdsArgs) ReadField1 ¶
func (*TalkServiceGetBlockedRecommendationIdsArgs) String ¶
func (p *TalkServiceGetBlockedRecommendationIdsArgs) String() string
type TalkServiceGetBlockedRecommendationIdsResult ¶
type TalkServiceGetBlockedRecommendationIdsResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetBlockedRecommendationIdsResult ¶
func NewTalkServiceGetBlockedRecommendationIdsResult() *TalkServiceGetBlockedRecommendationIdsResult
func (*TalkServiceGetBlockedRecommendationIdsResult) GetE ¶
func (p *TalkServiceGetBlockedRecommendationIdsResult) GetE() *TalkException
func (*TalkServiceGetBlockedRecommendationIdsResult) GetSuccess ¶
func (p *TalkServiceGetBlockedRecommendationIdsResult) GetSuccess() []string
func (*TalkServiceGetBlockedRecommendationIdsResult) IsSetE ¶
func (p *TalkServiceGetBlockedRecommendationIdsResult) IsSetE() bool
func (*TalkServiceGetBlockedRecommendationIdsResult) IsSetSuccess ¶
func (p *TalkServiceGetBlockedRecommendationIdsResult) IsSetSuccess() bool
func (*TalkServiceGetBlockedRecommendationIdsResult) ReadField0 ¶
func (*TalkServiceGetBlockedRecommendationIdsResult) ReadField1 ¶
func (*TalkServiceGetBlockedRecommendationIdsResult) String ¶
func (p *TalkServiceGetBlockedRecommendationIdsResult) String() string
type TalkServiceGetChatsArgs ¶
type TalkServiceGetChatsArgs struct {
Request *GetChatsRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewTalkServiceGetChatsArgs ¶
func NewTalkServiceGetChatsArgs() *TalkServiceGetChatsArgs
func (*TalkServiceGetChatsArgs) GetRequest ¶
func (p *TalkServiceGetChatsArgs) GetRequest() *GetChatsRequest
func (*TalkServiceGetChatsArgs) IsSetRequest ¶
func (p *TalkServiceGetChatsArgs) IsSetRequest() bool
func (*TalkServiceGetChatsArgs) ReadField1 ¶
func (*TalkServiceGetChatsArgs) String ¶
func (p *TalkServiceGetChatsArgs) String() string
type TalkServiceGetChatsResult ¶
type TalkServiceGetChatsResult struct { Success *GetChatsResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetChatsResult ¶
func NewTalkServiceGetChatsResult() *TalkServiceGetChatsResult
func (*TalkServiceGetChatsResult) GetE ¶
func (p *TalkServiceGetChatsResult) GetE() *TalkException
func (*TalkServiceGetChatsResult) GetSuccess ¶
func (p *TalkServiceGetChatsResult) GetSuccess() *GetChatsResponse
func (*TalkServiceGetChatsResult) IsSetE ¶
func (p *TalkServiceGetChatsResult) IsSetE() bool
func (*TalkServiceGetChatsResult) IsSetSuccess ¶
func (p *TalkServiceGetChatsResult) IsSetSuccess() bool
func (*TalkServiceGetChatsResult) ReadField0 ¶
func (*TalkServiceGetChatsResult) ReadField1 ¶
func (*TalkServiceGetChatsResult) String ¶
func (p *TalkServiceGetChatsResult) String() string
type TalkServiceGetConfigurationsArgs ¶
type TalkServiceGetConfigurationsArgs struct { // unused field # 1 Revision int64 `thrift:"revision,2" db:"revision" json:"revision"` RegionOfUsim string `thrift:"regionOfUsim,3" db:"regionOfUsim" json:"regionOfUsim"` RegionOfTelephone string `thrift:"regionOfTelephone,4" db:"regionOfTelephone" json:"regionOfTelephone"` RegionOfLocale string `thrift:"regionOfLocale,5" db:"regionOfLocale" json:"regionOfLocale"` Carrier string `thrift:"carrier,6" db:"carrier" json:"carrier"` SyncReason SyncReason `thrift:"syncReason,7" db:"syncReason" json:"syncReason"` }
Attributes:
- Revision
- RegionOfUsim
- RegionOfTelephone
- RegionOfLocale
- Carrier
- SyncReason
func NewTalkServiceGetConfigurationsArgs ¶
func NewTalkServiceGetConfigurationsArgs() *TalkServiceGetConfigurationsArgs
func (*TalkServiceGetConfigurationsArgs) GetCarrier ¶
func (p *TalkServiceGetConfigurationsArgs) GetCarrier() string
func (*TalkServiceGetConfigurationsArgs) GetRegionOfLocale ¶
func (p *TalkServiceGetConfigurationsArgs) GetRegionOfLocale() string
func (*TalkServiceGetConfigurationsArgs) GetRegionOfTelephone ¶
func (p *TalkServiceGetConfigurationsArgs) GetRegionOfTelephone() string
func (*TalkServiceGetConfigurationsArgs) GetRegionOfUsim ¶
func (p *TalkServiceGetConfigurationsArgs) GetRegionOfUsim() string
func (*TalkServiceGetConfigurationsArgs) GetRevision ¶
func (p *TalkServiceGetConfigurationsArgs) GetRevision() int64
func (*TalkServiceGetConfigurationsArgs) GetSyncReason ¶
func (p *TalkServiceGetConfigurationsArgs) GetSyncReason() SyncReason
func (*TalkServiceGetConfigurationsArgs) ReadField2 ¶
func (*TalkServiceGetConfigurationsArgs) ReadField3 ¶
func (*TalkServiceGetConfigurationsArgs) ReadField4 ¶
func (*TalkServiceGetConfigurationsArgs) ReadField5 ¶
func (*TalkServiceGetConfigurationsArgs) ReadField6 ¶
func (*TalkServiceGetConfigurationsArgs) ReadField7 ¶
func (*TalkServiceGetConfigurationsArgs) String ¶
func (p *TalkServiceGetConfigurationsArgs) String() string
type TalkServiceGetConfigurationsResult ¶
type TalkServiceGetConfigurationsResult struct { Success *Configurations `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetConfigurationsResult ¶
func NewTalkServiceGetConfigurationsResult() *TalkServiceGetConfigurationsResult
func (*TalkServiceGetConfigurationsResult) GetE ¶
func (p *TalkServiceGetConfigurationsResult) GetE() *TalkException
func (*TalkServiceGetConfigurationsResult) GetSuccess ¶
func (p *TalkServiceGetConfigurationsResult) GetSuccess() *Configurations
func (*TalkServiceGetConfigurationsResult) IsSetE ¶
func (p *TalkServiceGetConfigurationsResult) IsSetE() bool
func (*TalkServiceGetConfigurationsResult) IsSetSuccess ¶
func (p *TalkServiceGetConfigurationsResult) IsSetSuccess() bool
func (*TalkServiceGetConfigurationsResult) ReadField0 ¶
func (*TalkServiceGetConfigurationsResult) ReadField1 ¶
func (*TalkServiceGetConfigurationsResult) String ¶
func (p *TalkServiceGetConfigurationsResult) String() string
type TalkServiceGetContactArgs ¶
type TalkServiceGetContactArgs struct { // unused field # 1 ID string `thrift:"id,2" db:"id" json:"id"` }
Attributes:
- ID
func NewTalkServiceGetContactArgs ¶
func NewTalkServiceGetContactArgs() *TalkServiceGetContactArgs
func (*TalkServiceGetContactArgs) GetID ¶
func (p *TalkServiceGetContactArgs) GetID() string
func (*TalkServiceGetContactArgs) ReadField2 ¶
func (*TalkServiceGetContactArgs) String ¶
func (p *TalkServiceGetContactArgs) String() string
type TalkServiceGetContactResult ¶
type TalkServiceGetContactResult struct { Success *Contact `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetContactResult ¶
func NewTalkServiceGetContactResult() *TalkServiceGetContactResult
func (*TalkServiceGetContactResult) GetE ¶
func (p *TalkServiceGetContactResult) GetE() *TalkException
func (*TalkServiceGetContactResult) GetSuccess ¶
func (p *TalkServiceGetContactResult) GetSuccess() *Contact
func (*TalkServiceGetContactResult) IsSetE ¶
func (p *TalkServiceGetContactResult) IsSetE() bool
func (*TalkServiceGetContactResult) IsSetSuccess ¶
func (p *TalkServiceGetContactResult) IsSetSuccess() bool
func (*TalkServiceGetContactResult) ReadField0 ¶
func (*TalkServiceGetContactResult) ReadField1 ¶
func (*TalkServiceGetContactResult) String ¶
func (p *TalkServiceGetContactResult) String() string
type TalkServiceGetContactsArgs ¶
type TalkServiceGetContactsArgs struct { // unused field # 1 Ids []string `thrift:"ids,2" db:"ids" json:"ids"` }
Attributes:
- Ids
func NewTalkServiceGetContactsArgs ¶
func NewTalkServiceGetContactsArgs() *TalkServiceGetContactsArgs
func (*TalkServiceGetContactsArgs) GetIds ¶
func (p *TalkServiceGetContactsArgs) GetIds() []string
func (*TalkServiceGetContactsArgs) ReadField2 ¶
func (*TalkServiceGetContactsArgs) String ¶
func (p *TalkServiceGetContactsArgs) String() string
type TalkServiceGetContactsResult ¶
type TalkServiceGetContactsResult struct { Success []*Contact `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetContactsResult ¶
func NewTalkServiceGetContactsResult() *TalkServiceGetContactsResult
func (*TalkServiceGetContactsResult) GetE ¶
func (p *TalkServiceGetContactsResult) GetE() *TalkException
func (*TalkServiceGetContactsResult) GetSuccess ¶
func (p *TalkServiceGetContactsResult) GetSuccess() []*Contact
func (*TalkServiceGetContactsResult) IsSetE ¶
func (p *TalkServiceGetContactsResult) IsSetE() bool
func (*TalkServiceGetContactsResult) IsSetSuccess ¶
func (p *TalkServiceGetContactsResult) IsSetSuccess() bool
func (*TalkServiceGetContactsResult) ReadField0 ¶
func (*TalkServiceGetContactsResult) ReadField1 ¶
func (*TalkServiceGetContactsResult) String ¶
func (p *TalkServiceGetContactsResult) String() string
type TalkServiceGetCountriesArgs ¶
type TalkServiceGetCountriesArgs struct { // unused field # 1 CountryGroup CountryGroup `thrift:"countryGroup,2" db:"countryGroup" json:"countryGroup"` }
Attributes:
- CountryGroup
func NewTalkServiceGetCountriesArgs ¶
func NewTalkServiceGetCountriesArgs() *TalkServiceGetCountriesArgs
func (*TalkServiceGetCountriesArgs) GetCountryGroup ¶
func (p *TalkServiceGetCountriesArgs) GetCountryGroup() CountryGroup
func (*TalkServiceGetCountriesArgs) ReadField2 ¶
func (*TalkServiceGetCountriesArgs) String ¶
func (p *TalkServiceGetCountriesArgs) String() string
type TalkServiceGetCountriesResult ¶
type TalkServiceGetCountriesResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetCountriesResult ¶
func NewTalkServiceGetCountriesResult() *TalkServiceGetCountriesResult
func (*TalkServiceGetCountriesResult) GetE ¶
func (p *TalkServiceGetCountriesResult) GetE() *TalkException
func (*TalkServiceGetCountriesResult) GetSuccess ¶
func (p *TalkServiceGetCountriesResult) GetSuccess() []string
func (*TalkServiceGetCountriesResult) IsSetE ¶
func (p *TalkServiceGetCountriesResult) IsSetE() bool
func (*TalkServiceGetCountriesResult) IsSetSuccess ¶
func (p *TalkServiceGetCountriesResult) IsSetSuccess() bool
func (*TalkServiceGetCountriesResult) ReadField0 ¶
func (*TalkServiceGetCountriesResult) ReadField1 ¶
func (*TalkServiceGetCountriesResult) String ¶
func (p *TalkServiceGetCountriesResult) String() string
type TalkServiceGetE2EEGroupSharedKeyArgs ¶
type TalkServiceGetE2EEGroupSharedKeyArgs struct { // unused field # 1 }
Attributes:
- KeyVersion
- ChatMid
- GroupKeyId
func NewTalkServiceGetE2EEGroupSharedKeyArgs ¶
func NewTalkServiceGetE2EEGroupSharedKeyArgs() *TalkServiceGetE2EEGroupSharedKeyArgs
func (*TalkServiceGetE2EEGroupSharedKeyArgs) GetChatMid ¶
func (p *TalkServiceGetE2EEGroupSharedKeyArgs) GetChatMid() string
func (*TalkServiceGetE2EEGroupSharedKeyArgs) GetGroupKeyId ¶
func (p *TalkServiceGetE2EEGroupSharedKeyArgs) GetGroupKeyId() int32
func (*TalkServiceGetE2EEGroupSharedKeyArgs) GetKeyVersion ¶
func (p *TalkServiceGetE2EEGroupSharedKeyArgs) GetKeyVersion() int32
func (*TalkServiceGetE2EEGroupSharedKeyArgs) ReadField2 ¶
func (*TalkServiceGetE2EEGroupSharedKeyArgs) ReadField3 ¶
func (*TalkServiceGetE2EEGroupSharedKeyArgs) ReadField4 ¶
func (*TalkServiceGetE2EEGroupSharedKeyArgs) String ¶
func (p *TalkServiceGetE2EEGroupSharedKeyArgs) String() string
type TalkServiceGetE2EEGroupSharedKeyResult ¶
type TalkServiceGetE2EEGroupSharedKeyResult struct {}
Attributes:
- Success
- E
func NewTalkServiceGetE2EEGroupSharedKeyResult ¶
func NewTalkServiceGetE2EEGroupSharedKeyResult() *TalkServiceGetE2EEGroupSharedKeyResult
func (*TalkServiceGetE2EEGroupSharedKeyResult) GetE ¶
func (p *TalkServiceGetE2EEGroupSharedKeyResult) GetE() *TalkException
func (*TalkServiceGetE2EEGroupSharedKeyResult) GetSuccess ¶
func (p *TalkServiceGetE2EEGroupSharedKeyResult) GetSuccess() *E2EEGroupSharedKey
func (*TalkServiceGetE2EEGroupSharedKeyResult) IsSetE ¶
func (p *TalkServiceGetE2EEGroupSharedKeyResult) IsSetE() bool
func (*TalkServiceGetE2EEGroupSharedKeyResult) IsSetSuccess ¶
func (p *TalkServiceGetE2EEGroupSharedKeyResult) IsSetSuccess() bool
func (*TalkServiceGetE2EEGroupSharedKeyResult) ReadField0 ¶
func (*TalkServiceGetE2EEGroupSharedKeyResult) ReadField1 ¶
func (*TalkServiceGetE2EEGroupSharedKeyResult) String ¶
func (p *TalkServiceGetE2EEGroupSharedKeyResult) String() string
type TalkServiceGetE2EEPublicKeyArgs ¶
type TalkServiceGetE2EEPublicKeyArgs struct { // unused field # 1 Mid string `thrift:"mid,2" db:"mid" json:"mid"` KeyVersion int32 `thrift:"keyVersion,3" db:"keyVersion" json:"keyVersion"` KeyId int32 `thrift:"keyId,4" db:"keyId" json:"keyId"` }
Attributes:
- Mid
- KeyVersion
- KeyId
func NewTalkServiceGetE2EEPublicKeyArgs ¶
func NewTalkServiceGetE2EEPublicKeyArgs() *TalkServiceGetE2EEPublicKeyArgs
func (*TalkServiceGetE2EEPublicKeyArgs) GetKeyId ¶
func (p *TalkServiceGetE2EEPublicKeyArgs) GetKeyId() int32
func (*TalkServiceGetE2EEPublicKeyArgs) GetKeyVersion ¶
func (p *TalkServiceGetE2EEPublicKeyArgs) GetKeyVersion() int32
func (*TalkServiceGetE2EEPublicKeyArgs) GetMid ¶
func (p *TalkServiceGetE2EEPublicKeyArgs) GetMid() string
func (*TalkServiceGetE2EEPublicKeyArgs) ReadField2 ¶
func (*TalkServiceGetE2EEPublicKeyArgs) ReadField3 ¶
func (*TalkServiceGetE2EEPublicKeyArgs) ReadField4 ¶
func (*TalkServiceGetE2EEPublicKeyArgs) String ¶
func (p *TalkServiceGetE2EEPublicKeyArgs) String() string
type TalkServiceGetE2EEPublicKeyResult ¶
type TalkServiceGetE2EEPublicKeyResult struct { Success *E2EEPublicKey `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetE2EEPublicKeyResult ¶
func NewTalkServiceGetE2EEPublicKeyResult() *TalkServiceGetE2EEPublicKeyResult
func (*TalkServiceGetE2EEPublicKeyResult) GetE ¶
func (p *TalkServiceGetE2EEPublicKeyResult) GetE() *TalkException
func (*TalkServiceGetE2EEPublicKeyResult) GetSuccess ¶
func (p *TalkServiceGetE2EEPublicKeyResult) GetSuccess() *E2EEPublicKey
func (*TalkServiceGetE2EEPublicKeyResult) IsSetE ¶
func (p *TalkServiceGetE2EEPublicKeyResult) IsSetE() bool
func (*TalkServiceGetE2EEPublicKeyResult) IsSetSuccess ¶
func (p *TalkServiceGetE2EEPublicKeyResult) IsSetSuccess() bool
func (*TalkServiceGetE2EEPublicKeyResult) ReadField0 ¶
func (*TalkServiceGetE2EEPublicKeyResult) ReadField1 ¶
func (*TalkServiceGetE2EEPublicKeyResult) String ¶
func (p *TalkServiceGetE2EEPublicKeyResult) String() string
type TalkServiceGetE2EEPublicKeysExArgs ¶
type TalkServiceGetE2EEPublicKeysExArgs struct { // unused field # 1 IgnoreE2EEStatus bool `thrift:"ignoreE2EEStatus,2" db:"ignoreE2EEStatus" json:"ignoreE2EEStatus"` SyncReason SyncReason `thrift:"syncReason,3" db:"syncReason" json:"syncReason"` }
Attributes:
- IgnoreE2EEStatus
- SyncReason
func NewTalkServiceGetE2EEPublicKeysExArgs ¶
func NewTalkServiceGetE2EEPublicKeysExArgs() *TalkServiceGetE2EEPublicKeysExArgs
func (*TalkServiceGetE2EEPublicKeysExArgs) GetIgnoreE2EEStatus ¶
func (p *TalkServiceGetE2EEPublicKeysExArgs) GetIgnoreE2EEStatus() bool
func (*TalkServiceGetE2EEPublicKeysExArgs) GetSyncReason ¶
func (p *TalkServiceGetE2EEPublicKeysExArgs) GetSyncReason() SyncReason
func (*TalkServiceGetE2EEPublicKeysExArgs) ReadField2 ¶
func (*TalkServiceGetE2EEPublicKeysExArgs) ReadField3 ¶
func (*TalkServiceGetE2EEPublicKeysExArgs) String ¶
func (p *TalkServiceGetE2EEPublicKeysExArgs) String() string
type TalkServiceGetE2EEPublicKeysExResult ¶
type TalkServiceGetE2EEPublicKeysExResult struct { Success []*E2EEPublicKey `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetE2EEPublicKeysExResult ¶
func NewTalkServiceGetE2EEPublicKeysExResult() *TalkServiceGetE2EEPublicKeysExResult
func (*TalkServiceGetE2EEPublicKeysExResult) GetE ¶
func (p *TalkServiceGetE2EEPublicKeysExResult) GetE() *TalkException
func (*TalkServiceGetE2EEPublicKeysExResult) GetSuccess ¶
func (p *TalkServiceGetE2EEPublicKeysExResult) GetSuccess() []*E2EEPublicKey
func (*TalkServiceGetE2EEPublicKeysExResult) IsSetE ¶
func (p *TalkServiceGetE2EEPublicKeysExResult) IsSetE() bool
func (*TalkServiceGetE2EEPublicKeysExResult) IsSetSuccess ¶
func (p *TalkServiceGetE2EEPublicKeysExResult) IsSetSuccess() bool
func (*TalkServiceGetE2EEPublicKeysExResult) ReadField0 ¶
func (*TalkServiceGetE2EEPublicKeysExResult) ReadField1 ¶
func (*TalkServiceGetE2EEPublicKeysExResult) String ¶
func (p *TalkServiceGetE2EEPublicKeysExResult) String() string
type TalkServiceGetLastE2EEGroupSharedKeyArgs ¶
type TalkServiceGetLastE2EEGroupSharedKeyArgs struct { // unused field # 1 }
Attributes:
- KeyVersion
- ChatMid
func NewTalkServiceGetLastE2EEGroupSharedKeyArgs ¶
func NewTalkServiceGetLastE2EEGroupSharedKeyArgs() *TalkServiceGetLastE2EEGroupSharedKeyArgs
func (*TalkServiceGetLastE2EEGroupSharedKeyArgs) GetChatMid ¶
func (p *TalkServiceGetLastE2EEGroupSharedKeyArgs) GetChatMid() string
func (*TalkServiceGetLastE2EEGroupSharedKeyArgs) GetKeyVersion ¶
func (p *TalkServiceGetLastE2EEGroupSharedKeyArgs) GetKeyVersion() int32
func (*TalkServiceGetLastE2EEGroupSharedKeyArgs) ReadField2 ¶
func (*TalkServiceGetLastE2EEGroupSharedKeyArgs) ReadField3 ¶
func (*TalkServiceGetLastE2EEGroupSharedKeyArgs) String ¶
func (p *TalkServiceGetLastE2EEGroupSharedKeyArgs) String() string
type TalkServiceGetLastE2EEGroupSharedKeyResult ¶
type TalkServiceGetLastE2EEGroupSharedKeyResult struct {}
Attributes:
- Success
- E
func NewTalkServiceGetLastE2EEGroupSharedKeyResult ¶
func NewTalkServiceGetLastE2EEGroupSharedKeyResult() *TalkServiceGetLastE2EEGroupSharedKeyResult
func (*TalkServiceGetLastE2EEGroupSharedKeyResult) GetE ¶
func (p *TalkServiceGetLastE2EEGroupSharedKeyResult) GetE() *TalkException
func (*TalkServiceGetLastE2EEGroupSharedKeyResult) GetSuccess ¶
func (p *TalkServiceGetLastE2EEGroupSharedKeyResult) GetSuccess() *E2EEGroupSharedKey
func (*TalkServiceGetLastE2EEGroupSharedKeyResult) IsSetE ¶
func (p *TalkServiceGetLastE2EEGroupSharedKeyResult) IsSetE() bool
func (*TalkServiceGetLastE2EEGroupSharedKeyResult) IsSetSuccess ¶
func (p *TalkServiceGetLastE2EEGroupSharedKeyResult) IsSetSuccess() bool
func (*TalkServiceGetLastE2EEGroupSharedKeyResult) ReadField0 ¶
func (*TalkServiceGetLastE2EEGroupSharedKeyResult) ReadField1 ¶
func (*TalkServiceGetLastE2EEGroupSharedKeyResult) String ¶
func (p *TalkServiceGetLastE2EEGroupSharedKeyResult) String() string
type TalkServiceGetLastE2EEPublicKeysArgs ¶
type TalkServiceGetLastE2EEPublicKeysArgs struct { // unused field # 1 ChatMid string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"` }
Attributes:
- ChatMid
func NewTalkServiceGetLastE2EEPublicKeysArgs ¶
func NewTalkServiceGetLastE2EEPublicKeysArgs() *TalkServiceGetLastE2EEPublicKeysArgs
func (*TalkServiceGetLastE2EEPublicKeysArgs) GetChatMid ¶
func (p *TalkServiceGetLastE2EEPublicKeysArgs) GetChatMid() string
func (*TalkServiceGetLastE2EEPublicKeysArgs) ReadField2 ¶
func (*TalkServiceGetLastE2EEPublicKeysArgs) String ¶
func (p *TalkServiceGetLastE2EEPublicKeysArgs) String() string
type TalkServiceGetLastE2EEPublicKeysResult ¶
type TalkServiceGetLastE2EEPublicKeysResult struct { Success *E2EEPublicKey `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetLastE2EEPublicKeysResult ¶
func NewTalkServiceGetLastE2EEPublicKeysResult() *TalkServiceGetLastE2EEPublicKeysResult
func (*TalkServiceGetLastE2EEPublicKeysResult) GetE ¶
func (p *TalkServiceGetLastE2EEPublicKeysResult) GetE() *TalkException
func (*TalkServiceGetLastE2EEPublicKeysResult) GetSuccess ¶
func (p *TalkServiceGetLastE2EEPublicKeysResult) GetSuccess() *E2EEPublicKey
func (*TalkServiceGetLastE2EEPublicKeysResult) IsSetE ¶
func (p *TalkServiceGetLastE2EEPublicKeysResult) IsSetE() bool
func (*TalkServiceGetLastE2EEPublicKeysResult) IsSetSuccess ¶
func (p *TalkServiceGetLastE2EEPublicKeysResult) IsSetSuccess() bool
func (*TalkServiceGetLastE2EEPublicKeysResult) ReadField0 ¶
func (*TalkServiceGetLastE2EEPublicKeysResult) ReadField1 ¶
func (*TalkServiceGetLastE2EEPublicKeysResult) String ¶
func (p *TalkServiceGetLastE2EEPublicKeysResult) String() string
type TalkServiceGetProfileArgs ¶
type TalkServiceGetProfileArgs struct {
SyncReason SyncReason `thrift:"syncReason,1" db:"syncReason" json:"syncReason"`
}
Attributes:
- SyncReason
func NewTalkServiceGetProfileArgs ¶
func NewTalkServiceGetProfileArgs() *TalkServiceGetProfileArgs
func (*TalkServiceGetProfileArgs) GetSyncReason ¶
func (p *TalkServiceGetProfileArgs) GetSyncReason() SyncReason
func (*TalkServiceGetProfileArgs) ReadField1 ¶
func (*TalkServiceGetProfileArgs) String ¶
func (p *TalkServiceGetProfileArgs) String() string
type TalkServiceGetProfileResult ¶
type TalkServiceGetProfileResult struct { Success *Profile `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetProfileResult ¶
func NewTalkServiceGetProfileResult() *TalkServiceGetProfileResult
func (*TalkServiceGetProfileResult) GetE ¶
func (p *TalkServiceGetProfileResult) GetE() *TalkException
func (*TalkServiceGetProfileResult) GetSuccess ¶
func (p *TalkServiceGetProfileResult) GetSuccess() *Profile
func (*TalkServiceGetProfileResult) IsSetE ¶
func (p *TalkServiceGetProfileResult) IsSetE() bool
func (*TalkServiceGetProfileResult) IsSetSuccess ¶
func (p *TalkServiceGetProfileResult) IsSetSuccess() bool
func (*TalkServiceGetProfileResult) ReadField0 ¶
func (*TalkServiceGetProfileResult) ReadField1 ¶
func (*TalkServiceGetProfileResult) String ¶
func (p *TalkServiceGetProfileResult) String() string
type TalkServiceGetRSAKeyInfoArgs ¶
type TalkServiceGetRSAKeyInfoArgs struct { // unused field # 1 Provider IdentityProvider `thrift:"provider,2" db:"provider" json:"provider"` }
Attributes:
- Provider
func NewTalkServiceGetRSAKeyInfoArgs ¶
func NewTalkServiceGetRSAKeyInfoArgs() *TalkServiceGetRSAKeyInfoArgs
func (*TalkServiceGetRSAKeyInfoArgs) GetProvider ¶
func (p *TalkServiceGetRSAKeyInfoArgs) GetProvider() IdentityProvider
func (*TalkServiceGetRSAKeyInfoArgs) ReadField2 ¶
func (*TalkServiceGetRSAKeyInfoArgs) String ¶
func (p *TalkServiceGetRSAKeyInfoArgs) String() string
type TalkServiceGetRSAKeyInfoResult ¶
type TalkServiceGetRSAKeyInfoResult struct { Success *RSAKey `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetRSAKeyInfoResult ¶
func NewTalkServiceGetRSAKeyInfoResult() *TalkServiceGetRSAKeyInfoResult
func (*TalkServiceGetRSAKeyInfoResult) GetE ¶
func (p *TalkServiceGetRSAKeyInfoResult) GetE() *TalkException
func (*TalkServiceGetRSAKeyInfoResult) GetSuccess ¶
func (p *TalkServiceGetRSAKeyInfoResult) GetSuccess() *RSAKey
func (*TalkServiceGetRSAKeyInfoResult) IsSetE ¶
func (p *TalkServiceGetRSAKeyInfoResult) IsSetE() bool
func (*TalkServiceGetRSAKeyInfoResult) IsSetSuccess ¶
func (p *TalkServiceGetRSAKeyInfoResult) IsSetSuccess() bool
func (*TalkServiceGetRSAKeyInfoResult) ReadField0 ¶
func (*TalkServiceGetRSAKeyInfoResult) ReadField1 ¶
func (*TalkServiceGetRSAKeyInfoResult) String ¶
func (p *TalkServiceGetRSAKeyInfoResult) String() string
type TalkServiceGetRecommendationIdsArgs ¶
type TalkServiceGetRecommendationIdsArgs struct {
SyncReason SyncReason `thrift:"syncReason,1" db:"syncReason" json:"syncReason"`
}
Attributes:
- SyncReason
func NewTalkServiceGetRecommendationIdsArgs ¶
func NewTalkServiceGetRecommendationIdsArgs() *TalkServiceGetRecommendationIdsArgs
func (*TalkServiceGetRecommendationIdsArgs) GetSyncReason ¶
func (p *TalkServiceGetRecommendationIdsArgs) GetSyncReason() SyncReason
func (*TalkServiceGetRecommendationIdsArgs) ReadField1 ¶
func (*TalkServiceGetRecommendationIdsArgs) String ¶
func (p *TalkServiceGetRecommendationIdsArgs) String() string
type TalkServiceGetRecommendationIdsResult ¶
type TalkServiceGetRecommendationIdsResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetRecommendationIdsResult ¶
func NewTalkServiceGetRecommendationIdsResult() *TalkServiceGetRecommendationIdsResult
func (*TalkServiceGetRecommendationIdsResult) GetE ¶
func (p *TalkServiceGetRecommendationIdsResult) GetE() *TalkException
func (*TalkServiceGetRecommendationIdsResult) GetSuccess ¶
func (p *TalkServiceGetRecommendationIdsResult) GetSuccess() []string
func (*TalkServiceGetRecommendationIdsResult) IsSetE ¶
func (p *TalkServiceGetRecommendationIdsResult) IsSetE() bool
func (*TalkServiceGetRecommendationIdsResult) IsSetSuccess ¶
func (p *TalkServiceGetRecommendationIdsResult) IsSetSuccess() bool
func (*TalkServiceGetRecommendationIdsResult) ReadField0 ¶
func (*TalkServiceGetRecommendationIdsResult) ReadField1 ¶
func (*TalkServiceGetRecommendationIdsResult) String ¶
func (p *TalkServiceGetRecommendationIdsResult) String() string
type TalkServiceGetRoomArgs ¶
type TalkServiceGetRoomArgs struct { // unused field # 1 RoomId string `thrift:"roomId,2" db:"roomId" json:"roomId"` }
Attributes:
- RoomId
func NewTalkServiceGetRoomArgs ¶
func NewTalkServiceGetRoomArgs() *TalkServiceGetRoomArgs
func (*TalkServiceGetRoomArgs) GetRoomId ¶
func (p *TalkServiceGetRoomArgs) GetRoomId() string
func (*TalkServiceGetRoomArgs) ReadField2 ¶
func (*TalkServiceGetRoomArgs) String ¶
func (p *TalkServiceGetRoomArgs) String() string
type TalkServiceGetRoomResult ¶
type TalkServiceGetRoomResult struct { Success *Room `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetRoomResult ¶
func NewTalkServiceGetRoomResult() *TalkServiceGetRoomResult
func (*TalkServiceGetRoomResult) GetE ¶
func (p *TalkServiceGetRoomResult) GetE() *TalkException
func (*TalkServiceGetRoomResult) GetSuccess ¶
func (p *TalkServiceGetRoomResult) GetSuccess() *Room
func (*TalkServiceGetRoomResult) IsSetE ¶
func (p *TalkServiceGetRoomResult) IsSetE() bool
func (*TalkServiceGetRoomResult) IsSetSuccess ¶
func (p *TalkServiceGetRoomResult) IsSetSuccess() bool
func (*TalkServiceGetRoomResult) ReadField0 ¶
func (*TalkServiceGetRoomResult) ReadField1 ¶
func (*TalkServiceGetRoomResult) String ¶
func (p *TalkServiceGetRoomResult) String() string
type TalkServiceGetServerTimeArgs ¶
type TalkServiceGetServerTimeArgs struct { }
func NewTalkServiceGetServerTimeArgs ¶
func NewTalkServiceGetServerTimeArgs() *TalkServiceGetServerTimeArgs
func (*TalkServiceGetServerTimeArgs) String ¶
func (p *TalkServiceGetServerTimeArgs) String() string
type TalkServiceGetServerTimeResult ¶
type TalkServiceGetServerTimeResult struct { Success *int64 `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetServerTimeResult ¶
func NewTalkServiceGetServerTimeResult() *TalkServiceGetServerTimeResult
func (*TalkServiceGetServerTimeResult) GetE ¶
func (p *TalkServiceGetServerTimeResult) GetE() *TalkException
func (*TalkServiceGetServerTimeResult) GetSuccess ¶
func (p *TalkServiceGetServerTimeResult) GetSuccess() int64
func (*TalkServiceGetServerTimeResult) IsSetE ¶
func (p *TalkServiceGetServerTimeResult) IsSetE() bool
func (*TalkServiceGetServerTimeResult) IsSetSuccess ¶
func (p *TalkServiceGetServerTimeResult) IsSetSuccess() bool
func (*TalkServiceGetServerTimeResult) ReadField0 ¶
func (*TalkServiceGetServerTimeResult) ReadField1 ¶
func (*TalkServiceGetServerTimeResult) String ¶
func (p *TalkServiceGetServerTimeResult) String() string
type TalkServiceGetSessionsArgs ¶
type TalkServiceGetSessionsArgs struct { }
func NewTalkServiceGetSessionsArgs ¶
func NewTalkServiceGetSessionsArgs() *TalkServiceGetSessionsArgs
func (*TalkServiceGetSessionsArgs) String ¶
func (p *TalkServiceGetSessionsArgs) String() string
type TalkServiceGetSessionsResult ¶
type TalkServiceGetSessionsResult struct { Success []*LoginSession `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetSessionsResult ¶
func NewTalkServiceGetSessionsResult() *TalkServiceGetSessionsResult
func (*TalkServiceGetSessionsResult) GetE ¶
func (p *TalkServiceGetSessionsResult) GetE() *TalkException
func (*TalkServiceGetSessionsResult) GetSuccess ¶
func (p *TalkServiceGetSessionsResult) GetSuccess() []*LoginSession
func (*TalkServiceGetSessionsResult) IsSetE ¶
func (p *TalkServiceGetSessionsResult) IsSetE() bool
func (*TalkServiceGetSessionsResult) IsSetSuccess ¶
func (p *TalkServiceGetSessionsResult) IsSetSuccess() bool
func (*TalkServiceGetSessionsResult) ReadField0 ¶
func (*TalkServiceGetSessionsResult) ReadField1 ¶
func (*TalkServiceGetSessionsResult) String ¶
func (p *TalkServiceGetSessionsResult) String() string
type TalkServiceGetSettingsArgs ¶
type TalkServiceGetSettingsArgs struct {
SyncReason SyncReason `thrift:"syncReason,1" db:"syncReason" json:"syncReason"`
}
Attributes:
- SyncReason
func NewTalkServiceGetSettingsArgs ¶
func NewTalkServiceGetSettingsArgs() *TalkServiceGetSettingsArgs
func (*TalkServiceGetSettingsArgs) GetSyncReason ¶
func (p *TalkServiceGetSettingsArgs) GetSyncReason() SyncReason
func (*TalkServiceGetSettingsArgs) ReadField1 ¶
func (*TalkServiceGetSettingsArgs) String ¶
func (p *TalkServiceGetSettingsArgs) String() string
type TalkServiceGetSettingsResult ¶
type TalkServiceGetSettingsResult struct { Success *Settings `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceGetSettingsResult ¶
func NewTalkServiceGetSettingsResult() *TalkServiceGetSettingsResult
func (*TalkServiceGetSettingsResult) GetE ¶
func (p *TalkServiceGetSettingsResult) GetE() *TalkException
func (*TalkServiceGetSettingsResult) GetSuccess ¶
func (p *TalkServiceGetSettingsResult) GetSuccess() *Settings
func (*TalkServiceGetSettingsResult) IsSetE ¶
func (p *TalkServiceGetSettingsResult) IsSetE() bool
func (*TalkServiceGetSettingsResult) IsSetSuccess ¶
func (p *TalkServiceGetSettingsResult) IsSetSuccess() bool
func (*TalkServiceGetSettingsResult) ReadField0 ¶
func (*TalkServiceGetSettingsResult) ReadField1 ¶
func (*TalkServiceGetSettingsResult) String ¶
func (p *TalkServiceGetSettingsResult) String() string
type TalkServiceInviteFriendsBySmsArgs ¶
type TalkServiceInviteFriendsBySmsArgs struct { // unused field # 1 PhoneNumberList []string `thrift:"phoneNumberList,2" db:"phoneNumberList" json:"phoneNumberList"` }
Attributes:
- PhoneNumberList
func NewTalkServiceInviteFriendsBySmsArgs ¶
func NewTalkServiceInviteFriendsBySmsArgs() *TalkServiceInviteFriendsBySmsArgs
func (*TalkServiceInviteFriendsBySmsArgs) GetPhoneNumberList ¶
func (p *TalkServiceInviteFriendsBySmsArgs) GetPhoneNumberList() []string
func (*TalkServiceInviteFriendsBySmsArgs) ReadField2 ¶
func (*TalkServiceInviteFriendsBySmsArgs) String ¶
func (p *TalkServiceInviteFriendsBySmsArgs) String() string
type TalkServiceInviteFriendsBySmsResult ¶
type TalkServiceInviteFriendsBySmsResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceInviteFriendsBySmsResult ¶
func NewTalkServiceInviteFriendsBySmsResult() *TalkServiceInviteFriendsBySmsResult
func (*TalkServiceInviteFriendsBySmsResult) GetE ¶
func (p *TalkServiceInviteFriendsBySmsResult) GetE() *TalkException
func (*TalkServiceInviteFriendsBySmsResult) IsSetE ¶
func (p *TalkServiceInviteFriendsBySmsResult) IsSetE() bool
func (*TalkServiceInviteFriendsBySmsResult) ReadField1 ¶
func (*TalkServiceInviteFriendsBySmsResult) String ¶
func (p *TalkServiceInviteFriendsBySmsResult) String() string
type TalkServiceInviteIntoChatArgs ¶
type TalkServiceInviteIntoChatArgs struct {
Request *InviteIntoChatRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewTalkServiceInviteIntoChatArgs ¶
func NewTalkServiceInviteIntoChatArgs() *TalkServiceInviteIntoChatArgs
func (*TalkServiceInviteIntoChatArgs) GetRequest ¶
func (p *TalkServiceInviteIntoChatArgs) GetRequest() *InviteIntoChatRequest
func (*TalkServiceInviteIntoChatArgs) IsSetRequest ¶
func (p *TalkServiceInviteIntoChatArgs) IsSetRequest() bool
func (*TalkServiceInviteIntoChatArgs) ReadField1 ¶
func (*TalkServiceInviteIntoChatArgs) String ¶
func (p *TalkServiceInviteIntoChatArgs) String() string
type TalkServiceInviteIntoChatResult ¶
type TalkServiceInviteIntoChatResult struct { Success *InviteIntoChatResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceInviteIntoChatResult ¶
func NewTalkServiceInviteIntoChatResult() *TalkServiceInviteIntoChatResult
func (*TalkServiceInviteIntoChatResult) GetE ¶
func (p *TalkServiceInviteIntoChatResult) GetE() *TalkException
func (*TalkServiceInviteIntoChatResult) GetSuccess ¶
func (p *TalkServiceInviteIntoChatResult) GetSuccess() *InviteIntoChatResponse
func (*TalkServiceInviteIntoChatResult) IsSetE ¶
func (p *TalkServiceInviteIntoChatResult) IsSetE() bool
func (*TalkServiceInviteIntoChatResult) IsSetSuccess ¶
func (p *TalkServiceInviteIntoChatResult) IsSetSuccess() bool
func (*TalkServiceInviteIntoChatResult) ReadField0 ¶
func (*TalkServiceInviteIntoChatResult) ReadField1 ¶
func (*TalkServiceInviteIntoChatResult) String ¶
func (p *TalkServiceInviteIntoChatResult) String() string
type TalkServiceInviteIntoRoomArgs ¶
type TalkServiceInviteIntoRoomArgs struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` RoomId string `thrift:"roomId,2" db:"roomId" json:"roomId"` ContactIds []string `thrift:"contactIds,3" db:"contactIds" json:"contactIds"` }
Attributes:
- ReqSeq
- RoomId
- ContactIds
func NewTalkServiceInviteIntoRoomArgs ¶
func NewTalkServiceInviteIntoRoomArgs() *TalkServiceInviteIntoRoomArgs
func (*TalkServiceInviteIntoRoomArgs) GetContactIds ¶
func (p *TalkServiceInviteIntoRoomArgs) GetContactIds() []string
func (*TalkServiceInviteIntoRoomArgs) GetReqSeq ¶
func (p *TalkServiceInviteIntoRoomArgs) GetReqSeq() int32
func (*TalkServiceInviteIntoRoomArgs) GetRoomId ¶
func (p *TalkServiceInviteIntoRoomArgs) GetRoomId() string
func (*TalkServiceInviteIntoRoomArgs) ReadField1 ¶
func (*TalkServiceInviteIntoRoomArgs) ReadField2 ¶
func (*TalkServiceInviteIntoRoomArgs) ReadField3 ¶
func (*TalkServiceInviteIntoRoomArgs) String ¶
func (p *TalkServiceInviteIntoRoomArgs) String() string
type TalkServiceInviteIntoRoomResult ¶
type TalkServiceInviteIntoRoomResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceInviteIntoRoomResult ¶
func NewTalkServiceInviteIntoRoomResult() *TalkServiceInviteIntoRoomResult
func (*TalkServiceInviteIntoRoomResult) GetE ¶
func (p *TalkServiceInviteIntoRoomResult) GetE() *TalkException
func (*TalkServiceInviteIntoRoomResult) IsSetE ¶
func (p *TalkServiceInviteIntoRoomResult) IsSetE() bool
func (*TalkServiceInviteIntoRoomResult) ReadField1 ¶
func (*TalkServiceInviteIntoRoomResult) String ¶
func (p *TalkServiceInviteIntoRoomResult) String() string
type TalkServiceIsUseridAvailableArgs ¶
type TalkServiceIsUseridAvailableArgs struct { // unused field # 1 SearchId string `thrift:"searchId,2" db:"searchId" json:"searchId"` }
Attributes:
- SearchId
func NewTalkServiceIsUseridAvailableArgs ¶
func NewTalkServiceIsUseridAvailableArgs() *TalkServiceIsUseridAvailableArgs
func (*TalkServiceIsUseridAvailableArgs) GetSearchId ¶
func (p *TalkServiceIsUseridAvailableArgs) GetSearchId() string
func (*TalkServiceIsUseridAvailableArgs) ReadField2 ¶
func (*TalkServiceIsUseridAvailableArgs) String ¶
func (p *TalkServiceIsUseridAvailableArgs) String() string
type TalkServiceIsUseridAvailableResult ¶
type TalkServiceIsUseridAvailableResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceIsUseridAvailableResult ¶
func NewTalkServiceIsUseridAvailableResult() *TalkServiceIsUseridAvailableResult
func (*TalkServiceIsUseridAvailableResult) GetE ¶
func (p *TalkServiceIsUseridAvailableResult) GetE() *TalkException
func (*TalkServiceIsUseridAvailableResult) GetSuccess ¶
func (p *TalkServiceIsUseridAvailableResult) GetSuccess() bool
func (*TalkServiceIsUseridAvailableResult) IsSetE ¶
func (p *TalkServiceIsUseridAvailableResult) IsSetE() bool
func (*TalkServiceIsUseridAvailableResult) IsSetSuccess ¶
func (p *TalkServiceIsUseridAvailableResult) IsSetSuccess() bool
func (*TalkServiceIsUseridAvailableResult) ReadField0 ¶
func (*TalkServiceIsUseridAvailableResult) ReadField1 ¶
func (*TalkServiceIsUseridAvailableResult) String ¶
func (p *TalkServiceIsUseridAvailableResult) String() string
type TalkServiceLeaveRoomArgs ¶
type TalkServiceLeaveRoomArgs struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` RoomId string `thrift:"roomId,2" db:"roomId" json:"roomId"` }
Attributes:
- ReqSeq
- RoomId
func NewTalkServiceLeaveRoomArgs ¶
func NewTalkServiceLeaveRoomArgs() *TalkServiceLeaveRoomArgs
func (*TalkServiceLeaveRoomArgs) GetReqSeq ¶
func (p *TalkServiceLeaveRoomArgs) GetReqSeq() int32
func (*TalkServiceLeaveRoomArgs) GetRoomId ¶
func (p *TalkServiceLeaveRoomArgs) GetRoomId() string
func (*TalkServiceLeaveRoomArgs) ReadField1 ¶
func (*TalkServiceLeaveRoomArgs) ReadField2 ¶
func (*TalkServiceLeaveRoomArgs) String ¶
func (p *TalkServiceLeaveRoomArgs) String() string
type TalkServiceLeaveRoomResult ¶
type TalkServiceLeaveRoomResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceLeaveRoomResult ¶
func NewTalkServiceLeaveRoomResult() *TalkServiceLeaveRoomResult
func (*TalkServiceLeaveRoomResult) GetE ¶
func (p *TalkServiceLeaveRoomResult) GetE() *TalkException
func (*TalkServiceLeaveRoomResult) IsSetE ¶
func (p *TalkServiceLeaveRoomResult) IsSetE() bool
func (*TalkServiceLeaveRoomResult) ReadField1 ¶
func (*TalkServiceLeaveRoomResult) String ¶
func (p *TalkServiceLeaveRoomResult) String() string
type TalkServiceLogoutSessionArgs ¶
type TalkServiceLogoutSessionArgs struct { // unused field # 1 TokenKey string `thrift:"tokenKey,2" db:"tokenKey" json:"tokenKey"` }
Attributes:
- TokenKey
func NewTalkServiceLogoutSessionArgs ¶
func NewTalkServiceLogoutSessionArgs() *TalkServiceLogoutSessionArgs
func (*TalkServiceLogoutSessionArgs) GetTokenKey ¶
func (p *TalkServiceLogoutSessionArgs) GetTokenKey() string
func (*TalkServiceLogoutSessionArgs) ReadField2 ¶
func (*TalkServiceLogoutSessionArgs) String ¶
func (p *TalkServiceLogoutSessionArgs) String() string
type TalkServiceLogoutSessionResult ¶
type TalkServiceLogoutSessionResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceLogoutSessionResult ¶
func NewTalkServiceLogoutSessionResult() *TalkServiceLogoutSessionResult
func (*TalkServiceLogoutSessionResult) GetE ¶
func (p *TalkServiceLogoutSessionResult) GetE() *TalkException
func (*TalkServiceLogoutSessionResult) IsSetE ¶
func (p *TalkServiceLogoutSessionResult) IsSetE() bool
func (*TalkServiceLogoutSessionResult) ReadField1 ¶
func (*TalkServiceLogoutSessionResult) String ¶
func (p *TalkServiceLogoutSessionResult) String() string
type TalkServiceNegotiateE2EEPublicKeyArgs ¶
type TalkServiceNegotiateE2EEPublicKeyArgs struct { // unused field # 1 Mid string `thrift:"mid,2" db:"mid" json:"mid"` }
Attributes:
- Mid
func NewTalkServiceNegotiateE2EEPublicKeyArgs ¶
func NewTalkServiceNegotiateE2EEPublicKeyArgs() *TalkServiceNegotiateE2EEPublicKeyArgs
func (*TalkServiceNegotiateE2EEPublicKeyArgs) GetMid ¶
func (p *TalkServiceNegotiateE2EEPublicKeyArgs) GetMid() string
func (*TalkServiceNegotiateE2EEPublicKeyArgs) ReadField2 ¶
func (*TalkServiceNegotiateE2EEPublicKeyArgs) String ¶
func (p *TalkServiceNegotiateE2EEPublicKeyArgs) String() string
type TalkServiceNegotiateE2EEPublicKeyResult ¶
type TalkServiceNegotiateE2EEPublicKeyResult struct { Success *E2EENegotiationResult_ `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceNegotiateE2EEPublicKeyResult ¶
func NewTalkServiceNegotiateE2EEPublicKeyResult() *TalkServiceNegotiateE2EEPublicKeyResult
func (*TalkServiceNegotiateE2EEPublicKeyResult) GetE ¶
func (p *TalkServiceNegotiateE2EEPublicKeyResult) GetE() *TalkException
func (*TalkServiceNegotiateE2EEPublicKeyResult) GetSuccess ¶
func (p *TalkServiceNegotiateE2EEPublicKeyResult) GetSuccess() *E2EENegotiationResult_
func (*TalkServiceNegotiateE2EEPublicKeyResult) IsSetE ¶
func (p *TalkServiceNegotiateE2EEPublicKeyResult) IsSetE() bool
func (*TalkServiceNegotiateE2EEPublicKeyResult) IsSetSuccess ¶
func (p *TalkServiceNegotiateE2EEPublicKeyResult) IsSetSuccess() bool
func (*TalkServiceNegotiateE2EEPublicKeyResult) ReadField0 ¶
func (*TalkServiceNegotiateE2EEPublicKeyResult) ReadField1 ¶
func (*TalkServiceNegotiateE2EEPublicKeyResult) String ¶
func (p *TalkServiceNegotiateE2EEPublicKeyResult) String() string
type TalkServiceNoopArgs ¶
type TalkServiceNoopArgs struct { }
func NewTalkServiceNoopArgs ¶
func NewTalkServiceNoopArgs() *TalkServiceNoopArgs
func (*TalkServiceNoopArgs) String ¶
func (p *TalkServiceNoopArgs) String() string
type TalkServiceNoopResult ¶
type TalkServiceNoopResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceNoopResult ¶
func NewTalkServiceNoopResult() *TalkServiceNoopResult
func (*TalkServiceNoopResult) GetE ¶
func (p *TalkServiceNoopResult) GetE() *TalkException
func (*TalkServiceNoopResult) IsSetE ¶
func (p *TalkServiceNoopResult) IsSetE() bool
func (*TalkServiceNoopResult) ReadField1 ¶
func (*TalkServiceNoopResult) String ¶
func (p *TalkServiceNoopResult) String() string
type TalkServiceNotifyUpdatedArgs ¶
type TalkServiceNotifyUpdatedArgs struct { // unused field # 1 LastRev int64 `thrift:"lastRev,2" db:"lastRev" json:"lastRev"` DeviceInfo *DeviceInfo `thrift:"deviceInfo,3" db:"deviceInfo" json:"deviceInfo"` UdidHash string `thrift:"udidHash,4" db:"udidHash" json:"udidHash"` OldUdidHash string `thrift:"oldUdidHash,5" db:"oldUdidHash" json:"oldUdidHash"` }
Attributes:
- LastRev
- DeviceInfo
- UdidHash
- OldUdidHash
func NewTalkServiceNotifyUpdatedArgs ¶
func NewTalkServiceNotifyUpdatedArgs() *TalkServiceNotifyUpdatedArgs
func (*TalkServiceNotifyUpdatedArgs) GetDeviceInfo ¶
func (p *TalkServiceNotifyUpdatedArgs) GetDeviceInfo() *DeviceInfo
func (*TalkServiceNotifyUpdatedArgs) GetLastRev ¶
func (p *TalkServiceNotifyUpdatedArgs) GetLastRev() int64
func (*TalkServiceNotifyUpdatedArgs) GetOldUdidHash ¶
func (p *TalkServiceNotifyUpdatedArgs) GetOldUdidHash() string
func (*TalkServiceNotifyUpdatedArgs) GetUdidHash ¶
func (p *TalkServiceNotifyUpdatedArgs) GetUdidHash() string
func (*TalkServiceNotifyUpdatedArgs) IsSetDeviceInfo ¶
func (p *TalkServiceNotifyUpdatedArgs) IsSetDeviceInfo() bool
func (*TalkServiceNotifyUpdatedArgs) ReadField2 ¶
func (*TalkServiceNotifyUpdatedArgs) ReadField3 ¶
func (*TalkServiceNotifyUpdatedArgs) ReadField4 ¶
func (*TalkServiceNotifyUpdatedArgs) ReadField5 ¶
func (*TalkServiceNotifyUpdatedArgs) String ¶
func (p *TalkServiceNotifyUpdatedArgs) String() string
type TalkServiceNotifyUpdatedResult ¶
type TalkServiceNotifyUpdatedResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceNotifyUpdatedResult ¶
func NewTalkServiceNotifyUpdatedResult() *TalkServiceNotifyUpdatedResult
func (*TalkServiceNotifyUpdatedResult) GetE ¶
func (p *TalkServiceNotifyUpdatedResult) GetE() *TalkException
func (*TalkServiceNotifyUpdatedResult) IsSetE ¶
func (p *TalkServiceNotifyUpdatedResult) IsSetE() bool
func (*TalkServiceNotifyUpdatedResult) ReadField1 ¶
func (*TalkServiceNotifyUpdatedResult) String ¶
func (p *TalkServiceNotifyUpdatedResult) String() string
type TalkServiceProcessor ¶
type TalkServiceProcessor struct {
// contains filtered or unexported fields
}
func NewTalkServiceProcessor ¶
func NewTalkServiceProcessor(handler TalkService) *TalkServiceProcessor
func (*TalkServiceProcessor) AddToProcessorMap ¶
func (p *TalkServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
func (*TalkServiceProcessor) GetProcessorFunction ¶
func (p *TalkServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
func (*TalkServiceProcessor) Process ¶
func (p *TalkServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
func (*TalkServiceProcessor) ProcessorMap ¶
func (p *TalkServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
type TalkServiceRegisterE2EEGroupKeyArgs ¶
type TalkServiceRegisterE2EEGroupKeyArgs struct { // unused field # 1 KeyVersion int32 `thrift:"keyVersion,2" db:"keyVersion" json:"keyVersion"` ChatMid string `thrift:"chatMid,3" db:"chatMid" json:"chatMid"` Members []string `thrift:"members,4" db:"members" json:"members"` KeyIds []int32 `thrift:"keyIds,5" db:"keyIds" json:"keyIds"` }
Attributes:
- KeyVersion
- ChatMid
- Members
- KeyIds
- EncryptedSharedKeys
func NewTalkServiceRegisterE2EEGroupKeyArgs ¶
func NewTalkServiceRegisterE2EEGroupKeyArgs() *TalkServiceRegisterE2EEGroupKeyArgs
func (*TalkServiceRegisterE2EEGroupKeyArgs) GetChatMid ¶
func (p *TalkServiceRegisterE2EEGroupKeyArgs) GetChatMid() string
func (*TalkServiceRegisterE2EEGroupKeyArgs) GetEncryptedSharedKeys ¶
func (p *TalkServiceRegisterE2EEGroupKeyArgs) GetEncryptedSharedKeys() []string
func (*TalkServiceRegisterE2EEGroupKeyArgs) GetKeyIds ¶
func (p *TalkServiceRegisterE2EEGroupKeyArgs) GetKeyIds() []int32
func (*TalkServiceRegisterE2EEGroupKeyArgs) GetKeyVersion ¶
func (p *TalkServiceRegisterE2EEGroupKeyArgs) GetKeyVersion() int32
func (*TalkServiceRegisterE2EEGroupKeyArgs) GetMembers ¶
func (p *TalkServiceRegisterE2EEGroupKeyArgs) GetMembers() []string
func (*TalkServiceRegisterE2EEGroupKeyArgs) ReadField2 ¶
func (*TalkServiceRegisterE2EEGroupKeyArgs) ReadField3 ¶
func (*TalkServiceRegisterE2EEGroupKeyArgs) ReadField4 ¶
func (*TalkServiceRegisterE2EEGroupKeyArgs) ReadField5 ¶
func (*TalkServiceRegisterE2EEGroupKeyArgs) ReadField6 ¶
func (*TalkServiceRegisterE2EEGroupKeyArgs) String ¶
func (p *TalkServiceRegisterE2EEGroupKeyArgs) String() string
type TalkServiceRegisterE2EEGroupKeyResult ¶
type TalkServiceRegisterE2EEGroupKeyResult struct { Success *E2EEGroupSharedKey `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceRegisterE2EEGroupKeyResult ¶
func NewTalkServiceRegisterE2EEGroupKeyResult() *TalkServiceRegisterE2EEGroupKeyResult
func (*TalkServiceRegisterE2EEGroupKeyResult) GetE ¶
func (p *TalkServiceRegisterE2EEGroupKeyResult) GetE() *TalkException
func (*TalkServiceRegisterE2EEGroupKeyResult) GetSuccess ¶
func (p *TalkServiceRegisterE2EEGroupKeyResult) GetSuccess() *E2EEGroupSharedKey
func (*TalkServiceRegisterE2EEGroupKeyResult) IsSetE ¶
func (p *TalkServiceRegisterE2EEGroupKeyResult) IsSetE() bool
func (*TalkServiceRegisterE2EEGroupKeyResult) IsSetSuccess ¶
func (p *TalkServiceRegisterE2EEGroupKeyResult) IsSetSuccess() bool
func (*TalkServiceRegisterE2EEGroupKeyResult) ReadField0 ¶
func (*TalkServiceRegisterE2EEGroupKeyResult) ReadField1 ¶
func (*TalkServiceRegisterE2EEGroupKeyResult) String ¶
func (p *TalkServiceRegisterE2EEGroupKeyResult) String() string
type TalkServiceRegisterE2EEPublicKeyArgs ¶
type TalkServiceRegisterE2EEPublicKeyArgs struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` PublicKey *E2EEPublicKey `thrift:"publicKey,2" db:"publicKey" json:"publicKey"` }
Attributes:
- ReqSeq
- PublicKey
func NewTalkServiceRegisterE2EEPublicKeyArgs ¶
func NewTalkServiceRegisterE2EEPublicKeyArgs() *TalkServiceRegisterE2EEPublicKeyArgs
func (*TalkServiceRegisterE2EEPublicKeyArgs) GetPublicKey ¶
func (p *TalkServiceRegisterE2EEPublicKeyArgs) GetPublicKey() *E2EEPublicKey
func (*TalkServiceRegisterE2EEPublicKeyArgs) GetReqSeq ¶
func (p *TalkServiceRegisterE2EEPublicKeyArgs) GetReqSeq() int32
func (*TalkServiceRegisterE2EEPublicKeyArgs) IsSetPublicKey ¶
func (p *TalkServiceRegisterE2EEPublicKeyArgs) IsSetPublicKey() bool
func (*TalkServiceRegisterE2EEPublicKeyArgs) ReadField1 ¶
func (*TalkServiceRegisterE2EEPublicKeyArgs) ReadField2 ¶
func (*TalkServiceRegisterE2EEPublicKeyArgs) String ¶
func (p *TalkServiceRegisterE2EEPublicKeyArgs) String() string
type TalkServiceRegisterE2EEPublicKeyResult ¶
type TalkServiceRegisterE2EEPublicKeyResult struct { Success *E2EEPublicKey `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceRegisterE2EEPublicKeyResult ¶
func NewTalkServiceRegisterE2EEPublicKeyResult() *TalkServiceRegisterE2EEPublicKeyResult
func (*TalkServiceRegisterE2EEPublicKeyResult) GetE ¶
func (p *TalkServiceRegisterE2EEPublicKeyResult) GetE() *TalkException
func (*TalkServiceRegisterE2EEPublicKeyResult) GetSuccess ¶
func (p *TalkServiceRegisterE2EEPublicKeyResult) GetSuccess() *E2EEPublicKey
func (*TalkServiceRegisterE2EEPublicKeyResult) IsSetE ¶
func (p *TalkServiceRegisterE2EEPublicKeyResult) IsSetE() bool
func (*TalkServiceRegisterE2EEPublicKeyResult) IsSetSuccess ¶
func (p *TalkServiceRegisterE2EEPublicKeyResult) IsSetSuccess() bool
func (*TalkServiceRegisterE2EEPublicKeyResult) ReadField0 ¶
func (*TalkServiceRegisterE2EEPublicKeyResult) ReadField1 ¶
func (*TalkServiceRegisterE2EEPublicKeyResult) String ¶
func (p *TalkServiceRegisterE2EEPublicKeyResult) String() string
type TalkServiceRegisterUseridArgs ¶
type TalkServiceRegisterUseridArgs struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` SearchId string `thrift:"searchId,2" db:"searchId" json:"searchId"` }
Attributes:
- ReqSeq
- SearchId
func NewTalkServiceRegisterUseridArgs ¶
func NewTalkServiceRegisterUseridArgs() *TalkServiceRegisterUseridArgs
func (*TalkServiceRegisterUseridArgs) GetReqSeq ¶
func (p *TalkServiceRegisterUseridArgs) GetReqSeq() int32
func (*TalkServiceRegisterUseridArgs) GetSearchId ¶
func (p *TalkServiceRegisterUseridArgs) GetSearchId() string
func (*TalkServiceRegisterUseridArgs) ReadField1 ¶
func (*TalkServiceRegisterUseridArgs) ReadField2 ¶
func (*TalkServiceRegisterUseridArgs) String ¶
func (p *TalkServiceRegisterUseridArgs) String() string
type TalkServiceRegisterUseridResult ¶
type TalkServiceRegisterUseridResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceRegisterUseridResult ¶
func NewTalkServiceRegisterUseridResult() *TalkServiceRegisterUseridResult
func (*TalkServiceRegisterUseridResult) GetE ¶
func (p *TalkServiceRegisterUseridResult) GetE() *TalkException
func (*TalkServiceRegisterUseridResult) GetSuccess ¶
func (p *TalkServiceRegisterUseridResult) GetSuccess() bool
func (*TalkServiceRegisterUseridResult) IsSetE ¶
func (p *TalkServiceRegisterUseridResult) IsSetE() bool
func (*TalkServiceRegisterUseridResult) IsSetSuccess ¶
func (p *TalkServiceRegisterUseridResult) IsSetSuccess() bool
func (*TalkServiceRegisterUseridResult) ReadField0 ¶
func (*TalkServiceRegisterUseridResult) ReadField1 ¶
func (*TalkServiceRegisterUseridResult) String ¶
func (p *TalkServiceRegisterUseridResult) String() string
type TalkServiceReissueChatTicketArgs ¶
type TalkServiceReissueChatTicketArgs struct {
Request *ReissueChatTicketRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewTalkServiceReissueChatTicketArgs ¶
func NewTalkServiceReissueChatTicketArgs() *TalkServiceReissueChatTicketArgs
func (*TalkServiceReissueChatTicketArgs) GetRequest ¶
func (p *TalkServiceReissueChatTicketArgs) GetRequest() *ReissueChatTicketRequest
func (*TalkServiceReissueChatTicketArgs) IsSetRequest ¶
func (p *TalkServiceReissueChatTicketArgs) IsSetRequest() bool
func (*TalkServiceReissueChatTicketArgs) ReadField1 ¶
func (*TalkServiceReissueChatTicketArgs) String ¶
func (p *TalkServiceReissueChatTicketArgs) String() string
type TalkServiceReissueChatTicketResult ¶
type TalkServiceReissueChatTicketResult struct { Success *ReissueChatTicketResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceReissueChatTicketResult ¶
func NewTalkServiceReissueChatTicketResult() *TalkServiceReissueChatTicketResult
func (*TalkServiceReissueChatTicketResult) GetE ¶
func (p *TalkServiceReissueChatTicketResult) GetE() *TalkException
func (*TalkServiceReissueChatTicketResult) GetSuccess ¶
func (p *TalkServiceReissueChatTicketResult) GetSuccess() *ReissueChatTicketResponse
func (*TalkServiceReissueChatTicketResult) IsSetE ¶
func (p *TalkServiceReissueChatTicketResult) IsSetE() bool
func (*TalkServiceReissueChatTicketResult) IsSetSuccess ¶
func (p *TalkServiceReissueChatTicketResult) IsSetSuccess() bool
func (*TalkServiceReissueChatTicketResult) ReadField0 ¶
func (*TalkServiceReissueChatTicketResult) ReadField1 ¶
func (*TalkServiceReissueChatTicketResult) String ¶
func (p *TalkServiceReissueChatTicketResult) String() string
type TalkServiceRejectChatInvitationArgs ¶
type TalkServiceRejectChatInvitationArgs struct {
Request *RejectChatInvitationRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewTalkServiceRejectChatInvitationArgs ¶
func NewTalkServiceRejectChatInvitationArgs() *TalkServiceRejectChatInvitationArgs
func (*TalkServiceRejectChatInvitationArgs) GetRequest ¶
func (p *TalkServiceRejectChatInvitationArgs) GetRequest() *RejectChatInvitationRequest
func (*TalkServiceRejectChatInvitationArgs) IsSetRequest ¶
func (p *TalkServiceRejectChatInvitationArgs) IsSetRequest() bool
func (*TalkServiceRejectChatInvitationArgs) ReadField1 ¶
func (*TalkServiceRejectChatInvitationArgs) String ¶
func (p *TalkServiceRejectChatInvitationArgs) String() string
type TalkServiceRejectChatInvitationResult ¶
type TalkServiceRejectChatInvitationResult struct { Success *RejectChatInvitationResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceRejectChatInvitationResult ¶
func NewTalkServiceRejectChatInvitationResult() *TalkServiceRejectChatInvitationResult
func (*TalkServiceRejectChatInvitationResult) GetE ¶
func (p *TalkServiceRejectChatInvitationResult) GetE() *TalkException
func (*TalkServiceRejectChatInvitationResult) GetSuccess ¶
func (p *TalkServiceRejectChatInvitationResult) GetSuccess() *RejectChatInvitationResponse
func (*TalkServiceRejectChatInvitationResult) IsSetE ¶
func (p *TalkServiceRejectChatInvitationResult) IsSetE() bool
func (*TalkServiceRejectChatInvitationResult) IsSetSuccess ¶
func (p *TalkServiceRejectChatInvitationResult) IsSetSuccess() bool
func (*TalkServiceRejectChatInvitationResult) ReadField0 ¶
func (*TalkServiceRejectChatInvitationResult) ReadField1 ¶
func (*TalkServiceRejectChatInvitationResult) String ¶
func (p *TalkServiceRejectChatInvitationResult) String() string
type TalkServiceRequestAccountPasswordResetArgs ¶
type TalkServiceRequestAccountPasswordResetArgs struct { // unused field # 1 Identifier string `thrift:"identifier,2" db:"identifier" json:"identifier"` // unused field # 3 Provider IdentityProvider `thrift:"provider,4" db:"provider" json:"provider"` Locale string `thrift:"locale,5" db:"locale" json:"locale"` }
Attributes:
- Provider
- Identifier
- Locale
func NewTalkServiceRequestAccountPasswordResetArgs ¶
func NewTalkServiceRequestAccountPasswordResetArgs() *TalkServiceRequestAccountPasswordResetArgs
func (*TalkServiceRequestAccountPasswordResetArgs) GetIdentifier ¶
func (p *TalkServiceRequestAccountPasswordResetArgs) GetIdentifier() string
func (*TalkServiceRequestAccountPasswordResetArgs) GetLocale ¶
func (p *TalkServiceRequestAccountPasswordResetArgs) GetLocale() string
func (*TalkServiceRequestAccountPasswordResetArgs) GetProvider ¶
func (p *TalkServiceRequestAccountPasswordResetArgs) GetProvider() IdentityProvider
func (*TalkServiceRequestAccountPasswordResetArgs) ReadField2 ¶
func (*TalkServiceRequestAccountPasswordResetArgs) ReadField4 ¶
func (*TalkServiceRequestAccountPasswordResetArgs) ReadField5 ¶
func (*TalkServiceRequestAccountPasswordResetArgs) String ¶
func (p *TalkServiceRequestAccountPasswordResetArgs) String() string
type TalkServiceRequestAccountPasswordResetResult ¶
type TalkServiceRequestAccountPasswordResetResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceRequestAccountPasswordResetResult ¶
func NewTalkServiceRequestAccountPasswordResetResult() *TalkServiceRequestAccountPasswordResetResult
func (*TalkServiceRequestAccountPasswordResetResult) GetE ¶
func (p *TalkServiceRequestAccountPasswordResetResult) GetE() *TalkException
func (*TalkServiceRequestAccountPasswordResetResult) IsSetE ¶
func (p *TalkServiceRequestAccountPasswordResetResult) IsSetE() bool
func (*TalkServiceRequestAccountPasswordResetResult) ReadField1 ¶
func (*TalkServiceRequestAccountPasswordResetResult) String ¶
func (p *TalkServiceRequestAccountPasswordResetResult) String() string
type TalkServiceResendPinCodeArgs ¶
type TalkServiceResendPinCodeArgs struct { // unused field # 1 SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"` }
Attributes:
- SessionId
func NewTalkServiceResendPinCodeArgs ¶
func NewTalkServiceResendPinCodeArgs() *TalkServiceResendPinCodeArgs
func (*TalkServiceResendPinCodeArgs) GetSessionId ¶
func (p *TalkServiceResendPinCodeArgs) GetSessionId() string
func (*TalkServiceResendPinCodeArgs) ReadField2 ¶
func (*TalkServiceResendPinCodeArgs) String ¶
func (p *TalkServiceResendPinCodeArgs) String() string
type TalkServiceResendPinCodeResult ¶
type TalkServiceResendPinCodeResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceResendPinCodeResult ¶
func NewTalkServiceResendPinCodeResult() *TalkServiceResendPinCodeResult
func (*TalkServiceResendPinCodeResult) GetE ¶
func (p *TalkServiceResendPinCodeResult) GetE() *TalkException
func (*TalkServiceResendPinCodeResult) IsSetE ¶
func (p *TalkServiceResendPinCodeResult) IsSetE() bool
func (*TalkServiceResendPinCodeResult) ReadField1 ¶
func (*TalkServiceResendPinCodeResult) String ¶
func (p *TalkServiceResendPinCodeResult) String() string
type TalkServiceRespondE2EEKeyExchangeArgs ¶
type TalkServiceRespondE2EEKeyExchangeArgs struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` EncryptedKeyChain string `thrift:"encryptedKeyChain,2" db:"encryptedKeyChain" json:"encryptedKeyChain"` HashKeyChain string `thrift:"hashKeyChain,3" db:"hashKeyChain" json:"hashKeyChain"` }
Attributes:
- ReqSeq
- EncryptedKeyChain
- HashKeyChain
func NewTalkServiceRespondE2EEKeyExchangeArgs ¶
func NewTalkServiceRespondE2EEKeyExchangeArgs() *TalkServiceRespondE2EEKeyExchangeArgs
func (*TalkServiceRespondE2EEKeyExchangeArgs) GetEncryptedKeyChain ¶
func (p *TalkServiceRespondE2EEKeyExchangeArgs) GetEncryptedKeyChain() string
func (*TalkServiceRespondE2EEKeyExchangeArgs) GetHashKeyChain ¶
func (p *TalkServiceRespondE2EEKeyExchangeArgs) GetHashKeyChain() string
func (*TalkServiceRespondE2EEKeyExchangeArgs) GetReqSeq ¶
func (p *TalkServiceRespondE2EEKeyExchangeArgs) GetReqSeq() int32
func (*TalkServiceRespondE2EEKeyExchangeArgs) ReadField1 ¶
func (*TalkServiceRespondE2EEKeyExchangeArgs) ReadField2 ¶
func (*TalkServiceRespondE2EEKeyExchangeArgs) ReadField3 ¶
func (*TalkServiceRespondE2EEKeyExchangeArgs) String ¶
func (p *TalkServiceRespondE2EEKeyExchangeArgs) String() string
type TalkServiceRespondE2EEKeyExchangeResult ¶
type TalkServiceRespondE2EEKeyExchangeResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceRespondE2EEKeyExchangeResult ¶
func NewTalkServiceRespondE2EEKeyExchangeResult() *TalkServiceRespondE2EEKeyExchangeResult
func (*TalkServiceRespondE2EEKeyExchangeResult) GetE ¶
func (p *TalkServiceRespondE2EEKeyExchangeResult) GetE() *TalkException
func (*TalkServiceRespondE2EEKeyExchangeResult) IsSetE ¶
func (p *TalkServiceRespondE2EEKeyExchangeResult) IsSetE() bool
func (*TalkServiceRespondE2EEKeyExchangeResult) ReadField1 ¶
func (*TalkServiceRespondE2EEKeyExchangeResult) String ¶
func (p *TalkServiceRespondE2EEKeyExchangeResult) String() string
type TalkServiceSendChatCheckedArgs ¶
type TalkServiceSendChatCheckedArgs struct { Seq int32 `thrift:"seq,1" db:"seq" json:"seq"` ChatMid string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"` LastMessageId string `thrift:"lastMessageId,3" db:"lastMessageId" json:"lastMessageId"` SessionId int8 `thrift:"sessionId,4" db:"sessionId" json:"sessionId"` }
Attributes:
- Seq
- ChatMid
- LastMessageId
- SessionId
func NewTalkServiceSendChatCheckedArgs ¶
func NewTalkServiceSendChatCheckedArgs() *TalkServiceSendChatCheckedArgs
func (*TalkServiceSendChatCheckedArgs) GetChatMid ¶
func (p *TalkServiceSendChatCheckedArgs) GetChatMid() string
func (*TalkServiceSendChatCheckedArgs) GetLastMessageId ¶
func (p *TalkServiceSendChatCheckedArgs) GetLastMessageId() string
func (*TalkServiceSendChatCheckedArgs) GetSeq ¶
func (p *TalkServiceSendChatCheckedArgs) GetSeq() int32
func (*TalkServiceSendChatCheckedArgs) GetSessionId ¶
func (p *TalkServiceSendChatCheckedArgs) GetSessionId() int8
func (*TalkServiceSendChatCheckedArgs) ReadField1 ¶
func (*TalkServiceSendChatCheckedArgs) ReadField2 ¶
func (*TalkServiceSendChatCheckedArgs) ReadField3 ¶
func (*TalkServiceSendChatCheckedArgs) ReadField4 ¶
func (*TalkServiceSendChatCheckedArgs) String ¶
func (p *TalkServiceSendChatCheckedArgs) String() string
type TalkServiceSendChatCheckedResult ¶
type TalkServiceSendChatCheckedResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceSendChatCheckedResult ¶
func NewTalkServiceSendChatCheckedResult() *TalkServiceSendChatCheckedResult
func (*TalkServiceSendChatCheckedResult) GetE ¶
func (p *TalkServiceSendChatCheckedResult) GetE() *TalkException
func (*TalkServiceSendChatCheckedResult) IsSetE ¶
func (p *TalkServiceSendChatCheckedResult) IsSetE() bool
func (*TalkServiceSendChatCheckedResult) ReadField1 ¶
func (*TalkServiceSendChatCheckedResult) String ¶
func (p *TalkServiceSendChatCheckedResult) String() string
type TalkServiceSendChatRemovedArgs ¶
type TalkServiceSendChatRemovedArgs struct { Seq int32 `thrift:"seq,1" db:"seq" json:"seq"` ChatMid string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"` LastMessageId string `thrift:"lastMessageId,3" db:"lastMessageId" json:"lastMessageId"` SessionId int8 `thrift:"sessionId,4" db:"sessionId" json:"sessionId"` }
Attributes:
- Seq
- ChatMid
- LastMessageId
- SessionId
func NewTalkServiceSendChatRemovedArgs ¶
func NewTalkServiceSendChatRemovedArgs() *TalkServiceSendChatRemovedArgs
func (*TalkServiceSendChatRemovedArgs) GetChatMid ¶
func (p *TalkServiceSendChatRemovedArgs) GetChatMid() string
func (*TalkServiceSendChatRemovedArgs) GetLastMessageId ¶
func (p *TalkServiceSendChatRemovedArgs) GetLastMessageId() string
func (*TalkServiceSendChatRemovedArgs) GetSeq ¶
func (p *TalkServiceSendChatRemovedArgs) GetSeq() int32
func (*TalkServiceSendChatRemovedArgs) GetSessionId ¶
func (p *TalkServiceSendChatRemovedArgs) GetSessionId() int8
func (*TalkServiceSendChatRemovedArgs) ReadField1 ¶
func (*TalkServiceSendChatRemovedArgs) ReadField2 ¶
func (*TalkServiceSendChatRemovedArgs) ReadField3 ¶
func (*TalkServiceSendChatRemovedArgs) ReadField4 ¶
func (*TalkServiceSendChatRemovedArgs) String ¶
func (p *TalkServiceSendChatRemovedArgs) String() string
type TalkServiceSendChatRemovedResult ¶
type TalkServiceSendChatRemovedResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceSendChatRemovedResult ¶
func NewTalkServiceSendChatRemovedResult() *TalkServiceSendChatRemovedResult
func (*TalkServiceSendChatRemovedResult) GetE ¶
func (p *TalkServiceSendChatRemovedResult) GetE() *TalkException
func (*TalkServiceSendChatRemovedResult) IsSetE ¶
func (p *TalkServiceSendChatRemovedResult) IsSetE() bool
func (*TalkServiceSendChatRemovedResult) ReadField1 ¶
func (*TalkServiceSendChatRemovedResult) String ¶
func (p *TalkServiceSendChatRemovedResult) String() string
type TalkServiceSendEchoPushArgs ¶
type TalkServiceSendEchoPushArgs struct { // unused field # 1 Text string `thrift:"text,2" db:"text" json:"text"` }
Attributes:
- Text
func NewTalkServiceSendEchoPushArgs ¶
func NewTalkServiceSendEchoPushArgs() *TalkServiceSendEchoPushArgs
func (*TalkServiceSendEchoPushArgs) GetText ¶
func (p *TalkServiceSendEchoPushArgs) GetText() string
func (*TalkServiceSendEchoPushArgs) ReadField2 ¶
func (*TalkServiceSendEchoPushArgs) String ¶
func (p *TalkServiceSendEchoPushArgs) String() string
type TalkServiceSendEchoPushResult ¶
type TalkServiceSendEchoPushResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceSendEchoPushResult ¶
func NewTalkServiceSendEchoPushResult() *TalkServiceSendEchoPushResult
func (*TalkServiceSendEchoPushResult) GetE ¶
func (p *TalkServiceSendEchoPushResult) GetE() *TalkException
func (*TalkServiceSendEchoPushResult) IsSetE ¶
func (p *TalkServiceSendEchoPushResult) IsSetE() bool
func (*TalkServiceSendEchoPushResult) ReadField1 ¶
func (*TalkServiceSendEchoPushResult) String ¶
func (p *TalkServiceSendEchoPushResult) String() string
type TalkServiceSendMessageArgs ¶
type TalkServiceSendMessageArgs struct { Seq int32 `thrift:"seq,1" db:"seq" json:"seq"` Message *Message `thrift:"message,2" db:"message" json:"message"` }
Attributes:
- Seq
- Message
func NewTalkServiceSendMessageArgs ¶
func NewTalkServiceSendMessageArgs() *TalkServiceSendMessageArgs
func (*TalkServiceSendMessageArgs) GetMessage ¶
func (p *TalkServiceSendMessageArgs) GetMessage() *Message
func (*TalkServiceSendMessageArgs) GetSeq ¶
func (p *TalkServiceSendMessageArgs) GetSeq() int32
func (*TalkServiceSendMessageArgs) IsSetMessage ¶
func (p *TalkServiceSendMessageArgs) IsSetMessage() bool
func (*TalkServiceSendMessageArgs) ReadField1 ¶
func (*TalkServiceSendMessageArgs) ReadField2 ¶
func (*TalkServiceSendMessageArgs) String ¶
func (p *TalkServiceSendMessageArgs) String() string
type TalkServiceSendMessageResult ¶
type TalkServiceSendMessageResult struct { Success *Message `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceSendMessageResult ¶
func NewTalkServiceSendMessageResult() *TalkServiceSendMessageResult
func (*TalkServiceSendMessageResult) GetE ¶
func (p *TalkServiceSendMessageResult) GetE() *TalkException
func (*TalkServiceSendMessageResult) GetSuccess ¶
func (p *TalkServiceSendMessageResult) GetSuccess() *Message
func (*TalkServiceSendMessageResult) IsSetE ¶
func (p *TalkServiceSendMessageResult) IsSetE() bool
func (*TalkServiceSendMessageResult) IsSetSuccess ¶
func (p *TalkServiceSendMessageResult) IsSetSuccess() bool
func (*TalkServiceSendMessageResult) ReadField0 ¶
func (*TalkServiceSendMessageResult) ReadField1 ¶
func (*TalkServiceSendMessageResult) String ¶
func (p *TalkServiceSendMessageResult) String() string
type TalkServiceSetNotificationsEnabledArgs ¶
type TalkServiceSetNotificationsEnabledArgs struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` Type MIDType `thrift:"type,2" db:"type" json:"type"` Target string `thrift:"target,3" db:"target" json:"target"` Enablement bool `thrift:"enablement,4" db:"enablement" json:"enablement"` }
Attributes:
- ReqSeq
- Type
- Target
- Enablement
func NewTalkServiceSetNotificationsEnabledArgs ¶
func NewTalkServiceSetNotificationsEnabledArgs() *TalkServiceSetNotificationsEnabledArgs
func (*TalkServiceSetNotificationsEnabledArgs) GetEnablement ¶
func (p *TalkServiceSetNotificationsEnabledArgs) GetEnablement() bool
func (*TalkServiceSetNotificationsEnabledArgs) GetReqSeq ¶
func (p *TalkServiceSetNotificationsEnabledArgs) GetReqSeq() int32
func (*TalkServiceSetNotificationsEnabledArgs) GetTarget ¶
func (p *TalkServiceSetNotificationsEnabledArgs) GetTarget() string
func (*TalkServiceSetNotificationsEnabledArgs) GetType ¶
func (p *TalkServiceSetNotificationsEnabledArgs) GetType() MIDType
func (*TalkServiceSetNotificationsEnabledArgs) ReadField1 ¶
func (*TalkServiceSetNotificationsEnabledArgs) ReadField2 ¶
func (*TalkServiceSetNotificationsEnabledArgs) ReadField3 ¶
func (*TalkServiceSetNotificationsEnabledArgs) ReadField4 ¶
func (*TalkServiceSetNotificationsEnabledArgs) String ¶
func (p *TalkServiceSetNotificationsEnabledArgs) String() string
type TalkServiceSetNotificationsEnabledResult ¶
type TalkServiceSetNotificationsEnabledResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceSetNotificationsEnabledResult ¶
func NewTalkServiceSetNotificationsEnabledResult() *TalkServiceSetNotificationsEnabledResult
func (*TalkServiceSetNotificationsEnabledResult) GetE ¶
func (p *TalkServiceSetNotificationsEnabledResult) GetE() *TalkException
func (*TalkServiceSetNotificationsEnabledResult) IsSetE ¶
func (p *TalkServiceSetNotificationsEnabledResult) IsSetE() bool
func (*TalkServiceSetNotificationsEnabledResult) ReadField1 ¶
func (*TalkServiceSetNotificationsEnabledResult) String ¶
func (p *TalkServiceSetNotificationsEnabledResult) String() string
type TalkServiceStartUpdateVerificationArgs ¶
type TalkServiceStartUpdateVerificationArgs struct { // unused field # 1 Region string `thrift:"region,2" db:"region" json:"region"` Carrier CarrierCode `thrift:"carrier,3" db:"carrier" json:"carrier"` Phone string `thrift:"phone,4" db:"phone" json:"phone"` UdidHash string `thrift:"udidHash,5" db:"udidHash" json:"udidHash"` DeviceInfo *DeviceInfo `thrift:"deviceInfo,6" db:"deviceInfo" json:"deviceInfo"` NetworkCode string `thrift:"networkCode,7" db:"networkCode" json:"networkCode"` Locale string `thrift:"locale,8" db:"locale" json:"locale"` SimInfo *SIMInfo `thrift:"simInfo,9" db:"simInfo" json:"simInfo"` }
Attributes:
- Region
- Carrier
- Phone
- UdidHash
- DeviceInfo
- NetworkCode
- Locale
- SimInfo
func NewTalkServiceStartUpdateVerificationArgs ¶
func NewTalkServiceStartUpdateVerificationArgs() *TalkServiceStartUpdateVerificationArgs
func (*TalkServiceStartUpdateVerificationArgs) GetCarrier ¶
func (p *TalkServiceStartUpdateVerificationArgs) GetCarrier() CarrierCode
func (*TalkServiceStartUpdateVerificationArgs) GetDeviceInfo ¶
func (p *TalkServiceStartUpdateVerificationArgs) GetDeviceInfo() *DeviceInfo
func (*TalkServiceStartUpdateVerificationArgs) GetLocale ¶
func (p *TalkServiceStartUpdateVerificationArgs) GetLocale() string
func (*TalkServiceStartUpdateVerificationArgs) GetNetworkCode ¶
func (p *TalkServiceStartUpdateVerificationArgs) GetNetworkCode() string
func (*TalkServiceStartUpdateVerificationArgs) GetPhone ¶
func (p *TalkServiceStartUpdateVerificationArgs) GetPhone() string
func (*TalkServiceStartUpdateVerificationArgs) GetRegion ¶
func (p *TalkServiceStartUpdateVerificationArgs) GetRegion() string
func (*TalkServiceStartUpdateVerificationArgs) GetSimInfo ¶
func (p *TalkServiceStartUpdateVerificationArgs) GetSimInfo() *SIMInfo
func (*TalkServiceStartUpdateVerificationArgs) GetUdidHash ¶
func (p *TalkServiceStartUpdateVerificationArgs) GetUdidHash() string
func (*TalkServiceStartUpdateVerificationArgs) IsSetDeviceInfo ¶
func (p *TalkServiceStartUpdateVerificationArgs) IsSetDeviceInfo() bool
func (*TalkServiceStartUpdateVerificationArgs) IsSetSimInfo ¶
func (p *TalkServiceStartUpdateVerificationArgs) IsSetSimInfo() bool
func (*TalkServiceStartUpdateVerificationArgs) ReadField2 ¶
func (*TalkServiceStartUpdateVerificationArgs) ReadField3 ¶
func (*TalkServiceStartUpdateVerificationArgs) ReadField4 ¶
func (*TalkServiceStartUpdateVerificationArgs) ReadField5 ¶
func (*TalkServiceStartUpdateVerificationArgs) ReadField6 ¶
func (*TalkServiceStartUpdateVerificationArgs) ReadField7 ¶
func (*TalkServiceStartUpdateVerificationArgs) ReadField8 ¶
func (*TalkServiceStartUpdateVerificationArgs) ReadField9 ¶
func (*TalkServiceStartUpdateVerificationArgs) String ¶
func (p *TalkServiceStartUpdateVerificationArgs) String() string
type TalkServiceStartUpdateVerificationResult ¶
type TalkServiceStartUpdateVerificationResult struct { Success *VerificationSessionData `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceStartUpdateVerificationResult ¶
func NewTalkServiceStartUpdateVerificationResult() *TalkServiceStartUpdateVerificationResult
func (*TalkServiceStartUpdateVerificationResult) GetE ¶
func (p *TalkServiceStartUpdateVerificationResult) GetE() *TalkException
func (*TalkServiceStartUpdateVerificationResult) GetSuccess ¶
func (p *TalkServiceStartUpdateVerificationResult) GetSuccess() *VerificationSessionData
func (*TalkServiceStartUpdateVerificationResult) IsSetE ¶
func (p *TalkServiceStartUpdateVerificationResult) IsSetE() bool
func (*TalkServiceStartUpdateVerificationResult) IsSetSuccess ¶
func (p *TalkServiceStartUpdateVerificationResult) IsSetSuccess() bool
func (*TalkServiceStartUpdateVerificationResult) ReadField0 ¶
func (*TalkServiceStartUpdateVerificationResult) ReadField1 ¶
func (*TalkServiceStartUpdateVerificationResult) String ¶
func (p *TalkServiceStartUpdateVerificationResult) String() string
type TalkServiceSyncContactsArgs ¶
type TalkServiceSyncContactsArgs struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` LocalContacts []*ContactModification `thrift:"localContacts,2" db:"localContacts" json:"localContacts"` }
Attributes:
- ReqSeq
- LocalContacts
func NewTalkServiceSyncContactsArgs ¶
func NewTalkServiceSyncContactsArgs() *TalkServiceSyncContactsArgs
func (*TalkServiceSyncContactsArgs) GetLocalContacts ¶
func (p *TalkServiceSyncContactsArgs) GetLocalContacts() []*ContactModification
func (*TalkServiceSyncContactsArgs) GetReqSeq ¶
func (p *TalkServiceSyncContactsArgs) GetReqSeq() int32
func (*TalkServiceSyncContactsArgs) ReadField1 ¶
func (*TalkServiceSyncContactsArgs) ReadField2 ¶
func (*TalkServiceSyncContactsArgs) String ¶
func (p *TalkServiceSyncContactsArgs) String() string
type TalkServiceSyncContactsResult ¶
type TalkServiceSyncContactsResult struct { Success map[string]*ContactRegistration `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceSyncContactsResult ¶
func NewTalkServiceSyncContactsResult() *TalkServiceSyncContactsResult
func (*TalkServiceSyncContactsResult) GetE ¶
func (p *TalkServiceSyncContactsResult) GetE() *TalkException
func (*TalkServiceSyncContactsResult) GetSuccess ¶
func (p *TalkServiceSyncContactsResult) GetSuccess() map[string]*ContactRegistration
func (*TalkServiceSyncContactsResult) IsSetE ¶
func (p *TalkServiceSyncContactsResult) IsSetE() bool
func (*TalkServiceSyncContactsResult) IsSetSuccess ¶
func (p *TalkServiceSyncContactsResult) IsSetSuccess() bool
func (*TalkServiceSyncContactsResult) ReadField0 ¶
func (*TalkServiceSyncContactsResult) ReadField1 ¶
func (*TalkServiceSyncContactsResult) String ¶
func (p *TalkServiceSyncContactsResult) String() string
type TalkServiceUnblockContactArgs ¶
type TalkServiceUnblockContactArgs struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` ID string `thrift:"id,2" db:"id" json:"id"` Reference string `thrift:"reference,3" db:"reference" json:"reference"` }
Attributes:
- ReqSeq
- ID
- Reference
func NewTalkServiceUnblockContactArgs ¶
func NewTalkServiceUnblockContactArgs() *TalkServiceUnblockContactArgs
func (*TalkServiceUnblockContactArgs) GetID ¶
func (p *TalkServiceUnblockContactArgs) GetID() string
func (*TalkServiceUnblockContactArgs) GetReference ¶
func (p *TalkServiceUnblockContactArgs) GetReference() string
func (*TalkServiceUnblockContactArgs) GetReqSeq ¶
func (p *TalkServiceUnblockContactArgs) GetReqSeq() int32
func (*TalkServiceUnblockContactArgs) ReadField1 ¶
func (*TalkServiceUnblockContactArgs) ReadField2 ¶
func (*TalkServiceUnblockContactArgs) ReadField3 ¶
func (*TalkServiceUnblockContactArgs) String ¶
func (p *TalkServiceUnblockContactArgs) String() string
type TalkServiceUnblockContactResult ¶
type TalkServiceUnblockContactResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceUnblockContactResult ¶
func NewTalkServiceUnblockContactResult() *TalkServiceUnblockContactResult
func (*TalkServiceUnblockContactResult) GetE ¶
func (p *TalkServiceUnblockContactResult) GetE() *TalkException
func (*TalkServiceUnblockContactResult) IsSetE ¶
func (p *TalkServiceUnblockContactResult) IsSetE() bool
func (*TalkServiceUnblockContactResult) ReadField1 ¶
func (*TalkServiceUnblockContactResult) String ¶
func (p *TalkServiceUnblockContactResult) String() string
type TalkServiceUnblockRecommendationArgs ¶
type TalkServiceUnblockRecommendationArgs struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` ID string `thrift:"id,2" db:"id" json:"id"` }
Attributes:
- ReqSeq
- ID
func NewTalkServiceUnblockRecommendationArgs ¶
func NewTalkServiceUnblockRecommendationArgs() *TalkServiceUnblockRecommendationArgs
func (*TalkServiceUnblockRecommendationArgs) GetID ¶
func (p *TalkServiceUnblockRecommendationArgs) GetID() string
func (*TalkServiceUnblockRecommendationArgs) GetReqSeq ¶
func (p *TalkServiceUnblockRecommendationArgs) GetReqSeq() int32
func (*TalkServiceUnblockRecommendationArgs) ReadField1 ¶
func (*TalkServiceUnblockRecommendationArgs) ReadField2 ¶
func (*TalkServiceUnblockRecommendationArgs) String ¶
func (p *TalkServiceUnblockRecommendationArgs) String() string
type TalkServiceUnblockRecommendationResult ¶
type TalkServiceUnblockRecommendationResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceUnblockRecommendationResult ¶
func NewTalkServiceUnblockRecommendationResult() *TalkServiceUnblockRecommendationResult
func (*TalkServiceUnblockRecommendationResult) GetE ¶
func (p *TalkServiceUnblockRecommendationResult) GetE() *TalkException
func (*TalkServiceUnblockRecommendationResult) IsSetE ¶
func (p *TalkServiceUnblockRecommendationResult) IsSetE() bool
func (*TalkServiceUnblockRecommendationResult) ReadField1 ¶
func (*TalkServiceUnblockRecommendationResult) String ¶
func (p *TalkServiceUnblockRecommendationResult) String() string
type TalkServiceUnregisterUserAndDeviceArgs ¶
type TalkServiceUnregisterUserAndDeviceArgs struct { }
func NewTalkServiceUnregisterUserAndDeviceArgs ¶
func NewTalkServiceUnregisterUserAndDeviceArgs() *TalkServiceUnregisterUserAndDeviceArgs
func (*TalkServiceUnregisterUserAndDeviceArgs) String ¶
func (p *TalkServiceUnregisterUserAndDeviceArgs) String() string
type TalkServiceUnregisterUserAndDeviceResult ¶
type TalkServiceUnregisterUserAndDeviceResult struct { Success *string `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceUnregisterUserAndDeviceResult ¶
func NewTalkServiceUnregisterUserAndDeviceResult() *TalkServiceUnregisterUserAndDeviceResult
func (*TalkServiceUnregisterUserAndDeviceResult) GetE ¶
func (p *TalkServiceUnregisterUserAndDeviceResult) GetE() *TalkException
func (*TalkServiceUnregisterUserAndDeviceResult) GetSuccess ¶
func (p *TalkServiceUnregisterUserAndDeviceResult) GetSuccess() string
func (*TalkServiceUnregisterUserAndDeviceResult) IsSetE ¶
func (p *TalkServiceUnregisterUserAndDeviceResult) IsSetE() bool
func (*TalkServiceUnregisterUserAndDeviceResult) IsSetSuccess ¶
func (p *TalkServiceUnregisterUserAndDeviceResult) IsSetSuccess() bool
func (*TalkServiceUnregisterUserAndDeviceResult) ReadField0 ¶
func (*TalkServiceUnregisterUserAndDeviceResult) ReadField1 ¶
func (*TalkServiceUnregisterUserAndDeviceResult) String ¶
func (p *TalkServiceUnregisterUserAndDeviceResult) String() string
type TalkServiceUnsendMessageArgs ¶
type TalkServiceUnsendMessageArgs struct { Seq int32 `thrift:"seq,1" db:"seq" json:"seq"` MessageId string `thrift:"messageId,2" db:"messageId" json:"messageId"` }
Attributes:
- Seq
- MessageId
func NewTalkServiceUnsendMessageArgs ¶
func NewTalkServiceUnsendMessageArgs() *TalkServiceUnsendMessageArgs
func (*TalkServiceUnsendMessageArgs) GetMessageId ¶
func (p *TalkServiceUnsendMessageArgs) GetMessageId() string
func (*TalkServiceUnsendMessageArgs) GetSeq ¶
func (p *TalkServiceUnsendMessageArgs) GetSeq() int32
func (*TalkServiceUnsendMessageArgs) ReadField1 ¶
func (*TalkServiceUnsendMessageArgs) ReadField2 ¶
func (*TalkServiceUnsendMessageArgs) String ¶
func (p *TalkServiceUnsendMessageArgs) String() string
type TalkServiceUnsendMessageResult ¶
type TalkServiceUnsendMessageResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceUnsendMessageResult ¶
func NewTalkServiceUnsendMessageResult() *TalkServiceUnsendMessageResult
func (*TalkServiceUnsendMessageResult) GetE ¶
func (p *TalkServiceUnsendMessageResult) GetE() *TalkException
func (*TalkServiceUnsendMessageResult) IsSetE ¶
func (p *TalkServiceUnsendMessageResult) IsSetE() bool
func (*TalkServiceUnsendMessageResult) ReadField1 ¶
func (*TalkServiceUnsendMessageResult) String ¶
func (p *TalkServiceUnsendMessageResult) String() string
type TalkServiceUpdateAccountMigrationPincodeArgs ¶
type TalkServiceUpdateAccountMigrationPincodeArgs struct { // unused field # 1 AccountMigrationPincode string `thrift:"accountMigrationPincode,2" db:"accountMigrationPincode" json:"accountMigrationPincode"` }
Attributes:
- AccountMigrationPincode
func NewTalkServiceUpdateAccountMigrationPincodeArgs ¶
func NewTalkServiceUpdateAccountMigrationPincodeArgs() *TalkServiceUpdateAccountMigrationPincodeArgs
func (*TalkServiceUpdateAccountMigrationPincodeArgs) GetAccountMigrationPincode ¶
func (p *TalkServiceUpdateAccountMigrationPincodeArgs) GetAccountMigrationPincode() string
func (*TalkServiceUpdateAccountMigrationPincodeArgs) ReadField2 ¶
func (*TalkServiceUpdateAccountMigrationPincodeArgs) String ¶
func (p *TalkServiceUpdateAccountMigrationPincodeArgs) String() string
type TalkServiceUpdateAccountMigrationPincodeResult ¶
type TalkServiceUpdateAccountMigrationPincodeResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceUpdateAccountMigrationPincodeResult ¶
func NewTalkServiceUpdateAccountMigrationPincodeResult() *TalkServiceUpdateAccountMigrationPincodeResult
func (*TalkServiceUpdateAccountMigrationPincodeResult) GetE ¶
func (p *TalkServiceUpdateAccountMigrationPincodeResult) GetE() *TalkException
func (*TalkServiceUpdateAccountMigrationPincodeResult) IsSetE ¶
func (p *TalkServiceUpdateAccountMigrationPincodeResult) IsSetE() bool
func (*TalkServiceUpdateAccountMigrationPincodeResult) ReadField1 ¶
func (*TalkServiceUpdateAccountMigrationPincodeResult) String ¶
func (p *TalkServiceUpdateAccountMigrationPincodeResult) String() string
type TalkServiceUpdateChatArgs ¶
type TalkServiceUpdateChatArgs struct {
Request *UpdateChatRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewTalkServiceUpdateChatArgs ¶
func NewTalkServiceUpdateChatArgs() *TalkServiceUpdateChatArgs
func (*TalkServiceUpdateChatArgs) GetRequest ¶
func (p *TalkServiceUpdateChatArgs) GetRequest() *UpdateChatRequest
func (*TalkServiceUpdateChatArgs) IsSetRequest ¶
func (p *TalkServiceUpdateChatArgs) IsSetRequest() bool
func (*TalkServiceUpdateChatArgs) ReadField1 ¶
func (*TalkServiceUpdateChatArgs) String ¶
func (p *TalkServiceUpdateChatArgs) String() string
type TalkServiceUpdateChatResult ¶
type TalkServiceUpdateChatResult struct { Success *UpdateChatResponse `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceUpdateChatResult ¶
func NewTalkServiceUpdateChatResult() *TalkServiceUpdateChatResult
func (*TalkServiceUpdateChatResult) GetE ¶
func (p *TalkServiceUpdateChatResult) GetE() *TalkException
func (*TalkServiceUpdateChatResult) GetSuccess ¶
func (p *TalkServiceUpdateChatResult) GetSuccess() *UpdateChatResponse
func (*TalkServiceUpdateChatResult) IsSetE ¶
func (p *TalkServiceUpdateChatResult) IsSetE() bool
func (*TalkServiceUpdateChatResult) IsSetSuccess ¶
func (p *TalkServiceUpdateChatResult) IsSetSuccess() bool
func (*TalkServiceUpdateChatResult) ReadField0 ¶
func (*TalkServiceUpdateChatResult) ReadField1 ¶
func (*TalkServiceUpdateChatResult) String ¶
func (p *TalkServiceUpdateChatResult) String() string
type TalkServiceUpdateContactSettingArgs ¶
type TalkServiceUpdateContactSettingArgs struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` Mid string `thrift:"mid,2" db:"mid" json:"mid"` Flag ContactSetting `thrift:"flag,3" db:"flag" json:"flag"` Value string `thrift:"value,4" db:"value" json:"value"` }
Attributes:
- ReqSeq
- Mid
- Flag
- Value
func NewTalkServiceUpdateContactSettingArgs ¶
func NewTalkServiceUpdateContactSettingArgs() *TalkServiceUpdateContactSettingArgs
func (*TalkServiceUpdateContactSettingArgs) GetFlag ¶
func (p *TalkServiceUpdateContactSettingArgs) GetFlag() ContactSetting
func (*TalkServiceUpdateContactSettingArgs) GetMid ¶
func (p *TalkServiceUpdateContactSettingArgs) GetMid() string
func (*TalkServiceUpdateContactSettingArgs) GetReqSeq ¶
func (p *TalkServiceUpdateContactSettingArgs) GetReqSeq() int32
func (*TalkServiceUpdateContactSettingArgs) GetValue ¶
func (p *TalkServiceUpdateContactSettingArgs) GetValue() string
func (*TalkServiceUpdateContactSettingArgs) ReadField1 ¶
func (*TalkServiceUpdateContactSettingArgs) ReadField2 ¶
func (*TalkServiceUpdateContactSettingArgs) ReadField3 ¶
func (*TalkServiceUpdateContactSettingArgs) ReadField4 ¶
func (*TalkServiceUpdateContactSettingArgs) String ¶
func (p *TalkServiceUpdateContactSettingArgs) String() string
type TalkServiceUpdateContactSettingResult ¶
type TalkServiceUpdateContactSettingResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceUpdateContactSettingResult ¶
func NewTalkServiceUpdateContactSettingResult() *TalkServiceUpdateContactSettingResult
func (*TalkServiceUpdateContactSettingResult) GetE ¶
func (p *TalkServiceUpdateContactSettingResult) GetE() *TalkException
func (*TalkServiceUpdateContactSettingResult) IsSetE ¶
func (p *TalkServiceUpdateContactSettingResult) IsSetE() bool
func (*TalkServiceUpdateContactSettingResult) ReadField1 ¶
func (*TalkServiceUpdateContactSettingResult) String ¶
func (p *TalkServiceUpdateContactSettingResult) String() string
type TalkServiceUpdateNotificationTokenArgs ¶
type TalkServiceUpdateNotificationTokenArgs struct { // unused field # 1 Token string `thrift:"token,2" db:"token" json:"token"` Type NotificationType `thrift:"type,3" db:"type" json:"type"` }
Attributes:
- Type
- Token
func NewTalkServiceUpdateNotificationTokenArgs ¶
func NewTalkServiceUpdateNotificationTokenArgs() *TalkServiceUpdateNotificationTokenArgs
func (*TalkServiceUpdateNotificationTokenArgs) GetToken ¶
func (p *TalkServiceUpdateNotificationTokenArgs) GetToken() string
func (*TalkServiceUpdateNotificationTokenArgs) GetType ¶
func (p *TalkServiceUpdateNotificationTokenArgs) GetType() NotificationType
func (*TalkServiceUpdateNotificationTokenArgs) ReadField2 ¶
func (*TalkServiceUpdateNotificationTokenArgs) ReadField3 ¶
func (*TalkServiceUpdateNotificationTokenArgs) String ¶
func (p *TalkServiceUpdateNotificationTokenArgs) String() string
type TalkServiceUpdateNotificationTokenResult ¶
type TalkServiceUpdateNotificationTokenResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceUpdateNotificationTokenResult ¶
func NewTalkServiceUpdateNotificationTokenResult() *TalkServiceUpdateNotificationTokenResult
func (*TalkServiceUpdateNotificationTokenResult) GetE ¶
func (p *TalkServiceUpdateNotificationTokenResult) GetE() *TalkException
func (*TalkServiceUpdateNotificationTokenResult) IsSetE ¶
func (p *TalkServiceUpdateNotificationTokenResult) IsSetE() bool
func (*TalkServiceUpdateNotificationTokenResult) ReadField1 ¶
func (*TalkServiceUpdateNotificationTokenResult) String ¶
func (p *TalkServiceUpdateNotificationTokenResult) String() string
type TalkServiceUpdateProfileAttributeArgs ¶
type TalkServiceUpdateProfileAttributeArgs struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` Attr ProfileAttribute `thrift:"attr,2" db:"attr" json:"attr"` Value string `thrift:"value,3" db:"value" json:"value"` }
Attributes:
- ReqSeq
- Attr
- Value
func NewTalkServiceUpdateProfileAttributeArgs ¶
func NewTalkServiceUpdateProfileAttributeArgs() *TalkServiceUpdateProfileAttributeArgs
func (*TalkServiceUpdateProfileAttributeArgs) GetAttr ¶
func (p *TalkServiceUpdateProfileAttributeArgs) GetAttr() ProfileAttribute
func (*TalkServiceUpdateProfileAttributeArgs) GetReqSeq ¶
func (p *TalkServiceUpdateProfileAttributeArgs) GetReqSeq() int32
func (*TalkServiceUpdateProfileAttributeArgs) GetValue ¶
func (p *TalkServiceUpdateProfileAttributeArgs) GetValue() string
func (*TalkServiceUpdateProfileAttributeArgs) ReadField1 ¶
func (*TalkServiceUpdateProfileAttributeArgs) ReadField2 ¶
func (*TalkServiceUpdateProfileAttributeArgs) ReadField3 ¶
func (*TalkServiceUpdateProfileAttributeArgs) String ¶
func (p *TalkServiceUpdateProfileAttributeArgs) String() string
type TalkServiceUpdateProfileAttributeResult ¶
type TalkServiceUpdateProfileAttributeResult struct {
E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}
Attributes:
- E
func NewTalkServiceUpdateProfileAttributeResult ¶
func NewTalkServiceUpdateProfileAttributeResult() *TalkServiceUpdateProfileAttributeResult
func (*TalkServiceUpdateProfileAttributeResult) GetE ¶
func (p *TalkServiceUpdateProfileAttributeResult) GetE() *TalkException
func (*TalkServiceUpdateProfileAttributeResult) IsSetE ¶
func (p *TalkServiceUpdateProfileAttributeResult) IsSetE() bool
func (*TalkServiceUpdateProfileAttributeResult) ReadField1 ¶
func (*TalkServiceUpdateProfileAttributeResult) String ¶
func (p *TalkServiceUpdateProfileAttributeResult) String() string
type TalkServiceUpdateSettingsAttributes2Args ¶
type TalkServiceUpdateSettingsAttributes2Args struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` // unused field # 2 Settings *Settings `thrift:"settings,3" db:"settings" json:"settings"` AttributesToUpdate []SettingsAttributeEx `thrift:"attributesToUpdate,4" db:"attributesToUpdate" json:"attributesToUpdate"` }
Attributes:
- ReqSeq
- AttributesToUpdate
- Settings
func NewTalkServiceUpdateSettingsAttributes2Args ¶
func NewTalkServiceUpdateSettingsAttributes2Args() *TalkServiceUpdateSettingsAttributes2Args
func (*TalkServiceUpdateSettingsAttributes2Args) GetAttributesToUpdate ¶
func (p *TalkServiceUpdateSettingsAttributes2Args) GetAttributesToUpdate() []SettingsAttributeEx
func (*TalkServiceUpdateSettingsAttributes2Args) GetReqSeq ¶
func (p *TalkServiceUpdateSettingsAttributes2Args) GetReqSeq() int32
func (*TalkServiceUpdateSettingsAttributes2Args) GetSettings ¶
func (p *TalkServiceUpdateSettingsAttributes2Args) GetSettings() *Settings
func (*TalkServiceUpdateSettingsAttributes2Args) IsSetSettings ¶
func (p *TalkServiceUpdateSettingsAttributes2Args) IsSetSettings() bool
func (*TalkServiceUpdateSettingsAttributes2Args) ReadField1 ¶
func (*TalkServiceUpdateSettingsAttributes2Args) ReadField3 ¶
func (*TalkServiceUpdateSettingsAttributes2Args) ReadField4 ¶
func (*TalkServiceUpdateSettingsAttributes2Args) String ¶
func (p *TalkServiceUpdateSettingsAttributes2Args) String() string
type TalkServiceUpdateSettingsAttributes2Result ¶
type TalkServiceUpdateSettingsAttributes2Result struct { Success []SettingsAttributeEx `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceUpdateSettingsAttributes2Result ¶
func NewTalkServiceUpdateSettingsAttributes2Result() *TalkServiceUpdateSettingsAttributes2Result
func (*TalkServiceUpdateSettingsAttributes2Result) GetE ¶
func (p *TalkServiceUpdateSettingsAttributes2Result) GetE() *TalkException
func (*TalkServiceUpdateSettingsAttributes2Result) GetSuccess ¶
func (p *TalkServiceUpdateSettingsAttributes2Result) GetSuccess() []SettingsAttributeEx
func (*TalkServiceUpdateSettingsAttributes2Result) IsSetE ¶
func (p *TalkServiceUpdateSettingsAttributes2Result) IsSetE() bool
func (*TalkServiceUpdateSettingsAttributes2Result) IsSetSuccess ¶
func (p *TalkServiceUpdateSettingsAttributes2Result) IsSetSuccess() bool
func (*TalkServiceUpdateSettingsAttributes2Result) ReadField0 ¶
func (*TalkServiceUpdateSettingsAttributes2Result) ReadField1 ¶
func (*TalkServiceUpdateSettingsAttributes2Result) String ¶
func (p *TalkServiceUpdateSettingsAttributes2Result) String() string
type TalkServiceVerifyPhoneNumberArgs ¶
type TalkServiceVerifyPhoneNumberArgs struct { // unused field # 1 SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"` PinCode string `thrift:"pinCode,3" db:"pinCode" json:"pinCode"` UdidHash string `thrift:"udidHash,4" db:"udidHash" json:"udidHash"` MigrationPincodeSessionId string `thrift:"migrationPincodeSessionId,5" db:"migrationPincodeSessionId" json:"migrationPincodeSessionId"` OldUdidHash string `thrift:"oldUdidHash,6" db:"oldUdidHash" json:"oldUdidHash"` }
Attributes:
- SessionId
- PinCode
- UdidHash
- MigrationPincodeSessionId
- OldUdidHash
func NewTalkServiceVerifyPhoneNumberArgs ¶
func NewTalkServiceVerifyPhoneNumberArgs() *TalkServiceVerifyPhoneNumberArgs
func (*TalkServiceVerifyPhoneNumberArgs) GetMigrationPincodeSessionId ¶
func (p *TalkServiceVerifyPhoneNumberArgs) GetMigrationPincodeSessionId() string
func (*TalkServiceVerifyPhoneNumberArgs) GetOldUdidHash ¶
func (p *TalkServiceVerifyPhoneNumberArgs) GetOldUdidHash() string
func (*TalkServiceVerifyPhoneNumberArgs) GetPinCode ¶
func (p *TalkServiceVerifyPhoneNumberArgs) GetPinCode() string
func (*TalkServiceVerifyPhoneNumberArgs) GetSessionId ¶
func (p *TalkServiceVerifyPhoneNumberArgs) GetSessionId() string
func (*TalkServiceVerifyPhoneNumberArgs) GetUdidHash ¶
func (p *TalkServiceVerifyPhoneNumberArgs) GetUdidHash() string
func (*TalkServiceVerifyPhoneNumberArgs) ReadField2 ¶
func (*TalkServiceVerifyPhoneNumberArgs) ReadField3 ¶
func (*TalkServiceVerifyPhoneNumberArgs) ReadField4 ¶
func (*TalkServiceVerifyPhoneNumberArgs) ReadField5 ¶
func (*TalkServiceVerifyPhoneNumberArgs) ReadField6 ¶
func (*TalkServiceVerifyPhoneNumberArgs) String ¶
func (p *TalkServiceVerifyPhoneNumberArgs) String() string
type TalkServiceVerifyPhoneNumberResult ¶
type TalkServiceVerifyPhoneNumberResult struct { Success *PhoneVerificationResult_ `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceVerifyPhoneNumberResult ¶
func NewTalkServiceVerifyPhoneNumberResult() *TalkServiceVerifyPhoneNumberResult
func (*TalkServiceVerifyPhoneNumberResult) GetE ¶
func (p *TalkServiceVerifyPhoneNumberResult) GetE() *TalkException
func (*TalkServiceVerifyPhoneNumberResult) GetSuccess ¶
func (p *TalkServiceVerifyPhoneNumberResult) GetSuccess() *PhoneVerificationResult_
func (*TalkServiceVerifyPhoneNumberResult) IsSetE ¶
func (p *TalkServiceVerifyPhoneNumberResult) IsSetE() bool
func (*TalkServiceVerifyPhoneNumberResult) IsSetSuccess ¶
func (p *TalkServiceVerifyPhoneNumberResult) IsSetSuccess() bool
func (*TalkServiceVerifyPhoneNumberResult) ReadField0 ¶
func (*TalkServiceVerifyPhoneNumberResult) ReadField1 ¶
func (*TalkServiceVerifyPhoneNumberResult) String ¶
func (p *TalkServiceVerifyPhoneNumberResult) String() string
type TalkServiceVerifyQrcodeArgs ¶
type TalkServiceVerifyQrcodeArgs struct { // unused field # 1 Verifier string `thrift:"verifier,2" db:"verifier" json:"verifier"` PinCode string `thrift:"pinCode,3" db:"pinCode" json:"pinCode"` }
Attributes:
- Verifier
- PinCode
func NewTalkServiceVerifyQrcodeArgs ¶
func NewTalkServiceVerifyQrcodeArgs() *TalkServiceVerifyQrcodeArgs
func (*TalkServiceVerifyQrcodeArgs) GetPinCode ¶
func (p *TalkServiceVerifyQrcodeArgs) GetPinCode() string
func (*TalkServiceVerifyQrcodeArgs) GetVerifier ¶
func (p *TalkServiceVerifyQrcodeArgs) GetVerifier() string
func (*TalkServiceVerifyQrcodeArgs) ReadField2 ¶
func (*TalkServiceVerifyQrcodeArgs) ReadField3 ¶
func (*TalkServiceVerifyQrcodeArgs) String ¶
func (p *TalkServiceVerifyQrcodeArgs) String() string
type TalkServiceVerifyQrcodeResult ¶
type TalkServiceVerifyQrcodeResult struct { Success *string `thrift:"success,0" db:"success" json:"success,omitempty"` E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"` }
Attributes:
- Success
- E
func NewTalkServiceVerifyQrcodeResult ¶
func NewTalkServiceVerifyQrcodeResult() *TalkServiceVerifyQrcodeResult
func (*TalkServiceVerifyQrcodeResult) GetE ¶
func (p *TalkServiceVerifyQrcodeResult) GetE() *TalkException
func (*TalkServiceVerifyQrcodeResult) GetSuccess ¶
func (p *TalkServiceVerifyQrcodeResult) GetSuccess() string
func (*TalkServiceVerifyQrcodeResult) IsSetE ¶
func (p *TalkServiceVerifyQrcodeResult) IsSetE() bool
func (*TalkServiceVerifyQrcodeResult) IsSetSuccess ¶
func (p *TalkServiceVerifyQrcodeResult) IsSetSuccess() bool
func (*TalkServiceVerifyQrcodeResult) ReadField0 ¶
func (*TalkServiceVerifyQrcodeResult) ReadField1 ¶
func (*TalkServiceVerifyQrcodeResult) String ¶
func (p *TalkServiceVerifyQrcodeResult) String() string
type Ticket ¶
type Ticket struct { ID string `thrift:"id,1" db:"id" json:"id"` // unused fields # 2 to 9 ExpirationTime int64 `thrift:"expirationTime,10" db:"expirationTime" json:"expirationTime"` // unused fields # 11 to 20 MaxUseCount int32 `thrift:"maxUseCount,21" db:"maxUseCount" json:"maxUseCount"` }
Attributes:
- ID
- ExpirationTime
- MaxUseCount
var TalkServiceGenerateUserTicketResult_Success_DEFAULT *Ticket
func (*Ticket) GetExpirationTime ¶
func (*Ticket) GetMaxUseCount ¶
func (*Ticket) ReadField1 ¶
func (*Ticket) ReadField10 ¶
func (*Ticket) ReadField21 ¶
type TokenIssueResult_ ¶
type TokenIssueResult_ struct { AccessToken string `thrift:"accessToken,1" db:"accessToken" json:"accessToken"` RefreshToken string `thrift:"refreshToken,2" db:"refreshToken" json:"refreshToken"` AppId string `thrift:"appId,3" db:"appId" json:"appId"` }
Attributes:
- AccessToken
- RefreshToken
- AppId
var LoginResult__TokenIssueResult__DEFAULT *TokenIssueResult_
func NewTokenIssueResult_ ¶
func NewTokenIssueResult_() *TokenIssueResult_
func (*TokenIssueResult_) Equals ¶
func (p *TokenIssueResult_) Equals(other *TokenIssueResult_) bool
func (*TokenIssueResult_) GetAccessToken ¶
func (p *TokenIssueResult_) GetAccessToken() string
func (*TokenIssueResult_) GetAppId ¶
func (p *TokenIssueResult_) GetAppId() string
func (*TokenIssueResult_) GetRefreshToken ¶
func (p *TokenIssueResult_) GetRefreshToken() string
func (*TokenIssueResult_) ReadField1 ¶
func (*TokenIssueResult_) ReadField2 ¶
func (*TokenIssueResult_) ReadField3 ¶
func (*TokenIssueResult_) String ¶
func (p *TokenIssueResult_) String() string
type UpdateChatRequest ¶
type UpdateChatRequest struct { ReqSeq int32 `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"` Chat *Chat `thrift:"chat,2" db:"chat" json:"chat"` UpdatedAttribute ChatAttribute `thrift:"updatedAttribute,3" db:"updatedAttribute" json:"updatedAttribute"` }
Attributes:
- ReqSeq
- Chat
- UpdatedAttribute
var TalkServiceUpdateChatArgs_Request_DEFAULT *UpdateChatRequest
func NewUpdateChatRequest ¶
func NewUpdateChatRequest() *UpdateChatRequest
func (*UpdateChatRequest) Equals ¶
func (p *UpdateChatRequest) Equals(other *UpdateChatRequest) bool
func (*UpdateChatRequest) GetChat ¶
func (p *UpdateChatRequest) GetChat() *Chat
func (*UpdateChatRequest) GetReqSeq ¶
func (p *UpdateChatRequest) GetReqSeq() int32
func (*UpdateChatRequest) GetUpdatedAttribute ¶
func (p *UpdateChatRequest) GetUpdatedAttribute() ChatAttribute
func (*UpdateChatRequest) IsSetChat ¶
func (p *UpdateChatRequest) IsSetChat() bool
func (*UpdateChatRequest) ReadField1 ¶
func (*UpdateChatRequest) ReadField2 ¶
func (*UpdateChatRequest) ReadField3 ¶
func (*UpdateChatRequest) String ¶
func (p *UpdateChatRequest) String() string
type UpdateChatResponse ¶
type UpdateChatResponse struct { }
var TalkServiceUpdateChatResult_Success_DEFAULT *UpdateChatResponse
func NewUpdateChatResponse ¶
func NewUpdateChatResponse() *UpdateChatResponse
func (*UpdateChatResponse) Equals ¶
func (p *UpdateChatResponse) Equals(other *UpdateChatResponse) bool
func (*UpdateChatResponse) String ¶
func (p *UpdateChatResponse) String() string
type UserAgeType ¶
type UserAgeType int64
const ( UserAgeType_OVER UserAgeType = 1 UserAgeType_UNDER UserAgeType = 2 UserAgeType_UNDEFINED UserAgeType = 3 )
func UserAgeTypeFromString ¶
func UserAgeTypeFromString(s string) (UserAgeType, error)
func UserAgeTypePtr ¶
func UserAgeTypePtr(v UserAgeType) *UserAgeType
func (UserAgeType) MarshalText ¶
func (p UserAgeType) MarshalText() ([]byte, error)
func (*UserAgeType) Scan ¶
func (p *UserAgeType) Scan(value interface{}) error
func (UserAgeType) String ¶
func (p UserAgeType) String() string
func (*UserAgeType) UnmarshalText ¶
func (p *UserAgeType) UnmarshalText(text []byte) error
type VerificationMethod ¶
type VerificationMethod int64
const ( VerificationMethod_NO_AVAILABLE VerificationMethod = 0 VerificationMethod_PIN_VIA_SMS VerificationMethod = 1 VerificationMethod_CALLERID_INDIGO VerificationMethod = 2 VerificationMethod_PIN_VIA_TTS VerificationMethod = 4 VerificationMethod_SKIP VerificationMethod = 10 )
func VerificationMethodFromString ¶
func VerificationMethodFromString(s string) (VerificationMethod, error)
func VerificationMethodPtr ¶
func VerificationMethodPtr(v VerificationMethod) *VerificationMethod
func (VerificationMethod) MarshalText ¶
func (p VerificationMethod) MarshalText() ([]byte, error)
func (*VerificationMethod) Scan ¶
func (p *VerificationMethod) Scan(value interface{}) error
func (VerificationMethod) String ¶
func (p VerificationMethod) String() string
func (*VerificationMethod) UnmarshalText ¶
func (p *VerificationMethod) UnmarshalText(text []byte) error
type VerificationResult_ ¶
type VerificationResult_ int64
const ( VerificationResult__FAILED VerificationResult_ = 0 VerificationResult__OK_NOT_REGISTERED_YET VerificationResult_ = 1 VerificationResult__OK_REGISTERED_WITH_SAME_DEVICE VerificationResult_ = 2 VerificationResult__OK_REGISTERED_WITH_ANOTHER_DEVICE VerificationResult_ = 3 )
func VerificationResult_FromString ¶
func VerificationResult_FromString(s string) (VerificationResult_, error)
func VerificationResult_Ptr ¶
func VerificationResult_Ptr(v VerificationResult_) *VerificationResult_
func (VerificationResult_) MarshalText ¶
func (p VerificationResult_) MarshalText() ([]byte, error)
func (*VerificationResult_) Scan ¶
func (p *VerificationResult_) Scan(value interface{}) error
func (VerificationResult_) String ¶
func (p VerificationResult_) String() string
func (*VerificationResult_) UnmarshalText ¶
func (p *VerificationResult_) UnmarshalText(text []byte) error
type VerificationSessionData ¶
type VerificationSessionData struct { SessionId string `thrift:"sessionId,1" db:"sessionId" json:"sessionId"` Method VerificationMethod `thrift:"method,2" db:"method" json:"method"` Callback string `thrift:"callback,3" db:"callback" json:"callback"` NormalizedPhone string `thrift:"normalizedPhone,4" db:"normalizedPhone" json:"normalizedPhone"` CountryCode string `thrift:"countryCode,5" db:"countryCode" json:"countryCode"` NationalSignificantNumber string `thrift:"nationalSignificantNumber,6" db:"nationalSignificantNumber" json:"nationalSignificantNumber"` AvailableVerificationMethods []VerificationMethod `thrift:"availableVerificationMethods,7" db:"availableVerificationMethods" json:"availableVerificationMethods"` CallerIdMask string `thrift:"callerIdMask,8" db:"callerIdMask" json:"callerIdMask"` }
Attributes:
- SessionId
- Method
- Callback
- NormalizedPhone
- CountryCode
- NationalSignificantNumber
- AvailableVerificationMethods
- CallerIdMask
var LoginResult__SessionForSMSConfirm_DEFAULT *VerificationSessionData
var TalkServiceChangeVerificationMethodResult_Success_DEFAULT *VerificationSessionData
var TalkServiceStartUpdateVerificationResult_Success_DEFAULT *VerificationSessionData
func NewVerificationSessionData ¶
func NewVerificationSessionData() *VerificationSessionData
func (*VerificationSessionData) Equals ¶
func (p *VerificationSessionData) Equals(other *VerificationSessionData) bool
func (*VerificationSessionData) GetAvailableVerificationMethods ¶
func (p *VerificationSessionData) GetAvailableVerificationMethods() []VerificationMethod
func (*VerificationSessionData) GetCallback ¶
func (p *VerificationSessionData) GetCallback() string
func (*VerificationSessionData) GetCallerIdMask ¶
func (p *VerificationSessionData) GetCallerIdMask() string
func (*VerificationSessionData) GetCountryCode ¶
func (p *VerificationSessionData) GetCountryCode() string
func (*VerificationSessionData) GetMethod ¶
func (p *VerificationSessionData) GetMethod() VerificationMethod
func (*VerificationSessionData) GetNationalSignificantNumber ¶
func (p *VerificationSessionData) GetNationalSignificantNumber() string
func (*VerificationSessionData) GetNormalizedPhone ¶
func (p *VerificationSessionData) GetNormalizedPhone() string
func (*VerificationSessionData) GetSessionId ¶
func (p *VerificationSessionData) GetSessionId() string
func (*VerificationSessionData) ReadField1 ¶
func (*VerificationSessionData) ReadField2 ¶
func (*VerificationSessionData) ReadField3 ¶
func (*VerificationSessionData) ReadField4 ¶
func (*VerificationSessionData) ReadField5 ¶
func (*VerificationSessionData) ReadField6 ¶
func (*VerificationSessionData) ReadField7 ¶
func (*VerificationSessionData) ReadField8 ¶
func (*VerificationSessionData) String ¶
func (p *VerificationSessionData) String() string
type WebLoginRequest ¶
type WebLoginRequest struct { HookedFullUrl string `thrift:"hookedFullUrl,1" db:"hookedFullUrl" json:"hookedFullUrl"` SessionString string `thrift:"sessionString,2" db:"sessionString" json:"sessionString"` FromIAB bool `thrift:"fromIAB,3" db:"fromIAB" json:"fromIAB"` SourceApplication string `thrift:"sourceApplication,4" db:"sourceApplication" json:"sourceApplication"` }
Attributes:
- HookedFullUrl
- SessionString
- FromIAB
- SourceApplication
var ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginArgs_WebLoginRequest_DEFAULT *WebLoginRequest
func NewWebLoginRequest ¶
func NewWebLoginRequest() *WebLoginRequest
func (*WebLoginRequest) Equals ¶
func (p *WebLoginRequest) Equals(other *WebLoginRequest) bool
func (*WebLoginRequest) GetFromIAB ¶
func (p *WebLoginRequest) GetFromIAB() bool
func (*WebLoginRequest) GetHookedFullUrl ¶
func (p *WebLoginRequest) GetHookedFullUrl() string
func (*WebLoginRequest) GetSessionString ¶
func (p *WebLoginRequest) GetSessionString() string
func (*WebLoginRequest) GetSourceApplication ¶
func (p *WebLoginRequest) GetSourceApplication() string
func (*WebLoginRequest) ReadField1 ¶
func (*WebLoginRequest) ReadField2 ¶
func (*WebLoginRequest) ReadField3 ¶
func (*WebLoginRequest) ReadField4 ¶
func (*WebLoginRequest) String ¶
func (p *WebLoginRequest) String() string
type WebLoginResponse ¶
type WebLoginResponse struct { ReturnUrl string `thrift:"returnUrl,1" db:"returnUrl" json:"returnUrl"` OptionalReturnUrl string `thrift:"optionalReturnUrl,2" db:"optionalReturnUrl" json:"optionalReturnUrl"` RedirectConfirmationPageUrl string `thrift:"redirectConfirmationPageUrl,3" db:"redirectConfirmationPageUrl" json:"redirectConfirmationPageUrl"` }
Attributes:
- ReturnUrl
- OptionalReturnUrl
- RedirectConfirmationPageUrl
var ChannelServiceGetReturnUrlWithRequestTokenForAutoLoginResult_Success_DEFAULT *WebLoginResponse
func NewWebLoginResponse ¶
func NewWebLoginResponse() *WebLoginResponse
func (*WebLoginResponse) Equals ¶
func (p *WebLoginResponse) Equals(other *WebLoginResponse) bool
func (*WebLoginResponse) GetOptionalReturnUrl ¶
func (p *WebLoginResponse) GetOptionalReturnUrl() string
func (*WebLoginResponse) GetRedirectConfirmationPageUrl ¶
func (p *WebLoginResponse) GetRedirectConfirmationPageUrl() string
func (*WebLoginResponse) GetReturnUrl ¶
func (p *WebLoginResponse) GetReturnUrl() string
func (*WebLoginResponse) ReadField1 ¶
func (*WebLoginResponse) ReadField2 ¶
func (*WebLoginResponse) ReadField3 ¶
func (*WebLoginResponse) String ¶
func (p *WebLoginResponse) String() string