linethrift

package module
v0.0.0-...-7dc2de1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ChannelServiceApproveChannelAndIssueRequestTokenResult_Success_DEFAULT string
View Source
var ChannelServiceGetChannelNotificationSettingsResult_Success_DEFAULT []*ChannelNotificationSetting
View Source
var ChannelServiceGetUpdatedChannelIdsResult_Success_DEFAULT []string
View Source
var ChannelServiceIssueRequestTokenForAutoLoginResult_Success_DEFAULT string
View Source
var ChannelServiceIssueRequestTokenResult_Success_DEFAULT string
View Source
var TalkServiceAcquireEncryptedAccessTokenResult_Success_DEFAULT string
View Source
var TalkServiceCreateAccountMigrationPincodeSessionResult_Success_DEFAULT string
View Source
var TalkServiceDecryptFollowEMidResult_Success_DEFAULT string
View Source
var TalkServiceFetchOperationsResult_Success_DEFAULT []*Operation
View Source
var TalkServiceFetchOpsResult_Success_DEFAULT []*Operation
View Source
var TalkServiceFindAndAddContactsByMidResult_Success_DEFAULT map[string]*Contact
View Source
var TalkServiceFindAndAddContactsByPhoneResult_Success_DEFAULT map[string]*Contact
View Source
var TalkServiceFindAndAddContactsByUseridResult_Success_DEFAULT map[string]*Contact
View Source
var TalkServiceFindContactsByPhoneResult_Success_DEFAULT map[string]*Contact
View Source
var TalkServiceGetAcceptedProximityMatchesResult_Success_DEFAULT []string
View Source
var TalkServiceGetAllContactIdsResult_Success_DEFAULT []string
View Source
var TalkServiceGetBlockedContactIdsResult_Success_DEFAULT []string
View Source
var TalkServiceGetBlockedRecommendationIdsResult_Success_DEFAULT []string
View Source
var TalkServiceGetChatEffectMetaListResult_Success_DEFAULT []*ChatEffectMeta
View Source
var TalkServiceGetChatRoomAnnouncementsBulkResult_Success_DEFAULT map[string][]*ChatRoomAnnouncement
View Source
var TalkServiceGetChatRoomAnnouncementsResult_Success_DEFAULT []*ChatRoomAnnouncement
View Source
var TalkServiceGetContactsResult_Success_DEFAULT []*Contact
View Source
var TalkServiceGetCountryWithRequestIpResult_Success_DEFAULT string
View Source
var TalkServiceGetE2EEPublicKeysExResult_Success_DEFAULT []*E2EEPublicKey
View Source
var TalkServiceGetE2EEPublicKeysResult_Success_DEFAULT []*E2EEPublicKey
View Source
var TalkServiceGetFriendRequestsResult_Success_DEFAULT []*FriendRequest
View Source
var TalkServiceGetGroupsResult_Success_DEFAULT []*Group
View Source
var TalkServiceGetLastE2EEPublicKeysResult_Success_DEFAULT map[string]*E2EEPublicKey
View Source
var TalkServiceGetLastOpRevisionResult_Success_DEFAULT int64
View Source
var TalkServiceGetMessageReadRangeResult_Success_DEFAULT []*TMessageReadRange
View Source
var TalkServiceGetRecentMessagesResult_Success_DEFAULT []*Message
View Source
var TalkServiceGetRecentMessagesV2Result_Success_DEFAULT []*Message
View Source
var TalkServiceGetRecommendationIdsResult_Success_DEFAULT []string
View Source
var TalkServiceGetServerTimeResult_Success_DEFAULT int64
View Source
var TalkServiceGetShakeEventV1Result_Success_DEFAULT string
View Source
var TalkServiceIsUseridAvailableResult_Success_DEFAULT bool
View Source
var TalkServiceOpenProximityMatchResult_Success_DEFAULT string
View Source
var TalkServiceRegisterDeviceWithIdentityCredentialResult_Success_DEFAULT string
View Source
var TalkServiceRegisterUseridResult_Success_DEFAULT bool
View Source
var TalkServiceRegisterWithSnsIdAndIdentityCredentialResult_Success_DEFAULT string
View Source
var TalkServiceSyncContactsResult_Success_DEFAULT map[string]*ContactRegistration
View Source
var TalkServiceUnregisterUserAndDeviceResult_Success_DEFAULT string
View Source
var TalkServiceUpdateAndGetNearbyResult_Success_DEFAULT []*NearbyEntry
View Source
var TalkServiceUpdateSettingsAttributes2Result_Success_DEFAULT []SettingsAttributeEx
View Source
var TalkServiceVerifyQrcodeResult_Success_DEFAULT string
View Source
var TalkServiceWakeUpLongPollingResult_Success_DEFAULT bool

Functions

This section is empty.

Types

type AcceptChatInvitationByTicketRequest

type AcceptChatInvitationByTicketRequest struct {
	ReqSeq   int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	ChatMid  string `thrift:"chatMid,2" db:"chatMid" json:"chatMid"`
	TicketId string `thrift:"ticketId,3" db:"ticketId" json:"ticketId"`
}

Attributes:

  • ReqSeq
  • ChatMid
  • TicketId
var TalkServiceAcceptChatInvitationByTicketArgs_Request_DEFAULT *AcceptChatInvitationByTicketRequest

func NewAcceptChatInvitationByTicketRequest

func NewAcceptChatInvitationByTicketRequest() *AcceptChatInvitationByTicketRequest

func (*AcceptChatInvitationByTicketRequest) Equals

func (*AcceptChatInvitationByTicketRequest) GetChatMid

func (*AcceptChatInvitationByTicketRequest) GetReqSeq

func (*AcceptChatInvitationByTicketRequest) GetTicketId

func (*AcceptChatInvitationByTicketRequest) Read

func (*AcceptChatInvitationByTicketRequest) ReadField1

func (*AcceptChatInvitationByTicketRequest) ReadField2

func (*AcceptChatInvitationByTicketRequest) ReadField3

func (*AcceptChatInvitationByTicketRequest) String

func (*AcceptChatInvitationByTicketRequest) Write

type AcceptChatInvitationByTicketResponse

type AcceptChatInvitationByTicketResponse struct {
}
var TalkServiceAcceptChatInvitationByTicketResult_Success_DEFAULT *AcceptChatInvitationByTicketResponse

func NewAcceptChatInvitationByTicketResponse

func NewAcceptChatInvitationByTicketResponse() *AcceptChatInvitationByTicketResponse

func (*AcceptChatInvitationByTicketResponse) Equals

func (*AcceptChatInvitationByTicketResponse) Read

func (*AcceptChatInvitationByTicketResponse) String

func (*AcceptChatInvitationByTicketResponse) Write

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 (*AcceptChatInvitationRequest) GetChatMid

func (p *AcceptChatInvitationRequest) GetChatMid() string

func (*AcceptChatInvitationRequest) GetReqSeq

func (p *AcceptChatInvitationRequest) GetReqSeq() int32

func (*AcceptChatInvitationRequest) Read

func (*AcceptChatInvitationRequest) ReadField1

func (*AcceptChatInvitationRequest) ReadField2

func (*AcceptChatInvitationRequest) String

func (p *AcceptChatInvitationRequest) String() string

func (*AcceptChatInvitationRequest) Write

type AcceptChatInvitationResponse

type AcceptChatInvitationResponse struct {
}
var TalkServiceAcceptChatInvitationResult_Success_DEFAULT *AcceptChatInvitationResponse

func NewAcceptChatInvitationResponse

func NewAcceptChatInvitationResponse() *AcceptChatInvitationResponse

func (*AcceptChatInvitationResponse) Equals

func (*AcceptChatInvitationResponse) Read

func (*AcceptChatInvitationResponse) String

func (*AcceptChatInvitationResponse) Write

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 (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

func (*AccountMigrationCheckType) Value

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 (AccountMigrationPincodeType) MarshalText

func (p AccountMigrationPincodeType) MarshalText() ([]byte, error)

func (*AccountMigrationPincodeType) Scan

func (p *AccountMigrationPincodeType) Scan(value interface{}) error

func (AccountMigrationPincodeType) String

func (*AccountMigrationPincodeType) UnmarshalText

func (p *AccountMigrationPincodeType) UnmarshalText(text []byte) error

func (*AccountMigrationPincodeType) Value

type AnalyticsInfo

type AnalyticsInfo struct {
	GaSamplingRate float64 `thrift:"gaSamplingRate,1" db:"gaSamplingRate" json:"gaSamplingRate"`
	Tmid           string  `thrift:"tmid,2" db:"tmid" json:"tmid"`
}

Attributes:

  • GaSamplingRate
  • Tmid
var TalkServiceGetAnalyticsInfoResult_Success_DEFAULT *AnalyticsInfo

func NewAnalyticsInfo

func NewAnalyticsInfo() *AnalyticsInfo

func (*AnalyticsInfo) Equals

func (p *AnalyticsInfo) Equals(other *AnalyticsInfo) bool

func (*AnalyticsInfo) GetGaSamplingRate

func (p *AnalyticsInfo) GetGaSamplingRate() float64

func (*AnalyticsInfo) GetTmid

func (p *AnalyticsInfo) GetTmid() string

func (*AnalyticsInfo) Read

func (p *AnalyticsInfo) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*AnalyticsInfo) ReadField1

func (p *AnalyticsInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AnalyticsInfo) ReadField2

func (p *AnalyticsInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*AnalyticsInfo) String

func (p *AnalyticsInfo) String() string

func (*AnalyticsInfo) Write

func (p *AnalyticsInfo) Write(ctx context.Context, oprot thrift.TProtocol) 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

func (*AppExtensionType) Value

func (p *AppExtensionType) Value() (driver.Value, 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_BETA     ApplicationType = 130
	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_BETA      ApplicationType = 162
	ApplicationType_BLACKBERRY_RC      ApplicationType = 177
	ApplicationType_BLACKBERRY_BETA    ApplicationType = 178
	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_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_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_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_RC           ApplicationType = 401
	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_INTERNAL           ApplicationType = 464
	ApplicationType_INTERNAL_RC        ApplicationType = 465
	ApplicationType_INTERNAL_BETA      ApplicationType = 466
	ApplicationType_INTERNAL_ALPHA     ApplicationType = 467
	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

func (*ApplicationType) Value

func (p *ApplicationType) Value() (driver.Value, error)

type ApprovedChannelInfo

type ApprovedChannelInfo struct {
	ChannelInfo *ChannelInfo `thrift:"channelInfo,1" db:"channelInfo" json:"channelInfo"`
	ApprovedAt  int64        `thrift:"approvedAt,2" db:"approvedAt" json:"approvedAt"`
}

Attributes:

  • ChannelInfo
  • ApprovedAt

func NewApprovedChannelInfo

func NewApprovedChannelInfo() *ApprovedChannelInfo

func (*ApprovedChannelInfo) Equals

func (p *ApprovedChannelInfo) Equals(other *ApprovedChannelInfo) bool

func (*ApprovedChannelInfo) GetApprovedAt

func (p *ApprovedChannelInfo) GetApprovedAt() int64

func (*ApprovedChannelInfo) GetChannelInfo

func (p *ApprovedChannelInfo) GetChannelInfo() *ChannelInfo

func (*ApprovedChannelInfo) IsSetChannelInfo

func (p *ApprovedChannelInfo) IsSetChannelInfo() bool

func (*ApprovedChannelInfo) Read

func (*ApprovedChannelInfo) ReadField1

func (p *ApprovedChannelInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ApprovedChannelInfo) ReadField2

func (p *ApprovedChannelInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ApprovedChannelInfo) String

func (p *ApprovedChannelInfo) String() string

func (*ApprovedChannelInfo) Write

type ApprovedChannelInfos

type ApprovedChannelInfos struct {
	ApprovedChannelInfos []*ApprovedChannelInfo `thrift:"approvedChannelInfos,1" db:"approvedChannelInfos" json:"approvedChannelInfos"`
	Revision             int64                  `thrift:"revision,2" db:"revision" json:"revision"`
}

Attributes:

  • ApprovedChannelInfos
  • Revision
var ChannelServiceGetApprovedChannelsResult_Success_DEFAULT *ApprovedChannelInfos

func NewApprovedChannelInfos

func NewApprovedChannelInfos() *ApprovedChannelInfos

func (*ApprovedChannelInfos) Equals

func (*ApprovedChannelInfos) GetApprovedChannelInfos

func (p *ApprovedChannelInfos) GetApprovedChannelInfos() []*ApprovedChannelInfo

func (*ApprovedChannelInfos) GetRevision

func (p *ApprovedChannelInfos) GetRevision() int64

func (*ApprovedChannelInfos) Read

func (*ApprovedChannelInfos) ReadField1

func (p *ApprovedChannelInfos) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ApprovedChannelInfos) ReadField2

func (p *ApprovedChannelInfos) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ApprovedChannelInfos) String

func (p *ApprovedChannelInfos) String() string

func (*ApprovedChannelInfos) Write

type AvatarProfile

type AvatarProfile struct {
	Version       string `thrift:"version,1" db:"version" json:"version"`
	UpdatedMillis int64  `thrift:"updatedMillis,2" db:"updatedMillis" json:"updatedMillis"`
	Thumbnail     string `thrift:"thumbnail,3" db:"thumbnail" json:"thumbnail"`
}

Attributes:

  • Version
  • UpdatedMillis
  • Thumbnail
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) GetThumbnail

func (p *AvatarProfile) GetThumbnail() string

func (*AvatarProfile) GetUpdatedMillis

func (p *AvatarProfile) GetUpdatedMillis() int64

func (*AvatarProfile) GetVersion

func (p *AvatarProfile) GetVersion() string

func (*AvatarProfile) Read

func (p *AvatarProfile) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*AvatarProfile) ReadField1

func (p *AvatarProfile) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AvatarProfile) ReadField2

func (p *AvatarProfile) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*AvatarProfile) ReadField3

func (p *AvatarProfile) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*AvatarProfile) String

func (p *AvatarProfile) String() string

func (*AvatarProfile) Write

func (p *AvatarProfile) Write(ctx context.Context, oprot thrift.TProtocol) error

type BatteryMode

type BatteryMode int64
const (
	BatteryMode_NORMAL      BatteryMode = 1
	BatteryMode_LOW_BATTERY BatteryMode = 2
)

func BatteryModeFromString

func BatteryModeFromString(s string) (BatteryMode, error)

func BatteryModePtr

func BatteryModePtr(v BatteryMode) *BatteryMode

func (BatteryMode) MarshalText

func (p BatteryMode) MarshalText() ([]byte, error)

func (*BatteryMode) Scan

func (p *BatteryMode) Scan(value interface{}) error

func (BatteryMode) String

func (p BatteryMode) String() string

func (*BatteryMode) UnmarshalText

func (p *BatteryMode) UnmarshalText(text []byte) error

func (*BatteryMode) Value

func (p *BatteryMode) Value() (driver.Value, error)

type BotType

type BotType int64
const (
	BotType_RESERVED  BotType = 0
	BotType_OFFICIAL  BotType = 1
	BotType_LINE_AT_0 BotType = 2
	BotType_LINE_AT   BotType = 3
)

func BotTypeFromString

func BotTypeFromString(s string) (BotType, error)

func BotTypePtr

func BotTypePtr(v BotType) *BotType

func (BotType) MarshalText

func (p BotType) MarshalText() ([]byte, error)

func (*BotType) Scan

func (p *BotType) Scan(value interface{}) error

func (BotType) String

func (p BotType) String() string

func (*BotType) UnmarshalText

func (p *BotType) UnmarshalText(text []byte) error

func (*BotType) Value

func (p *BotType) Value() (driver.Value, error)

type BuddyDetail

type BuddyDetail struct {
	Mid                    string     `thrift:"mid,1" db:"mid" json:"mid"`
	MemberCount            int64      `thrift:"memberCount,2" db:"memberCount" json:"memberCount"`
	OnAir                  int64      `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 []C61914vb `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              bool       `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       bool       `thrift:"richMenuRevision,16" db:"richMenuRevision" json:"richMenuRevision"`
	OnAirLabel             OnAirLabel `thrift:"onAirLabel,17" db:"onAirLabel" json:"onAirLabel"`
	UseTheme               int32      `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            bool       `thrift:"barRevision,21" db:"barRevision" json:"barRevision"`
	UseBackground          int64      `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      bool       `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
  • UseTheme
  • ThemeId
  • UseBar
  • BarRevision
  • UseBackground
  • BackgroundId
  • StatusBarEnabled
  • StatusBarRevision
  • SearchId
  • OnAirVersion
  • Blockable
var ProximityMatchCandidateEntry_BuddyDetail_DEFAULT *BuddyDetail

func NewBuddyDetail

func NewBuddyDetail() *BuddyDetail

func (*BuddyDetail) Equals

func (p *BuddyDetail) Equals(other *BuddyDetail) bool

func (*BuddyDetail) GetAcceptableContentTypes

func (p *BuddyDetail) GetAcceptableContentTypes() []C61914vb

func (*BuddyDetail) GetAddable

func (p *BuddyDetail) GetAddable() bool

func (*BuddyDetail) GetBackgroundId

func (p *BuddyDetail) GetBackgroundId() string

func (*BuddyDetail) GetBarRevision

func (p *BuddyDetail) GetBarRevision() bool

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() bool

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() int64

func (*BuddyDetail) GetOnAirLabel

func (p *BuddyDetail) GetOnAirLabel() OnAirLabel

func (*BuddyDetail) GetOnAirVersion

func (p *BuddyDetail) GetOnAirVersion() int32

func (*BuddyDetail) GetPhoneNumberToDial

func (p *BuddyDetail) GetPhoneNumberToDial() string

func (*BuddyDetail) GetRichMenuRevision

func (p *BuddyDetail) GetRichMenuRevision() bool

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() bool

func (*BuddyDetail) GetThemeId

func (p *BuddyDetail) GetThemeId() string

func (*BuddyDetail) GetUseBackground

func (p *BuddyDetail) GetUseBackground() int64

func (*BuddyDetail) GetUseBar

func (p *BuddyDetail) GetUseBar() bool

func (*BuddyDetail) GetUseTheme

func (p *BuddyDetail) GetUseTheme() int32

func (*BuddyDetail) Read

func (p *BuddyDetail) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField1

func (p *BuddyDetail) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField10

func (p *BuddyDetail) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField11

func (p *BuddyDetail) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField12

func (p *BuddyDetail) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField13

func (p *BuddyDetail) ReadField13(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField14

func (p *BuddyDetail) ReadField14(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField15

func (p *BuddyDetail) ReadField15(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField16

func (p *BuddyDetail) ReadField16(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField17

func (p *BuddyDetail) ReadField17(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField18

func (p *BuddyDetail) ReadField18(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField19

func (p *BuddyDetail) ReadField19(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField2

func (p *BuddyDetail) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField20

func (p *BuddyDetail) ReadField20(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField21

func (p *BuddyDetail) ReadField21(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField22

func (p *BuddyDetail) ReadField22(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField23

func (p *BuddyDetail) ReadField23(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField24

func (p *BuddyDetail) ReadField24(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField25

func (p *BuddyDetail) ReadField25(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField26

func (p *BuddyDetail) ReadField26(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField27

func (p *BuddyDetail) ReadField27(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField28

func (p *BuddyDetail) ReadField28(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField3

func (p *BuddyDetail) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField4

func (p *BuddyDetail) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField5

func (p *BuddyDetail) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField6

func (p *BuddyDetail) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField7

func (p *BuddyDetail) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField8

func (p *BuddyDetail) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) ReadField9

func (p *BuddyDetail) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*BuddyDetail) String

func (p *BuddyDetail) String() string

func (*BuddyDetail) Write

func (p *BuddyDetail) Write(ctx context.Context, oprot thrift.TProtocol) error

type C58964da

type C58964da int64
const (
	C58964da_BACKGROUND C58964da = 0
	C58964da_KEYWORD    C58964da = 1
)

func C58964daFromString

func C58964daFromString(s string) (C58964da, error)

func C58964daPtr

func C58964daPtr(v C58964da) *C58964da

func (C58964da) MarshalText

func (p C58964da) MarshalText() ([]byte, error)

func (*C58964da) Scan

func (p *C58964da) Scan(value interface{}) error

func (C58964da) String

func (p C58964da) String() string

func (*C58964da) UnmarshalText

func (p *C58964da) UnmarshalText(text []byte) error

func (*C58964da) Value

func (p *C58964da) Value() (driver.Value, error)

type C59122ec

type C59122ec int64
const (
	C59122ec_BEACON_AGREEMENT         C59122ec = 1
	C59122ec_BLUETOOTH                C59122ec = 2
	C59122ec_SHAKE_AGREEMENT          C59122ec = 3
	C59122ec_AUTO_SUGGEST             C59122ec = 4
	C59122ec_CHATROOM_CAPTURE         C59122ec = 5
	C59122ec_CHATROOM_MINIMIZEBROWSER C59122ec = 6
	C59122ec_CHATROOM_MOBILESAFARI    C59122ec = 7
	C59122ec_VIDEO_HIGHTLIGHT_WIZARD  C59122ec = 8
	C59122ec_CHAT_FOLDER              C59122ec = 9
)

func C59122ecFromString

func C59122ecFromString(s string) (C59122ec, error)

func C59122ecPtr

func C59122ecPtr(v C59122ec) *C59122ec

func (C59122ec) MarshalText

func (p C59122ec) MarshalText() ([]byte, error)

func (*C59122ec) Scan

func (p *C59122ec) Scan(value interface{}) error

func (C59122ec) String

func (p C59122ec) String() string

func (*C59122ec) UnmarshalText

func (p *C59122ec) UnmarshalText(text []byte) error

func (*C59122ec) Value

func (p *C59122ec) Value() (driver.Value, error)

type C59265fa

type C59265fa int64
const (
	C59265fa_LOW C59265fa = 0
)

func C59265faFromString

func C59265faFromString(s string) (C59265fa, error)

func C59265faPtr

func C59265faPtr(v C59265fa) *C59265fa

func (C59265fa) MarshalText

func (p C59265fa) MarshalText() ([]byte, error)

func (*C59265fa) Scan

func (p *C59265fa) Scan(value interface{}) error

func (C59265fa) String

func (p C59265fa) String() string

func (*C59265fa) UnmarshalText

func (p *C59265fa) UnmarshalText(text []byte) error

func (*C59265fa) Value

func (p *C59265fa) Value() (driver.Value, error)

type C59430gc

type C59430gc int64
const (
	C59430gc_LOCATION_OS                     C59430gc = 1
	C59430gc_LOCATION_APP                    C59430gc = 2
	C59430gc_VIDEO_AUTO_PLAY                 C59430gc = 3
	C59430gc_HNI                             C59430gc = 4
	C59430gc_AUTO_SUGGEST_LANG               C59430gc = 5
	C59430gc_CHAT_EFFECT_CACHED_CONTENT_LIST C59430gc = 6
)

func C59430gcFromString

func C59430gcFromString(s string) (C59430gc, error)

func C59430gcPtr

func C59430gcPtr(v C59430gc) *C59430gc

func (C59430gc) MarshalText

func (p C59430gc) MarshalText() ([]byte, error)

func (*C59430gc) Scan

func (p *C59430gc) Scan(value interface{}) error

func (C59430gc) String

func (p C59430gc) String() string

func (*C59430gc) UnmarshalText

func (p *C59430gc) UnmarshalText(text []byte) error

func (*C59430gc) Value

func (p *C59430gc) Value() (driver.Value, error)

type C59756ii

type C59756ii int64
const (
	C59756ii_NOTIFICATION_ENABLE                        C59756ii = 0
	C59756ii_NOTIFICATION_MUTE_EXPIRATION               C59756ii = 1
	C59756ii_NOTIFICATION_NEW_MESSAGE                   C59756ii = 2
	C59756ii_NOTIFICATION_GROUP_INVITATION              C59756ii = 3
	C59756ii_NOTIFICATION_SHOW_MESSAGE                  C59756ii = 4
	C59756ii_NOTIFICATION_INCOMING_CALL                 C59756ii = 5
	C59756ii_PRIVACY_SYNC_CONTACTS                      C59756ii = 6
	C59756ii_PRIVACY_SEARCH_BY_PHONE_NUMBER             C59756ii = 7
	C59756ii_NOTIFICATION_SOUND_MESSAGE                 C59756ii = 8
	C59756ii_NOTIFICATION_SOUND_GROUP                   C59756ii = 9
	C59756ii_CONTACT_MY_TICKET                          C59756ii = 10
	C59756ii_IDENTITY_PROVIDER                          C59756ii = 11
	C59756ii_IDENTITY_IDENTIFIER                        C59756ii = 12
	C59756ii_PRIVACY_SEARCH_BY_USERID                   C59756ii = 13
	C59756ii_PRIVACY_SEARCH_BY_EMAIL                    C59756ii = 14
	C59756ii_PREFERENCE_LOCALE                          C59756ii = 15
	C59756ii_NOTIFICATION_DISABLED_WITH_SUB             C59756ii = 16
	C59756ii_NOTIFICATION_PAYMENT                       C59756ii = 17
	C59756ii_SECURITY_CENTER_SETTINGS                   C59756ii = 18
	C59756ii_SNS_ACCOUNT                                C59756ii = 19
	C59756ii_PHONE_REGISTRATION                         C59756ii = 20
	C59756ii_PRIVACY_ALLOW_SECONDARY_DEVICE_LOGIN       C59756ii = 21
	C59756ii_CUSTOM_MODE                                C59756ii = 22
	C59756ii_PRIVACY_PROFILE_IMAGE_POST_TO_MYHOME       C59756ii = 23
	C59756ii_EMAIL_CONFIRMATION_STATUS                  C59756ii = 24
	C59756ii_PRIVACY_RECV_MESSAGES_FROM_NOT_FRIEND      C59756ii = 25
	C59756ii_PRIVACY_AGREE_USE_LINECOIN_TO_PAIDCALL     C59756ii = 26
	C59756ii_PRIVACY_AGREE_USE_PAIDCALL                 C59756ii = 27
	C59756ii_ACCOUNT_MIGRATION_PINCODE                  C59756ii = 28
	C59756ii_ENFORCED_INPUT_ACCOUNT_MIGRATION_PINCODE   C59756ii = 29
	C59756ii_PRIVACY_ALLOW_FRIEND_REQUEST               C59756ii = 30
	C59756ii_E2EE_ENABLE                                C59756ii = 33
	C59756ii_HITOKOTO_BACKUP_REQUESTED                  C59756ii = 34
	C59756ii_PRIVACY_PROFILE_MUSIC_POST_TO_MYHOME       C59756ii = 35
	C59756ii_CONTACT_ALLOW_FOLLOWING                    C59756ii = 36
	C59756ii_PRIVACY_ALLOW_NEARBY                       C59756ii = 37
	C59756ii_AGREEMENT_NEARBY                           C59756ii = 38
	C59756ii_AGREEMENT_SQUARE                           C59756ii = 39
	C59756ii_NOTIFICATION_MENTION                       C59756ii = 40
	C59756ii_ALLOW_UNREGISTRATION_SECONDARY_DEVICE      C59756ii = 41
	C59756ii_AGREEMENT_BOT_USE                          C59756ii = 42
	C59756ii_AGREEMENT_SHAKE_FUNCTION                   C59756ii = 43
	C59756ii_AGREEMENT_MOBILE_CONTACT_NAME              C59756ii = 44
	C59756ii_NOTIFICATION_THUMBNAIL                     C59756ii = 45
	C59756ii_AGREEMENT_SOUND_TO_TEXT                    C59756ii = 46
	C59756ii_AGREEMENT_PRIVACY_POLICY_VERSION           C59756ii = 47
	C59756ii_AGREEMENT_AD_BY_WEB_ACCESS                 C59756ii = 48
	C59756ii_AGREEMENT_PHONE_NUMBER_MATCHING            C59756ii = 49
	C59756ii_AGREEMENT_COMMUNICATION_INFO               C59756ii = 50
	C59756ii_PRIVACY_SHARE_PERSONAL_INFO_TO_FRIENDS     C59756ii = 51
	C59756ii_AGREEMENT_THINGS_WIRELESS_COMMUNICATION    C59756ii = 52
	C59756ii_AGREEMENT_GDPR                             C59756ii = 53
	C59756ii_PRIVACY_STATUS_MESSAGE_HISTORY             C59756ii = 54
	C59756ii_AGREEMENT_PROVIDE_LOCATION                 C59756ii = 55
	C59756ii_AGREEMENT_BEACON                           C59756ii = 56
	C59756ii_PRIVACY_PROFILE_HISTORY                    C59756ii = 57
	C59756ii_AGREEMENT_CONTENTS_SUGGEST                 C59756ii = 58
	C59756ii_AGREEMENT_CONTENTS_SUGGEST_DATA_COLLECTION C59756ii = 59
	C59756ii_PRIVACY_AGE_RESULT                         C59756ii = 60
	C59756ii_PRIVACY_AGE_RESULT_RECEIVED                C59756ii = 61
	C59756ii_AGREEMENT_OCR_IMAGE_COLLECTION             C59756ii = 62
	C59756ii_PRIVACY_ALLOW_FOLLOW                       C59756ii = 63
	C59756ii_PRIVACY_SHOW_FOLLOW_LIST                   C59756ii = 64
	C59756ii_NOTIFICATION_BADGE_TALK_ONLY               C59756ii = 65
)

func C59756iiFromString

func C59756iiFromString(s string) (C59756ii, error)

func C59756iiPtr

func C59756iiPtr(v C59756ii) *C59756ii

func (C59756ii) MarshalText

func (p C59756ii) MarshalText() ([]byte, error)

func (*C59756ii) Scan

func (p *C59756ii) Scan(value interface{}) error

func (C59756ii) String

func (p C59756ii) String() string

func (*C59756ii) UnmarshalText

func (p *C59756ii) UnmarshalText(text []byte) error

func (*C59756ii) Value

func (p *C59756ii) Value() (driver.Value, error)

type C60759oi

type C60759oi int64
const (
	C60759oi_FACEBOOK C60759oi = 1
	C60759oi_SINA     C60759oi = 2
	C60759oi_RENREN   C60759oi = 3
	C60759oi_FEIXIN   C60759oi = 4
	C60759oi_BBM      C60759oi = 5
	C60759oi_APPLE    C60759oi = 6
)

func C60759oiFromString

func C60759oiFromString(s string) (C60759oi, error)

func C60759oiPtr

func C60759oiPtr(v C60759oi) *C60759oi

func (C60759oi) MarshalText

func (p C60759oi) MarshalText() ([]byte, error)

func (*C60759oi) Scan

func (p *C60759oi) Scan(value interface{}) error

func (C60759oi) String

func (p C60759oi) String() string

func (*C60759oi) UnmarshalText

func (p *C60759oi) UnmarshalText(text []byte) error

func (*C60759oi) Value

func (p *C60759oi) Value() (driver.Value, error)

type C61914vb

type C61914vb int64
const (
	C61914vb_NONE             C61914vb = 0
	C61914vb_IMAGE            C61914vb = 1
	C61914vb_VIDEO            C61914vb = 2
	C61914vb_AUDIO            C61914vb = 3
	C61914vb_HTML             C61914vb = 4
	C61914vb_PDF              C61914vb = 5
	C61914vb_CALL             C61914vb = 6
	C61914vb_STICKER          C61914vb = 7
	C61914vb_PRESENCE         C61914vb = 8
	C61914vb_GIFT             C61914vb = 9
	C61914vb_GROUPBOARD       C61914vb = 10
	C61914vb_APPLINK          C61914vb = 11
	C61914vb_LINK             C61914vb = 12
	C61914vb_CONTACT          C61914vb = 13
	C61914vb_FILE             C61914vb = 14
	C61914vb_LOCATION         C61914vb = 15
	C61914vb_POSTNOTIFICATION C61914vb = 16
	C61914vb_RICH             C61914vb = 17
	C61914vb_CHATEVENT        C61914vb = 18
	C61914vb_MUSIC            C61914vb = 19
	C61914vb_PAYMENT          C61914vb = 20
	C61914vb_EXTIMAGE         C61914vb = 21
	C61914vb_FLEX             C61914vb = 22
)

func C61914vbFromString

func C61914vbFromString(s string) (C61914vb, error)

func C61914vbPtr

func C61914vbPtr(v C61914vb) *C61914vb

func (C61914vb) MarshalText

func (p C61914vb) MarshalText() ([]byte, error)

func (*C61914vb) Scan

func (p *C61914vb) Scan(value interface{}) error

func (C61914vb) String

func (p C61914vb) String() string

func (*C61914vb) UnmarshalText

func (p *C61914vb) UnmarshalText(text []byte) error

func (*C61914vb) Value

func (p *C61914vb) Value() (driver.Value, error)

type C62606zb

type C62606zb int64
const (
	C62606zb_PROMOTION_FRIENDS_INVITE            C62606zb = 1
	C62606zb_CAPABILITY_SERVER_SIDE_SMS          C62606zb = 2
	C62606zb_LINE_CLIENT_ANALYTICS_CONFIGURATION C62606zb = 3
)

func C62606zbFromString

func C62606zbFromString(s string) (C62606zb, error)

func C62606zbPtr

func C62606zbPtr(v C62606zb) *C62606zb

func (C62606zb) MarshalText

func (p C62606zb) MarshalText() ([]byte, error)

func (*C62606zb) Scan

func (p *C62606zb) Scan(value interface{}) error

func (C62606zb) String

func (p C62606zb) String() string

func (*C62606zb) UnmarshalText

func (p *C62606zb) UnmarshalText(text []byte) error

func (*C62606zb) Value

func (p *C62606zb) Value() (driver.Value, error)

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 (*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) Read

func (*CancelChatInvitationRequest) ReadField1

func (*CancelChatInvitationRequest) ReadField2

func (*CancelChatInvitationRequest) ReadField3

func (*CancelChatInvitationRequest) String

func (p *CancelChatInvitationRequest) String() string

func (*CancelChatInvitationRequest) Write

type CancelChatInvitationResponse

type CancelChatInvitationResponse struct {
}
var TalkServiceCancelChatInvitationResult_Success_DEFAULT *CancelChatInvitationResponse

func NewCancelChatInvitationResponse

func NewCancelChatInvitationResponse() *CancelChatInvitationResponse

func (*CancelChatInvitationResponse) Equals

func (*CancelChatInvitationResponse) Read

func (*CancelChatInvitationResponse) String

func (*CancelChatInvitationResponse) Write

type Carrier

type Carrier int64
const (
	Carrier_NOT_SPECIFIED    Carrier = 0
	Carrier_JP_DOCOMO        Carrier = 1
	Carrier_JP_AU            Carrier = 2
	Carrier_JP_SOFTBANK      Carrier = 3
	Carrier_JP_DOCOMO_LINE   Carrier = 4
	Carrier_JP_SOFTBANK_LINE Carrier = 5
	Carrier_JP_AU_LINE       Carrier = 6
	Carrier_KR_SKT           Carrier = 17
	Carrier_KR_KT            Carrier = 18
	Carrier_KR_LGT           Carrier = 19
)

func CarrierFromString

func CarrierFromString(s string) (Carrier, error)

func CarrierPtr

func CarrierPtr(v Carrier) *Carrier

func (Carrier) MarshalText

func (p Carrier) MarshalText() ([]byte, error)

func (*Carrier) Scan

func (p *Carrier) Scan(value interface{}) error

func (Carrier) String

func (p Carrier) String() string

func (*Carrier) UnmarshalText

func (p *Carrier) UnmarshalText(text []byte) error

func (*Carrier) Value

func (p *Carrier) Value() (driver.Value, error)

type Category

type Category struct {
	ID   int32 `thrift:"id,1" db:"id" json:"id"`
	Name int32 `thrift:"name,2" db:"name" json:"name"`
}

Attributes:

  • ID
  • Name
var ChatEffectMeta_Category_DEFAULT *Category

func NewCategory

func NewCategory() *Category

func (*Category) Equals

func (p *Category) Equals(other *Category) bool

func (*Category) GetID

func (p *Category) GetID() int32

func (*Category) GetName

func (p *Category) GetName() int32

func (*Category) Read

func (p *Category) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Category) ReadField1

func (p *Category) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Category) ReadField2

func (p *Category) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Category) String

func (p *Category) String() string

func (*Category) Write

func (p *Category) Write(ctx context.Context, oprot thrift.TProtocol) error

type ChannelConfiguration

type ChannelConfiguration int64
const (
	ChannelConfiguration_MESSAGE              ChannelConfiguration = 0
	ChannelConfiguration_MESSAGE_NOTIFICATION ChannelConfiguration = 1
	ChannelConfiguration_NOTIFICATION_CENTER  ChannelConfiguration = 2
)

func ChannelConfigurationFromString

func ChannelConfigurationFromString(s string) (ChannelConfiguration, error)

func (ChannelConfiguration) MarshalText

func (p ChannelConfiguration) MarshalText() ([]byte, error)

func (*ChannelConfiguration) Scan

func (p *ChannelConfiguration) Scan(value interface{}) error

func (ChannelConfiguration) String

func (p ChannelConfiguration) String() string

func (*ChannelConfiguration) UnmarshalText

func (p *ChannelConfiguration) UnmarshalText(text []byte) error

func (*ChannelConfiguration) Value

func (p *ChannelConfiguration) Value() (driver.Value, error)

type ChannelDomain

type ChannelDomain struct {
	Host    string `thrift:"host,1" db:"host" json:"host"`
	Removed bool   `thrift:"removed,2" db:"removed" json:"removed"`
}

Attributes:

  • Host
  • Removed

func NewChannelDomain

func NewChannelDomain() *ChannelDomain

func (*ChannelDomain) Equals

func (p *ChannelDomain) Equals(other *ChannelDomain) bool

func (*ChannelDomain) GetHost

func (p *ChannelDomain) GetHost() string

func (*ChannelDomain) GetRemoved

func (p *ChannelDomain) GetRemoved() bool

func (*ChannelDomain) Read

func (p *ChannelDomain) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelDomain) ReadField1

func (p *ChannelDomain) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelDomain) ReadField2

func (p *ChannelDomain) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelDomain) String

func (p *ChannelDomain) String() string

func (*ChannelDomain) Write

func (p *ChannelDomain) Write(ctx context.Context, oprot thrift.TProtocol) error

type ChannelDomains

type ChannelDomains struct {
	ChannelDomains []*ChannelDomain `thrift:"channelDomains,1" db:"channelDomains" json:"channelDomains"`
	Revision       int64            `thrift:"revision,2" db:"revision" json:"revision"`
}

Attributes:

  • ChannelDomains
  • Revision
var ChannelServiceGetCommonDomainsResult_Success_DEFAULT *ChannelDomains
var ChannelServiceGetDomainsResult_Success_DEFAULT *ChannelDomains

func NewChannelDomains

func NewChannelDomains() *ChannelDomains

func (*ChannelDomains) Equals

func (p *ChannelDomains) Equals(other *ChannelDomains) bool

func (*ChannelDomains) GetChannelDomains

func (p *ChannelDomains) GetChannelDomains() []*ChannelDomain

func (*ChannelDomains) GetRevision

func (p *ChannelDomains) GetRevision() int64

func (*ChannelDomains) Read

func (p *ChannelDomains) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelDomains) ReadField1

func (p *ChannelDomains) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelDomains) ReadField2

func (p *ChannelDomains) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelDomains) String

func (p *ChannelDomains) String() string

func (*ChannelDomains) Write

func (p *ChannelDomains) Write(ctx context.Context, oprot thrift.TProtocol) 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

func (*ChannelErrorCode) Value

func (p *ChannelErrorCode) Value() (driver.Value, 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 ChannelServiceApproveChannelAndIssueChannelTokenResult_E_DEFAULT *ChannelException
var ChannelServiceApproveChannelAndIssueRequestTokenResult_E_DEFAULT *ChannelException
var ChannelServiceFetchNotificationItemsResult_E_DEFAULT *ChannelException
var ChannelServiceGetApprovedChannelsResult_E_DEFAULT *ChannelException
var ChannelServiceGetChannelInfoResult_E_DEFAULT *ChannelException
var ChannelServiceGetChannelNotificationSettingResult_E_DEFAULT *ChannelException
var ChannelServiceGetChannelNotificationSettingsResult_E_DEFAULT *ChannelException
var ChannelServiceGetChannelsResult_E_DEFAULT *ChannelException
var ChannelServiceGetCommonDomainsResult_E_DEFAULT *ChannelException
var ChannelServiceGetDomainsResult_E_DEFAULT *ChannelException
var ChannelServiceGetUpdatedChannelIdsResult_E_DEFAULT *ChannelException
var ChannelServiceIssueChannelTokenResult_E_DEFAULT *ChannelException
var ChannelServiceIssueOTPResult_E_DEFAULT *ChannelException
var ChannelServiceIssueRequestTokenForAutoLoginResult_E_DEFAULT *ChannelException
var ChannelServiceIssueRequestTokenResult_E_DEFAULT *ChannelException
var ChannelServiceIssueRequestTokenWithAuthSchemeResult_E_DEFAULT *ChannelException
var ChannelServiceRevokeChannelResult_E_DEFAULT *ChannelException
var ChannelServiceSyncChannelDataResult_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) Read

func (p *ChannelException) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelException) ReadField1

func (p *ChannelException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelException) ReadField2

func (p *ChannelException) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelException) ReadField3

func (p *ChannelException) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelException) String

func (p *ChannelException) String() string

func (ChannelException) TExceptionType

func (ChannelException) TExceptionType() thrift.TExceptionType

func (*ChannelException) Write

func (p *ChannelException) Write(ctx context.Context, oprot thrift.TProtocol) error

type ChannelFeatureLicense

type ChannelFeatureLicense int64
const (
	ChannelFeatureLicense_BLE_LCS_API_USABLE                ChannelFeatureLicense = 26
	ChannelFeatureLicense_PROHIBIT_MINIMIZE_CHANNEL_BROWSER ChannelFeatureLicense = 27
	ChannelFeatureLicense_ALLOW_IOS_WEBKIT                  ChannelFeatureLicense = 28
)

func ChannelFeatureLicenseFromString

func ChannelFeatureLicenseFromString(s string) (ChannelFeatureLicense, error)

func (ChannelFeatureLicense) MarshalText

func (p ChannelFeatureLicense) MarshalText() ([]byte, error)

func (*ChannelFeatureLicense) Scan

func (p *ChannelFeatureLicense) Scan(value interface{}) error

func (ChannelFeatureLicense) String

func (p ChannelFeatureLicense) String() string

func (*ChannelFeatureLicense) UnmarshalText

func (p *ChannelFeatureLicense) UnmarshalText(text []byte) error

func (*ChannelFeatureLicense) Value

func (p *ChannelFeatureLicense) Value() (driver.Value, error)

type ChannelIdWithLastUpdated

type ChannelIdWithLastUpdated struct {
	ChannelId   string `thrift:"channelId,1" db:"channelId" json:"channelId"`
	LastUpdated int64  `thrift:"lastUpdated,2" db:"lastUpdated" json:"lastUpdated"`
}

Attributes:

  • ChannelId
  • LastUpdated

func NewChannelIdWithLastUpdated

func NewChannelIdWithLastUpdated() *ChannelIdWithLastUpdated

func (*ChannelIdWithLastUpdated) Equals

func (*ChannelIdWithLastUpdated) GetChannelId

func (p *ChannelIdWithLastUpdated) GetChannelId() string

func (*ChannelIdWithLastUpdated) GetLastUpdated

func (p *ChannelIdWithLastUpdated) GetLastUpdated() int64

func (*ChannelIdWithLastUpdated) Read

func (*ChannelIdWithLastUpdated) ReadField1

func (p *ChannelIdWithLastUpdated) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelIdWithLastUpdated) ReadField2

func (p *ChannelIdWithLastUpdated) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelIdWithLastUpdated) String

func (p *ChannelIdWithLastUpdated) String() string

func (*ChannelIdWithLastUpdated) Write

type ChannelInfo

type ChannelInfo struct {
	ChannelId string `thrift:"channelId,1" db:"channelId" json:"channelId"`
	// unused field # 2
	Name            string           `thrift:"name,3" db:"name" json:"name"`
	EntryPageUrl    string           `thrift:"entryPageUrl,4" db:"entryPageUrl" json:"entryPageUrl"`
	DescriptionText string           `thrift:"descriptionText,5" db:"descriptionText" json:"descriptionText"`
	Provider        *ChannelProvider `thrift:"provider,6" db:"provider" json:"provider"`
	PublicType      PublicType       `thrift:"publicType,7" db:"publicType" json:"publicType"`
	IconImage       string           `thrift:"iconImage,8" db:"iconImage" json:"iconImage"`
	Permissions     []string         `thrift:"permissions,9" db:"permissions" json:"permissions"`
	// unused field # 10
	IconThumbnailImage    string                 `thrift:"iconThumbnailImage,11" db:"iconThumbnailImage" json:"iconThumbnailImage"`
	ChannelConfigurations []ChannelConfiguration `thrift:"channelConfigurations,12" db:"channelConfigurations" json:"channelConfigurations"`
	LcsAllApiUsable       bool                   `thrift:"lcsAllApiUsable,13" db:"lcsAllApiUsable" json:"lcsAllApiUsable"`
	AllowedPermissions    []ChannelPermission    `thrift:"allowedPermissions,14" db:"allowedPermissions" json:"allowedPermissions"`
	ChannelDomains        []*ChannelDomain       `thrift:"channelDomains,15" db:"channelDomains" json:"channelDomains"`
	UpdatedTimestamp      int64                  `thrift:"updatedTimestamp,16" db:"updatedTimestamp" json:"updatedTimestamp"`
}

Attributes:

  • ChannelId
  • Name
  • EntryPageUrl
  • DescriptionText
  • Provider
  • PublicType
  • IconImage
  • Permissions
  • IconThumbnailImage
  • ChannelConfigurations
  • LcsAllApiUsable
  • AllowedPermissions
  • ChannelDomains
  • UpdatedTimestamp
var ApprovedChannelInfo_ChannelInfo_DEFAULT *ChannelInfo
var ChannelServiceGetChannelInfoResult_Success_DEFAULT *ChannelInfo

func NewChannelInfo

func NewChannelInfo() *ChannelInfo

func (*ChannelInfo) Equals

func (p *ChannelInfo) Equals(other *ChannelInfo) bool

func (*ChannelInfo) GetAllowedPermissions

func (p *ChannelInfo) GetAllowedPermissions() []ChannelPermission

func (*ChannelInfo) GetChannelConfigurations

func (p *ChannelInfo) GetChannelConfigurations() []ChannelConfiguration

func (*ChannelInfo) GetChannelDomains

func (p *ChannelInfo) GetChannelDomains() []*ChannelDomain

func (*ChannelInfo) GetChannelId

func (p *ChannelInfo) GetChannelId() string

func (*ChannelInfo) GetDescriptionText

func (p *ChannelInfo) GetDescriptionText() string

func (*ChannelInfo) GetEntryPageUrl

func (p *ChannelInfo) GetEntryPageUrl() string

func (*ChannelInfo) GetIconImage

func (p *ChannelInfo) GetIconImage() string

func (*ChannelInfo) GetIconThumbnailImage

func (p *ChannelInfo) GetIconThumbnailImage() string

func (*ChannelInfo) GetLcsAllApiUsable

func (p *ChannelInfo) GetLcsAllApiUsable() bool

func (*ChannelInfo) GetName

func (p *ChannelInfo) GetName() string

func (*ChannelInfo) GetPermissions

func (p *ChannelInfo) GetPermissions() []string

func (*ChannelInfo) GetProvider

func (p *ChannelInfo) GetProvider() *ChannelProvider

func (*ChannelInfo) GetPublicType

func (p *ChannelInfo) GetPublicType() PublicType

func (*ChannelInfo) GetUpdatedTimestamp

func (p *ChannelInfo) GetUpdatedTimestamp() int64

func (*ChannelInfo) IsSetProvider

func (p *ChannelInfo) IsSetProvider() bool

func (*ChannelInfo) Read

func (p *ChannelInfo) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField1

func (p *ChannelInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField11

func (p *ChannelInfo) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField12

func (p *ChannelInfo) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField13

func (p *ChannelInfo) ReadField13(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField14

func (p *ChannelInfo) ReadField14(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField15

func (p *ChannelInfo) ReadField15(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField16

func (p *ChannelInfo) ReadField16(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField3

func (p *ChannelInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField4

func (p *ChannelInfo) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField5

func (p *ChannelInfo) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField6

func (p *ChannelInfo) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField7

func (p *ChannelInfo) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField8

func (p *ChannelInfo) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) ReadField9

func (p *ChannelInfo) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfo) String

func (p *ChannelInfo) String() string

func (*ChannelInfo) Write

func (p *ChannelInfo) Write(ctx context.Context, oprot thrift.TProtocol) error

type ChannelInfos

type ChannelInfos struct {
	ChannelInfos []*ChannelInfo `thrift:"channelInfos,1" db:"channelInfos" json:"channelInfos"`
	Revision     int64          `thrift:"revision,2" db:"revision" json:"revision"`
}

Attributes:

  • ChannelInfos
  • Revision
var ChannelServiceGetChannelsResult_Success_DEFAULT *ChannelInfos

func NewChannelInfos

func NewChannelInfos() *ChannelInfos

func (*ChannelInfos) Equals

func (p *ChannelInfos) Equals(other *ChannelInfos) bool

func (*ChannelInfos) GetChannelInfos

func (p *ChannelInfos) GetChannelInfos() []*ChannelInfo

func (*ChannelInfos) GetRevision

func (p *ChannelInfos) GetRevision() int64

func (*ChannelInfos) Read

func (p *ChannelInfos) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfos) ReadField1

func (p *ChannelInfos) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfos) ReadField2

func (p *ChannelInfos) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelInfos) String

func (p *ChannelInfos) String() string

func (*ChannelInfos) Write

func (p *ChannelInfos) Write(ctx context.Context, oprot thrift.TProtocol) error

type ChannelNotificationSetting

type ChannelNotificationSetting struct {
	ChannelId              string `thrift:"channelId,1" db:"channelId" json:"channelId"`
	Name                   string `thrift:"name,2" db:"name" json:"name"`
	NotificationReceivable bool   `thrift:"notificationReceivable,3" db:"notificationReceivable" json:"notificationReceivable"`
	MessageReceivable      bool   `thrift:"messageReceivable,4" db:"messageReceivable" json:"messageReceivable"`
	ShowDefault            bool   `thrift:"showDefault,5" db:"showDefault" json:"showDefault"`
}

Attributes:

  • ChannelId
  • Name
  • NotificationReceivable
  • MessageReceivable
  • ShowDefault
var ChannelServiceGetChannelNotificationSettingResult_Success_DEFAULT *ChannelNotificationSetting

func NewChannelNotificationSetting

func NewChannelNotificationSetting() *ChannelNotificationSetting

func (*ChannelNotificationSetting) Equals

func (*ChannelNotificationSetting) GetChannelId

func (p *ChannelNotificationSetting) GetChannelId() string

func (*ChannelNotificationSetting) GetMessageReceivable

func (p *ChannelNotificationSetting) GetMessageReceivable() bool

func (*ChannelNotificationSetting) GetName

func (p *ChannelNotificationSetting) GetName() string

func (*ChannelNotificationSetting) GetNotificationReceivable

func (p *ChannelNotificationSetting) GetNotificationReceivable() bool

func (*ChannelNotificationSetting) GetShowDefault

func (p *ChannelNotificationSetting) GetShowDefault() bool

func (*ChannelNotificationSetting) Read

func (*ChannelNotificationSetting) ReadField1

func (p *ChannelNotificationSetting) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelNotificationSetting) ReadField2

func (p *ChannelNotificationSetting) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelNotificationSetting) ReadField3

func (p *ChannelNotificationSetting) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelNotificationSetting) ReadField4

func (p *ChannelNotificationSetting) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelNotificationSetting) ReadField5

func (p *ChannelNotificationSetting) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelNotificationSetting) String

func (p *ChannelNotificationSetting) String() string

func (*ChannelNotificationSetting) Write

type ChannelPermission

type ChannelPermission int64
const (
	ChannelPermission_PROFILE ChannelPermission = 0
	ChannelPermission_FRIENDS ChannelPermission = 1
	ChannelPermission_GROUP   ChannelPermission = 2
)

func ChannelPermissionFromString

func ChannelPermissionFromString(s string) (ChannelPermission, error)

func ChannelPermissionPtr

func ChannelPermissionPtr(v ChannelPermission) *ChannelPermission

func (ChannelPermission) MarshalText

func (p ChannelPermission) MarshalText() ([]byte, error)

func (*ChannelPermission) Scan

func (p *ChannelPermission) Scan(value interface{}) error

func (ChannelPermission) String

func (p ChannelPermission) String() string

func (*ChannelPermission) UnmarshalText

func (p *ChannelPermission) UnmarshalText(text []byte) error

func (*ChannelPermission) Value

func (p *ChannelPermission) Value() (driver.Value, error)

type ChannelProvider

type ChannelProvider struct {
	Name string `thrift:"name,1" db:"name" json:"name"`
}

Attributes:

  • Name
var ChannelInfo_Provider_DEFAULT *ChannelProvider

func NewChannelProvider

func NewChannelProvider() *ChannelProvider

func (*ChannelProvider) Equals

func (p *ChannelProvider) Equals(other *ChannelProvider) bool

func (*ChannelProvider) GetName

func (p *ChannelProvider) GetName() string

func (*ChannelProvider) Read

func (p *ChannelProvider) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelProvider) ReadField1

func (p *ChannelProvider) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelProvider) String

func (p *ChannelProvider) String() string

func (*ChannelProvider) Write

func (p *ChannelProvider) Write(ctx context.Context, oprot thrift.TProtocol) error

type ChannelService

type ChannelService interface {
	// Parameters:
	//  - ChannelId
	IssueOTP(ctx context.Context, channelId string) (_r *OTPResult_, _err error)
	// Parameters:
	//  - ChannelId
	ApproveChannelAndIssueChannelToken(ctx context.Context, channelId string) (_r *ChannelToken, _err error)
	// Parameters:
	//  - ChannelId
	//  - OtpId
	ApproveChannelAndIssueRequestToken(ctx context.Context, channelId string, otpId string) (_r string, _err error)
	// Parameters:
	//  - LocalRev
	FetchNotificationItems(ctx context.Context, localRev int64) (_r *NotificationFetchResult_, _err error)
	// Parameters:
	//  - LastSynced
	//  - Locale
	GetApprovedChannels(ctx context.Context, lastSynced int64, locale string) (_r *ApprovedChannelInfos, _err error)
	// Parameters:
	//  - ChannelId
	//  - Locale
	GetChannelInfo(ctx context.Context, channelId string, locale string) (_r *ChannelInfo, _err error)
	// Parameters:
	//  - ChannelId
	//  - Locale
	GetChannelNotificationSetting(ctx context.Context, channelId string, locale string) (_r *ChannelNotificationSetting, _err error)
	// Parameters:
	//  - Locale
	GetChannelNotificationSettings(ctx context.Context, locale string) (_r []*ChannelNotificationSetting, _err error)
	// Parameters:
	//  - LastSynced
	//  - Locale
	GetChannels(ctx context.Context, lastSynced int64, locale string) (_r *ChannelInfos, _err error)
	// Parameters:
	//  - LastSynced
	GetDomains(ctx context.Context, lastSynced int64) (_r *ChannelDomains, _err error)
	// Parameters:
	//  - LastSynced
	GetCommonDomains(ctx context.Context, lastSynced int64) (_r *ChannelDomains, _err error)
	// Parameters:
	//  - ChannelId
	IssueChannelToken(ctx context.Context, channelId string) (_r *ChannelToken, _err error)
	// Parameters:
	//  - ChannelId
	//  - OtpId
	IssueRequestToken(ctx context.Context, channelId string, otpId string) (_r string, _err error)
	// Parameters:
	//  - ChannelId
	//  - OtpId
	//  - AuthScheme
	//  - ReturnUrl
	IssueRequestTokenWithAuthScheme(ctx context.Context, channelId string, otpId string, authScheme []string, returnUrl string) (_r *RequestTokenResponse, _err error)
	// Parameters:
	//  - ChannelId
	//  - OtpId
	//  - RedirectUrl
	IssueRequestTokenForAutoLogin(ctx context.Context, channelId string, otpId string, redirectUrl string) (_r string, _err error)
	// Parameters:
	//  - ChannelIds
	GetUpdatedChannelIds(ctx context.Context, channelIds []*ChannelIdWithLastUpdated) (_r []string, _err error)
	// Parameters:
	//  - ChannelId
	RevokeChannel(ctx context.Context, channelId string) (_err error)
	// Parameters:
	//  - LastSynced
	//  - Locale
	SyncChannelData(ctx context.Context, lastSynced int64, locale string) (_r *ChannelSyncDatas, _err error)
}

type ChannelServiceApproveChannelAndIssueChannelTokenArgs

type ChannelServiceApproveChannelAndIssueChannelTokenArgs struct {
	ChannelId string `thrift:"channelId,1" db:"channelId" json:"channelId"`
}

Attributes:

  • ChannelId

func NewChannelServiceApproveChannelAndIssueChannelTokenArgs

func NewChannelServiceApproveChannelAndIssueChannelTokenArgs() *ChannelServiceApproveChannelAndIssueChannelTokenArgs

func (*ChannelServiceApproveChannelAndIssueChannelTokenArgs) GetChannelId

func (*ChannelServiceApproveChannelAndIssueChannelTokenArgs) Read

func (*ChannelServiceApproveChannelAndIssueChannelTokenArgs) ReadField1

func (*ChannelServiceApproveChannelAndIssueChannelTokenArgs) String

func (*ChannelServiceApproveChannelAndIssueChannelTokenArgs) Write

type ChannelServiceApproveChannelAndIssueChannelTokenResult

type ChannelServiceApproveChannelAndIssueChannelTokenResult 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 (*ChannelServiceApproveChannelAndIssueChannelTokenResult) GetE

func (*ChannelServiceApproveChannelAndIssueChannelTokenResult) GetSuccess

func (*ChannelServiceApproveChannelAndIssueChannelTokenResult) IsSetE

func (*ChannelServiceApproveChannelAndIssueChannelTokenResult) IsSetSuccess

func (*ChannelServiceApproveChannelAndIssueChannelTokenResult) Read

func (*ChannelServiceApproveChannelAndIssueChannelTokenResult) ReadField0

func (*ChannelServiceApproveChannelAndIssueChannelTokenResult) ReadField1

func (*ChannelServiceApproveChannelAndIssueChannelTokenResult) String

func (*ChannelServiceApproveChannelAndIssueChannelTokenResult) Write

type ChannelServiceApproveChannelAndIssueRequestTokenArgs

type ChannelServiceApproveChannelAndIssueRequestTokenArgs struct {
	ChannelId string `thrift:"channelId,1" db:"channelId" json:"channelId"`
	OtpId     string `thrift:"otpId,2" db:"otpId" json:"otpId"`
}

Attributes:

  • ChannelId
  • OtpId

func NewChannelServiceApproveChannelAndIssueRequestTokenArgs

func NewChannelServiceApproveChannelAndIssueRequestTokenArgs() *ChannelServiceApproveChannelAndIssueRequestTokenArgs

func (*ChannelServiceApproveChannelAndIssueRequestTokenArgs) GetChannelId

func (*ChannelServiceApproveChannelAndIssueRequestTokenArgs) GetOtpId

func (*ChannelServiceApproveChannelAndIssueRequestTokenArgs) Read

func (*ChannelServiceApproveChannelAndIssueRequestTokenArgs) ReadField1

func (*ChannelServiceApproveChannelAndIssueRequestTokenArgs) ReadField2

func (*ChannelServiceApproveChannelAndIssueRequestTokenArgs) String

func (*ChannelServiceApproveChannelAndIssueRequestTokenArgs) Write

type ChannelServiceApproveChannelAndIssueRequestTokenResult

type ChannelServiceApproveChannelAndIssueRequestTokenResult struct {
	Success *string           `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) GetE

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) GetSuccess

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) IsSetE

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) IsSetSuccess

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) Read

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) ReadField0

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) ReadField1

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) String

func (*ChannelServiceApproveChannelAndIssueRequestTokenResult) Write

type ChannelServiceClient

type ChannelServiceClient struct {
	// contains filtered or unexported fields
}

func NewChannelServiceClient

func NewChannelServiceClient(c thrift.TClient) *ChannelServiceClient

func NewChannelServiceClientProtocol

func NewChannelServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *ChannelServiceClient

func (*ChannelServiceClient) ApproveChannelAndIssueChannelToken

func (p *ChannelServiceClient) ApproveChannelAndIssueChannelToken(ctx context.Context, channelId string) (_r *ChannelToken, _err error)

Parameters:

  • ChannelId

func (*ChannelServiceClient) ApproveChannelAndIssueRequestToken

func (p *ChannelServiceClient) ApproveChannelAndIssueRequestToken(ctx context.Context, channelId string, otpId string) (_r string, _err error)

Parameters:

  • ChannelId
  • OtpId

func (*ChannelServiceClient) Client_

func (p *ChannelServiceClient) Client_() thrift.TClient

func (*ChannelServiceClient) FetchNotificationItems

func (p *ChannelServiceClient) FetchNotificationItems(ctx context.Context, localRev int64) (_r *NotificationFetchResult_, _err error)

Parameters:

  • LocalRev

func (*ChannelServiceClient) GetApprovedChannels

func (p *ChannelServiceClient) GetApprovedChannels(ctx context.Context, lastSynced int64, locale string) (_r *ApprovedChannelInfos, _err error)

Parameters:

  • LastSynced
  • Locale

func (*ChannelServiceClient) GetChannelInfo

func (p *ChannelServiceClient) GetChannelInfo(ctx context.Context, channelId string, locale string) (_r *ChannelInfo, _err error)

Parameters:

  • ChannelId
  • Locale

func (*ChannelServiceClient) GetChannelNotificationSetting

func (p *ChannelServiceClient) GetChannelNotificationSetting(ctx context.Context, channelId string, locale string) (_r *ChannelNotificationSetting, _err error)

Parameters:

  • ChannelId
  • Locale

func (*ChannelServiceClient) GetChannelNotificationSettings

func (p *ChannelServiceClient) GetChannelNotificationSettings(ctx context.Context, locale string) (_r []*ChannelNotificationSetting, _err error)

Parameters:

  • Locale

func (*ChannelServiceClient) GetChannels

func (p *ChannelServiceClient) GetChannels(ctx context.Context, lastSynced int64, locale string) (_r *ChannelInfos, _err error)

Parameters:

  • LastSynced
  • Locale

func (*ChannelServiceClient) GetCommonDomains

func (p *ChannelServiceClient) GetCommonDomains(ctx context.Context, lastSynced int64) (_r *ChannelDomains, _err error)

Parameters:

  • LastSynced

func (*ChannelServiceClient) GetDomains

func (p *ChannelServiceClient) GetDomains(ctx context.Context, lastSynced int64) (_r *ChannelDomains, _err error)

Parameters:

  • LastSynced

func (*ChannelServiceClient) GetUpdatedChannelIds

func (p *ChannelServiceClient) GetUpdatedChannelIds(ctx context.Context, channelIds []*ChannelIdWithLastUpdated) (_r []string, _err error)

Parameters:

  • ChannelIds

func (*ChannelServiceClient) IssueChannelToken

func (p *ChannelServiceClient) IssueChannelToken(ctx context.Context, channelId string) (_r *ChannelToken, _err error)

Parameters:

  • ChannelId

func (*ChannelServiceClient) IssueOTP

func (p *ChannelServiceClient) IssueOTP(ctx context.Context, channelId string) (_r *OTPResult_, _err error)

Parameters:

  • ChannelId

func (*ChannelServiceClient) IssueRequestToken

func (p *ChannelServiceClient) IssueRequestToken(ctx context.Context, channelId string, otpId string) (_r string, _err error)

Parameters:

  • ChannelId
  • OtpId

func (*ChannelServiceClient) IssueRequestTokenForAutoLogin

func (p *ChannelServiceClient) IssueRequestTokenForAutoLogin(ctx context.Context, channelId string, otpId string, redirectUrl string) (_r string, _err error)

Parameters:

  • ChannelId
  • OtpId
  • RedirectUrl

func (*ChannelServiceClient) IssueRequestTokenWithAuthScheme

func (p *ChannelServiceClient) IssueRequestTokenWithAuthScheme(ctx context.Context, channelId string, otpId string, authScheme []string, returnUrl string) (_r *RequestTokenResponse, _err error)

Parameters:

  • ChannelId
  • OtpId
  • AuthScheme
  • ReturnUrl

func (*ChannelServiceClient) LastResponseMeta_

func (p *ChannelServiceClient) LastResponseMeta_() thrift.ResponseMeta

func (*ChannelServiceClient) RevokeChannel

func (p *ChannelServiceClient) RevokeChannel(ctx context.Context, channelId string) (_err error)

Parameters:

  • ChannelId

func (*ChannelServiceClient) SetLastResponseMeta_

func (p *ChannelServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)

func (*ChannelServiceClient) SyncChannelData

func (p *ChannelServiceClient) SyncChannelData(ctx context.Context, lastSynced int64, locale string) (_r *ChannelSyncDatas, _err error)

Parameters:

  • LastSynced
  • Locale

type ChannelServiceFetchNotificationItemsArgs

type ChannelServiceFetchNotificationItemsArgs struct {
	// unused field # 1
	LocalRev int64 `thrift:"localRev,2" db:"localRev" json:"localRev"`
}

Attributes:

  • LocalRev

func NewChannelServiceFetchNotificationItemsArgs

func NewChannelServiceFetchNotificationItemsArgs() *ChannelServiceFetchNotificationItemsArgs

func (*ChannelServiceFetchNotificationItemsArgs) GetLocalRev

func (*ChannelServiceFetchNotificationItemsArgs) Read

func (*ChannelServiceFetchNotificationItemsArgs) ReadField2

func (*ChannelServiceFetchNotificationItemsArgs) String

func (*ChannelServiceFetchNotificationItemsArgs) Write

type ChannelServiceFetchNotificationItemsResult

type ChannelServiceFetchNotificationItemsResult struct {
	Success *NotificationFetchResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException         `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceFetchNotificationItemsResult

func NewChannelServiceFetchNotificationItemsResult() *ChannelServiceFetchNotificationItemsResult

func (*ChannelServiceFetchNotificationItemsResult) GetE

func (*ChannelServiceFetchNotificationItemsResult) GetSuccess

func (*ChannelServiceFetchNotificationItemsResult) IsSetE

func (*ChannelServiceFetchNotificationItemsResult) IsSetSuccess

func (*ChannelServiceFetchNotificationItemsResult) Read

func (*ChannelServiceFetchNotificationItemsResult) ReadField0

func (*ChannelServiceFetchNotificationItemsResult) ReadField1

func (*ChannelServiceFetchNotificationItemsResult) String

func (*ChannelServiceFetchNotificationItemsResult) Write

type ChannelServiceGetApprovedChannelsArgs

type ChannelServiceGetApprovedChannelsArgs struct {
	// unused field # 1
	LastSynced int64  `thrift:"lastSynced,2" db:"lastSynced" json:"lastSynced"`
	Locale     string `thrift:"locale,3" db:"locale" json:"locale"`
}

Attributes:

  • LastSynced
  • Locale

func NewChannelServiceGetApprovedChannelsArgs

func NewChannelServiceGetApprovedChannelsArgs() *ChannelServiceGetApprovedChannelsArgs

func (*ChannelServiceGetApprovedChannelsArgs) GetLastSynced

func (p *ChannelServiceGetApprovedChannelsArgs) GetLastSynced() int64

func (*ChannelServiceGetApprovedChannelsArgs) GetLocale

func (*ChannelServiceGetApprovedChannelsArgs) Read

func (*ChannelServiceGetApprovedChannelsArgs) ReadField2

func (*ChannelServiceGetApprovedChannelsArgs) ReadField3

func (*ChannelServiceGetApprovedChannelsArgs) String

func (*ChannelServiceGetApprovedChannelsArgs) Write

type ChannelServiceGetApprovedChannelsResult

type ChannelServiceGetApprovedChannelsResult struct {
	Success *ApprovedChannelInfos `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException     `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceGetApprovedChannelsResult

func NewChannelServiceGetApprovedChannelsResult() *ChannelServiceGetApprovedChannelsResult

func (*ChannelServiceGetApprovedChannelsResult) GetE

func (*ChannelServiceGetApprovedChannelsResult) GetSuccess

func (*ChannelServiceGetApprovedChannelsResult) IsSetE

func (*ChannelServiceGetApprovedChannelsResult) IsSetSuccess

func (*ChannelServiceGetApprovedChannelsResult) Read

func (*ChannelServiceGetApprovedChannelsResult) ReadField0

func (*ChannelServiceGetApprovedChannelsResult) ReadField1

func (*ChannelServiceGetApprovedChannelsResult) String

func (*ChannelServiceGetApprovedChannelsResult) Write

type ChannelServiceGetChannelInfoArgs

type ChannelServiceGetChannelInfoArgs struct {
	// unused field # 1
	ChannelId string `thrift:"channelId,2" db:"channelId" json:"channelId"`
	Locale    string `thrift:"locale,3" db:"locale" json:"locale"`
}

Attributes:

  • ChannelId
  • Locale

func NewChannelServiceGetChannelInfoArgs

func NewChannelServiceGetChannelInfoArgs() *ChannelServiceGetChannelInfoArgs

func (*ChannelServiceGetChannelInfoArgs) GetChannelId

func (p *ChannelServiceGetChannelInfoArgs) GetChannelId() string

func (*ChannelServiceGetChannelInfoArgs) GetLocale

func (*ChannelServiceGetChannelInfoArgs) Read

func (*ChannelServiceGetChannelInfoArgs) ReadField2

func (*ChannelServiceGetChannelInfoArgs) ReadField3

func (*ChannelServiceGetChannelInfoArgs) String

func (*ChannelServiceGetChannelInfoArgs) Write

type ChannelServiceGetChannelInfoResult

type ChannelServiceGetChannelInfoResult struct {
	Success *ChannelInfo      `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceGetChannelInfoResult

func NewChannelServiceGetChannelInfoResult() *ChannelServiceGetChannelInfoResult

func (*ChannelServiceGetChannelInfoResult) GetE

func (*ChannelServiceGetChannelInfoResult) GetSuccess

func (*ChannelServiceGetChannelInfoResult) IsSetE

func (*ChannelServiceGetChannelInfoResult) IsSetSuccess

func (p *ChannelServiceGetChannelInfoResult) IsSetSuccess() bool

func (*ChannelServiceGetChannelInfoResult) Read

func (*ChannelServiceGetChannelInfoResult) ReadField0

func (*ChannelServiceGetChannelInfoResult) ReadField1

func (*ChannelServiceGetChannelInfoResult) String

func (*ChannelServiceGetChannelInfoResult) Write

type ChannelServiceGetChannelNotificationSettingArgs

type ChannelServiceGetChannelNotificationSettingArgs struct {
	ChannelId string `thrift:"channelId,1" db:"channelId" json:"channelId"`
	Locale    string `thrift:"locale,2" db:"locale" json:"locale"`
}

Attributes:

  • ChannelId
  • Locale

func NewChannelServiceGetChannelNotificationSettingArgs

func NewChannelServiceGetChannelNotificationSettingArgs() *ChannelServiceGetChannelNotificationSettingArgs

func (*ChannelServiceGetChannelNotificationSettingArgs) GetChannelId

func (*ChannelServiceGetChannelNotificationSettingArgs) GetLocale

func (*ChannelServiceGetChannelNotificationSettingArgs) Read

func (*ChannelServiceGetChannelNotificationSettingArgs) ReadField1

func (*ChannelServiceGetChannelNotificationSettingArgs) ReadField2

func (*ChannelServiceGetChannelNotificationSettingArgs) String

func (*ChannelServiceGetChannelNotificationSettingArgs) Write

type ChannelServiceGetChannelNotificationSettingResult

type ChannelServiceGetChannelNotificationSettingResult struct {
	Success *ChannelNotificationSetting `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException           `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceGetChannelNotificationSettingResult

func NewChannelServiceGetChannelNotificationSettingResult() *ChannelServiceGetChannelNotificationSettingResult

func (*ChannelServiceGetChannelNotificationSettingResult) GetE

func (*ChannelServiceGetChannelNotificationSettingResult) GetSuccess

func (*ChannelServiceGetChannelNotificationSettingResult) IsSetE

func (*ChannelServiceGetChannelNotificationSettingResult) IsSetSuccess

func (*ChannelServiceGetChannelNotificationSettingResult) Read

func (*ChannelServiceGetChannelNotificationSettingResult) ReadField0

func (*ChannelServiceGetChannelNotificationSettingResult) ReadField1

func (*ChannelServiceGetChannelNotificationSettingResult) String

func (*ChannelServiceGetChannelNotificationSettingResult) Write

type ChannelServiceGetChannelNotificationSettingsArgs

type ChannelServiceGetChannelNotificationSettingsArgs struct {
	Locale string `thrift:"locale,1" db:"locale" json:"locale"`
}

Attributes:

  • Locale

func NewChannelServiceGetChannelNotificationSettingsArgs

func NewChannelServiceGetChannelNotificationSettingsArgs() *ChannelServiceGetChannelNotificationSettingsArgs

func (*ChannelServiceGetChannelNotificationSettingsArgs) GetLocale

func (*ChannelServiceGetChannelNotificationSettingsArgs) Read

func (*ChannelServiceGetChannelNotificationSettingsArgs) ReadField1

func (*ChannelServiceGetChannelNotificationSettingsArgs) String

func (*ChannelServiceGetChannelNotificationSettingsArgs) Write

type ChannelServiceGetChannelNotificationSettingsResult

type ChannelServiceGetChannelNotificationSettingsResult struct {
	Success []*ChannelNotificationSetting `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException             `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceGetChannelNotificationSettingsResult

func NewChannelServiceGetChannelNotificationSettingsResult() *ChannelServiceGetChannelNotificationSettingsResult

func (*ChannelServiceGetChannelNotificationSettingsResult) GetE

func (*ChannelServiceGetChannelNotificationSettingsResult) GetSuccess

func (*ChannelServiceGetChannelNotificationSettingsResult) IsSetE

func (*ChannelServiceGetChannelNotificationSettingsResult) IsSetSuccess

func (*ChannelServiceGetChannelNotificationSettingsResult) Read

func (*ChannelServiceGetChannelNotificationSettingsResult) ReadField0

func (*ChannelServiceGetChannelNotificationSettingsResult) ReadField1

func (*ChannelServiceGetChannelNotificationSettingsResult) String

func (*ChannelServiceGetChannelNotificationSettingsResult) Write

type ChannelServiceGetChannelsArgs

type ChannelServiceGetChannelsArgs struct {
	// unused field # 1
	LastSynced int64  `thrift:"lastSynced,2" db:"lastSynced" json:"lastSynced"`
	Locale     string `thrift:"locale,3" db:"locale" json:"locale"`
}

Attributes:

  • LastSynced
  • Locale

func NewChannelServiceGetChannelsArgs

func NewChannelServiceGetChannelsArgs() *ChannelServiceGetChannelsArgs

func (*ChannelServiceGetChannelsArgs) GetLastSynced

func (p *ChannelServiceGetChannelsArgs) GetLastSynced() int64

func (*ChannelServiceGetChannelsArgs) GetLocale

func (p *ChannelServiceGetChannelsArgs) GetLocale() string

func (*ChannelServiceGetChannelsArgs) Read

func (*ChannelServiceGetChannelsArgs) ReadField2

func (*ChannelServiceGetChannelsArgs) ReadField3

func (*ChannelServiceGetChannelsArgs) String

func (*ChannelServiceGetChannelsArgs) Write

type ChannelServiceGetChannelsResult

type ChannelServiceGetChannelsResult struct {
	Success *ChannelInfos     `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceGetChannelsResult

func NewChannelServiceGetChannelsResult() *ChannelServiceGetChannelsResult

func (*ChannelServiceGetChannelsResult) GetE

func (*ChannelServiceGetChannelsResult) GetSuccess

func (*ChannelServiceGetChannelsResult) IsSetE

func (*ChannelServiceGetChannelsResult) IsSetSuccess

func (p *ChannelServiceGetChannelsResult) IsSetSuccess() bool

func (*ChannelServiceGetChannelsResult) Read

func (*ChannelServiceGetChannelsResult) ReadField0

func (*ChannelServiceGetChannelsResult) ReadField1

func (*ChannelServiceGetChannelsResult) String

func (*ChannelServiceGetChannelsResult) Write

type ChannelServiceGetCommonDomainsArgs

type ChannelServiceGetCommonDomainsArgs struct {
	LastSynced int64 `thrift:"lastSynced,1" db:"lastSynced" json:"lastSynced"`
}

Attributes:

  • LastSynced

func NewChannelServiceGetCommonDomainsArgs

func NewChannelServiceGetCommonDomainsArgs() *ChannelServiceGetCommonDomainsArgs

func (*ChannelServiceGetCommonDomainsArgs) GetLastSynced

func (p *ChannelServiceGetCommonDomainsArgs) GetLastSynced() int64

func (*ChannelServiceGetCommonDomainsArgs) Read

func (*ChannelServiceGetCommonDomainsArgs) ReadField1

func (*ChannelServiceGetCommonDomainsArgs) String

func (*ChannelServiceGetCommonDomainsArgs) Write

type ChannelServiceGetCommonDomainsResult

type ChannelServiceGetCommonDomainsResult struct {
	Success *ChannelDomains   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceGetCommonDomainsResult

func NewChannelServiceGetCommonDomainsResult() *ChannelServiceGetCommonDomainsResult

func (*ChannelServiceGetCommonDomainsResult) GetE

func (*ChannelServiceGetCommonDomainsResult) GetSuccess

func (*ChannelServiceGetCommonDomainsResult) IsSetE

func (*ChannelServiceGetCommonDomainsResult) IsSetSuccess

func (p *ChannelServiceGetCommonDomainsResult) IsSetSuccess() bool

func (*ChannelServiceGetCommonDomainsResult) Read

func (*ChannelServiceGetCommonDomainsResult) ReadField0

func (*ChannelServiceGetCommonDomainsResult) ReadField1

func (*ChannelServiceGetCommonDomainsResult) String

func (*ChannelServiceGetCommonDomainsResult) Write

type ChannelServiceGetDomainsArgs

type ChannelServiceGetDomainsArgs struct {
	// unused field # 1
	LastSynced int64 `thrift:"lastSynced,2" db:"lastSynced" json:"lastSynced"`
}

Attributes:

  • LastSynced

func NewChannelServiceGetDomainsArgs

func NewChannelServiceGetDomainsArgs() *ChannelServiceGetDomainsArgs

func (*ChannelServiceGetDomainsArgs) GetLastSynced

func (p *ChannelServiceGetDomainsArgs) GetLastSynced() int64

func (*ChannelServiceGetDomainsArgs) Read

func (*ChannelServiceGetDomainsArgs) ReadField2

func (*ChannelServiceGetDomainsArgs) String

func (*ChannelServiceGetDomainsArgs) Write

type ChannelServiceGetDomainsResult

type ChannelServiceGetDomainsResult struct {
	Success *ChannelDomains   `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceGetDomainsResult

func NewChannelServiceGetDomainsResult() *ChannelServiceGetDomainsResult

func (*ChannelServiceGetDomainsResult) GetE

func (*ChannelServiceGetDomainsResult) GetSuccess

func (*ChannelServiceGetDomainsResult) IsSetE

func (*ChannelServiceGetDomainsResult) IsSetSuccess

func (p *ChannelServiceGetDomainsResult) IsSetSuccess() bool

func (*ChannelServiceGetDomainsResult) Read

func (*ChannelServiceGetDomainsResult) ReadField0

func (*ChannelServiceGetDomainsResult) ReadField1

func (*ChannelServiceGetDomainsResult) String

func (*ChannelServiceGetDomainsResult) Write

type ChannelServiceGetUpdatedChannelIdsArgs

type ChannelServiceGetUpdatedChannelIdsArgs struct {
	ChannelIds []*ChannelIdWithLastUpdated `thrift:"channelIds,1" db:"channelIds" json:"channelIds"`
}

Attributes:

  • ChannelIds

func NewChannelServiceGetUpdatedChannelIdsArgs

func NewChannelServiceGetUpdatedChannelIdsArgs() *ChannelServiceGetUpdatedChannelIdsArgs

func (*ChannelServiceGetUpdatedChannelIdsArgs) GetChannelIds

func (*ChannelServiceGetUpdatedChannelIdsArgs) Read

func (*ChannelServiceGetUpdatedChannelIdsArgs) ReadField1

func (*ChannelServiceGetUpdatedChannelIdsArgs) String

func (*ChannelServiceGetUpdatedChannelIdsArgs) Write

type ChannelServiceGetUpdatedChannelIdsResult

type ChannelServiceGetUpdatedChannelIdsResult struct {
	Success []string          `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceGetUpdatedChannelIdsResult

func NewChannelServiceGetUpdatedChannelIdsResult() *ChannelServiceGetUpdatedChannelIdsResult

func (*ChannelServiceGetUpdatedChannelIdsResult) GetE

func (*ChannelServiceGetUpdatedChannelIdsResult) GetSuccess

func (*ChannelServiceGetUpdatedChannelIdsResult) IsSetE

func (*ChannelServiceGetUpdatedChannelIdsResult) IsSetSuccess

func (*ChannelServiceGetUpdatedChannelIdsResult) Read

func (*ChannelServiceGetUpdatedChannelIdsResult) ReadField0

func (*ChannelServiceGetUpdatedChannelIdsResult) ReadField1

func (*ChannelServiceGetUpdatedChannelIdsResult) String

func (*ChannelServiceGetUpdatedChannelIdsResult) Write

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) Read

func (*ChannelServiceIssueChannelTokenArgs) ReadField1

func (*ChannelServiceIssueChannelTokenArgs) String

func (*ChannelServiceIssueChannelTokenArgs) Write

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 (*ChannelServiceIssueChannelTokenResult) GetSuccess

func (*ChannelServiceIssueChannelTokenResult) IsSetE

func (*ChannelServiceIssueChannelTokenResult) IsSetSuccess

func (p *ChannelServiceIssueChannelTokenResult) IsSetSuccess() bool

func (*ChannelServiceIssueChannelTokenResult) Read

func (*ChannelServiceIssueChannelTokenResult) ReadField0

func (*ChannelServiceIssueChannelTokenResult) ReadField1

func (*ChannelServiceIssueChannelTokenResult) String

func (*ChannelServiceIssueChannelTokenResult) Write

type ChannelServiceIssueOTPArgs

type ChannelServiceIssueOTPArgs struct {
	// unused field # 1
	ChannelId string `thrift:"channelId,2" db:"channelId" json:"channelId"`
}

Attributes:

  • ChannelId

func NewChannelServiceIssueOTPArgs

func NewChannelServiceIssueOTPArgs() *ChannelServiceIssueOTPArgs

func (*ChannelServiceIssueOTPArgs) GetChannelId

func (p *ChannelServiceIssueOTPArgs) GetChannelId() string

func (*ChannelServiceIssueOTPArgs) Read

func (*ChannelServiceIssueOTPArgs) ReadField2

func (p *ChannelServiceIssueOTPArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelServiceIssueOTPArgs) String

func (p *ChannelServiceIssueOTPArgs) String() string

func (*ChannelServiceIssueOTPArgs) Write

type ChannelServiceIssueOTPResult

type ChannelServiceIssueOTPResult struct {
	Success *OTPResult_       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceIssueOTPResult

func NewChannelServiceIssueOTPResult() *ChannelServiceIssueOTPResult

func (*ChannelServiceIssueOTPResult) GetE

func (*ChannelServiceIssueOTPResult) GetSuccess

func (p *ChannelServiceIssueOTPResult) GetSuccess() *OTPResult_

func (*ChannelServiceIssueOTPResult) IsSetE

func (p *ChannelServiceIssueOTPResult) IsSetE() bool

func (*ChannelServiceIssueOTPResult) IsSetSuccess

func (p *ChannelServiceIssueOTPResult) IsSetSuccess() bool

func (*ChannelServiceIssueOTPResult) Read

func (*ChannelServiceIssueOTPResult) ReadField0

func (*ChannelServiceIssueOTPResult) ReadField1

func (*ChannelServiceIssueOTPResult) String

func (*ChannelServiceIssueOTPResult) Write

type ChannelServiceIssueRequestTokenArgs

type ChannelServiceIssueRequestTokenArgs struct {
	ChannelId string `thrift:"channelId,1" db:"channelId" json:"channelId"`
	OtpId     string `thrift:"otpId,2" db:"otpId" json:"otpId"`
}

Attributes:

  • ChannelId
  • OtpId

func NewChannelServiceIssueRequestTokenArgs

func NewChannelServiceIssueRequestTokenArgs() *ChannelServiceIssueRequestTokenArgs

func (*ChannelServiceIssueRequestTokenArgs) GetChannelId

func (p *ChannelServiceIssueRequestTokenArgs) GetChannelId() string

func (*ChannelServiceIssueRequestTokenArgs) GetOtpId

func (*ChannelServiceIssueRequestTokenArgs) Read

func (*ChannelServiceIssueRequestTokenArgs) ReadField1

func (*ChannelServiceIssueRequestTokenArgs) ReadField2

func (*ChannelServiceIssueRequestTokenArgs) String

func (*ChannelServiceIssueRequestTokenArgs) Write

type ChannelServiceIssueRequestTokenForAutoLoginArgs

type ChannelServiceIssueRequestTokenForAutoLoginArgs struct {
	// unused field # 1
	ChannelId   string `thrift:"channelId,2" db:"channelId" json:"channelId"`
	OtpId       string `thrift:"otpId,3" db:"otpId" json:"otpId"`
	RedirectUrl string `thrift:"redirectUrl,4" db:"redirectUrl" json:"redirectUrl"`
}

Attributes:

  • ChannelId
  • OtpId
  • RedirectUrl

func NewChannelServiceIssueRequestTokenForAutoLoginArgs

func NewChannelServiceIssueRequestTokenForAutoLoginArgs() *ChannelServiceIssueRequestTokenForAutoLoginArgs

func (*ChannelServiceIssueRequestTokenForAutoLoginArgs) GetChannelId

func (*ChannelServiceIssueRequestTokenForAutoLoginArgs) GetOtpId

func (*ChannelServiceIssueRequestTokenForAutoLoginArgs) GetRedirectUrl

func (*ChannelServiceIssueRequestTokenForAutoLoginArgs) Read

func (*ChannelServiceIssueRequestTokenForAutoLoginArgs) ReadField2

func (*ChannelServiceIssueRequestTokenForAutoLoginArgs) ReadField3

func (*ChannelServiceIssueRequestTokenForAutoLoginArgs) ReadField4

func (*ChannelServiceIssueRequestTokenForAutoLoginArgs) String

func (*ChannelServiceIssueRequestTokenForAutoLoginArgs) Write

type ChannelServiceIssueRequestTokenForAutoLoginResult

type ChannelServiceIssueRequestTokenForAutoLoginResult struct {
	Success *string           `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceIssueRequestTokenForAutoLoginResult

func NewChannelServiceIssueRequestTokenForAutoLoginResult() *ChannelServiceIssueRequestTokenForAutoLoginResult

func (*ChannelServiceIssueRequestTokenForAutoLoginResult) GetE

func (*ChannelServiceIssueRequestTokenForAutoLoginResult) GetSuccess

func (*ChannelServiceIssueRequestTokenForAutoLoginResult) IsSetE

func (*ChannelServiceIssueRequestTokenForAutoLoginResult) IsSetSuccess

func (*ChannelServiceIssueRequestTokenForAutoLoginResult) Read

func (*ChannelServiceIssueRequestTokenForAutoLoginResult) ReadField0

func (*ChannelServiceIssueRequestTokenForAutoLoginResult) ReadField1

func (*ChannelServiceIssueRequestTokenForAutoLoginResult) String

func (*ChannelServiceIssueRequestTokenForAutoLoginResult) Write

type ChannelServiceIssueRequestTokenResult

type ChannelServiceIssueRequestTokenResult struct {
	Success *string           `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceIssueRequestTokenResult

func NewChannelServiceIssueRequestTokenResult() *ChannelServiceIssueRequestTokenResult

func (*ChannelServiceIssueRequestTokenResult) GetE

func (*ChannelServiceIssueRequestTokenResult) GetSuccess

func (*ChannelServiceIssueRequestTokenResult) IsSetE

func (*ChannelServiceIssueRequestTokenResult) IsSetSuccess

func (p *ChannelServiceIssueRequestTokenResult) IsSetSuccess() bool

func (*ChannelServiceIssueRequestTokenResult) Read

func (*ChannelServiceIssueRequestTokenResult) ReadField0

func (*ChannelServiceIssueRequestTokenResult) ReadField1

func (*ChannelServiceIssueRequestTokenResult) String

func (*ChannelServiceIssueRequestTokenResult) Write

type ChannelServiceIssueRequestTokenWithAuthSchemeArgs

type ChannelServiceIssueRequestTokenWithAuthSchemeArgs struct {
	ChannelId  string   `thrift:"channelId,1" db:"channelId" json:"channelId"`
	OtpId      string   `thrift:"otpId,2" db:"otpId" json:"otpId"`
	AuthScheme []string `thrift:"authScheme,3" db:"authScheme" json:"authScheme"`
	ReturnUrl  string   `thrift:"returnUrl,4" db:"returnUrl" json:"returnUrl"`
}

Attributes:

  • ChannelId
  • OtpId
  • AuthScheme
  • ReturnUrl

func NewChannelServiceIssueRequestTokenWithAuthSchemeArgs

func NewChannelServiceIssueRequestTokenWithAuthSchemeArgs() *ChannelServiceIssueRequestTokenWithAuthSchemeArgs

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) GetAuthScheme

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) GetChannelId

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) GetOtpId

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) GetReturnUrl

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) Read

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) ReadField1

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) ReadField2

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) ReadField3

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) ReadField4

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) String

func (*ChannelServiceIssueRequestTokenWithAuthSchemeArgs) Write

type ChannelServiceIssueRequestTokenWithAuthSchemeResult

type ChannelServiceIssueRequestTokenWithAuthSchemeResult struct {
	Success *RequestTokenResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException     `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceIssueRequestTokenWithAuthSchemeResult

func NewChannelServiceIssueRequestTokenWithAuthSchemeResult() *ChannelServiceIssueRequestTokenWithAuthSchemeResult

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) GetE

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) GetSuccess

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) IsSetE

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) IsSetSuccess

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) Read

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) ReadField0

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) ReadField1

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) String

func (*ChannelServiceIssueRequestTokenWithAuthSchemeResult) Write

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

type ChannelServiceRevokeChannelArgs

type ChannelServiceRevokeChannelArgs struct {
	ChannelId string `thrift:"channelId,1" db:"channelId" json:"channelId"`
}

Attributes:

  • ChannelId

func NewChannelServiceRevokeChannelArgs

func NewChannelServiceRevokeChannelArgs() *ChannelServiceRevokeChannelArgs

func (*ChannelServiceRevokeChannelArgs) GetChannelId

func (p *ChannelServiceRevokeChannelArgs) GetChannelId() string

func (*ChannelServiceRevokeChannelArgs) Read

func (*ChannelServiceRevokeChannelArgs) ReadField1

func (*ChannelServiceRevokeChannelArgs) String

func (*ChannelServiceRevokeChannelArgs) Write

type ChannelServiceRevokeChannelResult

type ChannelServiceRevokeChannelResult struct {
	E *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewChannelServiceRevokeChannelResult

func NewChannelServiceRevokeChannelResult() *ChannelServiceRevokeChannelResult

func (*ChannelServiceRevokeChannelResult) GetE

func (*ChannelServiceRevokeChannelResult) IsSetE

func (*ChannelServiceRevokeChannelResult) Read

func (*ChannelServiceRevokeChannelResult) ReadField1

func (*ChannelServiceRevokeChannelResult) String

func (*ChannelServiceRevokeChannelResult) Write

type ChannelServiceSyncChannelDataArgs

type ChannelServiceSyncChannelDataArgs struct {
	// unused field # 1
	LastSynced int64  `thrift:"lastSynced,2" db:"lastSynced" json:"lastSynced"`
	Locale     string `thrift:"locale,3" db:"locale" json:"locale"`
}

Attributes:

  • LastSynced
  • Locale

func NewChannelServiceSyncChannelDataArgs

func NewChannelServiceSyncChannelDataArgs() *ChannelServiceSyncChannelDataArgs

func (*ChannelServiceSyncChannelDataArgs) GetLastSynced

func (p *ChannelServiceSyncChannelDataArgs) GetLastSynced() int64

func (*ChannelServiceSyncChannelDataArgs) GetLocale

func (*ChannelServiceSyncChannelDataArgs) Read

func (*ChannelServiceSyncChannelDataArgs) ReadField2

func (*ChannelServiceSyncChannelDataArgs) ReadField3

func (*ChannelServiceSyncChannelDataArgs) String

func (*ChannelServiceSyncChannelDataArgs) Write

type ChannelServiceSyncChannelDataResult

type ChannelServiceSyncChannelDataResult struct {
	Success *ChannelSyncDatas `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ChannelException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewChannelServiceSyncChannelDataResult

func NewChannelServiceSyncChannelDataResult() *ChannelServiceSyncChannelDataResult

func (*ChannelServiceSyncChannelDataResult) GetE

func (*ChannelServiceSyncChannelDataResult) GetSuccess

func (*ChannelServiceSyncChannelDataResult) IsSetE

func (*ChannelServiceSyncChannelDataResult) IsSetSuccess

func (p *ChannelServiceSyncChannelDataResult) IsSetSuccess() bool

func (*ChannelServiceSyncChannelDataResult) Read

func (*ChannelServiceSyncChannelDataResult) ReadField0

func (*ChannelServiceSyncChannelDataResult) ReadField1

func (*ChannelServiceSyncChannelDataResult) String

func (*ChannelServiceSyncChannelDataResult) Write

type ChannelSyncDatas

type ChannelSyncDatas struct {
	ChannelInfos   []*ChannelInfo   `thrift:"channelInfos,1" db:"channelInfos" json:"channelInfos"`
	ChannelDomains []*ChannelDomain `thrift:"channelDomains,2" db:"channelDomains" json:"channelDomains"`
	Revision       int64            `thrift:"revision,3" db:"revision" json:"revision"`
	Expires        int64            `thrift:"expires,4" db:"expires" json:"expires"`
}

Attributes:

  • ChannelInfos
  • ChannelDomains
  • Revision
  • Expires
var ChannelServiceSyncChannelDataResult_Success_DEFAULT *ChannelSyncDatas

func NewChannelSyncDatas

func NewChannelSyncDatas() *ChannelSyncDatas

func (*ChannelSyncDatas) Equals

func (p *ChannelSyncDatas) Equals(other *ChannelSyncDatas) bool

func (*ChannelSyncDatas) GetChannelDomains

func (p *ChannelSyncDatas) GetChannelDomains() []*ChannelDomain

func (*ChannelSyncDatas) GetChannelInfos

func (p *ChannelSyncDatas) GetChannelInfos() []*ChannelInfo

func (*ChannelSyncDatas) GetExpires

func (p *ChannelSyncDatas) GetExpires() int64

func (*ChannelSyncDatas) GetRevision

func (p *ChannelSyncDatas) GetRevision() int64

func (*ChannelSyncDatas) Read

func (p *ChannelSyncDatas) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelSyncDatas) ReadField1

func (p *ChannelSyncDatas) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelSyncDatas) ReadField2

func (p *ChannelSyncDatas) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelSyncDatas) ReadField3

func (p *ChannelSyncDatas) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelSyncDatas) ReadField4

func (p *ChannelSyncDatas) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelSyncDatas) String

func (p *ChannelSyncDatas) String() string

func (*ChannelSyncDatas) Write

func (p *ChannelSyncDatas) Write(ctx context.Context, oprot thrift.TProtocol) error

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 ChannelServiceApproveChannelAndIssueChannelTokenResult_Success_DEFAULT *ChannelToken
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) Read

func (p *ChannelToken) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelToken) ReadField1

func (p *ChannelToken) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelToken) ReadField2

func (p *ChannelToken) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelToken) ReadField3

func (p *ChannelToken) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelToken) ReadField4

func (p *ChannelToken) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelToken) ReadField5

func (p *ChannelToken) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ChannelToken) String

func (p *ChannelToken) String() string

func (*ChannelToken) Write

func (p *ChannelToken) Write(ctx context.Context, oprot thrift.TProtocol) error

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 FindChatByTicketResponse_Chat_DEFAULT *Chat
var UpdateChatRequest_Chat_DEFAULT *Chat

func NewChat

func NewChat() *Chat

func (*Chat) Equals

func (p *Chat) Equals(other *Chat) bool

func (*Chat) GetChatMid

func (p *Chat) GetChatMid() string

func (*Chat) GetChatName

func (p *Chat) GetChatName() string

func (*Chat) GetCreatedTime

func (p *Chat) GetCreatedTime() int64

func (*Chat) GetExtra

func (p *Chat) GetExtra() *Extra

func (*Chat) GetFavoriteTimestamp

func (p *Chat) GetFavoriteTimestamp() int64

func (*Chat) GetNotificationDisabled

func (p *Chat) GetNotificationDisabled() bool

func (*Chat) GetPicturePath

func (p *Chat) GetPicturePath() string

func (*Chat) GetType

func (p *Chat) GetType() ChatType

func (*Chat) IsSetExtra

func (p *Chat) IsSetExtra() bool

func (*Chat) Read

func (p *Chat) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Chat) ReadField1

func (p *Chat) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Chat) ReadField2

func (p *Chat) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Chat) ReadField3

func (p *Chat) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*Chat) ReadField4

func (p *Chat) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*Chat) ReadField5

func (p *Chat) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*Chat) ReadField6

func (p *Chat) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*Chat) ReadField7

func (p *Chat) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*Chat) ReadField8

func (p *Chat) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*Chat) String

func (p *Chat) String() string

func (*Chat) Write

func (p *Chat) Write(ctx context.Context, oprot thrift.TProtocol) error

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

func (*ChatAttribute) Value

func (p *ChatAttribute) Value() (driver.Value, error)

type ChatEffectMeta

type ChatEffectMeta struct {
	ContentId         int64                               `thrift:"contentId,1" db:"contentId" json:"contentId"`
	Category          *Category                           `thrift:"category,2" db:"category" json:"category"`
	Name              int32                               `thrift:"name,3" db:"name" json:"name"`
	DefaultContent    *ChatEffectMetaContent              `thrift:"defaultContent,4" db:"defaultContent" json:"defaultContent"`
	OptionalContents  map[C59265fa]*ChatEffectMetaContent `thrift:"optionalContents,5" db:"optionalContents" json:"optionalContents"`
	Keywords          []string                            `thrift:"keywords,6" db:"keywords" json:"keywords"`
	BeginTimeMillis   int64                               `thrift:"beginTimeMillis,7" db:"beginTimeMillis" json:"beginTimeMillis"`
	EndTimeMillis     int64                               `thrift:"endTimeMillis,8" db:"endTimeMillis" json:"endTimeMillis"`
	CreatedTimeMillis int64                               `thrift:"createdTimeMillis,9" db:"createdTimeMillis" json:"createdTimeMillis"`
	UpdatedTimeMillis int64                               `thrift:"updatedTimeMillis,10" db:"updatedTimeMillis" json:"updatedTimeMillis"`
}

Attributes:

  • ContentId
  • Category
  • Name
  • DefaultContent
  • OptionalContents
  • Keywords
  • BeginTimeMillis
  • EndTimeMillis
  • CreatedTimeMillis
  • UpdatedTimeMillis

func NewChatEffectMeta

func NewChatEffectMeta() *ChatEffectMeta

func (*ChatEffectMeta) Equals

func (p *ChatEffectMeta) Equals(other *ChatEffectMeta) bool

func (*ChatEffectMeta) GetBeginTimeMillis

func (p *ChatEffectMeta) GetBeginTimeMillis() int64

func (*ChatEffectMeta) GetCategory

func (p *ChatEffectMeta) GetCategory() *Category

func (*ChatEffectMeta) GetContentId

func (p *ChatEffectMeta) GetContentId() int64

func (*ChatEffectMeta) GetCreatedTimeMillis

func (p *ChatEffectMeta) GetCreatedTimeMillis() int64

func (*ChatEffectMeta) GetDefaultContent

func (p *ChatEffectMeta) GetDefaultContent() *ChatEffectMetaContent

func (*ChatEffectMeta) GetEndTimeMillis

func (p *ChatEffectMeta) GetEndTimeMillis() int64

func (*ChatEffectMeta) GetKeywords

func (p *ChatEffectMeta) GetKeywords() []string

func (*ChatEffectMeta) GetName

func (p *ChatEffectMeta) GetName() int32

func (*ChatEffectMeta) GetOptionalContents

func (p *ChatEffectMeta) GetOptionalContents() map[C59265fa]*ChatEffectMetaContent

func (*ChatEffectMeta) GetUpdatedTimeMillis

func (p *ChatEffectMeta) GetUpdatedTimeMillis() int64

func (*ChatEffectMeta) IsSetCategory

func (p *ChatEffectMeta) IsSetCategory() bool

func (*ChatEffectMeta) IsSetDefaultContent

func (p *ChatEffectMeta) IsSetDefaultContent() bool

func (*ChatEffectMeta) Read

func (p *ChatEffectMeta) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatEffectMeta) ReadField1

func (p *ChatEffectMeta) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatEffectMeta) ReadField10

func (p *ChatEffectMeta) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatEffectMeta) ReadField2

func (p *ChatEffectMeta) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatEffectMeta) ReadField3

func (p *ChatEffectMeta) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatEffectMeta) ReadField4

func (p *ChatEffectMeta) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatEffectMeta) ReadField5

func (p *ChatEffectMeta) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatEffectMeta) ReadField6

func (p *ChatEffectMeta) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatEffectMeta) ReadField7

func (p *ChatEffectMeta) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatEffectMeta) ReadField8

func (p *ChatEffectMeta) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatEffectMeta) ReadField9

func (p *ChatEffectMeta) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatEffectMeta) String

func (p *ChatEffectMeta) String() string

func (*ChatEffectMeta) Write

func (p *ChatEffectMeta) Write(ctx context.Context, oprot thrift.TProtocol) error

type ChatEffectMetaContent

type ChatEffectMetaContent struct {
	URL      string `thrift:"url,1" db:"url" json:"url"`
	Checksum string `thrift:"checksum,2" db:"checksum" json:"checksum"`
}

Attributes:

  • URL
  • Checksum
var ChatEffectMeta_DefaultContent_DEFAULT *ChatEffectMetaContent

func NewChatEffectMetaContent

func NewChatEffectMetaContent() *ChatEffectMetaContent

func (*ChatEffectMetaContent) Equals

func (*ChatEffectMetaContent) GetChecksum

func (p *ChatEffectMetaContent) GetChecksum() string

func (*ChatEffectMetaContent) GetURL

func (p *ChatEffectMetaContent) GetURL() string

func (*ChatEffectMetaContent) Read

func (*ChatEffectMetaContent) ReadField1

func (p *ChatEffectMetaContent) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatEffectMetaContent) ReadField2

func (p *ChatEffectMetaContent) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatEffectMetaContent) String

func (p *ChatEffectMetaContent) String() string

func (*ChatEffectMetaContent) Write

type ChatRoomAnnouncement

type ChatRoomAnnouncement struct {
	AnnouncementSeq  int64                         `thrift:"announcementSeq,1" db:"announcementSeq" json:"announcementSeq"`
	Type             ChatRoomAnnouncementType      `thrift:"type,2" db:"type" json:"type"`
	Contents         *ChatRoomAnnouncementContents `thrift:"contents,3" db:"contents" json:"contents"`
	CreatorMid       string                        `thrift:"creatorMid,4" db:"creatorMid" json:"creatorMid"`
	CreatedTime      int64                         `thrift:"createdTime,5" db:"createdTime" json:"createdTime"`
	DeletePermission DeletePermission              `thrift:"deletePermission,6" db:"deletePermission" json:"deletePermission"`
}

Attributes:

  • AnnouncementSeq
  • Type
  • Contents
  • CreatorMid
  • CreatedTime
  • DeletePermission

func NewChatRoomAnnouncement

func NewChatRoomAnnouncement() *ChatRoomAnnouncement

func (*ChatRoomAnnouncement) Equals

func (*ChatRoomAnnouncement) GetAnnouncementSeq

func (p *ChatRoomAnnouncement) GetAnnouncementSeq() int64

func (*ChatRoomAnnouncement) GetContents

func (*ChatRoomAnnouncement) GetCreatedTime

func (p *ChatRoomAnnouncement) GetCreatedTime() int64

func (*ChatRoomAnnouncement) GetCreatorMid

func (p *ChatRoomAnnouncement) GetCreatorMid() string

func (*ChatRoomAnnouncement) GetDeletePermission

func (p *ChatRoomAnnouncement) GetDeletePermission() DeletePermission

func (*ChatRoomAnnouncement) GetType

func (*ChatRoomAnnouncement) IsSetContents

func (p *ChatRoomAnnouncement) IsSetContents() bool

func (*ChatRoomAnnouncement) Read

func (*ChatRoomAnnouncement) ReadField1

func (p *ChatRoomAnnouncement) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatRoomAnnouncement) ReadField2

func (p *ChatRoomAnnouncement) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatRoomAnnouncement) ReadField3

func (p *ChatRoomAnnouncement) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatRoomAnnouncement) ReadField4

func (p *ChatRoomAnnouncement) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatRoomAnnouncement) ReadField5

func (p *ChatRoomAnnouncement) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatRoomAnnouncement) ReadField6

func (p *ChatRoomAnnouncement) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatRoomAnnouncement) String

func (p *ChatRoomAnnouncement) String() string

func (*ChatRoomAnnouncement) Write

type ChatRoomAnnouncementContentMetadata

type ChatRoomAnnouncementContentMetadata struct {
	Replace         string `thrift:"replace,1" db:"replace" json:"replace"`
	SticonOwnership string `thrift:"sticonOwnership,2" db:"sticonOwnership" json:"sticonOwnership"`
}

Attributes:

  • Replace
  • SticonOwnership
var ChatRoomAnnouncementContents_ContentMetadata_DEFAULT *ChatRoomAnnouncementContentMetadata

func NewChatRoomAnnouncementContentMetadata

func NewChatRoomAnnouncementContentMetadata() *ChatRoomAnnouncementContentMetadata

func (*ChatRoomAnnouncementContentMetadata) Equals

func (*ChatRoomAnnouncementContentMetadata) GetReplace

func (*ChatRoomAnnouncementContentMetadata) GetSticonOwnership

func (p *ChatRoomAnnouncementContentMetadata) GetSticonOwnership() string

func (*ChatRoomAnnouncementContentMetadata) Read

func (*ChatRoomAnnouncementContentMetadata) ReadField1

func (*ChatRoomAnnouncementContentMetadata) ReadField2

func (*ChatRoomAnnouncementContentMetadata) String

func (*ChatRoomAnnouncementContentMetadata) Write

type ChatRoomAnnouncementContents

type ChatRoomAnnouncementContents struct {
	DisplayFields   int32                                `thrift:"displayFields,1" db:"displayFields" json:"displayFields"`
	Text            string                               `thrift:"text,2" db:"text" json:"text"`
	Link            string                               `thrift:"link,3" db:"link" json:"link"`
	Thumbnail       string                               `thrift:"thumbnail,4" db:"thumbnail" json:"thumbnail"`
	ContentMetadata *ChatRoomAnnouncementContentMetadata `thrift:"contentMetadata,5" db:"contentMetadata" json:"contentMetadata"`
}

Attributes:

  • DisplayFields
  • Text
  • Link
  • Thumbnail
  • ContentMetadata
var ChatRoomAnnouncement_Contents_DEFAULT *ChatRoomAnnouncementContents

func NewChatRoomAnnouncementContents

func NewChatRoomAnnouncementContents() *ChatRoomAnnouncementContents

func (*ChatRoomAnnouncementContents) Equals

func (*ChatRoomAnnouncementContents) GetContentMetadata

func (*ChatRoomAnnouncementContents) GetDisplayFields

func (p *ChatRoomAnnouncementContents) GetDisplayFields() int32
func (p *ChatRoomAnnouncementContents) GetLink() string

func (*ChatRoomAnnouncementContents) GetText

func (p *ChatRoomAnnouncementContents) GetText() string

func (*ChatRoomAnnouncementContents) GetThumbnail

func (p *ChatRoomAnnouncementContents) GetThumbnail() string

func (*ChatRoomAnnouncementContents) IsSetContentMetadata

func (p *ChatRoomAnnouncementContents) IsSetContentMetadata() bool

func (*ChatRoomAnnouncementContents) Read

func (*ChatRoomAnnouncementContents) ReadField1

func (*ChatRoomAnnouncementContents) ReadField2

func (*ChatRoomAnnouncementContents) ReadField3

func (*ChatRoomAnnouncementContents) ReadField4

func (*ChatRoomAnnouncementContents) ReadField5

func (*ChatRoomAnnouncementContents) String

func (*ChatRoomAnnouncementContents) Write

type ChatRoomAnnouncementType

type ChatRoomAnnouncementType int64
const (
	ChatRoomAnnouncementType_MESSAGE ChatRoomAnnouncementType = 0
	ChatRoomAnnouncementType_NOTE    ChatRoomAnnouncementType = 1
	ChatRoomAnnouncementType_CHANNEL ChatRoomAnnouncementType = 2
)

func ChatRoomAnnouncementTypeFromString

func ChatRoomAnnouncementTypeFromString(s string) (ChatRoomAnnouncementType, error)

func (ChatRoomAnnouncementType) MarshalText

func (p ChatRoomAnnouncementType) MarshalText() ([]byte, error)

func (*ChatRoomAnnouncementType) Scan

func (p *ChatRoomAnnouncementType) Scan(value interface{}) error

func (ChatRoomAnnouncementType) String

func (p ChatRoomAnnouncementType) String() string

func (*ChatRoomAnnouncementType) UnmarshalText

func (p *ChatRoomAnnouncementType) UnmarshalText(text []byte) error

func (*ChatRoomAnnouncementType) Value

type ChatRoomBGM

type ChatRoomBGM struct {
	CreatorMid      string `thrift:"creatorMid,1" db:"creatorMid" json:"creatorMid"`
	CreatedTime     int64  `thrift:"createdTime,2" db:"createdTime" json:"createdTime"`
	ChatRoomBGMInfo string `thrift:"chatRoomBGMInfo,3" db:"chatRoomBGMInfo" json:"chatRoomBGMInfo"`
}

Attributes:

  • CreatorMid
  • CreatedTime
  • ChatRoomBGMInfo

func NewChatRoomBGM

func NewChatRoomBGM() *ChatRoomBGM

func (*ChatRoomBGM) Equals

func (p *ChatRoomBGM) Equals(other *ChatRoomBGM) bool

func (*ChatRoomBGM) GetChatRoomBGMInfo

func (p *ChatRoomBGM) GetChatRoomBGMInfo() string

func (*ChatRoomBGM) GetCreatedTime

func (p *ChatRoomBGM) GetCreatedTime() int64

func (*ChatRoomBGM) GetCreatorMid

func (p *ChatRoomBGM) GetCreatorMid() string

func (*ChatRoomBGM) Read

func (p *ChatRoomBGM) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatRoomBGM) ReadField1

func (p *ChatRoomBGM) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatRoomBGM) ReadField2

func (p *ChatRoomBGM) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatRoomBGM) ReadField3

func (p *ChatRoomBGM) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ChatRoomBGM) String

func (p *ChatRoomBGM) String() string

func (*ChatRoomBGM) Write

func (p *ChatRoomBGM) Write(ctx context.Context, oprot thrift.TProtocol) error

type ChatType

type ChatType int64
const (
	ChatType_GROUP ChatType = 0
	ChatType_ROOM  ChatType = 1
	ChatType_PEER  ChatType = 2
)

func ChatTypeFromString

func ChatTypeFromString(s string) (ChatType, error)

func ChatTypePtr

func ChatTypePtr(v ChatType) *ChatType

func (ChatType) MarshalText

func (p ChatType) MarshalText() ([]byte, error)

func (*ChatType) Scan

func (p *ChatType) Scan(value interface{}) error

func (ChatType) String

func (p ChatType) String() string

func (*ChatType) UnmarshalText

func (p *ChatType) UnmarshalText(text []byte) error

func (*ChatType) Value

func (p *ChatType) Value() (driver.Value, error)

type ClientNetworkStatus

type ClientNetworkStatus struct {
	NetworkType NetworkType `thrift:"networkType,1" db:"networkType" json:"networkType"`
}

Attributes:

  • NetworkType
var TalkServiceOpenProximityMatchArgs_NetworkStatus_DEFAULT *ClientNetworkStatus
var TalkServiceUpdateAndGetNearbyArgs_NetworkStatus_DEFAULT *ClientNetworkStatus

func NewClientNetworkStatus

func NewClientNetworkStatus() *ClientNetworkStatus

func (*ClientNetworkStatus) Equals

func (p *ClientNetworkStatus) Equals(other *ClientNetworkStatus) bool

func (*ClientNetworkStatus) GetNetworkType

func (p *ClientNetworkStatus) GetNetworkType() NetworkType

func (*ClientNetworkStatus) Read

func (*ClientNetworkStatus) ReadField1

func (p *ClientNetworkStatus) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ClientNetworkStatus) String

func (p *ClientNetworkStatus) String() string

func (*ClientNetworkStatus) Write

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

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) Read

func (p *Configurations) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Configurations) ReadField1

func (p *Configurations) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Configurations) ReadField2

func (p *Configurations) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Configurations) String

func (p *Configurations) String() string

func (*Configurations) Write

func (p *Configurations) Write(ctx context.Context, oprot thrift.TProtocol) error

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              Relation `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    int64               `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          bool                `thrift:"attributes,35" db:"attributes" json:"attributes"`
	Settings            int32               `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 Group_Creator_DEFAULT *Contact
var ProximityMatchCandidateEntry_Contact_DEFAULT *Contact
var TalkServiceFindContactByMetaTagResult_Success_DEFAULT *Contact
var TalkServiceFindContactByUserTicketResult_Success_DEFAULT *Contact
var TalkServiceFindContactByUseridResult_Success_DEFAULT *Contact
var TalkServiceGetContactResult_Success_DEFAULT *Contact

func NewContact

func NewContact() *Contact

func (*Contact) Equals

func (p *Contact) Equals(other *Contact) bool

func (*Contact) GetAttributes

func (p *Contact) GetAttributes() bool

func (*Contact) GetAvatarProfile

func (p *Contact) GetAvatarProfile() *AvatarProfile

func (*Contact) GetCapableBuddy

func (p *Contact) GetCapableBuddy() bool

func (*Contact) GetCapableMyhome

func (p *Contact) GetCapableMyhome() bool

func (*Contact) GetCapableVideoCall

func (p *Contact) GetCapableVideoCall() bool

func (*Contact) GetCapableVoiceCall

func (p *Contact) GetCapableVoiceCall() int64

func (*Contact) GetCreatedTime

func (p *Contact) GetCreatedTime() int64

func (*Contact) GetDisplayName

func (p *Contact) GetDisplayName() string

func (*Contact) GetDisplayNameOverridden

func (p *Contact) GetDisplayNameOverridden() string

func (*Contact) GetFavoriteTime

func (p *Contact) GetFavoriteTime() int64

func (*Contact) GetFriendRequestStatus

func (p *Contact) GetFriendRequestStatus() FriendRequestStatus

func (*Contact) GetMid

func (p *Contact) GetMid() string

func (*Contact) GetMusicProfile

func (p *Contact) GetMusicProfile() string

func (*Contact) GetPhoneticName

func (p *Contact) GetPhoneticName() string

func (*Contact) GetPicturePath

func (p *Contact) GetPicturePath() string

func (*Contact) GetPictureStatus

func (p *Contact) GetPictureStatus() string

func (*Contact) GetRecommendParams

func (p *Contact) GetRecommendParams() string

func (*Contact) GetRelation

func (p *Contact) GetRelation() Relation

func (*Contact) GetSettings

func (p *Contact) GetSettings() int32

func (*Contact) GetStatus

func (p *Contact) GetStatus() ContactStatus

func (*Contact) GetStatusMessage

func (p *Contact) GetStatusMessage() string

func (*Contact) GetStatusMessageContentMetadata

func (p *Contact) GetStatusMessageContentMetadata() map[string]string

func (*Contact) GetThumbnailUrl

func (p *Contact) GetThumbnailUrl() string

func (*Contact) GetType

func (p *Contact) GetType() ContactType

func (*Contact) GetVideoProfile

func (p *Contact) GetVideoProfile() string

func (*Contact) IsSetAvatarProfile

func (p *Contact) IsSetAvatarProfile() bool

func (*Contact) Read

func (p *Contact) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField1

func (p *Contact) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField10

func (p *Contact) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField11

func (p *Contact) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField2

func (p *Contact) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField21

func (p *Contact) ReadField21(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField22

func (p *Contact) ReadField22(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField23

func (p *Contact) ReadField23(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField24

func (p *Contact) ReadField24(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField25

func (p *Contact) ReadField25(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField26

func (p *Contact) ReadField26(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField27

func (p *Contact) ReadField27(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField28

func (p *Contact) ReadField28(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField31

func (p *Contact) ReadField31(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField32

func (p *Contact) ReadField32(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField33

func (p *Contact) ReadField33(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField34

func (p *Contact) ReadField34(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField35

func (p *Contact) ReadField35(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField36

func (p *Contact) ReadField36(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField37

func (p *Contact) ReadField37(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField38

func (p *Contact) ReadField38(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField39

func (p *Contact) ReadField39(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField40

func (p *Contact) ReadField40(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField42

func (p *Contact) ReadField42(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField43

func (p *Contact) ReadField43(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) ReadField44

func (p *Contact) ReadField44(ctx context.Context, iprot thrift.TProtocol) error

func (*Contact) String

func (p *Contact) String() string

func (*Contact) Write

func (p *Contact) Write(ctx context.Context, oprot thrift.TProtocol) error

type ContactModification

type ContactModification struct {
	Type ContactModificationType `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 (*ContactModification) GetUserids

func (p *ContactModification) GetUserids() []string

func (*ContactModification) Read

func (*ContactModification) ReadField1

func (p *ContactModification) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ContactModification) ReadField11

func (p *ContactModification) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*ContactModification) ReadField12

func (p *ContactModification) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*ContactModification) ReadField13

func (p *ContactModification) ReadField13(ctx context.Context, iprot thrift.TProtocol) error

func (*ContactModification) ReadField14

func (p *ContactModification) ReadField14(ctx context.Context, iprot thrift.TProtocol) error

func (*ContactModification) ReadField15

func (p *ContactModification) ReadField15(ctx context.Context, iprot thrift.TProtocol) error

func (*ContactModification) ReadField2

func (p *ContactModification) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ContactModification) String

func (p *ContactModification) String() string

func (*ContactModification) Write

type ContactModificationType

type ContactModificationType int64
const (
	ContactModificationType_ADD    ContactModificationType = 0
	ContactModificationType_REMOVE ContactModificationType = 1
	ContactModificationType_MODIFY ContactModificationType = 2
)

func ContactModificationTypeFromString

func ContactModificationTypeFromString(s string) (ContactModificationType, error)

func (ContactModificationType) MarshalText

func (p ContactModificationType) MarshalText() ([]byte, error)

func (*ContactModificationType) Scan

func (p *ContactModificationType) Scan(value interface{}) error

func (ContactModificationType) String

func (p ContactModificationType) String() string

func (*ContactModificationType) UnmarshalText

func (p *ContactModificationType) UnmarshalText(text []byte) error

func (*ContactModificationType) Value

func (p *ContactModificationType) Value() (driver.Value, error)

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 int32  `thrift:"contactType,11" db:"contactType" json:"contactType"`
	ContactKey  string `thrift:"contactKey,12" db:"contactKey" json:"contactKey"`
}

Attributes:

  • Contact
  • Luid
  • ContactType
  • ContactKey
var TalkServiceGetContactRegistrationResult_Success_DEFAULT *ContactRegistration

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() int32

func (*ContactRegistration) GetLuid

func (p *ContactRegistration) GetLuid() string

func (*ContactRegistration) IsSetContact

func (p *ContactRegistration) IsSetContact() bool

func (*ContactRegistration) Read

func (*ContactRegistration) ReadField1

func (p *ContactRegistration) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ContactRegistration) ReadField10

func (p *ContactRegistration) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*ContactRegistration) ReadField11

func (p *ContactRegistration) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*ContactRegistration) ReadField12

func (p *ContactRegistration) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*ContactRegistration) String

func (p *ContactRegistration) String() string

func (*ContactRegistration) Write

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

func (*ContactSetting) Value

func (p *ContactSetting) Value() (driver.Value, 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

func (*ContactStatus) Value

func (p *ContactStatus) Value() (driver.Value, 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_BEACON          ContactType = 11
	ContactType_REPAIR          ContactType = 128
	ContactType_FACEBOOK        ContactType = 2305
	ContactType_SINA            ContactType = 2306
	ContactType_RENREN          ContactType = 2307
	ContactType_FEIXIN          ContactType = 2308
	ContactType_BBM             ContactType = 2309
)

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

func (*ContactType) Value

func (p *ContactType) Value() (driver.Value, 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

func (*ContentType) Value

func (p *ContentType) Value() (driver.Value, 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           int32    `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() int32

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) Read

func (p *CreateChatRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateChatRequest) ReadField1

func (p *CreateChatRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateChatRequest) ReadField2

func (p *CreateChatRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateChatRequest) ReadField3

func (p *CreateChatRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateChatRequest) ReadField4

func (p *CreateChatRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateChatRequest) ReadField5

func (p *CreateChatRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateChatRequest) String

func (p *CreateChatRequest) String() string

func (*CreateChatRequest) Write

func (p *CreateChatRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

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) Read

func (*CreateChatResponse) ReadField1

func (p *CreateChatResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateChatResponse) String

func (p *CreateChatResponse) String() string

func (*CreateChatResponse) Write

func (p *CreateChatResponse) Write(ctx context.Context, oprot thrift.TProtocol) 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 (*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) Read

func (*DeleteOtherFromChatRequest) ReadField1

func (p *DeleteOtherFromChatRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*DeleteOtherFromChatRequest) ReadField2

func (p *DeleteOtherFromChatRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*DeleteOtherFromChatRequest) ReadField3

func (p *DeleteOtherFromChatRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*DeleteOtherFromChatRequest) String

func (p *DeleteOtherFromChatRequest) String() string

func (*DeleteOtherFromChatRequest) Write

type DeleteOtherFromChatResponse

type DeleteOtherFromChatResponse struct {
}
var TalkServiceDeleteOtherFromChatResult_Success_DEFAULT *DeleteOtherFromChatResponse

func NewDeleteOtherFromChatResponse

func NewDeleteOtherFromChatResponse() *DeleteOtherFromChatResponse

func (*DeleteOtherFromChatResponse) Equals

func (*DeleteOtherFromChatResponse) Read

func (*DeleteOtherFromChatResponse) String

func (p *DeleteOtherFromChatResponse) String() string

func (*DeleteOtherFromChatResponse) Write

type DeletePermission

type DeletePermission int64
const (
	DeletePermission_ANYONE_IN_CHAT DeletePermission = 0
	DeletePermission_CREATOR_ONLY   DeletePermission = 1
	DeletePermission_NO_ONE         DeletePermission = 2
)

func DeletePermissionFromString

func DeletePermissionFromString(s string) (DeletePermission, error)

func DeletePermissionPtr

func DeletePermissionPtr(v DeletePermission) *DeletePermission

func (DeletePermission) MarshalText

func (p DeletePermission) MarshalText() ([]byte, error)

func (*DeletePermission) Scan

func (p *DeletePermission) Scan(value interface{}) error

func (DeletePermission) String

func (p DeletePermission) String() string

func (*DeletePermission) UnmarshalText

func (p *DeletePermission) UnmarshalText(text []byte) error

func (*DeletePermission) Value

func (p *DeletePermission) Value() (driver.Value, error)

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 (*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) Read

func (*DeleteSelfFromChatRequest) ReadField1

func (p *DeleteSelfFromChatRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*DeleteSelfFromChatRequest) ReadField2

func (p *DeleteSelfFromChatRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*DeleteSelfFromChatRequest) ReadField3

func (p *DeleteSelfFromChatRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*DeleteSelfFromChatRequest) ReadField4

func (p *DeleteSelfFromChatRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*DeleteSelfFromChatRequest) ReadField5

func (p *DeleteSelfFromChatRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*DeleteSelfFromChatRequest) ReadField6

func (p *DeleteSelfFromChatRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*DeleteSelfFromChatRequest) String

func (p *DeleteSelfFromChatRequest) String() string

func (*DeleteSelfFromChatRequest) Write

type DeleteSelfFromChatResponse

type DeleteSelfFromChatResponse struct {
}
var TalkServiceDeleteSelfFromChatResult_Success_DEFAULT *DeleteSelfFromChatResponse

func NewDeleteSelfFromChatResponse

func NewDeleteSelfFromChatResponse() *DeleteSelfFromChatResponse

func (*DeleteSelfFromChatResponse) Equals

func (*DeleteSelfFromChatResponse) Read

func (*DeleteSelfFromChatResponse) String

func (p *DeleteSelfFromChatResponse) String() string

func (*DeleteSelfFromChatResponse) Write

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 Carrier `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:

  • DeviceName
  • SystemName
  • SystemVersion
  • Model
  • WebViewVersion
  • CarrierCode
  • CarrierName
  • ApplicationType
var TalkServiceNotifyUpdatedArgs_DeviceInfo_DEFAULT *DeviceInfo
var TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs_DeviceInfo_DEFAULT *DeviceInfo
var TalkServiceRegisterWithSnsIdArgs_DeviceInfo_DEFAULT *DeviceInfo
var TalkServiceStartUpdateVerificationArgs_DeviceInfo_DEFAULT *DeviceInfo
var TalkServiceStartVerificationArgs_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() Carrier

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) Read

func (p *DeviceInfo) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*DeviceInfo) ReadField1

func (p *DeviceInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*DeviceInfo) ReadField10

func (p *DeviceInfo) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*DeviceInfo) ReadField11

func (p *DeviceInfo) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*DeviceInfo) ReadField2

func (p *DeviceInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*DeviceInfo) ReadField20

func (p *DeviceInfo) ReadField20(ctx context.Context, iprot thrift.TProtocol) error

func (*DeviceInfo) ReadField3

func (p *DeviceInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*DeviceInfo) ReadField4

func (p *DeviceInfo) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*DeviceInfo) ReadField5

func (p *DeviceInfo) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*DeviceInfo) String

func (p *DeviceInfo) String() string

func (*DeviceInfo) Write

func (p *DeviceInfo) Write(ctx context.Context, oprot thrift.TProtocol) error

type Diff

type Diff int64
const (
	Diff_ADDED   Diff = 0
	Diff_UPDATED Diff = 1
	Diff_REMOVED Diff = 2
)

func DiffFromString

func DiffFromString(s string) (Diff, error)

func DiffPtr

func DiffPtr(v Diff) *Diff

func (Diff) MarshalText

func (p Diff) MarshalText() ([]byte, error)

func (*Diff) Scan

func (p *Diff) Scan(value interface{}) error

func (Diff) String

func (p Diff) String() string

func (*Diff) UnmarshalText

func (p *Diff) UnmarshalText(text []byte) error

func (*Diff) Value

func (p *Diff) Value() (driver.Value, error)

type Direction

type Direction int64
const (
	Direction_INCOMING Direction = 1
	Direction_OUTGOING Direction = 2
)

func DirectionFromString

func DirectionFromString(s string) (Direction, error)

func DirectionPtr

func DirectionPtr(v Direction) *Direction

func (Direction) MarshalText

func (p Direction) MarshalText() ([]byte, error)

func (*Direction) Scan

func (p *Direction) Scan(value interface{}) error

func (Direction) String

func (p Direction) String() string

func (*Direction) UnmarshalText

func (p *Direction) UnmarshalText(text []byte) error

func (*Direction) Value

func (p *Direction) Value() (driver.Value, error)

type E2EEGroupSharedKey

type E2EEGroupSharedKey struct {
	KeyVersion         int32      `thrift:"keyVersion,1" db:"keyVersion" json:"keyVersion"`
	GroupKeyId         int32      `thrift:"groupKeyId,2" db:"groupKeyId" json:"groupKeyId"`
	Creator            string     `thrift:"creator,3" db:"creator" json:"creator"`
	CreatorKeyId       int32      `thrift:"creatorKeyId,4" db:"creatorKeyId" json:"creatorKeyId"`
	Receiver           string     `thrift:"receiver,5" db:"receiver" json:"receiver"`
	ReceiverKeyId      int32      `thrift:"receiverKeyId,6" db:"receiverKeyId" json:"receiverKeyId"`
	EncryptedSharedKey []byte     `thrift:"encryptedSharedKey,7" db:"encryptedSharedKey" json:"encryptedSharedKey"`
	AllowedTypes       []C61914vb `thrift:"allowedTypes,8" db:"allowedTypes" json:"allowedTypes"`
	SpecVersion        int32      `thrift:"specVersion,9" db:"specVersion" json:"specVersion"`
}

Attributes:

  • KeyVersion
  • GroupKeyId
  • Creator
  • CreatorKeyId
  • Receiver
  • ReceiverKeyId
  • EncryptedSharedKey
  • AllowedTypes
  • SpecVersion
var TalkServiceGetE2EEGroupSharedKeyResult_Success_DEFAULT *E2EEGroupSharedKey
var TalkServiceGetLastE2EEGroupSharedKeyResult_Success_DEFAULT *E2EEGroupSharedKey
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() []C61914vb

func (*E2EEGroupSharedKey) GetCreator

func (p *E2EEGroupSharedKey) GetCreator() string

func (*E2EEGroupSharedKey) GetCreatorKeyId

func (p *E2EEGroupSharedKey) GetCreatorKeyId() int32

func (*E2EEGroupSharedKey) GetEncryptedSharedKey

func (p *E2EEGroupSharedKey) GetEncryptedSharedKey() []byte

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) Read

func (*E2EEGroupSharedKey) ReadField1

func (p *E2EEGroupSharedKey) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*E2EEGroupSharedKey) ReadField2

func (p *E2EEGroupSharedKey) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*E2EEGroupSharedKey) ReadField3

func (p *E2EEGroupSharedKey) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*E2EEGroupSharedKey) ReadField4

func (p *E2EEGroupSharedKey) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*E2EEGroupSharedKey) ReadField5

func (p *E2EEGroupSharedKey) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*E2EEGroupSharedKey) ReadField6

func (p *E2EEGroupSharedKey) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*E2EEGroupSharedKey) ReadField7

func (p *E2EEGroupSharedKey) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*E2EEGroupSharedKey) ReadField8

func (p *E2EEGroupSharedKey) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*E2EEGroupSharedKey) ReadField9

func (p *E2EEGroupSharedKey) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*E2EEGroupSharedKey) String

func (p *E2EEGroupSharedKey) String() string

func (*E2EEGroupSharedKey) Write

func (p *E2EEGroupSharedKey) Write(ctx context.Context, oprot thrift.TProtocol) error

type E2EENegotiationResult_

type E2EENegotiationResult_ struct {
	AllowedTypes []C61914vb     `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 (*E2EENegotiationResult_) GetAllowedTypes

func (p *E2EENegotiationResult_) GetAllowedTypes() []C61914vb

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_) Read

func (*E2EENegotiationResult_) ReadField1

func (p *E2EENegotiationResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*E2EENegotiationResult_) ReadField2

func (p *E2EENegotiationResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*E2EENegotiationResult_) ReadField3

func (p *E2EENegotiationResult_) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*E2EENegotiationResult_) String

func (p *E2EENegotiationResult_) String() string

func (*E2EENegotiationResult_) Write

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     []byte `thrift:"keyData,4" db:"keyData" json:"keyData"`
	CreatedTime int64  `thrift:"createdTime,5" db:"createdTime" json:"createdTime"`
}

Attributes:

  • Version
  • KeyId
  • KeyData
  • CreatedTime
var E2EENegotiationResult__PublicKey_DEFAULT *E2EEPublicKey
var TalkServiceGetE2EEPublicKeyResult_Success_DEFAULT *E2EEPublicKey
var TalkServiceRegisterE2EEPublicKeyArgs_PublicKey_DEFAULT *E2EEPublicKey
var TalkServiceRegisterE2EEPublicKeyResult_Success_DEFAULT *E2EEPublicKey
var TalkServiceRemoveE2EEPublicKeyArgs_PublicKey_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() []byte

func (*E2EEPublicKey) GetKeyId

func (p *E2EEPublicKey) GetKeyId() int32

func (*E2EEPublicKey) GetVersion

func (p *E2EEPublicKey) GetVersion() int32

func (*E2EEPublicKey) Read

func (p *E2EEPublicKey) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*E2EEPublicKey) ReadField1

func (p *E2EEPublicKey) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*E2EEPublicKey) ReadField2

func (p *E2EEPublicKey) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*E2EEPublicKey) ReadField4

func (p *E2EEPublicKey) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*E2EEPublicKey) ReadField5

func (p *E2EEPublicKey) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*E2EEPublicKey) String

func (p *E2EEPublicKey) String() string

func (*E2EEPublicKey) Write

func (p *E2EEPublicKey) Write(ctx context.Context, oprot thrift.TProtocol) error

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 (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

func (*EmailConfirmationStatus) Value

func (p *EmailConfirmationStatus) Value() (driver.Value, error)

type ExtendedMessageBox

type ExtendedMessageBox struct {
	ID      string  `thrift:"id,1" db:"id" json:"id"`
	MidType MidType `thrift:"midType,2" db:"midType" json:"midType"`
	// unused field # 3
	LastDeliveredMessageId *MessageBoxV2MessageId `thrift:"lastDeliveredMessageId,4" db:"lastDeliveredMessageId" json:"lastDeliveredMessageId"`
	LastSeenMessageId      int64                  `thrift:"lastSeenMessageId,5" db:"lastSeenMessageId" json:"lastSeenMessageId"`
	UnreadCount            int64                  `thrift:"unreadCount,6" db:"unreadCount" json:"unreadCount"`
	LastMessages           []*Message             `thrift:"lastMessages,7" db:"lastMessages" json:"lastMessages"`
	LastRemovedMessageId   int64                  `thrift:"lastRemovedMessageId,8" db:"lastRemovedMessageId" json:"lastRemovedMessageId"`
	LastRemovedTime        int64                  `thrift:"lastRemovedTime,9" db:"lastRemovedTime" json:"lastRemovedTime"`
}

Attributes:

  • ID
  • MidType
  • LastDeliveredMessageId
  • LastSeenMessageId
  • UnreadCount
  • LastMessages
  • LastRemovedMessageId
  • LastRemovedTime

func NewExtendedMessageBox

func NewExtendedMessageBox() *ExtendedMessageBox

func (*ExtendedMessageBox) Equals

func (p *ExtendedMessageBox) Equals(other *ExtendedMessageBox) bool

func (*ExtendedMessageBox) GetID

func (p *ExtendedMessageBox) GetID() string

func (*ExtendedMessageBox) GetLastDeliveredMessageId

func (p *ExtendedMessageBox) GetLastDeliveredMessageId() *MessageBoxV2MessageId

func (*ExtendedMessageBox) GetLastMessages

func (p *ExtendedMessageBox) GetLastMessages() []*Message

func (*ExtendedMessageBox) GetLastRemovedMessageId

func (p *ExtendedMessageBox) GetLastRemovedMessageId() int64

func (*ExtendedMessageBox) GetLastRemovedTime

func (p *ExtendedMessageBox) GetLastRemovedTime() int64

func (*ExtendedMessageBox) GetLastSeenMessageId

func (p *ExtendedMessageBox) GetLastSeenMessageId() int64

func (*ExtendedMessageBox) GetMidType

func (p *ExtendedMessageBox) GetMidType() MidType

func (*ExtendedMessageBox) GetUnreadCount

func (p *ExtendedMessageBox) GetUnreadCount() int64

func (*ExtendedMessageBox) IsSetLastDeliveredMessageId

func (p *ExtendedMessageBox) IsSetLastDeliveredMessageId() bool

func (*ExtendedMessageBox) Read

func (*ExtendedMessageBox) ReadField1

func (p *ExtendedMessageBox) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedMessageBox) ReadField2

func (p *ExtendedMessageBox) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedMessageBox) ReadField4

func (p *ExtendedMessageBox) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedMessageBox) ReadField5

func (p *ExtendedMessageBox) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedMessageBox) ReadField6

func (p *ExtendedMessageBox) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedMessageBox) ReadField7

func (p *ExtendedMessageBox) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedMessageBox) ReadField8

func (p *ExtendedMessageBox) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedMessageBox) ReadField9

func (p *ExtendedMessageBox) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedMessageBox) String

func (p *ExtendedMessageBox) String() string

func (*ExtendedMessageBox) Write

func (p *ExtendedMessageBox) Write(ctx context.Context, oprot thrift.TProtocol) error

type ExtendedProfile

type ExtendedProfile struct {
	Birthday *ExtendedProfileBirthday `thrift:"birthday,1" db:"birthday" json:"birthday"`
}

Attributes:

  • Birthday
var TalkServiceGetExtendedProfileResult_Success_DEFAULT *ExtendedProfile
var TalkServiceUpdateExtendedProfileAttributeArgs_ExtendedProfile_DEFAULT *ExtendedProfile

func NewExtendedProfile

func NewExtendedProfile() *ExtendedProfile

func (*ExtendedProfile) Equals

func (p *ExtendedProfile) Equals(other *ExtendedProfile) bool

func (*ExtendedProfile) GetBirthday

func (p *ExtendedProfile) GetBirthday() *ExtendedProfileBirthday

func (*ExtendedProfile) IsSetBirthday

func (p *ExtendedProfile) IsSetBirthday() bool

func (*ExtendedProfile) Read

func (p *ExtendedProfile) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedProfile) ReadField1

func (p *ExtendedProfile) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedProfile) String

func (p *ExtendedProfile) String() string

func (*ExtendedProfile) Write

func (p *ExtendedProfile) Write(ctx context.Context, oprot thrift.TProtocol) error

type ExtendedProfileBirthday

type ExtendedProfileBirthday struct {
	Year                 string               `thrift:"year,1" db:"year" json:"year"`
	YearPrivacyLevelType YearPrivacyLevelType `thrift:"yearPrivacyLevelType,2" db:"yearPrivacyLevelType" json:"yearPrivacyLevelType"`
	YearEnabled          bool                 `thrift:"yearEnabled,3" db:"yearEnabled" json:"yearEnabled"`
	// unused field # 4
	Day                 string               `thrift:"day,5" db:"day" json:"day"`
	DayPrivacyLevelType YearPrivacyLevelType `thrift:"dayPrivacyLevelType,6" db:"dayPrivacyLevelType" json:"dayPrivacyLevelType"`
	DayEnabled          bool                 `thrift:"dayEnabled,7" db:"dayEnabled" json:"dayEnabled"`
}

Attributes:

  • Year
  • YearPrivacyLevelType
  • YearEnabled
  • Day
  • DayPrivacyLevelType
  • DayEnabled
var ExtendedProfile_Birthday_DEFAULT *ExtendedProfileBirthday

func NewExtendedProfileBirthday

func NewExtendedProfileBirthday() *ExtendedProfileBirthday

func (*ExtendedProfileBirthday) Equals

func (*ExtendedProfileBirthday) GetDay

func (p *ExtendedProfileBirthday) GetDay() string

func (*ExtendedProfileBirthday) GetDayEnabled

func (p *ExtendedProfileBirthday) GetDayEnabled() bool

func (*ExtendedProfileBirthday) GetDayPrivacyLevelType

func (p *ExtendedProfileBirthday) GetDayPrivacyLevelType() YearPrivacyLevelType

func (*ExtendedProfileBirthday) GetYear

func (p *ExtendedProfileBirthday) GetYear() string

func (*ExtendedProfileBirthday) GetYearEnabled

func (p *ExtendedProfileBirthday) GetYearEnabled() bool

func (*ExtendedProfileBirthday) GetYearPrivacyLevelType

func (p *ExtendedProfileBirthday) GetYearPrivacyLevelType() YearPrivacyLevelType

func (*ExtendedProfileBirthday) Read

func (*ExtendedProfileBirthday) ReadField1

func (p *ExtendedProfileBirthday) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedProfileBirthday) ReadField2

func (p *ExtendedProfileBirthday) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedProfileBirthday) ReadField3

func (p *ExtendedProfileBirthday) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedProfileBirthday) ReadField5

func (p *ExtendedProfileBirthday) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedProfileBirthday) ReadField6

func (p *ExtendedProfileBirthday) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedProfileBirthday) ReadField7

func (p *ExtendedProfileBirthday) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedProfileBirthday) String

func (p *ExtendedProfileBirthday) String() string

func (*ExtendedProfileBirthday) Write

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 NewExtra

func NewExtra() *Extra

func (*Extra) Equals

func (p *Extra) Equals(other *Extra) bool

func (*Extra) GetGroupExtra

func (p *Extra) GetGroupExtra() *GroupExtra

func (*Extra) GetPeerExtra

func (p *Extra) GetPeerExtra() *PeerExtra

func (*Extra) IsSetGroupExtra

func (p *Extra) IsSetGroupExtra() bool

func (*Extra) IsSetPeerExtra

func (p *Extra) IsSetPeerExtra() bool

func (*Extra) Read

func (p *Extra) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Extra) ReadField1

func (p *Extra) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Extra) ReadField2

func (p *Extra) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Extra) String

func (p *Extra) String() string

func (*Extra) Write

func (p *Extra) Write(ctx context.Context, oprot thrift.TProtocol) error

type FeatureType

type FeatureType int64
const (
	FeatureType_OBS_VIDEO         FeatureType = 1
	FeatureType_OBS_GENERAL       FeatureType = 2
	FeatureType_OBS_RINGBACK_TONE FeatureType = 3
)

func FeatureTypeFromString

func FeatureTypeFromString(s string) (FeatureType, error)

func FeatureTypePtr

func FeatureTypePtr(v FeatureType) *FeatureType

func (FeatureType) MarshalText

func (p FeatureType) MarshalText() ([]byte, error)

func (*FeatureType) Scan

func (p *FeatureType) Scan(value interface{}) error

func (FeatureType) String

func (p FeatureType) String() string

func (*FeatureType) UnmarshalText

func (p *FeatureType) UnmarshalText(text []byte) error

func (*FeatureType) Value

func (p *FeatureType) Value() (driver.Value, error)

type FindChatByTicketRequest

type FindChatByTicketRequest struct {
	TicketId string `thrift:"ticketId,1" db:"ticketId" json:"ticketId"`
}

Attributes:

  • TicketId
var TalkServiceFindChatByTicketArgs_Request_DEFAULT *FindChatByTicketRequest

func NewFindChatByTicketRequest

func NewFindChatByTicketRequest() *FindChatByTicketRequest

func (*FindChatByTicketRequest) Equals

func (*FindChatByTicketRequest) GetTicketId

func (p *FindChatByTicketRequest) GetTicketId() string

func (*FindChatByTicketRequest) Read

func (*FindChatByTicketRequest) ReadField1

func (p *FindChatByTicketRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*FindChatByTicketRequest) String

func (p *FindChatByTicketRequest) String() string

func (*FindChatByTicketRequest) Write

type FindChatByTicketResponse

type FindChatByTicketResponse struct {
	Chat *Chat `thrift:"chat,1" db:"chat" json:"chat"`
}

Attributes:

  • Chat
var TalkServiceFindChatByTicketResult_Success_DEFAULT *FindChatByTicketResponse

func NewFindChatByTicketResponse

func NewFindChatByTicketResponse() *FindChatByTicketResponse

func (*FindChatByTicketResponse) Equals

func (*FindChatByTicketResponse) GetChat

func (p *FindChatByTicketResponse) GetChat() *Chat

func (*FindChatByTicketResponse) IsSetChat

func (p *FindChatByTicketResponse) IsSetChat() bool

func (*FindChatByTicketResponse) Read

func (*FindChatByTicketResponse) ReadField1

func (p *FindChatByTicketResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*FindChatByTicketResponse) String

func (p *FindChatByTicketResponse) String() string

func (*FindChatByTicketResponse) Write

type FollowBuddyDetail

type FollowBuddyDetail struct {
	IconType int32 `thrift:"iconType,1" db:"iconType" json:"iconType"`
}

Attributes:

  • IconType
var FollowProfile_FollowBuddyDetail_DEFAULT *FollowBuddyDetail

func NewFollowBuddyDetail

func NewFollowBuddyDetail() *FollowBuddyDetail

func (*FollowBuddyDetail) Equals

func (p *FollowBuddyDetail) Equals(other *FollowBuddyDetail) bool

func (*FollowBuddyDetail) GetIconType

func (p *FollowBuddyDetail) GetIconType() int32

func (*FollowBuddyDetail) Read

func (p *FollowBuddyDetail) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*FollowBuddyDetail) ReadField1

func (p *FollowBuddyDetail) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*FollowBuddyDetail) String

func (p *FollowBuddyDetail) String() string

func (*FollowBuddyDetail) Write

func (p *FollowBuddyDetail) Write(ctx context.Context, oprot thrift.TProtocol) error

type FollowMid

type FollowMid struct {
	Mid  string `thrift:"mid,1" db:"mid" json:"mid"`
	EMid string `thrift:"eMid,2" db:"eMid" json:"eMid"`
}

Attributes:

  • Mid
  • EMid
var FollowProfile_FollowMid_DEFAULT *FollowMid
var FollowRequest_FollowMid_DEFAULT *FollowMid
var GetFollowersRequest_FollowMid_DEFAULT *FollowMid
var GetFollowingsRequest_FollowMid_DEFAULT *FollowMid
var RemoveFollowerRequest_FollowMid_DEFAULT *FollowMid
var UnfollowRequest_FollowMid_DEFAULT *FollowMid

func NewFollowMid

func NewFollowMid() *FollowMid

func (*FollowMid) Equals

func (p *FollowMid) Equals(other *FollowMid) bool

func (*FollowMid) GetEMid

func (p *FollowMid) GetEMid() string

func (*FollowMid) GetMid

func (p *FollowMid) GetMid() string

func (*FollowMid) Read

func (p *FollowMid) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*FollowMid) ReadField1

func (p *FollowMid) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*FollowMid) ReadField2

func (p *FollowMid) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*FollowMid) String

func (p *FollowMid) String() string

func (*FollowMid) Write

func (p *FollowMid) Write(ctx context.Context, oprot thrift.TProtocol) error

type FollowProfile

type FollowProfile struct {
	FollowMid         *FollowMid         `thrift:"followMid,1" db:"followMid" json:"followMid"`
	DisplayName       string             `thrift:"displayName,2" db:"displayName" json:"displayName"`
	PicturePath       string             `thrift:"picturePath,3" db:"picturePath" json:"picturePath"`
	Following         bool               `thrift:"following,4" db:"following" json:"following"`
	AllowFollow       bool               `thrift:"allowFollow,5" db:"allowFollow" json:"allowFollow"`
	FollowBuddyDetail *FollowBuddyDetail `thrift:"followBuddyDetail,6" db:"followBuddyDetail" json:"followBuddyDetail"`
}

Attributes:

  • FollowMid
  • DisplayName
  • PicturePath
  • Following
  • AllowFollow
  • FollowBuddyDetail

func NewFollowProfile

func NewFollowProfile() *FollowProfile

func (*FollowProfile) Equals

func (p *FollowProfile) Equals(other *FollowProfile) bool

func (*FollowProfile) GetAllowFollow

func (p *FollowProfile) GetAllowFollow() bool

func (*FollowProfile) GetDisplayName

func (p *FollowProfile) GetDisplayName() string

func (*FollowProfile) GetFollowBuddyDetail

func (p *FollowProfile) GetFollowBuddyDetail() *FollowBuddyDetail

func (*FollowProfile) GetFollowMid

func (p *FollowProfile) GetFollowMid() *FollowMid

func (*FollowProfile) GetFollowing

func (p *FollowProfile) GetFollowing() bool

func (*FollowProfile) GetPicturePath

func (p *FollowProfile) GetPicturePath() string

func (*FollowProfile) IsSetFollowBuddyDetail

func (p *FollowProfile) IsSetFollowBuddyDetail() bool

func (*FollowProfile) IsSetFollowMid

func (p *FollowProfile) IsSetFollowMid() bool

func (*FollowProfile) Read

func (p *FollowProfile) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*FollowProfile) ReadField1

func (p *FollowProfile) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*FollowProfile) ReadField2

func (p *FollowProfile) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*FollowProfile) ReadField3

func (p *FollowProfile) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*FollowProfile) ReadField4

func (p *FollowProfile) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*FollowProfile) ReadField5

func (p *FollowProfile) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*FollowProfile) ReadField6

func (p *FollowProfile) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*FollowProfile) String

func (p *FollowProfile) String() string

func (*FollowProfile) Write

func (p *FollowProfile) Write(ctx context.Context, oprot thrift.TProtocol) error

type FollowRequest

type FollowRequest struct {
	FollowMid *FollowMid `thrift:"followMid,1" db:"followMid" json:"followMid"`
}

Attributes:

  • FollowMid

func NewFollowRequest

func NewFollowRequest() *FollowRequest

func (*FollowRequest) Equals

func (p *FollowRequest) Equals(other *FollowRequest) bool

func (*FollowRequest) GetFollowMid

func (p *FollowRequest) GetFollowMid() *FollowMid

func (*FollowRequest) IsSetFollowMid

func (p *FollowRequest) IsSetFollowMid() bool

func (*FollowRequest) Read

func (p *FollowRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*FollowRequest) ReadField1

func (p *FollowRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*FollowRequest) String

func (p *FollowRequest) String() string

func (*FollowRequest) Write

func (p *FollowRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type FriendRequest

type FriendRequest struct {
	EMid      string              `thrift:"eMid,1" db:"eMid" json:"eMid"`
	Mid       string              `thrift:"mid,2" db:"mid" json:"mid"`
	Direction Direction           `thrift:"direction,3" db:"direction" json:"direction"`
	Method    FriendRequestMethod `thrift:"method,4" db:"method" json:"method"`
	Param     string              `thrift:"param,5" db:"param" json:"param"`
	Timestamp int64               `thrift:"timestamp,6" db:"timestamp" json:"timestamp"`
	SeqId     int64               `thrift:"seqId,7" db:"seqId" json:"seqId"`
	// unused fields # 8 to 9
	DisplayName   string `thrift:"displayName,10" db:"displayName" json:"displayName"`
	PicturePath   string `thrift:"picturePath,11" db:"picturePath" json:"picturePath"`
	PictureStatus string `thrift:"pictureStatus,12" db:"pictureStatus" json:"pictureStatus"`
}

Attributes:

  • EMid
  • Mid
  • Direction
  • Method
  • Param
  • Timestamp
  • SeqId
  • DisplayName
  • PicturePath
  • PictureStatus

func NewFriendRequest

func NewFriendRequest() *FriendRequest

func (*FriendRequest) Equals

func (p *FriendRequest) Equals(other *FriendRequest) bool

func (*FriendRequest) GetDirection

func (p *FriendRequest) GetDirection() Direction

func (*FriendRequest) GetDisplayName

func (p *FriendRequest) GetDisplayName() string

func (*FriendRequest) GetEMid

func (p *FriendRequest) GetEMid() string

func (*FriendRequest) GetMethod

func (p *FriendRequest) GetMethod() FriendRequestMethod

func (*FriendRequest) GetMid

func (p *FriendRequest) GetMid() string

func (*FriendRequest) GetParam

func (p *FriendRequest) GetParam() string

func (*FriendRequest) GetPicturePath

func (p *FriendRequest) GetPicturePath() string

func (*FriendRequest) GetPictureStatus

func (p *FriendRequest) GetPictureStatus() string

func (*FriendRequest) GetSeqId

func (p *FriendRequest) GetSeqId() int64

func (*FriendRequest) GetTimestamp

func (p *FriendRequest) GetTimestamp() int64

func (*FriendRequest) Read

func (p *FriendRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*FriendRequest) ReadField1

func (p *FriendRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*FriendRequest) ReadField10

func (p *FriendRequest) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*FriendRequest) ReadField11

func (p *FriendRequest) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*FriendRequest) ReadField12

func (p *FriendRequest) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*FriendRequest) ReadField2

func (p *FriendRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*FriendRequest) ReadField3

func (p *FriendRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*FriendRequest) ReadField4

func (p *FriendRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*FriendRequest) ReadField5

func (p *FriendRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*FriendRequest) ReadField6

func (p *FriendRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*FriendRequest) ReadField7

func (p *FriendRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*FriendRequest) String

func (p *FriendRequest) String() string

func (*FriendRequest) Write

func (p *FriendRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type FriendRequestMethod

type FriendRequestMethod int64
const (
	FriendRequestMethod_TIMELINE FriendRequestMethod = 1
	FriendRequestMethod_NEARBY   FriendRequestMethod = 2
	FriendRequestMethod_SQUARE   FriendRequestMethod = 3
)

func FriendRequestMethodFromString

func FriendRequestMethodFromString(s string) (FriendRequestMethod, error)

func FriendRequestMethodPtr

func FriendRequestMethodPtr(v FriendRequestMethod) *FriendRequestMethod

func (FriendRequestMethod) MarshalText

func (p FriendRequestMethod) MarshalText() ([]byte, error)

func (*FriendRequestMethod) Scan

func (p *FriendRequestMethod) Scan(value interface{}) error

func (FriendRequestMethod) String

func (p FriendRequestMethod) String() string

func (*FriendRequestMethod) UnmarshalText

func (p *FriendRequestMethod) UnmarshalText(text []byte) error

func (*FriendRequestMethod) Value

func (p *FriendRequestMethod) Value() (driver.Value, 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

func (*FriendRequestStatus) Value

func (p *FriendRequestStatus) Value() (driver.Value, error)

type FriendRequestsInfo

type FriendRequestsInfo struct {
	TotalIncomingCount int32            `thrift:"totalIncomingCount,1" db:"totalIncomingCount" json:"totalIncomingCount"`
	TotalOutgoingCount int32            `thrift:"totalOutgoingCount,2" db:"totalOutgoingCount" json:"totalOutgoingCount"`
	RecentIncomings    []*FriendRequest `thrift:"recentIncomings,3" db:"recentIncomings" json:"recentIncomings"`
	RecentOutgoings    []*FriendRequest `thrift:"recentOutgoings,4" db:"recentOutgoings" json:"recentOutgoings"`
	TotalIncomingLimit int32            `thrift:"totalIncomingLimit,5" db:"totalIncomingLimit" json:"totalIncomingLimit"`
	TotalOutgoingLimit int32            `thrift:"totalOutgoingLimit,6" db:"totalOutgoingLimit" json:"totalOutgoingLimit"`
}

Attributes:

  • TotalIncomingCount
  • TotalOutgoingCount
  • RecentIncomings
  • RecentOutgoings
  • TotalIncomingLimit
  • TotalOutgoingLimit
var TalkServiceGetRecentFriendRequestsResult_Success_DEFAULT *FriendRequestsInfo

func NewFriendRequestsInfo

func NewFriendRequestsInfo() *FriendRequestsInfo

func (*FriendRequestsInfo) Equals

func (p *FriendRequestsInfo) Equals(other *FriendRequestsInfo) bool

func (*FriendRequestsInfo) GetRecentIncomings

func (p *FriendRequestsInfo) GetRecentIncomings() []*FriendRequest

func (*FriendRequestsInfo) GetRecentOutgoings

func (p *FriendRequestsInfo) GetRecentOutgoings() []*FriendRequest

func (*FriendRequestsInfo) GetTotalIncomingCount

func (p *FriendRequestsInfo) GetTotalIncomingCount() int32

func (*FriendRequestsInfo) GetTotalIncomingLimit

func (p *FriendRequestsInfo) GetTotalIncomingLimit() int32

func (*FriendRequestsInfo) GetTotalOutgoingCount

func (p *FriendRequestsInfo) GetTotalOutgoingCount() int32

func (*FriendRequestsInfo) GetTotalOutgoingLimit

func (p *FriendRequestsInfo) GetTotalOutgoingLimit() int32

func (*FriendRequestsInfo) Read

func (*FriendRequestsInfo) ReadField1

func (p *FriendRequestsInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*FriendRequestsInfo) ReadField2

func (p *FriendRequestsInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*FriendRequestsInfo) ReadField3

func (p *FriendRequestsInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*FriendRequestsInfo) ReadField4

func (p *FriendRequestsInfo) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*FriendRequestsInfo) ReadField5

func (p *FriendRequestsInfo) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*FriendRequestsInfo) ReadField6

func (p *FriendRequestsInfo) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*FriendRequestsInfo) String

func (p *FriendRequestsInfo) String() string

func (*FriendRequestsInfo) Write

func (p *FriendRequestsInfo) Write(ctx context.Context, oprot thrift.TProtocol) error

type Geolocation

type Geolocation struct {
	Longitude               float64              `thrift:"longitude,1" db:"longitude" json:"longitude"`
	Latitude                float64              `thrift:"latitude,2" db:"latitude" json:"latitude"`
	Accuracy                *GeolocationAccuracy `thrift:"accuracy,3" db:"accuracy" json:"accuracy"`
	AltitudeMeters          float64              `thrift:"altitudeMeters,4" db:"altitudeMeters" json:"altitudeMeters"`
	VelocityMetersPerSecond float64              `thrift:"velocityMetersPerSecond,5" db:"velocityMetersPerSecond" json:"velocityMetersPerSecond"`
	BearingDegrees          float64              `thrift:"bearingDegrees,6" db:"bearingDegrees" json:"bearingDegrees"`
}

Attributes:

  • Longitude
  • Latitude
  • Accuracy
  • AltitudeMeters
  • VelocityMetersPerSecond
  • BearingDegrees
var TalkServiceGetShakeEventV1Args_Location_DEFAULT *Geolocation

func NewGeolocation

func NewGeolocation() *Geolocation

func (*Geolocation) Equals

func (p *Geolocation) Equals(other *Geolocation) bool

func (*Geolocation) GetAccuracy

func (p *Geolocation) GetAccuracy() *GeolocationAccuracy

func (*Geolocation) GetAltitudeMeters

func (p *Geolocation) GetAltitudeMeters() float64

func (*Geolocation) GetBearingDegrees

func (p *Geolocation) GetBearingDegrees() float64

func (*Geolocation) GetLatitude

func (p *Geolocation) GetLatitude() float64

func (*Geolocation) GetLongitude

func (p *Geolocation) GetLongitude() float64

func (*Geolocation) GetVelocityMetersPerSecond

func (p *Geolocation) GetVelocityMetersPerSecond() float64

func (*Geolocation) IsSetAccuracy

func (p *Geolocation) IsSetAccuracy() bool

func (*Geolocation) Read

func (p *Geolocation) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Geolocation) ReadField1

func (p *Geolocation) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Geolocation) ReadField2

func (p *Geolocation) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Geolocation) ReadField3

func (p *Geolocation) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*Geolocation) ReadField4

func (p *Geolocation) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*Geolocation) ReadField5

func (p *Geolocation) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*Geolocation) ReadField6

func (p *Geolocation) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*Geolocation) String

func (p *Geolocation) String() string

func (*Geolocation) Write

func (p *Geolocation) Write(ctx context.Context, oprot thrift.TProtocol) error

type GeolocationAccuracy

type GeolocationAccuracy struct {
	RadiusMeters     float64 `thrift:"radiusMeters,1" db:"radiusMeters" json:"radiusMeters"`
	RadiusConfidence float64 `thrift:"radiusConfidence,2" db:"radiusConfidence" json:"radiusConfidence"`
	AltitudeAccuracy float64 `thrift:"altitudeAccuracy,3" db:"altitudeAccuracy" json:"altitudeAccuracy"`
	VelocityAccuracy float64 `thrift:"velocityAccuracy,4" db:"velocityAccuracy" json:"velocityAccuracy"`
	BearingAccuracy  float64 `thrift:"bearingAccuracy,5" db:"bearingAccuracy" json:"bearingAccuracy"`
}

Attributes:

  • RadiusMeters
  • RadiusConfidence
  • AltitudeAccuracy
  • VelocityAccuracy
  • BearingAccuracy
var Geolocation_Accuracy_DEFAULT *GeolocationAccuracy
var Location_Accuracy_DEFAULT *GeolocationAccuracy
var TalkServiceUpdateAndGetNearbyArgs_Accuracy_DEFAULT *GeolocationAccuracy

func NewGeolocationAccuracy

func NewGeolocationAccuracy() *GeolocationAccuracy

func (*GeolocationAccuracy) Equals

func (p *GeolocationAccuracy) Equals(other *GeolocationAccuracy) bool

func (*GeolocationAccuracy) GetAltitudeAccuracy

func (p *GeolocationAccuracy) GetAltitudeAccuracy() float64

func (*GeolocationAccuracy) GetBearingAccuracy

func (p *GeolocationAccuracy) GetBearingAccuracy() float64

func (*GeolocationAccuracy) GetRadiusConfidence

func (p *GeolocationAccuracy) GetRadiusConfidence() float64

func (*GeolocationAccuracy) GetRadiusMeters

func (p *GeolocationAccuracy) GetRadiusMeters() float64

func (*GeolocationAccuracy) GetVelocityAccuracy

func (p *GeolocationAccuracy) GetVelocityAccuracy() float64

func (*GeolocationAccuracy) Read

func (*GeolocationAccuracy) ReadField1

func (p *GeolocationAccuracy) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GeolocationAccuracy) ReadField2

func (p *GeolocationAccuracy) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GeolocationAccuracy) ReadField3

func (p *GeolocationAccuracy) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GeolocationAccuracy) ReadField4

func (p *GeolocationAccuracy) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*GeolocationAccuracy) ReadField5

func (p *GeolocationAccuracy) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*GeolocationAccuracy) String

func (p *GeolocationAccuracy) String() string

func (*GeolocationAccuracy) Write

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 (*GetAllChatMidsRequest) GetWithInvitedChats

func (p *GetAllChatMidsRequest) GetWithInvitedChats() bool

func (*GetAllChatMidsRequest) GetWithMemberChats

func (p *GetAllChatMidsRequest) GetWithMemberChats() bool

func (*GetAllChatMidsRequest) Read

func (*GetAllChatMidsRequest) ReadField1

func (p *GetAllChatMidsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetAllChatMidsRequest) ReadField2

func (p *GetAllChatMidsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetAllChatMidsRequest) String

func (p *GetAllChatMidsRequest) String() string

func (*GetAllChatMidsRequest) Write

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 (*GetAllChatMidsResponse) GetInvitedChatMids

func (p *GetAllChatMidsResponse) GetInvitedChatMids() []string

func (*GetAllChatMidsResponse) GetMemberChatMids

func (p *GetAllChatMidsResponse) GetMemberChatMids() []string

func (*GetAllChatMidsResponse) Read

func (*GetAllChatMidsResponse) ReadField1

func (p *GetAllChatMidsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetAllChatMidsResponse) ReadField2

func (p *GetAllChatMidsResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetAllChatMidsResponse) String

func (p *GetAllChatMidsResponse) String() string

func (*GetAllChatMidsResponse) Write

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) Read

func (p *GetChatsRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*GetChatsRequest) ReadField1

func (p *GetChatsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetChatsRequest) ReadField2

func (p *GetChatsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetChatsRequest) ReadField3

func (p *GetChatsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GetChatsRequest) String

func (p *GetChatsRequest) String() string

func (*GetChatsRequest) Write

func (p *GetChatsRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

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) Read

func (p *GetChatsResponse) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*GetChatsResponse) ReadField1

func (p *GetChatsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetChatsResponse) String

func (p *GetChatsResponse) String() string

func (*GetChatsResponse) Write

func (p *GetChatsResponse) Write(ctx context.Context, oprot thrift.TProtocol) error

type GetEncryptedIdentityV3Response

type GetEncryptedIdentityV3Response struct {
	WrappedNonce  []byte `thrift:"wrappedNonce,1" db:"wrappedNonce" json:"wrappedNonce"`
	KdfParameter1 []byte `thrift:"kdfParameter1,2" db:"kdfParameter1" json:"kdfParameter1"`
	KdfParameter2 []byte `thrift:"kdfParameter2,3" db:"kdfParameter2" json:"kdfParameter2"`
}

Attributes:

  • WrappedNonce
  • KdfParameter1
  • KdfParameter2
var TalkServiceGetEncryptedIdentityV3Result_Success_DEFAULT *GetEncryptedIdentityV3Response

func NewGetEncryptedIdentityV3Response

func NewGetEncryptedIdentityV3Response() *GetEncryptedIdentityV3Response

func (*GetEncryptedIdentityV3Response) Equals

func (*GetEncryptedIdentityV3Response) GetKdfParameter1

func (p *GetEncryptedIdentityV3Response) GetKdfParameter1() []byte

func (*GetEncryptedIdentityV3Response) GetKdfParameter2

func (p *GetEncryptedIdentityV3Response) GetKdfParameter2() []byte

func (*GetEncryptedIdentityV3Response) GetWrappedNonce

func (p *GetEncryptedIdentityV3Response) GetWrappedNonce() []byte

func (*GetEncryptedIdentityV3Response) Read

func (*GetEncryptedIdentityV3Response) ReadField1

func (*GetEncryptedIdentityV3Response) ReadField2

func (*GetEncryptedIdentityV3Response) ReadField3

func (*GetEncryptedIdentityV3Response) String

func (*GetEncryptedIdentityV3Response) Write

type GetFollowersRequest

type GetFollowersRequest struct {
	FollowMid *FollowMid `thrift:"followMid,1" db:"followMid" json:"followMid"`
	Cursor    string     `thrift:"cursor,2" db:"cursor" json:"cursor"`
}

Attributes:

  • FollowMid
  • Cursor
var TalkServiceGetFollowersArgs_GetFollowersRequest_DEFAULT *GetFollowersRequest

func NewGetFollowersRequest

func NewGetFollowersRequest() *GetFollowersRequest

func (*GetFollowersRequest) Equals

func (p *GetFollowersRequest) Equals(other *GetFollowersRequest) bool

func (*GetFollowersRequest) GetCursor

func (p *GetFollowersRequest) GetCursor() string

func (*GetFollowersRequest) GetFollowMid

func (p *GetFollowersRequest) GetFollowMid() *FollowMid

func (*GetFollowersRequest) IsSetFollowMid

func (p *GetFollowersRequest) IsSetFollowMid() bool

func (*GetFollowersRequest) Read

func (*GetFollowersRequest) ReadField1

func (p *GetFollowersRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFollowersRequest) ReadField2

func (p *GetFollowersRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFollowersRequest) String

func (p *GetFollowersRequest) String() string

func (*GetFollowersRequest) Write

type GetFollowersResponse

type GetFollowersResponse struct {
	Profiles       []*FollowProfile `thrift:"profiles,1" db:"profiles" json:"profiles"`
	Cursor         string           `thrift:"cursor,2" db:"cursor" json:"cursor"`
	FollowingCount int64            `thrift:"followingCount,3" db:"followingCount" json:"followingCount"`
	FollowerCount  int64            `thrift:"followerCount,4" db:"followerCount" json:"followerCount"`
}

Attributes:

  • Profiles
  • Cursor
  • FollowingCount
  • FollowerCount
var TalkServiceGetFollowersResult_Success_DEFAULT *GetFollowersResponse

func NewGetFollowersResponse

func NewGetFollowersResponse() *GetFollowersResponse

func (*GetFollowersResponse) Equals

func (*GetFollowersResponse) GetCursor

func (p *GetFollowersResponse) GetCursor() string

func (*GetFollowersResponse) GetFollowerCount

func (p *GetFollowersResponse) GetFollowerCount() int64

func (*GetFollowersResponse) GetFollowingCount

func (p *GetFollowersResponse) GetFollowingCount() int64

func (*GetFollowersResponse) GetProfiles

func (p *GetFollowersResponse) GetProfiles() []*FollowProfile

func (*GetFollowersResponse) Read

func (*GetFollowersResponse) ReadField1

func (p *GetFollowersResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFollowersResponse) ReadField2

func (p *GetFollowersResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFollowersResponse) ReadField3

func (p *GetFollowersResponse) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFollowersResponse) ReadField4

func (p *GetFollowersResponse) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFollowersResponse) String

func (p *GetFollowersResponse) String() string

func (*GetFollowersResponse) Write

type GetFollowingsRequest

type GetFollowingsRequest struct {
	FollowMid *FollowMid `thrift:"followMid,1" db:"followMid" json:"followMid"`
	Cursor    string     `thrift:"cursor,2" db:"cursor" json:"cursor"`
}

Attributes:

  • FollowMid
  • Cursor
var TalkServiceGetFollowingsArgs_GetFollowingsRequest_DEFAULT *GetFollowingsRequest

func NewGetFollowingsRequest

func NewGetFollowingsRequest() *GetFollowingsRequest

func (*GetFollowingsRequest) Equals

func (*GetFollowingsRequest) GetCursor

func (p *GetFollowingsRequest) GetCursor() string

func (*GetFollowingsRequest) GetFollowMid

func (p *GetFollowingsRequest) GetFollowMid() *FollowMid

func (*GetFollowingsRequest) IsSetFollowMid

func (p *GetFollowingsRequest) IsSetFollowMid() bool

func (*GetFollowingsRequest) Read

func (*GetFollowingsRequest) ReadField1

func (p *GetFollowingsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFollowingsRequest) ReadField2

func (p *GetFollowingsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFollowingsRequest) String

func (p *GetFollowingsRequest) String() string

func (*GetFollowingsRequest) Write

type GetFollowingsResponse

type GetFollowingsResponse struct {
	Profiles       []*FollowProfile `thrift:"profiles,1" db:"profiles" json:"profiles"`
	Cursor         string           `thrift:"cursor,2" db:"cursor" json:"cursor"`
	FollowingCount int64            `thrift:"followingCount,3" db:"followingCount" json:"followingCount"`
	FollowerCount  int64            `thrift:"followerCount,4" db:"followerCount" json:"followerCount"`
}

Attributes:

  • Profiles
  • Cursor
  • FollowingCount
  • FollowerCount
var TalkServiceGetFollowingsResult_Success_DEFAULT *GetFollowingsResponse

func NewGetFollowingsResponse

func NewGetFollowingsResponse() *GetFollowingsResponse

func (*GetFollowingsResponse) Equals

func (*GetFollowingsResponse) GetCursor

func (p *GetFollowingsResponse) GetCursor() string

func (*GetFollowingsResponse) GetFollowerCount

func (p *GetFollowingsResponse) GetFollowerCount() int64

func (*GetFollowingsResponse) GetFollowingCount

func (p *GetFollowingsResponse) GetFollowingCount() int64

func (*GetFollowingsResponse) GetProfiles

func (p *GetFollowingsResponse) GetProfiles() []*FollowProfile

func (*GetFollowingsResponse) Read

func (*GetFollowingsResponse) ReadField1

func (p *GetFollowingsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFollowingsResponse) ReadField2

func (p *GetFollowingsResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFollowingsResponse) ReadField3

func (p *GetFollowingsResponse) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFollowingsResponse) ReadField4

func (p *GetFollowingsResponse) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFollowingsResponse) String

func (p *GetFollowingsResponse) String() string

func (*GetFollowingsResponse) Write

type Group

type Group struct {
	ID          string `thrift:"id,1" db:"id" json:"id"`
	CreatedTime int64  `thrift:"createdTime,2" db:"createdTime" json:"createdTime"`
	// unused fields # 3 to 9
	Name                  string           `thrift:"name,10" db:"name" json:"name"`
	PictureStatus         string           `thrift:"pictureStatus,11" db:"pictureStatus" json:"pictureStatus"`
	PreventedJoinByTicket bool             `thrift:"preventedJoinByTicket,12" db:"preventedJoinByTicket" json:"preventedJoinByTicket"`
	GroupPreference       *GroupPreference `thrift:"groupPreference,13" db:"groupPreference" json:"groupPreference"`
	// unused fields # 14 to 19
	Members []*Contact `thrift:"members,20" db:"members" json:"members"`
	Creator *Contact   `thrift:"creator,21" db:"creator" json:"creator"`
	Invitee []*Contact `thrift:"invitee,22" db:"invitee" json:"invitee"`
	// unused fields # 23 to 30
	NotificationDisabled bool `thrift:"notificationDisabled,31" db:"notificationDisabled" json:"notificationDisabled"`
}

Attributes:

  • ID
  • CreatedTime
  • Name
  • PictureStatus
  • PreventedJoinByTicket
  • GroupPreference
  • Members
  • Creator
  • Invitee
  • NotificationDisabled
var TalkServiceGetGroupResult_Success_DEFAULT *Group
var TalkServiceGetGroupWithoutMembersResult_Success_DEFAULT *Group
var TalkServiceUpdateGroupArgs_Group_DEFAULT *Group

func NewGroup

func NewGroup() *Group

func (*Group) Equals

func (p *Group) Equals(other *Group) bool

func (*Group) GetCreatedTime

func (p *Group) GetCreatedTime() int64

func (*Group) GetCreator

func (p *Group) GetCreator() *Contact

func (*Group) GetGroupPreference

func (p *Group) GetGroupPreference() *GroupPreference

func (*Group) GetID

func (p *Group) GetID() string

func (*Group) GetInvitee

func (p *Group) GetInvitee() []*Contact

func (*Group) GetMembers

func (p *Group) GetMembers() []*Contact

func (*Group) GetName

func (p *Group) GetName() string

func (*Group) GetNotificationDisabled

func (p *Group) GetNotificationDisabled() bool

func (*Group) GetPictureStatus

func (p *Group) GetPictureStatus() string

func (*Group) GetPreventedJoinByTicket

func (p *Group) GetPreventedJoinByTicket() bool

func (*Group) IsSetCreator

func (p *Group) IsSetCreator() bool

func (*Group) IsSetGroupPreference

func (p *Group) IsSetGroupPreference() bool

func (*Group) Read

func (p *Group) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Group) ReadField1

func (p *Group) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Group) ReadField10

func (p *Group) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*Group) ReadField11

func (p *Group) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*Group) ReadField12

func (p *Group) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*Group) ReadField13

func (p *Group) ReadField13(ctx context.Context, iprot thrift.TProtocol) error

func (*Group) ReadField2

func (p *Group) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Group) ReadField20

func (p *Group) ReadField20(ctx context.Context, iprot thrift.TProtocol) error

func (*Group) ReadField21

func (p *Group) ReadField21(ctx context.Context, iprot thrift.TProtocol) error

func (*Group) ReadField22

func (p *Group) ReadField22(ctx context.Context, iprot thrift.TProtocol) error

func (*Group) ReadField31

func (p *Group) ReadField31(ctx context.Context, iprot thrift.TProtocol) error

func (*Group) String

func (p *Group) String() string

func (*Group) Write

func (p *Group) Write(ctx context.Context, oprot thrift.TProtocol) error

type GroupAttribute

type GroupAttribute int64
const (
	GroupAttribute_NAME                     GroupAttribute = 1
	GroupAttribute_PICTURE_STATUS           GroupAttribute = 2
	GroupAttribute_ALL                      GroupAttribute = 255
	GroupAttribute_PREVENTED_JOIN_BY_TICKET GroupAttribute = 4
	GroupAttribute_NOTIFICATION_SETTING     GroupAttribute = 8
)

func GroupAttributeFromString

func GroupAttributeFromString(s string) (GroupAttribute, error)

func GroupAttributePtr

func GroupAttributePtr(v GroupAttribute) *GroupAttribute

func (GroupAttribute) MarshalText

func (p GroupAttribute) MarshalText() ([]byte, error)

func (*GroupAttribute) Scan

func (p *GroupAttribute) Scan(value interface{}) error

func (GroupAttribute) String

func (p GroupAttribute) String() string

func (*GroupAttribute) UnmarshalText

func (p *GroupAttribute) UnmarshalText(text []byte) error

func (*GroupAttribute) Value

func (p *GroupAttribute) Value() (driver.Value, error)

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) Read

func (p *GroupExtra) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*GroupExtra) ReadField1

func (p *GroupExtra) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GroupExtra) ReadField2

func (p *GroupExtra) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GroupExtra) ReadField3

func (p *GroupExtra) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GroupExtra) ReadField4

func (p *GroupExtra) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*GroupExtra) ReadField5

func (p *GroupExtra) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*GroupExtra) String

func (p *GroupExtra) String() string

func (*GroupExtra) Write

func (p *GroupExtra) Write(ctx context.Context, oprot thrift.TProtocol) error

type GroupPreference

type GroupPreference struct {
	InvitationTicket  string `thrift:"invitationTicket,1" db:"invitationTicket" json:"invitationTicket"`
	FavoriteTimestamp int64  `thrift:"favoriteTimestamp,2" db:"favoriteTimestamp" json:"favoriteTimestamp"`
}

Attributes:

  • InvitationTicket
  • FavoriteTimestamp
var Group_GroupPreference_DEFAULT *GroupPreference

func NewGroupPreference

func NewGroupPreference() *GroupPreference

func (*GroupPreference) Equals

func (p *GroupPreference) Equals(other *GroupPreference) bool

func (*GroupPreference) GetFavoriteTimestamp

func (p *GroupPreference) GetFavoriteTimestamp() int64

func (*GroupPreference) GetInvitationTicket

func (p *GroupPreference) GetInvitationTicket() string

func (*GroupPreference) Read

func (p *GroupPreference) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*GroupPreference) ReadField1

func (p *GroupPreference) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GroupPreference) ReadField2

func (p *GroupPreference) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GroupPreference) String

func (p *GroupPreference) String() string

func (*GroupPreference) Write

func (p *GroupPreference) Write(ctx context.Context, oprot thrift.TProtocol) error

type IdentityCredential

type IdentityCredential struct {
	Provider   IdentityProvider `thrift:"provider,1" db:"provider" json:"provider"`
	Identifier string           `thrift:"identifier,2" db:"identifier" json:"identifier"`
	Password   string           `thrift:"password,3" db:"password" json:"password"`
}

Attributes:

  • Provider
  • Identifier
  • Password
var TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs_IdentityCredential_DEFAULT *IdentityCredential
var TalkServiceVerifyIdentityCredentialWithResultArgs_IdentityCredential_DEFAULT *IdentityCredential

func NewIdentityCredential

func NewIdentityCredential() *IdentityCredential

func (*IdentityCredential) Equals

func (p *IdentityCredential) Equals(other *IdentityCredential) bool

func (*IdentityCredential) GetIdentifier

func (p *IdentityCredential) GetIdentifier() string

func (*IdentityCredential) GetPassword

func (p *IdentityCredential) GetPassword() string

func (*IdentityCredential) GetProvider

func (p *IdentityCredential) GetProvider() IdentityProvider

func (*IdentityCredential) Read

func (*IdentityCredential) ReadField1

func (p *IdentityCredential) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*IdentityCredential) ReadField2

func (p *IdentityCredential) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*IdentityCredential) ReadField3

func (p *IdentityCredential) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*IdentityCredential) String

func (p *IdentityCredential) String() string

func (*IdentityCredential) Write

func (p *IdentityCredential) Write(ctx context.Context, oprot thrift.TProtocol) 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

func (*IdentityProvider) Value

func (p *IdentityProvider) Value() (driver.Value, error)

type InstantNews

type InstantNews struct {
	NewsId_         int64  `thrift:"newsId,1" db:"newsId" json:"newsId"`
	NewsService_    string `thrift:"newsService,2" db:"newsService" json:"newsService"`
	TtlMillis       int64  `thrift:"ttlMillis,3" db:"ttlMillis" json:"ttlMillis"`
	Category        string `thrift:"category,4" db:"category" json:"category"`
	CategoryBgColor string `thrift:"categoryBgColor,5" db:"categoryBgColor" json:"categoryBgColor"`
	CategoryColor   string `thrift:"categoryColor,6" db:"categoryColor" json:"categoryColor"`
	Title           string `thrift:"title,7" db:"title" json:"title"`
	URL             string `thrift:"url,8" db:"url" json:"url"`
	Image           string `thrift:"image,9" db:"image" json:"image"`
}

Attributes:

  • NewsId_
  • NewsService_
  • TtlMillis
  • Category
  • CategoryBgColor
  • CategoryColor
  • Title
  • URL
  • Image

func NewInstantNews

func NewInstantNews() *InstantNews

func (*InstantNews) Equals

func (p *InstantNews) Equals(other *InstantNews) bool

func (*InstantNews) GetCategory

func (p *InstantNews) GetCategory() string

func (*InstantNews) GetCategoryBgColor

func (p *InstantNews) GetCategoryBgColor() string

func (*InstantNews) GetCategoryColor

func (p *InstantNews) GetCategoryColor() string

func (*InstantNews) GetImage

func (p *InstantNews) GetImage() string

func (*InstantNews) GetNewsId_

func (p *InstantNews) GetNewsId_() int64

func (*InstantNews) GetNewsService_

func (p *InstantNews) GetNewsService_() string

func (*InstantNews) GetTitle

func (p *InstantNews) GetTitle() string

func (*InstantNews) GetTtlMillis

func (p *InstantNews) GetTtlMillis() int64

func (*InstantNews) GetURL

func (p *InstantNews) GetURL() string

func (*InstantNews) Read

func (p *InstantNews) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*InstantNews) ReadField1

func (p *InstantNews) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*InstantNews) ReadField2

func (p *InstantNews) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*InstantNews) ReadField3

func (p *InstantNews) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*InstantNews) ReadField4

func (p *InstantNews) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*InstantNews) ReadField5

func (p *InstantNews) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*InstantNews) ReadField6

func (p *InstantNews) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*InstantNews) ReadField7

func (p *InstantNews) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*InstantNews) ReadField8

func (p *InstantNews) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*InstantNews) ReadField9

func (p *InstantNews) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*InstantNews) String

func (p *InstantNews) String() string

func (*InstantNews) Write

func (p *InstantNews) Write(ctx context.Context, oprot thrift.TProtocol) 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 (*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) Read

func (*InviteIntoChatRequest) ReadField1

func (p *InviteIntoChatRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*InviteIntoChatRequest) ReadField2

func (p *InviteIntoChatRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*InviteIntoChatRequest) ReadField3

func (p *InviteIntoChatRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*InviteIntoChatRequest) String

func (p *InviteIntoChatRequest) String() string

func (*InviteIntoChatRequest) Write

type InviteIntoChatResponse

type InviteIntoChatResponse struct {
}
var TalkServiceInviteIntoChatResult_Success_DEFAULT *InviteIntoChatResponse

func NewInviteIntoChatResponse

func NewInviteIntoChatResponse() *InviteIntoChatResponse

func (*InviteIntoChatResponse) Equals

func (*InviteIntoChatResponse) Read

func (*InviteIntoChatResponse) String

func (p *InviteIntoChatResponse) String() string

func (*InviteIntoChatResponse) Write

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       Provider             `thrift:"provider,7" db:"provider" json:"provider"`
	Accuracy       *GeolocationAccuracy `thrift:"accuracy,8" db:"accuracy" json:"accuracy"`
	AltitudeMeters float64              `thrift:"altitudeMeters,9" db:"altitudeMeters" json:"altitudeMeters"`
}

Attributes:

  • Title
  • Address
  • Latitude
  • Longitude
  • Phone
  • CategoryId
  • Provider
  • Accuracy
  • AltitudeMeters
var TalkServiceOpenProximityMatchArgs_Location_DEFAULT *Location

func NewLocation

func NewLocation() *Location

func (*Location) Equals

func (p *Location) Equals(other *Location) bool

func (*Location) GetAccuracy

func (p *Location) GetAccuracy() *GeolocationAccuracy

func (*Location) GetAddress

func (p *Location) GetAddress() string

func (*Location) GetAltitudeMeters

func (p *Location) GetAltitudeMeters() float64

func (*Location) GetCategoryId

func (p *Location) GetCategoryId() string

func (*Location) GetLatitude

func (p *Location) GetLatitude() float64

func (*Location) GetLongitude

func (p *Location) GetLongitude() float64

func (*Location) GetPhone

func (p *Location) GetPhone() string

func (*Location) GetProvider

func (p *Location) GetProvider() Provider

func (*Location) GetTitle

func (p *Location) GetTitle() string

func (*Location) IsSetAccuracy

func (p *Location) IsSetAccuracy() bool

func (*Location) Read

func (p *Location) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Location) ReadField1

func (p *Location) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Location) ReadField2

func (p *Location) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Location) ReadField3

func (p *Location) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*Location) ReadField4

func (p *Location) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*Location) ReadField5

func (p *Location) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*Location) ReadField6

func (p *Location) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*Location) ReadField7

func (p *Location) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*Location) ReadField8

func (p *Location) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*Location) ReadField9

func (p *Location) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*Location) String

func (p *Location) String() string

func (*Location) Write

func (p *Location) Write(ctx context.Context, oprot thrift.TProtocol) error

type Message

type Message struct {
	From_         string `thrift:"from_,1" db:"from_" json:"1"`
	To            string `thrift:"to,2" db:"to" json:"2"`
	ToType        int64  `thrift:"toType,3" db:"toType" json:"3"`
	ID            string `thrift:"id,4" db:"id" json:"4"`
	CreatedTime   int64  `thrift:"createdTime,5" db:"createdTime" json:"5"`
	DeliveredTime int64  `thrift:"deliveredTime,6" db:"deliveredTime" json:"6"`
	// unused fields # 7 to 9
	Text string `thrift:"text,10" db:"text" json:"10"`
	// unused fields # 11 to 13
	HasContent  bool  `thrift:"hasContent,14" db:"hasContent" json:"14"`
	ContentType int64 `thrift:"contentType,15" db:"contentType" json:"15"`
	// unused field # 16
	ContentPreview            []byte            `thrift:"contentPreview,17" db:"contentPreview" json:"17"`
	ContentMetadata           map[string]string `thrift:"contentMetadata,18" db:"contentMetadata" json:"18"`
	SessionId                 int32             `thrift:"sessionId,19" db:"sessionId" json:"19"`
	Chunks                    [][]byte          `thrift:"chunks,20" db:"chunks" json:"20"`
	RelatedMessageId          string            `thrift:"relatedMessageId,21" db:"relatedMessageId" json:"21"`
	MessageRelationType       int64             `thrift:"messageRelationType,22" db:"messageRelationType" json:"22"`
	ReadCount                 int32             `thrift:"readCount,23" db:"readCount" json:"23"`
	RelatedMessageServiceCode int64             `thrift:"relatedMessageServiceCode,24" db:"relatedMessageServiceCode" json:"24"`
	AppExtensionType          int64             `thrift:"appExtensionType,25" db:"appExtensionType" json:"25"`
}

Attributes:

  • From_
  • To
  • ToType
  • ID
  • CreatedTime
  • DeliveredTime
  • Text
  • HasContent
  • ContentType
  • ContentPreview
  • ContentMetadata
  • SessionId
  • Chunks
  • RelatedMessageId
  • MessageRelationType
  • ReadCount
  • RelatedMessageServiceCode
  • AppExtensionType
var Operation_Message_DEFAULT *Message
var TalkServiceRespondResendMessageArgs_ResendMessage_DEFAULT *Message
var TalkServiceSendMessageArgs_Message_DEFAULT *Message
var TalkServiceSendMessageResult_Success_DEFAULT *Message

func NewMessage

func NewMessage() *Message

func (*Message) Equals

func (p *Message) Equals(other *Message) bool

func (*Message) GetAppExtensionType

func (p *Message) GetAppExtensionType() int64

func (*Message) GetChunks

func (p *Message) GetChunks() [][]byte

func (*Message) GetContentMetadata

func (p *Message) GetContentMetadata() map[string]string

func (*Message) GetContentPreview

func (p *Message) GetContentPreview() []byte

func (*Message) GetContentType

func (p *Message) GetContentType() int64

func (*Message) GetCreatedTime

func (p *Message) GetCreatedTime() int64

func (*Message) GetDeliveredTime

func (p *Message) GetDeliveredTime() int64

func (*Message) GetFrom_

func (p *Message) GetFrom_() string

func (*Message) GetHasContent

func (p *Message) GetHasContent() bool

func (*Message) GetID

func (p *Message) GetID() string

func (*Message) GetMessageRelationType

func (p *Message) GetMessageRelationType() int64

func (*Message) GetReadCount

func (p *Message) GetReadCount() int32

func (*Message) GetRelatedMessageId

func (p *Message) GetRelatedMessageId() string

func (*Message) GetRelatedMessageServiceCode

func (p *Message) GetRelatedMessageServiceCode() int64

func (*Message) GetSessionId

func (p *Message) GetSessionId() int32

func (*Message) GetText

func (p *Message) GetText() string

func (*Message) GetTo

func (p *Message) GetTo() string

func (*Message) GetToType

func (p *Message) GetToType() int64

func (*Message) Read

func (p *Message) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField1

func (p *Message) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField10

func (p *Message) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField14

func (p *Message) ReadField14(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField15

func (p *Message) ReadField15(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField17

func (p *Message) ReadField17(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField18

func (p *Message) ReadField18(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField19

func (p *Message) ReadField19(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField2

func (p *Message) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField20

func (p *Message) ReadField20(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField21

func (p *Message) ReadField21(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField22

func (p *Message) ReadField22(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField23

func (p *Message) ReadField23(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField24

func (p *Message) ReadField24(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField25

func (p *Message) ReadField25(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField3

func (p *Message) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField4

func (p *Message) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField5

func (p *Message) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) ReadField6

func (p *Message) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*Message) String

func (p *Message) String() string

func (*Message) Write

func (p *Message) Write(ctx context.Context, oprot thrift.TProtocol) error

type MessageBoxList

type MessageBoxList struct {
	MessageBoxes []*ExtendedMessageBox `thrift:"messageBoxes,1" db:"messageBoxes" json:"messageBoxes"`
	HasNext      bool                  `thrift:"hasNext,2" db:"hasNext" json:"hasNext"`
}

Attributes:

  • MessageBoxes
  • HasNext
var TalkServiceGetMessageBoxesResult_Success_DEFAULT *MessageBoxList

func NewMessageBoxList

func NewMessageBoxList() *MessageBoxList

func (*MessageBoxList) Equals

func (p *MessageBoxList) Equals(other *MessageBoxList) bool

func (*MessageBoxList) GetHasNext

func (p *MessageBoxList) GetHasNext() bool

func (*MessageBoxList) GetMessageBoxes

func (p *MessageBoxList) GetMessageBoxes() []*ExtendedMessageBox

func (*MessageBoxList) Read

func (p *MessageBoxList) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*MessageBoxList) ReadField1

func (p *MessageBoxList) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*MessageBoxList) ReadField2

func (p *MessageBoxList) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*MessageBoxList) String

func (p *MessageBoxList) String() string

func (*MessageBoxList) Write

func (p *MessageBoxList) Write(ctx context.Context, oprot thrift.TProtocol) error

type MessageBoxListRequest

type MessageBoxListRequest struct {
	MinChatId                      string `thrift:"minChatId,1" db:"minChatId" json:"minChatId"`
	MaxChatId                      string `thrift:"maxChatId,2" db:"maxChatId" json:"maxChatId"`
	ActiveOnly                     bool   `thrift:"activeOnly,3" db:"activeOnly" json:"activeOnly"`
	MessageBoxCountLimit           int32  `thrift:"messageBoxCountLimit,4" db:"messageBoxCountLimit" json:"messageBoxCountLimit"`
	WithUnreadCount                bool   `thrift:"withUnreadCount,5" db:"withUnreadCount" json:"withUnreadCount"`
	LastMessagesPerMessageBoxCount int32  `thrift:"lastMessagesPerMessageBoxCount,6" db:"lastMessagesPerMessageBoxCount" json:"lastMessagesPerMessageBoxCount"`
	UnreadOnly                     bool   `thrift:"unreadOnly,7" db:"unreadOnly" json:"unreadOnly"`
}

Attributes:

  • MinChatId
  • MaxChatId
  • ActiveOnly
  • MessageBoxCountLimit
  • WithUnreadCount
  • LastMessagesPerMessageBoxCount
  • UnreadOnly
var TalkServiceGetMessageBoxesArgs_MessageBoxListRequest_DEFAULT *MessageBoxListRequest

func NewMessageBoxListRequest

func NewMessageBoxListRequest() *MessageBoxListRequest

func (*MessageBoxListRequest) Equals

func (*MessageBoxListRequest) GetActiveOnly

func (p *MessageBoxListRequest) GetActiveOnly() bool

func (*MessageBoxListRequest) GetLastMessagesPerMessageBoxCount

func (p *MessageBoxListRequest) GetLastMessagesPerMessageBoxCount() int32

func (*MessageBoxListRequest) GetMaxChatId

func (p *MessageBoxListRequest) GetMaxChatId() string

func (*MessageBoxListRequest) GetMessageBoxCountLimit

func (p *MessageBoxListRequest) GetMessageBoxCountLimit() int32

func (*MessageBoxListRequest) GetMinChatId

func (p *MessageBoxListRequest) GetMinChatId() string

func (*MessageBoxListRequest) GetUnreadOnly

func (p *MessageBoxListRequest) GetUnreadOnly() bool

func (*MessageBoxListRequest) GetWithUnreadCount

func (p *MessageBoxListRequest) GetWithUnreadCount() bool

func (*MessageBoxListRequest) Read

func (*MessageBoxListRequest) ReadField1

func (p *MessageBoxListRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*MessageBoxListRequest) ReadField2

func (p *MessageBoxListRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*MessageBoxListRequest) ReadField3

func (p *MessageBoxListRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*MessageBoxListRequest) ReadField4

func (p *MessageBoxListRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*MessageBoxListRequest) ReadField5

func (p *MessageBoxListRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*MessageBoxListRequest) ReadField6

func (p *MessageBoxListRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*MessageBoxListRequest) ReadField7

func (p *MessageBoxListRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*MessageBoxListRequest) String

func (p *MessageBoxListRequest) String() string

func (*MessageBoxListRequest) Write

type MessageBoxV2MessageId

type MessageBoxV2MessageId struct {
	DeliveredTime int64 `thrift:"deliveredTime,1" db:"deliveredTime" json:"deliveredTime"`
	MessageId     int64 `thrift:"messageId,2" db:"messageId" json:"messageId"`
}

Attributes:

  • DeliveredTime
  • MessageId
var ExtendedMessageBox_LastDeliveredMessageId_DEFAULT *MessageBoxV2MessageId

func NewMessageBoxV2MessageId

func NewMessageBoxV2MessageId() *MessageBoxV2MessageId

func (*MessageBoxV2MessageId) Equals

func (*MessageBoxV2MessageId) GetDeliveredTime

func (p *MessageBoxV2MessageId) GetDeliveredTime() int64

func (*MessageBoxV2MessageId) GetMessageId

func (p *MessageBoxV2MessageId) GetMessageId() int64

func (*MessageBoxV2MessageId) Read

func (*MessageBoxV2MessageId) ReadField1

func (p *MessageBoxV2MessageId) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*MessageBoxV2MessageId) ReadField2

func (p *MessageBoxV2MessageId) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*MessageBoxV2MessageId) String

func (p *MessageBoxV2MessageId) String() string

func (*MessageBoxV2MessageId) Write

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

func (*MessageRelationType) Value

func (p *MessageRelationType) Value() (driver.Value, error)

type MidType

type MidType int64
const (
	MidType_USER          MidType = 0
	MidType_ROOM          MidType = 1
	MidType_GROUP         MidType = 2
	MidType_SQUARE        MidType = 3
	MidType_SQUARE_CHAT   MidType = 4
	MidType_SQUARE_MEMBER MidType = 5
	MidType_BOT           MidType = 6
)

func MidTypeFromString

func MidTypeFromString(s string) (MidType, error)

func MidTypePtr

func MidTypePtr(v MidType) *MidType

func (MidType) MarshalText

func (p MidType) MarshalText() ([]byte, error)

func (*MidType) Scan

func (p *MidType) Scan(value interface{}) error

func (MidType) String

func (p MidType) String() string

func (*MidType) UnmarshalText

func (p *MidType) UnmarshalText(text []byte) error

func (*MidType) Value

func (p *MidType) Value() (driver.Value, error)

type NearbyEntry

type NearbyEntry struct {
	Emid             string            `thrift:"emid,1" db:"emid" json:"emid"`
	Distance         float64           `thrift:"distance,2" db:"distance" json:"distance"`
	LastUpdatedInSec float64           `thrift:"lastUpdatedInSec,3" db:"lastUpdatedInSec" json:"lastUpdatedInSec"`
	Property         map[string]string `thrift:"property,4" db:"property" json:"property"`
	Profile          *Profile          `thrift:"profile,5" db:"profile" json:"profile"`
}

Attributes:

  • Emid
  • Distance
  • LastUpdatedInSec
  • Property
  • Profile

func NewNearbyEntry

func NewNearbyEntry() *NearbyEntry

func (*NearbyEntry) Equals

func (p *NearbyEntry) Equals(other *NearbyEntry) bool

func (*NearbyEntry) GetDistance

func (p *NearbyEntry) GetDistance() float64

func (*NearbyEntry) GetEmid

func (p *NearbyEntry) GetEmid() string

func (*NearbyEntry) GetLastUpdatedInSec

func (p *NearbyEntry) GetLastUpdatedInSec() float64

func (*NearbyEntry) GetProfile

func (p *NearbyEntry) GetProfile() *Profile

func (*NearbyEntry) GetProperty

func (p *NearbyEntry) GetProperty() map[string]string

func (*NearbyEntry) IsSetProfile

func (p *NearbyEntry) IsSetProfile() bool

func (*NearbyEntry) Read

func (p *NearbyEntry) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*NearbyEntry) ReadField1

func (p *NearbyEntry) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*NearbyEntry) ReadField2

func (p *NearbyEntry) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*NearbyEntry) ReadField3

func (p *NearbyEntry) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*NearbyEntry) ReadField4

func (p *NearbyEntry) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*NearbyEntry) ReadField5

func (p *NearbyEntry) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*NearbyEntry) String

func (p *NearbyEntry) String() string

func (*NearbyEntry) Write

func (p *NearbyEntry) Write(ctx context.Context, oprot thrift.TProtocol) error

type NetworkType

type NetworkType int64
const (
	NetworkType_UNKNOWN          NetworkType = 0
	NetworkType_WIFI             NetworkType = 1
	NetworkType_CELLULAR_NETWORK NetworkType = 2
)

func NetworkTypeFromString

func NetworkTypeFromString(s string) (NetworkType, error)

func NetworkTypePtr

func NetworkTypePtr(v NetworkType) *NetworkType

func (NetworkType) MarshalText

func (p NetworkType) MarshalText() ([]byte, error)

func (*NetworkType) Scan

func (p *NetworkType) Scan(value interface{}) error

func (NetworkType) String

func (p NetworkType) String() string

func (*NetworkType) UnmarshalText

func (p *NetworkType) UnmarshalText(text []byte) error

func (*NetworkType) Value

func (p *NetworkType) Value() (driver.Value, error)

type NotificationFetchResult_

type NotificationFetchResult_ struct {
	FetchMode NotificationItemFetchMode `thrift:"fetchMode,1" db:"fetchMode" json:"fetchMode"`
	ItemList  []*NotificationItem       `thrift:"itemList,2" db:"itemList" json:"itemList"`
}

Attributes:

  • FetchMode
  • ItemList
var ChannelServiceFetchNotificationItemsResult_Success_DEFAULT *NotificationFetchResult_

func NewNotificationFetchResult_

func NewNotificationFetchResult_() *NotificationFetchResult_

func (*NotificationFetchResult_) Equals

func (*NotificationFetchResult_) GetFetchMode

func (*NotificationFetchResult_) GetItemList

func (p *NotificationFetchResult_) GetItemList() []*NotificationItem

func (*NotificationFetchResult_) Read

func (*NotificationFetchResult_) ReadField1

func (p *NotificationFetchResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationFetchResult_) ReadField2

func (p *NotificationFetchResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationFetchResult_) String

func (p *NotificationFetchResult_) String() string

func (*NotificationFetchResult_) Write

type NotificationItem

type NotificationItem struct {
	ID string `thrift:"id,1" db:"id" json:"id"`

	To          string `thrift:"to,3" db:"to" json:"to"`
	FromChannel string `thrift:"fromChannel,4" db:"fromChannel" json:"fromChannel"`
	ToChannel   string `thrift:"toChannel,5" db:"toChannel" json:"toChannel"`
	// unused field # 6
	Revision    int64             `thrift:"revision,7" db:"revision" json:"revision"`
	CreatedTime int64             `thrift:"createdTime,8" db:"createdTime" json:"createdTime"`
	Content     map[string]string `thrift:"content,9" db:"content" json:"content"`
	// contains filtered or unexported fields
}

Attributes:

  • ID
  • _from
  • To
  • FromChannel
  • ToChannel
  • Revision
  • CreatedTime
  • Content

func NewNotificationItem

func NewNotificationItem() *NotificationItem

func (*NotificationItem) Equals

func (p *NotificationItem) Equals(other *NotificationItem) bool

func (*NotificationItem) GetContent

func (p *NotificationItem) GetContent() map[string]string

func (*NotificationItem) GetCreatedTime

func (p *NotificationItem) GetCreatedTime() int64

func (*NotificationItem) GetFromChannel

func (p *NotificationItem) GetFromChannel() string

func (*NotificationItem) GetID

func (p *NotificationItem) GetID() string

func (*NotificationItem) GetRevision

func (p *NotificationItem) GetRevision() int64

func (*NotificationItem) GetTo

func (p *NotificationItem) GetTo() string

func (*NotificationItem) GetToChannel

func (p *NotificationItem) GetToChannel() string

func (*NotificationItem) Get_from

func (p *NotificationItem) Get_from() string

func (*NotificationItem) Read

func (p *NotificationItem) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationItem) ReadField1

func (p *NotificationItem) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationItem) ReadField2

func (p *NotificationItem) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationItem) ReadField3

func (p *NotificationItem) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationItem) ReadField4

func (p *NotificationItem) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationItem) ReadField5

func (p *NotificationItem) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationItem) ReadField7

func (p *NotificationItem) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationItem) ReadField8

func (p *NotificationItem) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationItem) ReadField9

func (p *NotificationItem) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationItem) String

func (p *NotificationItem) String() string

func (*NotificationItem) Write

func (p *NotificationItem) Write(ctx context.Context, oprot thrift.TProtocol) error

type NotificationItemFetchMode

type NotificationItemFetchMode int64
const (
	NotificationItemFetchMode_ALL    NotificationItemFetchMode = 0
	NotificationItemFetchMode_APPEND NotificationItemFetchMode = 1
)

func NotificationItemFetchModeFromString

func NotificationItemFetchModeFromString(s string) (NotificationItemFetchMode, error)

func (NotificationItemFetchMode) MarshalText

func (p NotificationItemFetchMode) MarshalText() ([]byte, error)

func (*NotificationItemFetchMode) Scan

func (p *NotificationItemFetchMode) Scan(value interface{}) error

func (NotificationItemFetchMode) String

func (p NotificationItemFetchMode) String() string

func (*NotificationItemFetchMode) UnmarshalText

func (p *NotificationItemFetchMode) UnmarshalText(text []byte) error

func (*NotificationItemFetchMode) Value

type OTPResult_

type OTPResult_ struct {
	OtpId string `thrift:"otpId,1" db:"otpId" json:"otpId"`
	Otp   string `thrift:"otp,2" db:"otp" json:"otp"`
}

Attributes:

  • OtpId
  • Otp
var ChannelServiceIssueOTPResult_Success_DEFAULT *OTPResult_

func NewOTPResult_

func NewOTPResult_() *OTPResult_

func (*OTPResult_) Equals

func (p *OTPResult_) Equals(other *OTPResult_) bool

func (*OTPResult_) GetOtp

func (p *OTPResult_) GetOtp() string

func (*OTPResult_) GetOtpId

func (p *OTPResult_) GetOtpId() string

func (*OTPResult_) Read

func (p *OTPResult_) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*OTPResult_) ReadField1

func (p *OTPResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*OTPResult_) ReadField2

func (p *OTPResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*OTPResult_) String

func (p *OTPResult_) String() string

func (*OTPResult_) Write

func (p *OTPResult_) Write(ctx context.Context, oprot thrift.TProtocol) error

type OnAirLabel

type OnAirLabel int64
const (
	OnAirLabel_ON_AIR OnAirLabel = 0
	OnAirLabel_LIVE   OnAirLabel = 1
)

func OnAirLabelFromString

func OnAirLabelFromString(s string) (OnAirLabel, error)

func OnAirLabelPtr

func OnAirLabelPtr(v OnAirLabel) *OnAirLabel

func (OnAirLabel) MarshalText

func (p OnAirLabel) MarshalText() ([]byte, error)

func (*OnAirLabel) Scan

func (p *OnAirLabel) Scan(value interface{}) error

func (OnAirLabel) String

func (p OnAirLabel) String() string

func (*OnAirLabel) UnmarshalText

func (p *OnAirLabel) UnmarshalText(text []byte) error

func (*OnAirLabel) Value

func (p *OnAirLabel) Value() (driver.Value, error)

type Operation

type Operation struct {
	Revision    int64  `thrift:"revision,1" db:"revision" json:"1"`
	CreatedTime int64  `thrift:"createdTime,2" db:"createdTime" json:"2"`
	Type        int64  `thrift:"type,3" db:"type" json:"3"`
	ReqSeq      int32  `thrift:"reqSeq,4" db:"reqSeq" json:"4"`
	Checksum    string `thrift:"checksum,5" db:"checksum" json:"5"`
	// unused field # 6
	Status int64 `thrift:"status,7" db:"status" json:"7"`
	// unused fields # 8 to 9
	Param1 string `thrift:"param1,10" db:"param1" json:"10"`
	Param2 string `thrift:"param2,11" db:"param2" json:"11"`
	Param3 string `thrift:"param3,12" db:"param3" json:"12"`
	// unused fields # 13 to 19
	Message *Message `thrift:"message,20" db:"message" json:"20"`
}

Attributes:

  • Revision
  • CreatedTime
  • Type
  • ReqSeq
  • Checksum
  • Status
  • Param1
  • Param2
  • Param3
  • Message

func NewOperation

func NewOperation() *Operation

func (*Operation) Equals

func (p *Operation) Equals(other *Operation) bool

func (*Operation) GetChecksum

func (p *Operation) GetChecksum() string

func (*Operation) GetCreatedTime

func (p *Operation) GetCreatedTime() int64

func (*Operation) GetMessage

func (p *Operation) GetMessage() *Message

func (*Operation) GetParam1

func (p *Operation) GetParam1() string

func (*Operation) GetParam2

func (p *Operation) GetParam2() string

func (*Operation) GetParam3

func (p *Operation) GetParam3() string

func (*Operation) GetReqSeq

func (p *Operation) GetReqSeq() int32

func (*Operation) GetRevision

func (p *Operation) GetRevision() int64

func (*Operation) GetStatus

func (p *Operation) GetStatus() int64

func (*Operation) GetType

func (p *Operation) GetType() int64

func (*Operation) IsSetMessage

func (p *Operation) IsSetMessage() bool

func (*Operation) Read

func (p *Operation) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Operation) ReadField1

func (p *Operation) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Operation) ReadField10

func (p *Operation) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*Operation) ReadField11

func (p *Operation) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*Operation) ReadField12

func (p *Operation) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*Operation) ReadField2

func (p *Operation) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Operation) ReadField20

func (p *Operation) ReadField20(ctx context.Context, iprot thrift.TProtocol) error

func (*Operation) ReadField3

func (p *Operation) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*Operation) ReadField4

func (p *Operation) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*Operation) ReadField5

func (p *Operation) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*Operation) ReadField7

func (p *Operation) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*Operation) String

func (p *Operation) String() string

func (*Operation) Write

func (p *Operation) Write(ctx context.Context, oprot thrift.TProtocol) error

type OperationStatus

type OperationStatus int64
const (
	OperationStatus_NORMAL         OperationStatus = 0
	OperationStatus_ALERT_DISABLED OperationStatus = 1
	OperationStatus_ALWAYS         OperationStatus = 2
)

func OperationStatusFromString

func OperationStatusFromString(s string) (OperationStatus, error)

func OperationStatusPtr

func OperationStatusPtr(v OperationStatus) *OperationStatus

func (OperationStatus) MarshalText

func (p OperationStatus) MarshalText() ([]byte, error)

func (*OperationStatus) Scan

func (p *OperationStatus) Scan(value interface{}) error

func (OperationStatus) String

func (p OperationStatus) String() string

func (*OperationStatus) UnmarshalText

func (p *OperationStatus) UnmarshalText(text []byte) error

func (*OperationStatus) Value

func (p *OperationStatus) Value() (driver.Value, error)

type OperationType

type OperationType int64
const (
	OperationType_END_OF_OPERATION                  OperationType = 0
	OperationType_UPDATE_PROFILE                    OperationType = 1
	OperationType_NOTIFIED_UPDATE_PROFILE           OperationType = 2
	OperationType_REGISTER_USERID                   OperationType = 3
	OperationType_ADD_CONTACT                       OperationType = 4
	OperationType_NOTIFIED_ADD_CONTACT              OperationType = 5
	OperationType_BLOCK_CONTACT                     OperationType = 6
	OperationType_UNBLOCK_CONTACT                   OperationType = 7
	OperationType_NOTIFIED_RECOMMEND_CONTACT        OperationType = 8
	OperationType_CREATE_GROUP                      OperationType = 9
	OperationType_UPDATE_GROUP                      OperationType = 10
	OperationType_NOTIFIED_UPDATE_GROUP             OperationType = 11
	OperationType_INVITE_INTO_GROUP                 OperationType = 12
	OperationType_NOTIFIED_INVITE_INTO_GROUP        OperationType = 13
	OperationType_LEAVE_GROUP                       OperationType = 14
	OperationType_NOTIFIED_LEAVE_GROUP              OperationType = 15
	OperationType_ACCEPT_GROUP_INVITATION           OperationType = 16
	OperationType_NOTIFIED_ACCEPT_GROUP_INVITATION  OperationType = 17
	OperationType_KICKOUT_FROM_GROUP                OperationType = 18
	OperationType_NOTIFIED_KICKOUT_FROM_GROUP       OperationType = 19
	OperationType_CREATE_ROOM                       OperationType = 20
	OperationType_INVITE_INTO_ROOM                  OperationType = 21
	OperationType_NOTIFIED_INVITE_INTO_ROOM         OperationType = 22
	OperationType_LEAVE_ROOM                        OperationType = 23
	OperationType_NOTIFIED_LEAVE_ROOM               OperationType = 24
	OperationType_SEND_MESSAGE                      OperationType = 25
	OperationType_RECEIVE_MESSAGE                   OperationType = 26
	OperationType_SEND_MESSAGE_RECEIPT              OperationType = 27
	OperationType_RECEIVE_MESSAGE_RECEIPT           OperationType = 28
	OperationType_SEND_CONTENT_RECEIPT              OperationType = 29
	OperationType_RECEIVE_ANNOUNCEMENT              OperationType = 30
	OperationType_CANCEL_INVITATION_GROUP           OperationType = 31
	OperationType_NOTIFIED_CANCEL_INVITATION_GROUP  OperationType = 32
	OperationType_NOTIFIED_UNREGISTER_USER          OperationType = 33
	OperationType_REJECT_GROUP_INVITATION           OperationType = 34
	OperationType_NOTIFIED_REJECT_GROUP_INVITATION  OperationType = 35
	OperationType_UPDATE_SETTINGS                   OperationType = 36
	OperationType_NOTIFIED_REGISTER_USER            OperationType = 37
	OperationType_INVITE_VIA_EMAIL                  OperationType = 38
	OperationType_NOTIFIED_REQUEST_RECOVERY         OperationType = 39
	OperationType_SEND_CHAT_CHECKED                 OperationType = 40
	OperationType_SEND_CHAT_REMOVED                 OperationType = 41
	OperationType_NOTIFIED_FORCE_SYNC               OperationType = 42
	OperationType_SEND_CONTENT                      OperationType = 43
	OperationType_SEND_MESSAGE_MYHOME               OperationType = 44
	OperationType_NOTIFIED_UPDATE_CONTENT_PREVIEW   OperationType = 45
	OperationType_REMOVE_ALL_MESSAGES               OperationType = 46
	OperationType_NOTIFIED_UPDATE_PURCHASES         OperationType = 47
	OperationType_DUMMY                             OperationType = 48
	OperationType_UPDATE_CONTACT                    OperationType = 49
	OperationType_NOTIFIED_RECEIVED_CALL            OperationType = 50
	OperationType_CANCEL_CALL                       OperationType = 51
	OperationType_NOTIFIED_REDIRECT                 OperationType = 52
	OperationType_NOTIFIED_CHANNEL_SYNC             OperationType = 53
	OperationType_FAILED_SEND_MESSAGE               OperationType = 54
	OperationType_NOTIFIED_READ_MESSAGE             OperationType = 55
	OperationType_FAILED_EMAIL_CONFIRMATION         OperationType = 56
	OperationType_NOTIFIED_CHAT_CONTENT             OperationType = 58
	OperationType_NOTIFIED_PUSH_NOTICENTER_ITEM     OperationType = 59
	OperationType_NOTIFIED_JOIN_CHAT                OperationType = 60
	OperationType_NOTIFIED_LEAVE_CHAT               OperationType = 61
	OperationType_NOTIFIED_TYPING                   OperationType = 62
	OperationType_FRIEND_REQUEST_ACCEPTED           OperationType = 63
	OperationType_DESTROY_MESSAGE                   OperationType = 64
	OperationType_NOTIFIED_DESTROY_MESSAGE          OperationType = 65
	OperationType_UPDATE_PUBLICKEYCHAIN             OperationType = 66
	OperationType_NOTIFIED_UPDATE_PUBLICKEYCHAIN    OperationType = 67
	OperationType_NOTIFIED_BLOCK_CONTACT            OperationType = 68
	OperationType_NOTIFIED_UNBLOCK_CONTACT          OperationType = 69
	OperationType_UPDATE_GROUPPREFERENCE            OperationType = 70
	OperationType_NOTIFIED_PAYMENT_EVENT            OperationType = 71
	OperationType_REGISTER_E2EE_PUBLICKEY           OperationType = 72
	OperationType_NOTIFIED_E2EE_KEY_EXCHANGE_REQ    OperationType = 73
	OperationType_NOTIFIED_E2EE_KEY_EXCHANGE_RESP   OperationType = 74
	OperationType_NOTIFIED_E2EE_MESSAGE_RESEND_REQ  OperationType = 75
	OperationType_NOTIFIED_E2EE_MESSAGE_RESEND_RESP OperationType = 76
	OperationType_NOTIFIED_E2EE_KEY_UPDATE          OperationType = 77
	OperationType_NOTIFIED_BUDDY_UPDATE_PROFILE     OperationType = 78
	OperationType_NOTIFIED_UPDATE_LINEAT_TABS       OperationType = 79
	OperationType_UPDATE_ROOM                       OperationType = 80
	OperationType_NOTIFIED_BEACON_DETECTED          OperationType = 81
	OperationType_UPDATE_EXTENDED_PROFILE           OperationType = 82
	OperationType_ADD_FOLLOW                        OperationType = 83
	OperationType_NOTIFIED_ADD_FOLLOW               OperationType = 84
	OperationType_DELETE_FOLLOW                     OperationType = 85
	OperationType_NOTIFIED_DELETE_FOLLOW            OperationType = 86
	OperationType_UPDATE_TIMELINE_SETTINGS          OperationType = 87
	OperationType_NOTIFIED_FRIEND_REQUEST           OperationType = 88
	OperationType_UPDATE_RINGBACK_TONE              OperationType = 89
	OperationType_NOTIFIED_POSTBACK                 OperationType = 90
	OperationType_RECEIVE_READ_WATERMARK            OperationType = 91
	OperationType_NOTIFIED_MESSAGE_DELIVERED        OperationType = 92
	OperationType_NOTIFIED_UPDATE_CHAT_BAR          OperationType = 93
	OperationType_NOTIFIED_CHATAPP_INSTALLED        OperationType = 94
	OperationType_NOTIFIED_CHATAPP_UPDATED          OperationType = 95
	OperationType_NOTIFIED_CHATAPP_NEW_MARK         OperationType = 96
	OperationType_NOTIFIED_CHATAPP_DELETED          OperationType = 97
	OperationType_NOTIFIED_CHATAPP_SYNC             OperationType = 98
	OperationType_NOTIFIED_UPDATE_MESSAGE           OperationType = 99
	OperationType_UPDATE_CHATROOMBGM                OperationType = 100
	OperationType_NOTIFIED_UPDATE_CHATROOMBGM       OperationType = 101
	OperationType_UPDATE_RINGTONE                   OperationType = 102
	OperationType_UPDATE_USER_SETTINGS              OperationType = 118
	OperationType_NOTIFIED_UPDATE_STATUS_BAR        OperationType = 119
	OperationType_CREATE_CHAT                       OperationType = 120
	OperationType_UPDATE_CHAT                       OperationType = 121
	OperationType_NOTIFIED_UPDATE_CHAT              OperationType = 122
	OperationType_INVITE_INTO_CHAT                  OperationType = 123
	OperationType_NOTIFIED_INVITE_INTO_CHAT         OperationType = 124
	OperationType_CANCEL_CHAT_INVITATION            OperationType = 125
	OperationType_DELETE_SELF_FROM_CHAT             OperationType = 127
	OperationType_NOTIFIED_DELETE_SELF_FROM_CHAT    OperationType = 128
	OperationType_NOTIFIED_ACCEPT_CHAT_INVITATION   OperationType = 130
	OperationType_DELETE_OTHER_FROM_CHAT            OperationType = 132
	OperationType_NOTIFIED_DELETE_OTHER_FROM_CHAT   OperationType = 133
	OperationType_NOTIFIED_CONTACT_CALENDAR_EVENT   OperationType = 134
	OperationType_UPDATE_THINGS_OPERATIONS          OperationType = 136
)

func OperationTypeFromString

func OperationTypeFromString(s string) (OperationType, error)

func OperationTypePtr

func OperationTypePtr(v OperationType) *OperationType

func (OperationType) MarshalText

func (p OperationType) MarshalText() ([]byte, error)

func (*OperationType) Scan

func (p *OperationType) Scan(value interface{}) error

func (OperationType) String

func (p OperationType) String() string

func (*OperationType) UnmarshalText

func (p *OperationType) UnmarshalText(text []byte) error

func (*OperationType) Value

func (p *OperationType) Value() (driver.Value, error)

type PeerExtra

type PeerExtra struct {
}
var Extra_PeerExtra_DEFAULT *PeerExtra

func NewPeerExtra

func NewPeerExtra() *PeerExtra

func (*PeerExtra) Equals

func (p *PeerExtra) Equals(other *PeerExtra) bool

func (*PeerExtra) Read

func (p *PeerExtra) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*PeerExtra) String

func (p *PeerExtra) String() string

func (*PeerExtra) Write

func (p *PeerExtra) Write(ctx context.Context, oprot thrift.TProtocol) error

type PendingAgreementsResponse

type PendingAgreementsResponse struct {
	PendingAgreements []C59756ii `thrift:"pendingAgreements,1" db:"pendingAgreements" json:"pendingAgreements"`
}

Attributes:

  • PendingAgreements
var TalkServiceFindAndAddContactByMetaTagResult_Success_DEFAULT *PendingAgreementsResponse

func NewPendingAgreementsResponse

func NewPendingAgreementsResponse() *PendingAgreementsResponse

func (*PendingAgreementsResponse) Equals

func (*PendingAgreementsResponse) GetPendingAgreements

func (p *PendingAgreementsResponse) GetPendingAgreements() []C59756ii

func (*PendingAgreementsResponse) Read

func (*PendingAgreementsResponse) ReadField1

func (p *PendingAgreementsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PendingAgreementsResponse) String

func (p *PendingAgreementsResponse) String() string

func (*PendingAgreementsResponse) Write

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 (*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_) Read

func (*PhoneVerificationResult_) ReadField1

func (p *PhoneVerificationResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PhoneVerificationResult_) ReadField2

func (p *PhoneVerificationResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*PhoneVerificationResult_) ReadField3

func (p *PhoneVerificationResult_) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*PhoneVerificationResult_) String

func (p *PhoneVerificationResult_) String() string

func (*PhoneVerificationResult_) Write

type PrivacyAgeResult_

type PrivacyAgeResult_ int64
const (
	PrivacyAgeResult__OVER      PrivacyAgeResult_ = 1
	PrivacyAgeResult__UNDER     PrivacyAgeResult_ = 2
	PrivacyAgeResult__UNDEFINED PrivacyAgeResult_ = 3
)

func PrivacyAgeResult_FromString

func PrivacyAgeResult_FromString(s string) (PrivacyAgeResult_, error)

func PrivacyAgeResult_Ptr

func PrivacyAgeResult_Ptr(v PrivacyAgeResult_) *PrivacyAgeResult_

func (PrivacyAgeResult_) MarshalText

func (p PrivacyAgeResult_) MarshalText() ([]byte, error)

func (*PrivacyAgeResult_) Scan

func (p *PrivacyAgeResult_) Scan(value interface{}) error

func (PrivacyAgeResult_) String

func (p PrivacyAgeResult_) String() string

func (*PrivacyAgeResult_) UnmarshalText

func (p *PrivacyAgeResult_) UnmarshalText(text []byte) error

func (*PrivacyAgeResult_) Value

func (p *PrivacyAgeResult_) Value() (driver.Value, error)

type PrivacyAllowProfileHistory

type PrivacyAllowProfileHistory int64
const (
	PrivacyAllowProfileHistory_OWNER  PrivacyAllowProfileHistory = 0
	PrivacyAllowProfileHistory_FRIEND PrivacyAllowProfileHistory = 1
)

func PrivacyAllowProfileHistoryFromString

func PrivacyAllowProfileHistoryFromString(s string) (PrivacyAllowProfileHistory, error)

func (PrivacyAllowProfileHistory) MarshalText

func (p PrivacyAllowProfileHistory) MarshalText() ([]byte, error)

func (*PrivacyAllowProfileHistory) Scan

func (p *PrivacyAllowProfileHistory) Scan(value interface{}) error

func (PrivacyAllowProfileHistory) String

func (*PrivacyAllowProfileHistory) UnmarshalText

func (p *PrivacyAllowProfileHistory) UnmarshalText(text []byte) error

func (*PrivacyAllowProfileHistory) Value

type PrivacySharePersonalInfoToFriends

type PrivacySharePersonalInfoToFriends int64
const (
	PrivacySharePersonalInfoToFriends_NEVER_SHOW PrivacySharePersonalInfoToFriends = 0
	PrivacySharePersonalInfoToFriends_ONE_WAY    PrivacySharePersonalInfoToFriends = 1
	PrivacySharePersonalInfoToFriends_MUTUAL     PrivacySharePersonalInfoToFriends = 2
)

func PrivacySharePersonalInfoToFriendsFromString

func PrivacySharePersonalInfoToFriendsFromString(s string) (PrivacySharePersonalInfoToFriends, error)

func (PrivacySharePersonalInfoToFriends) MarshalText

func (p PrivacySharePersonalInfoToFriends) MarshalText() ([]byte, error)

func (*PrivacySharePersonalInfoToFriends) Scan

func (p *PrivacySharePersonalInfoToFriends) Scan(value interface{}) error

func (PrivacySharePersonalInfoToFriends) String

func (*PrivacySharePersonalInfoToFriends) UnmarshalText

func (p *PrivacySharePersonalInfoToFriends) UnmarshalText(text []byte) error

func (*PrivacySharePersonalInfoToFriends) Value

type PrivacyStatusMessageHistory

type PrivacyStatusMessageHistory int64
const (
	PrivacyStatusMessageHistory_NONE PrivacyStatusMessageHistory = 1
	PrivacyStatusMessageHistory_ALL  PrivacyStatusMessageHistory = 2
)

func PrivacyStatusMessageHistoryFromString

func PrivacyStatusMessageHistoryFromString(s string) (PrivacyStatusMessageHistory, error)

func (PrivacyStatusMessageHistory) MarshalText

func (p PrivacyStatusMessageHistory) MarshalText() ([]byte, error)

func (*PrivacyStatusMessageHistory) Scan

func (p *PrivacyStatusMessageHistory) Scan(value interface{}) error

func (PrivacyStatusMessageHistory) String

func (*PrivacyStatusMessageHistory) UnmarshalText

func (p *PrivacyStatusMessageHistory) UnmarshalText(text []byte) error

func (*PrivacyStatusMessageHistory) Value

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:

  • Mid
  • Userid
  • Phone
  • Email
  • RegionCode
  • DisplayName
  • PhoneticName
  • PictureStatus
  • ThumbnailUrl
  • StatusMessage
  • AllowSearchByUserid
  • AllowSearchByEmail
  • PicturePath
  • MusicProfile
  • VideoProfile
  • StatusMessageContentMetadata
  • AvatarProfile
var NearbyEntry_Profile_DEFAULT *Profile
var TalkServiceGetProfileResult_Success_DEFAULT *Profile
var TalkServiceReportProfileArgs_Profile_DEFAULT *Profile
var TalkServiceUpdateProfileArgs_Profile_DEFAULT *Profile

func NewProfile

func NewProfile() *Profile

func (*Profile) Equals

func (p *Profile) Equals(other *Profile) bool

func (*Profile) GetAllowSearchByEmail

func (p *Profile) GetAllowSearchByEmail() bool

func (*Profile) GetAllowSearchByUserid

func (p *Profile) GetAllowSearchByUserid() bool

func (*Profile) GetAvatarProfile

func (p *Profile) GetAvatarProfile() *AvatarProfile

func (*Profile) GetDisplayName

func (p *Profile) GetDisplayName() string

func (*Profile) GetEmail

func (p *Profile) GetEmail() string

func (*Profile) GetMid

func (p *Profile) GetMid() string

func (*Profile) GetMusicProfile

func (p *Profile) GetMusicProfile() string

func (*Profile) GetPhone

func (p *Profile) GetPhone() string

func (*Profile) GetPhoneticName

func (p *Profile) GetPhoneticName() string

func (*Profile) GetPicturePath

func (p *Profile) GetPicturePath() string

func (*Profile) GetPictureStatus

func (p *Profile) GetPictureStatus() string

func (*Profile) GetRegionCode

func (p *Profile) GetRegionCode() string

func (*Profile) GetStatusMessage

func (p *Profile) GetStatusMessage() string

func (*Profile) GetStatusMessageContentMetadata

func (p *Profile) GetStatusMessageContentMetadata() map[string]string

func (*Profile) GetThumbnailUrl

func (p *Profile) GetThumbnailUrl() string

func (*Profile) GetUserid

func (p *Profile) GetUserid() string

func (*Profile) GetVideoProfile

func (p *Profile) GetVideoProfile() string

func (*Profile) IsSetAvatarProfile

func (p *Profile) IsSetAvatarProfile() bool

func (*Profile) Read

func (p *Profile) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) ReadField1

func (p *Profile) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) ReadField10

func (p *Profile) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) ReadField11

func (p *Profile) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) ReadField12

func (p *Profile) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) ReadField20

func (p *Profile) ReadField20(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) ReadField21

func (p *Profile) ReadField21(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) ReadField22

func (p *Profile) ReadField22(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) ReadField23

func (p *Profile) ReadField23(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) ReadField24

func (p *Profile) ReadField24(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) ReadField3

func (p *Profile) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) ReadField31

func (p *Profile) ReadField31(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) ReadField32

func (p *Profile) ReadField32(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) ReadField33

func (p *Profile) ReadField33(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) ReadField34

func (p *Profile) ReadField34(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) ReadField35

func (p *Profile) ReadField35(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) ReadField36

func (p *Profile) ReadField36(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) ReadField37

func (p *Profile) ReadField37(ctx context.Context, iprot thrift.TProtocol) error

func (*Profile) String

func (p *Profile) String() string

func (*Profile) Write

func (p *Profile) Write(ctx context.Context, oprot thrift.TProtocol) error

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

func (*ProfileAttribute) Value

func (p *ProfileAttribute) Value() (driver.Value, error)

type ProfileContent

type ProfileContent struct {
	Value string            `thrift:"value,1" db:"value" json:"value"`
	Meta  map[string]string `thrift:"meta,2" db:"meta" json:"meta"`
}

Attributes:

  • Value
  • Meta

func NewProfileContent

func NewProfileContent() *ProfileContent

func (*ProfileContent) Equals

func (p *ProfileContent) Equals(other *ProfileContent) bool

func (*ProfileContent) GetMeta

func (p *ProfileContent) GetMeta() map[string]string

func (*ProfileContent) GetValue

func (p *ProfileContent) GetValue() string

func (*ProfileContent) Read

func (p *ProfileContent) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ProfileContent) ReadField1

func (p *ProfileContent) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ProfileContent) ReadField2

func (p *ProfileContent) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ProfileContent) String

func (p *ProfileContent) String() string

func (*ProfileContent) Write

func (p *ProfileContent) Write(ctx context.Context, oprot thrift.TProtocol) error

type Provider

type Provider int64
const (
	Provider_GOOGLE     Provider = 0
	Provider_BAIDU      Provider = 1
	Provider_FOURSQUARE Provider = 2
)

func ProviderFromString

func ProviderFromString(s string) (Provider, error)

func ProviderPtr

func ProviderPtr(v Provider) *Provider

func (Provider) MarshalText

func (p Provider) MarshalText() ([]byte, error)

func (*Provider) Scan

func (p *Provider) Scan(value interface{}) error

func (Provider) String

func (p Provider) String() string

func (*Provider) UnmarshalText

func (p *Provider) UnmarshalText(text []byte) error

func (*Provider) Value

func (p *Provider) Value() (driver.Value, error)

type ProximityMatchCandidateEntry

type ProximityMatchCandidateEntry struct {
	Contact *Contact `thrift:"contact,1" db:"contact" json:"contact"`
	// unused fields # 2 to 10
	BuddyDetail *BuddyDetail `thrift:"buddyDetail,11" db:"buddyDetail" json:"buddyDetail"`
}

Attributes:

  • Contact
  • BuddyDetail

func NewProximityMatchCandidateEntry

func NewProximityMatchCandidateEntry() *ProximityMatchCandidateEntry

func (*ProximityMatchCandidateEntry) Equals

func (*ProximityMatchCandidateEntry) GetBuddyDetail

func (p *ProximityMatchCandidateEntry) GetBuddyDetail() *BuddyDetail

func (*ProximityMatchCandidateEntry) GetContact

func (p *ProximityMatchCandidateEntry) GetContact() *Contact

func (*ProximityMatchCandidateEntry) IsSetBuddyDetail

func (p *ProximityMatchCandidateEntry) IsSetBuddyDetail() bool

func (*ProximityMatchCandidateEntry) IsSetContact

func (p *ProximityMatchCandidateEntry) IsSetContact() bool

func (*ProximityMatchCandidateEntry) Read

func (*ProximityMatchCandidateEntry) ReadField1

func (*ProximityMatchCandidateEntry) ReadField11

func (*ProximityMatchCandidateEntry) String

func (*ProximityMatchCandidateEntry) Write

type ProximityMatchCandidateResult_

type ProximityMatchCandidateResult_ struct {
	Users   []*ProximityMatchCandidateEntry `thrift:"users,1" db:"users" json:"users"`
	Buddies []*ProximityMatchCandidateEntry `thrift:"buddies,2" db:"buddies" json:"buddies"`
	// unused fields # 3 to 90
	EndOfResult_ bool `thrift:"endOfResult,91" db:"endOfResult" json:"endOfResult"`
}

Attributes:

  • Users
  • Buddies
  • EndOfResult_
var TalkServiceGetProximityMatchCandidateListResult_Success_DEFAULT *ProximityMatchCandidateResult_

func NewProximityMatchCandidateResult_

func NewProximityMatchCandidateResult_() *ProximityMatchCandidateResult_

func (*ProximityMatchCandidateResult_) Equals

func (*ProximityMatchCandidateResult_) GetBuddies

func (*ProximityMatchCandidateResult_) GetEndOfResult_

func (p *ProximityMatchCandidateResult_) GetEndOfResult_() bool

func (*ProximityMatchCandidateResult_) GetUsers

func (*ProximityMatchCandidateResult_) Read

func (*ProximityMatchCandidateResult_) ReadField1

func (*ProximityMatchCandidateResult_) ReadField2

func (*ProximityMatchCandidateResult_) ReadField91

func (*ProximityMatchCandidateResult_) String

func (*ProximityMatchCandidateResult_) Write

type PublicType

type PublicType int64
const (
	PublicType_HIDDEN PublicType = 0
	PublicType_PUBLIC PublicType = 1000
)

func PublicTypeFromString

func PublicTypeFromString(s string) (PublicType, error)

func PublicTypePtr

func PublicTypePtr(v PublicType) *PublicType

func (PublicType) MarshalText

func (p PublicType) MarshalText() ([]byte, error)

func (*PublicType) Scan

func (p *PublicType) Scan(value interface{}) error

func (PublicType) String

func (p PublicType) String() string

func (*PublicType) UnmarshalText

func (p *PublicType) UnmarshalText(text []byte) error

func (*PublicType) Value

func (p *PublicType) Value() (driver.Value, error)

type PushRecvReport

type PushRecvReport struct {
	PushTrackingId    string      `thrift:"pushTrackingId,1" db:"pushTrackingId" json:"pushTrackingId"`
	RecvTimestamp     int64       `thrift:"recvTimestamp,2" db:"recvTimestamp" json:"recvTimestamp"`
	Battery           int64       `thrift:"battery,3" db:"battery" json:"battery"`
	BatteryMode       BatteryMode `thrift:"batteryMode,4" db:"batteryMode" json:"batteryMode"`
	ClientNetworkType NetworkType `thrift:"clientNetworkType,5" db:"clientNetworkType" json:"clientNetworkType"`
	CarrierCode       string      `thrift:"carrierCode,6" db:"carrierCode" json:"carrierCode"`
	DisplayTimestamp  int64       `thrift:"displayTimestamp,7" db:"displayTimestamp" json:"displayTimestamp"`
}

Attributes:

  • PushTrackingId
  • RecvTimestamp
  • Battery
  • BatteryMode
  • ClientNetworkType
  • CarrierCode
  • DisplayTimestamp

func NewPushRecvReport

func NewPushRecvReport() *PushRecvReport

func (*PushRecvReport) Equals

func (p *PushRecvReport) Equals(other *PushRecvReport) bool

func (*PushRecvReport) GetBattery

func (p *PushRecvReport) GetBattery() int64

func (*PushRecvReport) GetBatteryMode

func (p *PushRecvReport) GetBatteryMode() BatteryMode

func (*PushRecvReport) GetCarrierCode

func (p *PushRecvReport) GetCarrierCode() string

func (*PushRecvReport) GetClientNetworkType

func (p *PushRecvReport) GetClientNetworkType() NetworkType

func (*PushRecvReport) GetDisplayTimestamp

func (p *PushRecvReport) GetDisplayTimestamp() int64

func (*PushRecvReport) GetPushTrackingId

func (p *PushRecvReport) GetPushTrackingId() string

func (*PushRecvReport) GetRecvTimestamp

func (p *PushRecvReport) GetRecvTimestamp() int64

func (*PushRecvReport) Read

func (p *PushRecvReport) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*PushRecvReport) ReadField1

func (p *PushRecvReport) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PushRecvReport) ReadField2

func (p *PushRecvReport) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*PushRecvReport) ReadField3

func (p *PushRecvReport) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*PushRecvReport) ReadField4

func (p *PushRecvReport) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*PushRecvReport) ReadField5

func (p *PushRecvReport) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*PushRecvReport) ReadField6

func (p *PushRecvReport) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*PushRecvReport) ReadField7

func (p *PushRecvReport) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*PushRecvReport) String

func (p *PushRecvReport) String() string

func (*PushRecvReport) Write

func (p *PushRecvReport) Write(ctx context.Context, oprot thrift.TProtocol) 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 TalkServiceGetRSAKeyInfoResult_Success_DEFAULT *RSAKey

func NewRSAKey

func NewRSAKey() *RSAKey

func (*RSAKey) Equals

func (p *RSAKey) Equals(other *RSAKey) bool

func (*RSAKey) GetEvalue

func (p *RSAKey) GetEvalue() string

func (*RSAKey) GetKeynm

func (p *RSAKey) GetKeynm() string

func (*RSAKey) GetNvalue

func (p *RSAKey) GetNvalue() string

func (*RSAKey) GetSessionKey

func (p *RSAKey) GetSessionKey() string

func (*RSAKey) Read

func (p *RSAKey) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*RSAKey) ReadField1

func (p *RSAKey) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*RSAKey) ReadField2

func (p *RSAKey) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*RSAKey) ReadField3

func (p *RSAKey) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*RSAKey) ReadField4

func (p *RSAKey) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*RSAKey) String

func (p *RSAKey) String() string

func (*RSAKey) Write

func (p *RSAKey) Write(ctx context.Context, oprot thrift.TProtocol) error

type RegisterWithPhoneNumberResult_

type RegisterWithPhoneNumberResult_ struct {
	AuthToken                  string `thrift:"authToken,1" db:"authToken" json:"authToken"`
	RecommendEmailRegistration bool   `thrift:"recommendEmailRegistration,2" db:"recommendEmailRegistration" json:"recommendEmailRegistration"`
	Certificate                string `thrift:"certificate,3" db:"certificate" json:"certificate"`
}

Attributes:

  • AuthToken
  • RecommendEmailRegistration
  • Certificate
var TalkServiceRegisterWithPhoneNumberResult_Success_DEFAULT *RegisterWithPhoneNumberResult_

func NewRegisterWithPhoneNumberResult_

func NewRegisterWithPhoneNumberResult_() *RegisterWithPhoneNumberResult_

func (*RegisterWithPhoneNumberResult_) Equals

func (*RegisterWithPhoneNumberResult_) GetAuthToken

func (p *RegisterWithPhoneNumberResult_) GetAuthToken() string

func (*RegisterWithPhoneNumberResult_) GetCertificate

func (p *RegisterWithPhoneNumberResult_) GetCertificate() string

func (*RegisterWithPhoneNumberResult_) GetRecommendEmailRegistration

func (p *RegisterWithPhoneNumberResult_) GetRecommendEmailRegistration() bool

func (*RegisterWithPhoneNumberResult_) Read

func (*RegisterWithPhoneNumberResult_) ReadField1

func (*RegisterWithPhoneNumberResult_) ReadField2

func (*RegisterWithPhoneNumberResult_) ReadField3

func (*RegisterWithPhoneNumberResult_) String

func (*RegisterWithPhoneNumberResult_) Write

type RegisterWithSnsIdResult_

type RegisterWithSnsIdResult_ struct {
	AuthToken                  string `thrift:"authToken,1" db:"authToken" json:"authToken"`
	UserCreated                bool   `thrift:"userCreated,2" db:"userCreated" json:"userCreated"`
	RecommendEmailRegistration bool   `thrift:"recommendEmailRegistration,3" db:"recommendEmailRegistration" json:"recommendEmailRegistration"`
}

Attributes:

  • AuthToken
  • UserCreated
  • RecommendEmailRegistration
var TalkServiceRegisterWithSnsIdResult_Success_DEFAULT *RegisterWithSnsIdResult_

func NewRegisterWithSnsIdResult_

func NewRegisterWithSnsIdResult_() *RegisterWithSnsIdResult_

func (*RegisterWithSnsIdResult_) Equals

func (*RegisterWithSnsIdResult_) GetAuthToken

func (p *RegisterWithSnsIdResult_) GetAuthToken() string

func (*RegisterWithSnsIdResult_) GetRecommendEmailRegistration

func (p *RegisterWithSnsIdResult_) GetRecommendEmailRegistration() bool

func (*RegisterWithSnsIdResult_) GetUserCreated

func (p *RegisterWithSnsIdResult_) GetUserCreated() bool

func (*RegisterWithSnsIdResult_) Read

func (*RegisterWithSnsIdResult_) ReadField1

func (p *RegisterWithSnsIdResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*RegisterWithSnsIdResult_) ReadField2

func (p *RegisterWithSnsIdResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*RegisterWithSnsIdResult_) ReadField3

func (p *RegisterWithSnsIdResult_) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*RegisterWithSnsIdResult_) String

func (p *RegisterWithSnsIdResult_) String() string

func (*RegisterWithSnsIdResult_) Write

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 (*ReissueChatTicketRequest) GetGroupMid

func (p *ReissueChatTicketRequest) GetGroupMid() string

func (*ReissueChatTicketRequest) GetReqSeq

func (p *ReissueChatTicketRequest) GetReqSeq() int32

func (*ReissueChatTicketRequest) Read

func (*ReissueChatTicketRequest) ReadField1

func (p *ReissueChatTicketRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ReissueChatTicketRequest) ReadField2

func (p *ReissueChatTicketRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ReissueChatTicketRequest) String

func (p *ReissueChatTicketRequest) String() string

func (*ReissueChatTicketRequest) Write

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 (*ReissueChatTicketResponse) GetTicketId

func (p *ReissueChatTicketResponse) GetTicketId() string

func (*ReissueChatTicketResponse) Read

func (*ReissueChatTicketResponse) ReadField1

func (p *ReissueChatTicketResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ReissueChatTicketResponse) String

func (p *ReissueChatTicketResponse) String() string

func (*ReissueChatTicketResponse) Write

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 (*RejectChatInvitationRequest) GetChatMid

func (p *RejectChatInvitationRequest) GetChatMid() string

func (*RejectChatInvitationRequest) GetReqSeq

func (p *RejectChatInvitationRequest) GetReqSeq() int32

func (*RejectChatInvitationRequest) Read

func (*RejectChatInvitationRequest) ReadField1

func (*RejectChatInvitationRequest) ReadField2

func (*RejectChatInvitationRequest) String

func (p *RejectChatInvitationRequest) String() string

func (*RejectChatInvitationRequest) Write

type RejectChatInvitationResponse

type RejectChatInvitationResponse struct {
}
var TalkServiceRejectChatInvitationResult_Success_DEFAULT *RejectChatInvitationResponse

func NewRejectChatInvitationResponse

func NewRejectChatInvitationResponse() *RejectChatInvitationResponse

func (*RejectChatInvitationResponse) Equals

func (*RejectChatInvitationResponse) Read

func (*RejectChatInvitationResponse) String

func (*RejectChatInvitationResponse) Write

type RelatedMessageServiceCode

type RelatedMessageServiceCode int64
const (
	RelatedMessageServiceCode_UNKNOWN RelatedMessageServiceCode = 0
	RelatedMessageServiceCode_TALK    RelatedMessageServiceCode = 1
	RelatedMessageServiceCode_SQUARE  RelatedMessageServiceCode = 2
)

func RelatedMessageServiceCodeFromString

func RelatedMessageServiceCodeFromString(s string) (RelatedMessageServiceCode, error)

func (RelatedMessageServiceCode) MarshalText

func (p RelatedMessageServiceCode) MarshalText() ([]byte, error)

func (*RelatedMessageServiceCode) Scan

func (p *RelatedMessageServiceCode) Scan(value interface{}) error

func (RelatedMessageServiceCode) String

func (p RelatedMessageServiceCode) String() string

func (*RelatedMessageServiceCode) UnmarshalText

func (p *RelatedMessageServiceCode) UnmarshalText(text []byte) error

func (*RelatedMessageServiceCode) Value

type Relation

type Relation int64
const (
	Relation_ONEWAY         Relation = 0
	Relation_BOTH           Relation = 1
	Relation_NOT_REGISTERED Relation = 2
)

func RelationFromString

func RelationFromString(s string) (Relation, error)

func RelationPtr

func RelationPtr(v Relation) *Relation

func (Relation) MarshalText

func (p Relation) MarshalText() ([]byte, error)

func (*Relation) Scan

func (p *Relation) Scan(value interface{}) error

func (Relation) String

func (p Relation) String() string

func (*Relation) UnmarshalText

func (p *Relation) UnmarshalText(text []byte) error

func (*Relation) Value

func (p *Relation) Value() (driver.Value, error)

type RemoveFollowerRequest

type RemoveFollowerRequest struct {
	FollowMid *FollowMid `thrift:"followMid,1" db:"followMid" json:"followMid"`
}

Attributes:

  • FollowMid
var TalkServiceRemoveFollowerArgs_RemoveFollowerRequest_DEFAULT *RemoveFollowerRequest

func NewRemoveFollowerRequest

func NewRemoveFollowerRequest() *RemoveFollowerRequest

func (*RemoveFollowerRequest) Equals

func (*RemoveFollowerRequest) GetFollowMid

func (p *RemoveFollowerRequest) GetFollowMid() *FollowMid

func (*RemoveFollowerRequest) IsSetFollowMid

func (p *RemoveFollowerRequest) IsSetFollowMid() bool

func (*RemoveFollowerRequest) Read

func (*RemoveFollowerRequest) ReadField1

func (p *RemoveFollowerRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*RemoveFollowerRequest) String

func (p *RemoveFollowerRequest) String() string

func (*RemoveFollowerRequest) Write

type RequestTokenResponse

type RequestTokenResponse struct {
	RequestToken string `thrift:"requestToken,1" db:"requestToken" json:"requestToken"`
	ReturnUrl    string `thrift:"returnUrl,2" db:"returnUrl" json:"returnUrl"`
}

Attributes:

  • RequestToken
  • ReturnUrl
var ChannelServiceIssueRequestTokenWithAuthSchemeResult_Success_DEFAULT *RequestTokenResponse

func NewRequestTokenResponse

func NewRequestTokenResponse() *RequestTokenResponse

func (*RequestTokenResponse) Equals

func (*RequestTokenResponse) GetRequestToken

func (p *RequestTokenResponse) GetRequestToken() string

func (*RequestTokenResponse) GetReturnUrl

func (p *RequestTokenResponse) GetReturnUrl() string

func (*RequestTokenResponse) Read

func (*RequestTokenResponse) ReadField1

func (p *RequestTokenResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*RequestTokenResponse) ReadField2

func (p *RequestTokenResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*RequestTokenResponse) String

func (p *RequestTokenResponse) String() string

func (*RequestTokenResponse) Write

type RingbackTone

type RingbackTone struct {
	UUID      string            `thrift:"uuid,1" db:"uuid" json:"uuid"`
	TrackId   string            `thrift:"trackId,2" db:"trackId" json:"trackId"`
	Title     string            `thrift:"title,3" db:"title" json:"title"`
	Oid       string            `thrift:"oid,4" db:"oid" json:"oid"`
	Tids      map[string]string `thrift:"tids,5" db:"tids" json:"tids"`
	Sid       string            `thrift:"sid,6" db:"sid" json:"sid"`
	Artist    string            `thrift:"artist,7" db:"artist" json:"artist"`
	ChannelId string            `thrift:"channelId,8" db:"channelId" json:"channelId"`
}

Attributes:

  • UUID
  • TrackId
  • Title
  • Oid
  • Tids
  • Sid
  • Artist
  • ChannelId
var TalkServiceGetRingbackToneResult_Success_DEFAULT *RingbackTone

func NewRingbackTone

func NewRingbackTone() *RingbackTone

func (*RingbackTone) Equals

func (p *RingbackTone) Equals(other *RingbackTone) bool

func (*RingbackTone) GetArtist

func (p *RingbackTone) GetArtist() string

func (*RingbackTone) GetChannelId

func (p *RingbackTone) GetChannelId() string

func (*RingbackTone) GetOid

func (p *RingbackTone) GetOid() string

func (*RingbackTone) GetSid

func (p *RingbackTone) GetSid() string

func (*RingbackTone) GetTids

func (p *RingbackTone) GetTids() map[string]string

func (*RingbackTone) GetTitle

func (p *RingbackTone) GetTitle() string

func (*RingbackTone) GetTrackId

func (p *RingbackTone) GetTrackId() string

func (*RingbackTone) GetUUID

func (p *RingbackTone) GetUUID() string

func (*RingbackTone) Read

func (p *RingbackTone) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*RingbackTone) ReadField1

func (p *RingbackTone) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*RingbackTone) ReadField2

func (p *RingbackTone) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*RingbackTone) ReadField3

func (p *RingbackTone) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*RingbackTone) ReadField4

func (p *RingbackTone) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*RingbackTone) ReadField5

func (p *RingbackTone) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*RingbackTone) ReadField6

func (p *RingbackTone) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*RingbackTone) ReadField7

func (p *RingbackTone) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*RingbackTone) ReadField8

func (p *RingbackTone) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*RingbackTone) String

func (p *RingbackTone) String() string

func (*RingbackTone) Write

func (p *RingbackTone) Write(ctx context.Context, oprot thrift.TProtocol) error

type Ringtone

type Ringtone struct {
	Title     string `thrift:"title,1" db:"title" json:"title"`
	Artist    string `thrift:"artist,2" db:"artist" json:"artist"`
	Oid       string `thrift:"oid,3" db:"oid" json:"oid"`
	ChannelId string `thrift:"channelId,4" db:"channelId" json:"channelId"`
}

Attributes:

  • Title
  • Artist
  • Oid
  • ChannelId
var TalkServiceGetRingtoneResult_Success_DEFAULT *Ringtone

func NewRingtone

func NewRingtone() *Ringtone

func (*Ringtone) Equals

func (p *Ringtone) Equals(other *Ringtone) bool

func (*Ringtone) GetArtist

func (p *Ringtone) GetArtist() string

func (*Ringtone) GetChannelId

func (p *Ringtone) GetChannelId() string

func (*Ringtone) GetOid

func (p *Ringtone) GetOid() string

func (*Ringtone) GetTitle

func (p *Ringtone) GetTitle() string

func (*Ringtone) Read

func (p *Ringtone) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Ringtone) ReadField1

func (p *Ringtone) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Ringtone) ReadField2

func (p *Ringtone) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Ringtone) ReadField3

func (p *Ringtone) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*Ringtone) ReadField4

func (p *Ringtone) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*Ringtone) String

func (p *Ringtone) String() string

func (*Ringtone) Write

func (p *Ringtone) Write(ctx context.Context, oprot thrift.TProtocol) error

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

func NewRoom

func NewRoom() *Room

func (*Room) Equals

func (p *Room) Equals(other *Room) bool

func (*Room) GetContacts

func (p *Room) GetContacts() []*Contact

func (*Room) GetCreatedTime

func (p *Room) GetCreatedTime() int64

func (*Room) GetMemberMids

func (p *Room) GetMemberMids() []string

func (*Room) GetMid

func (p *Room) GetMid() string

func (*Room) GetNotificationDisabled

func (p *Room) GetNotificationDisabled() bool

func (*Room) Read

func (p *Room) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Room) ReadField1

func (p *Room) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Room) ReadField10

func (p *Room) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*Room) ReadField2

func (p *Room) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Room) ReadField31

func (p *Room) ReadField31(ctx context.Context, iprot thrift.TProtocol) error

func (*Room) ReadField40

func (p *Room) ReadField40(ctx context.Context, iprot thrift.TProtocol) error

func (*Room) String

func (p *Room) String() string

func (*Room) Write

func (p *Room) Write(ctx context.Context, oprot thrift.TProtocol) error

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
var TalkServiceStartVerificationArgs_SimInfo_DEFAULT *SIMInfo

func NewSIMInfo

func NewSIMInfo() *SIMInfo

func (*SIMInfo) Equals

func (p *SIMInfo) Equals(other *SIMInfo) bool

func (*SIMInfo) GetCountryCode

func (p *SIMInfo) GetCountryCode() string

func (*SIMInfo) GetPhoneNumber

func (p *SIMInfo) GetPhoneNumber() string

func (*SIMInfo) Read

func (p *SIMInfo) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*SIMInfo) ReadField1

func (p *SIMInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SIMInfo) ReadField2

func (p *SIMInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SIMInfo) String

func (p *SIMInfo) String() string

func (*SIMInfo) Write

func (p *SIMInfo) Write(ctx context.Context, oprot thrift.TProtocol) error

type SendPostbackRequest

type SendPostbackRequest struct {
	MessageId string `thrift:"messageId,1" db:"messageId" json:"messageId"`
	URL       string `thrift:"url,2" db:"url" json:"url"`
	ChatMID   string `thrift:"chatMID,3" db:"chatMID" json:"chatMID"`
	OriginMID string `thrift:"originMID,4" db:"originMID" json:"originMID"`
}

Attributes:

  • MessageId
  • URL
  • ChatMID
  • OriginMID
var TalkServiceSendPostbackArgs_Request_DEFAULT *SendPostbackRequest

func NewSendPostbackRequest

func NewSendPostbackRequest() *SendPostbackRequest

func (*SendPostbackRequest) Equals

func (p *SendPostbackRequest) Equals(other *SendPostbackRequest) bool

func (*SendPostbackRequest) GetChatMID

func (p *SendPostbackRequest) GetChatMID() string

func (*SendPostbackRequest) GetMessageId

func (p *SendPostbackRequest) GetMessageId() string

func (*SendPostbackRequest) GetOriginMID

func (p *SendPostbackRequest) GetOriginMID() string

func (*SendPostbackRequest) GetURL

func (p *SendPostbackRequest) GetURL() string

func (*SendPostbackRequest) Read

func (*SendPostbackRequest) ReadField1

func (p *SendPostbackRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SendPostbackRequest) ReadField2

func (p *SendPostbackRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SendPostbackRequest) ReadField3

func (p *SendPostbackRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*SendPostbackRequest) ReadField4

func (p *SendPostbackRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*SendPostbackRequest) String

func (p *SendPostbackRequest) String() string

func (*SendPostbackRequest) Write

type Settings

type Settings struct {
	// unused fields # 1 to 9
	NotificationEnable                  bool   `thrift:"notificationEnable,10" db:"notificationEnable" json:"notificationEnable"`
	NotificationMuteExpiration          bool   `thrift:"notificationMuteExpiration,11" db:"notificationMuteExpiration" json:"notificationMuteExpiration"`
	NotificationNewMessage              int64  `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[C60759oi]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           AccountMigrationPincodeType `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                     map[C62606zb]string `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                  bool                              `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"`
	PrivacySharePersonalInfoToFriends    PrivacySharePersonalInfoToFriends `thrift:"privacySharePersonalInfoToFriends,78" db:"privacySharePersonalInfoToFriends" json:"privacySharePersonalInfoToFriends"`
	AgreementThingsWirelessCommunication int64                             `` /* 134-byte string literal not displayed */
	AgreementGdpr                        int64                             `thrift:"agreementGdpr,80" db:"agreementGdpr" json:"agreementGdpr"`
	PrivacyStatusMessageHistory          PrivacyStatusMessageHistory       `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             PrivacyAllowProfileHistory `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_                      PrivacyAgeResult_          `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"`
	NotificationBadgeTalkOnly              bool                       `thrift:"notificationBadgeTalkOnly,93" db:"notificationBadgeTalkOnly" json:"notificationBadgeTalkOnly"`
}

Attributes:

  • NotificationEnable
  • NotificationMuteExpiration
  • NotificationNewMessage
  • NotificationGroupInvitation
  • NotificationShowMessage
  • NotificationIncomingCall
  • NotificationSoundMessage
  • NotificationSoundGroup
  • NotificationDisabledWithSub
  • NotificationPayment
  • PrivacySyncContacts
  • PrivacySearchByPhoneNumber
  • PrivacySearchByUserid
  • PrivacySearchByEmail
  • PrivacyAllowSecondaryDeviceLogin
  • PrivacyProfileImagePostToMyhome
  • PrivacyReceiveMessagesFromNotFriend
  • PrivacyAgreeUseLineCoinToPaidCall
  • PrivacyAgreeUsePaidCall
  • PrivacyAllowFriendRequest
  • ContactMyTicket
  • IdentityProvider
  • IdentityIdentifier
  • SnsAccounts
  • PhoneRegistration
  • EmailConfirmationStatus
  • AccountMigrationPincodeType
  • EnforcedInputAccountMigrationPincode
  • SecurityCenterSettingsType
  • AllowUnregistrationSecondaryDevice
  • PreferenceLocale
  • CustomModes
  • E2eeEnable
  • HitokotoBackupRequested
  • PrivacyProfileMusicPostToMyhome
  • PrivacyAllowNearby
  • AgreementNearbyTime
  • AgreementSquareTime
  • NotificationMention
  • BotUseAgreementAcceptedAt
  • AgreementShakeFunction
  • AgreementMobileContactName
  • NotificationThumbnail
  • AgreementSoundToText
  • PrivacyPolicyVersion
  • AgreementAdByWebAccess
  • AgreementPhoneNumberMatching
  • AgreementCommunicationInfo
  • PrivacySharePersonalInfoToFriends
  • AgreementThingsWirelessCommunication
  • AgreementGdpr
  • PrivacyStatusMessageHistory
  • AgreementProvideLocation
  • AgreementBeacon
  • PrivacyAllowProfileHistory
  • AgreementContentsSuggest
  • AgreementContentsSuggestDataCollection
  • PrivacyAgeResult_
  • PrivacyAgeResultReceived
  • AgreementOcrImageCollection
  • PrivacyAllowFollow
  • PrivacyShowFollowList
  • NotificationBadgeTalkOnly
var TalkServiceGetSettingsAttributes2Result_Success_DEFAULT *Settings
var TalkServiceGetSettingsResult_Success_DEFAULT *Settings
var TalkServiceReportSettingsArgs_Settings_DEFAULT *Settings
var TalkServiceUpdateSettingsAttributes2Args_Settings_DEFAULT *Settings

func NewSettings

func NewSettings() *Settings

func (*Settings) Equals

func (p *Settings) Equals(other *Settings) bool

func (*Settings) GetAccountMigrationPincodeType

func (p *Settings) GetAccountMigrationPincodeType() AccountMigrationPincodeType

func (*Settings) GetAgreementAdByWebAccess

func (p *Settings) GetAgreementAdByWebAccess() int64

func (*Settings) GetAgreementBeacon

func (p *Settings) GetAgreementBeacon() int64

func (*Settings) GetAgreementCommunicationInfo

func (p *Settings) GetAgreementCommunicationInfo() int64

func (*Settings) GetAgreementContentsSuggest

func (p *Settings) GetAgreementContentsSuggest() int64

func (*Settings) GetAgreementContentsSuggestDataCollection

func (p *Settings) GetAgreementContentsSuggestDataCollection() int64

func (*Settings) GetAgreementGdpr

func (p *Settings) GetAgreementGdpr() int64

func (*Settings) GetAgreementMobileContactName

func (p *Settings) GetAgreementMobileContactName() int64

func (*Settings) GetAgreementNearbyTime

func (p *Settings) GetAgreementNearbyTime() bool

func (*Settings) GetAgreementOcrImageCollection

func (p *Settings) GetAgreementOcrImageCollection() int64

func (*Settings) GetAgreementPhoneNumberMatching

func (p *Settings) GetAgreementPhoneNumberMatching() int64

func (*Settings) GetAgreementProvideLocation

func (p *Settings) GetAgreementProvideLocation() int64

func (*Settings) GetAgreementShakeFunction

func (p *Settings) GetAgreementShakeFunction() int64

func (*Settings) GetAgreementSoundToText

func (p *Settings) GetAgreementSoundToText() int64

func (*Settings) GetAgreementSquareTime

func (p *Settings) GetAgreementSquareTime() int64

func (*Settings) GetAgreementThingsWirelessCommunication

func (p *Settings) GetAgreementThingsWirelessCommunication() int64

func (*Settings) GetAllowUnregistrationSecondaryDevice

func (p *Settings) GetAllowUnregistrationSecondaryDevice() bool

func (*Settings) GetBotUseAgreementAcceptedAt

func (p *Settings) GetBotUseAgreementAcceptedAt() int64

func (*Settings) GetContactMyTicket

func (p *Settings) GetContactMyTicket() string

func (*Settings) GetCustomModes

func (p *Settings) GetCustomModes() map[C62606zb]string

func (*Settings) GetE2eeEnable

func (p *Settings) GetE2eeEnable() bool

func (*Settings) GetEmailConfirmationStatus

func (p *Settings) GetEmailConfirmationStatus() EmailConfirmationStatus

func (*Settings) GetEnforcedInputAccountMigrationPincode

func (p *Settings) GetEnforcedInputAccountMigrationPincode() bool

func (*Settings) GetHitokotoBackupRequested

func (p *Settings) GetHitokotoBackupRequested() bool

func (*Settings) GetIdentityIdentifier

func (p *Settings) GetIdentityIdentifier() string

func (*Settings) GetIdentityProvider

func (p *Settings) GetIdentityProvider() IdentityProvider

func (*Settings) GetNotificationBadgeTalkOnly

func (p *Settings) GetNotificationBadgeTalkOnly() bool

func (*Settings) GetNotificationDisabledWithSub

func (p *Settings) GetNotificationDisabledWithSub() bool

func (*Settings) GetNotificationEnable

func (p *Settings) GetNotificationEnable() bool

func (*Settings) GetNotificationGroupInvitation

func (p *Settings) GetNotificationGroupInvitation() bool

func (*Settings) GetNotificationIncomingCall

func (p *Settings) GetNotificationIncomingCall() bool

func (*Settings) GetNotificationMention

func (p *Settings) GetNotificationMention() bool

func (*Settings) GetNotificationMuteExpiration

func (p *Settings) GetNotificationMuteExpiration() bool

func (*Settings) GetNotificationNewMessage

func (p *Settings) GetNotificationNewMessage() int64

func (*Settings) GetNotificationPayment

func (p *Settings) GetNotificationPayment() bool

func (*Settings) GetNotificationShowMessage

func (p *Settings) GetNotificationShowMessage() bool

func (*Settings) GetNotificationSoundGroup

func (p *Settings) GetNotificationSoundGroup() string

func (*Settings) GetNotificationSoundMessage

func (p *Settings) GetNotificationSoundMessage() string

func (*Settings) GetNotificationThumbnail

func (p *Settings) GetNotificationThumbnail() bool

func (*Settings) GetPhoneRegistration

func (p *Settings) GetPhoneRegistration() bool

func (*Settings) GetPreferenceLocale

func (p *Settings) GetPreferenceLocale() string

func (*Settings) GetPrivacyAgeResultReceived

func (p *Settings) GetPrivacyAgeResultReceived() bool

func (*Settings) GetPrivacyAgeResult_

func (p *Settings) GetPrivacyAgeResult_() PrivacyAgeResult_

func (*Settings) GetPrivacyAgreeUseLineCoinToPaidCall

func (p *Settings) GetPrivacyAgreeUseLineCoinToPaidCall() bool

func (*Settings) GetPrivacyAgreeUsePaidCall

func (p *Settings) GetPrivacyAgreeUsePaidCall() bool

func (*Settings) GetPrivacyAllowFollow

func (p *Settings) GetPrivacyAllowFollow() bool

func (*Settings) GetPrivacyAllowFriendRequest

func (p *Settings) GetPrivacyAllowFriendRequest() bool

func (*Settings) GetPrivacyAllowNearby

func (p *Settings) GetPrivacyAllowNearby() bool

func (*Settings) GetPrivacyAllowProfileHistory

func (p *Settings) GetPrivacyAllowProfileHistory() PrivacyAllowProfileHistory

func (*Settings) GetPrivacyAllowSecondaryDeviceLogin

func (p *Settings) GetPrivacyAllowSecondaryDeviceLogin() bool

func (*Settings) GetPrivacyPolicyVersion

func (p *Settings) GetPrivacyPolicyVersion() string

func (*Settings) GetPrivacyProfileImagePostToMyhome

func (p *Settings) GetPrivacyProfileImagePostToMyhome() bool

func (*Settings) GetPrivacyProfileMusicPostToMyhome

func (p *Settings) GetPrivacyProfileMusicPostToMyhome() bool

func (*Settings) GetPrivacyReceiveMessagesFromNotFriend

func (p *Settings) GetPrivacyReceiveMessagesFromNotFriend() bool

func (*Settings) GetPrivacySearchByEmail

func (p *Settings) GetPrivacySearchByEmail() bool

func (*Settings) GetPrivacySearchByPhoneNumber

func (p *Settings) GetPrivacySearchByPhoneNumber() bool

func (*Settings) GetPrivacySearchByUserid

func (p *Settings) GetPrivacySearchByUserid() bool

func (*Settings) GetPrivacySharePersonalInfoToFriends

func (p *Settings) GetPrivacySharePersonalInfoToFriends() PrivacySharePersonalInfoToFriends

func (*Settings) GetPrivacyShowFollowList

func (p *Settings) GetPrivacyShowFollowList() bool

func (*Settings) GetPrivacyStatusMessageHistory

func (p *Settings) GetPrivacyStatusMessageHistory() PrivacyStatusMessageHistory

func (*Settings) GetPrivacySyncContacts

func (p *Settings) GetPrivacySyncContacts() bool

func (*Settings) GetSecurityCenterSettingsType

func (p *Settings) GetSecurityCenterSettingsType() AccountMigrationPincodeType

func (*Settings) GetSnsAccounts

func (p *Settings) GetSnsAccounts() map[C60759oi]string

func (*Settings) Read

func (p *Settings) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField10

func (p *Settings) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField11

func (p *Settings) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField12

func (p *Settings) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField13

func (p *Settings) ReadField13(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField14

func (p *Settings) ReadField14(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField15

func (p *Settings) ReadField15(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField16

func (p *Settings) ReadField16(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField17

func (p *Settings) ReadField17(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField18

func (p *Settings) ReadField18(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField19

func (p *Settings) ReadField19(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField20

func (p *Settings) ReadField20(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField21

func (p *Settings) ReadField21(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField22

func (p *Settings) ReadField22(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField23

func (p *Settings) ReadField23(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField24

func (p *Settings) ReadField24(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField25

func (p *Settings) ReadField25(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField26

func (p *Settings) ReadField26(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField27

func (p *Settings) ReadField27(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField28

func (p *Settings) ReadField28(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField29

func (p *Settings) ReadField29(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField30

func (p *Settings) ReadField30(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField40

func (p *Settings) ReadField40(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField41

func (p *Settings) ReadField41(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField42

func (p *Settings) ReadField42(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField43

func (p *Settings) ReadField43(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField44

func (p *Settings) ReadField44(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField45

func (p *Settings) ReadField45(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField46

func (p *Settings) ReadField46(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField47

func (p *Settings) ReadField47(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField48

func (p *Settings) ReadField48(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField50

func (p *Settings) ReadField50(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField60

func (p *Settings) ReadField60(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField61

func (p *Settings) ReadField61(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField62

func (p *Settings) ReadField62(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField63

func (p *Settings) ReadField63(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField65

func (p *Settings) ReadField65(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField66

func (p *Settings) ReadField66(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField67

func (p *Settings) ReadField67(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField68

func (p *Settings) ReadField68(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField69

func (p *Settings) ReadField69(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField70

func (p *Settings) ReadField70(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField71

func (p *Settings) ReadField71(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField72

func (p *Settings) ReadField72(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField73

func (p *Settings) ReadField73(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField74

func (p *Settings) ReadField74(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField75

func (p *Settings) ReadField75(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField76

func (p *Settings) ReadField76(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField77

func (p *Settings) ReadField77(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField78

func (p *Settings) ReadField78(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField79

func (p *Settings) ReadField79(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField80

func (p *Settings) ReadField80(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField81

func (p *Settings) ReadField81(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField82

func (p *Settings) ReadField82(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField83

func (p *Settings) ReadField83(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField85

func (p *Settings) ReadField85(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField86

func (p *Settings) ReadField86(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField87

func (p *Settings) ReadField87(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField88

func (p *Settings) ReadField88(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField89

func (p *Settings) ReadField89(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField90

func (p *Settings) ReadField90(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField91

func (p *Settings) ReadField91(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField92

func (p *Settings) ReadField92(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) ReadField93

func (p *Settings) ReadField93(ctx context.Context, iprot thrift.TProtocol) error

func (*Settings) String

func (p *Settings) String() string

func (*Settings) Write

func (p *Settings) Write(ctx context.Context, oprot thrift.TProtocol) error

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

func (*SettingsAttributeEx) Value

func (p *SettingsAttributeEx) Value() (driver.Value, error)

type ShouldSyncException

type ShouldSyncException struct {
	SyncOpRevision int64             `thrift:"syncOpRevision,1" db:"syncOpRevision" json:"syncOpRevision"`
	SyncScope      *SyncScope        `thrift:"syncScope,2" db:"syncScope" json:"syncScope"`
	SyncReason     SyncTriggerReason `thrift:"syncReason,3" db:"syncReason" json:"syncReason"`
	Message        string            `thrift:"message,4" db:"message" json:"message"`
}

Attributes:

  • SyncOpRevision
  • SyncScope
  • SyncReason
  • Message
var TalkServiceFetchOperationsResult_E_DEFAULT *ShouldSyncException

func NewShouldSyncException

func NewShouldSyncException() *ShouldSyncException

func (*ShouldSyncException) Equals

func (p *ShouldSyncException) Equals(other *ShouldSyncException) bool

func (*ShouldSyncException) Error

func (p *ShouldSyncException) Error() string

func (*ShouldSyncException) GetMessage

func (p *ShouldSyncException) GetMessage() string

func (*ShouldSyncException) GetSyncOpRevision

func (p *ShouldSyncException) GetSyncOpRevision() int64

func (*ShouldSyncException) GetSyncReason

func (p *ShouldSyncException) GetSyncReason() SyncTriggerReason

func (*ShouldSyncException) GetSyncScope

func (p *ShouldSyncException) GetSyncScope() *SyncScope

func (*ShouldSyncException) IsSetSyncScope

func (p *ShouldSyncException) IsSetSyncScope() bool

func (*ShouldSyncException) Read

func (*ShouldSyncException) ReadField1

func (p *ShouldSyncException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ShouldSyncException) ReadField2

func (p *ShouldSyncException) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ShouldSyncException) ReadField3

func (p *ShouldSyncException) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ShouldSyncException) ReadField4

func (p *ShouldSyncException) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ShouldSyncException) String

func (p *ShouldSyncException) String() string

func (ShouldSyncException) TExceptionType

func (ShouldSyncException) TExceptionType() thrift.TExceptionType

func (*ShouldSyncException) Write

type SnsIdUserStatus

type SnsIdUserStatus struct {
	UserExisting              bool                      `thrift:"userExisting,1" db:"userExisting" json:"userExisting"`
	PhoneNumberRegistered     bool                      `thrift:"phoneNumberRegistered,2" db:"phoneNumberRegistered" json:"phoneNumberRegistered"`
	SameDevice                bool                      `thrift:"sameDevice,3" db:"sameDevice" json:"sameDevice"`
	AccountMigrationCheckType AccountMigrationCheckType `thrift:"accountMigrationCheckType,4" db:"accountMigrationCheckType" json:"accountMigrationCheckType"`
}

Attributes:

  • UserExisting
  • PhoneNumberRegistered
  • SameDevice
  • AccountMigrationCheckType
var TalkServiceFindSnsIdUserStatusResult_Success_DEFAULT *SnsIdUserStatus

func NewSnsIdUserStatus

func NewSnsIdUserStatus() *SnsIdUserStatus

func (*SnsIdUserStatus) Equals

func (p *SnsIdUserStatus) Equals(other *SnsIdUserStatus) bool

func (*SnsIdUserStatus) GetAccountMigrationCheckType

func (p *SnsIdUserStatus) GetAccountMigrationCheckType() AccountMigrationCheckType

func (*SnsIdUserStatus) GetPhoneNumberRegistered

func (p *SnsIdUserStatus) GetPhoneNumberRegistered() bool

func (*SnsIdUserStatus) GetSameDevice

func (p *SnsIdUserStatus) GetSameDevice() bool

func (*SnsIdUserStatus) GetUserExisting

func (p *SnsIdUserStatus) GetUserExisting() bool

func (*SnsIdUserStatus) Read

func (p *SnsIdUserStatus) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*SnsIdUserStatus) ReadField1

func (p *SnsIdUserStatus) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SnsIdUserStatus) ReadField2

func (p *SnsIdUserStatus) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SnsIdUserStatus) ReadField3

func (p *SnsIdUserStatus) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*SnsIdUserStatus) ReadField4

func (p *SnsIdUserStatus) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*SnsIdUserStatus) String

func (p *SnsIdUserStatus) String() string

func (*SnsIdUserStatus) Write

func (p *SnsIdUserStatus) Write(ctx context.Context, oprot thrift.TProtocol) error

type SyncParamContact

type SyncParamContact struct {
	SyncParamMid  *SyncParamMid `thrift:"syncParamMid,1" db:"syncParamMid" json:"syncParamMid"`
	ContactStatus ContactStatus `thrift:"contactStatus,2" db:"contactStatus" json:"contactStatus"`
}

Attributes:

  • SyncParamMid
  • ContactStatus

func NewSyncParamContact

func NewSyncParamContact() *SyncParamContact

func (*SyncParamContact) Equals

func (p *SyncParamContact) Equals(other *SyncParamContact) bool

func (*SyncParamContact) GetContactStatus

func (p *SyncParamContact) GetContactStatus() ContactStatus

func (*SyncParamContact) GetSyncParamMid

func (p *SyncParamContact) GetSyncParamMid() *SyncParamMid

func (*SyncParamContact) IsSetSyncParamMid

func (p *SyncParamContact) IsSetSyncParamMid() bool

func (*SyncParamContact) Read

func (p *SyncParamContact) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncParamContact) ReadField1

func (p *SyncParamContact) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncParamContact) ReadField2

func (p *SyncParamContact) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncParamContact) String

func (p *SyncParamContact) String() string

func (*SyncParamContact) Write

func (p *SyncParamContact) Write(ctx context.Context, oprot thrift.TProtocol) error

type SyncParamMid

type SyncParamMid struct {
	Mid      string `thrift:"mid,1" db:"mid" json:"mid"`
	Diff     Diff   `thrift:"diff,2" db:"diff" json:"diff"`
	Revision int64  `thrift:"revision,3" db:"revision" json:"revision"`
}

Attributes:

  • Mid
  • Diff
  • Revision
var SyncParamContact_SyncParamMid_DEFAULT *SyncParamMid

func NewSyncParamMid

func NewSyncParamMid() *SyncParamMid

func (*SyncParamMid) Equals

func (p *SyncParamMid) Equals(other *SyncParamMid) bool

func (*SyncParamMid) GetDiff

func (p *SyncParamMid) GetDiff() Diff

func (*SyncParamMid) GetMid

func (p *SyncParamMid) GetMid() string

func (*SyncParamMid) GetRevision

func (p *SyncParamMid) GetRevision() int64

func (*SyncParamMid) Read

func (p *SyncParamMid) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncParamMid) ReadField1

func (p *SyncParamMid) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncParamMid) ReadField2

func (p *SyncParamMid) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncParamMid) ReadField3

func (p *SyncParamMid) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncParamMid) String

func (p *SyncParamMid) String() string

func (*SyncParamMid) Write

func (p *SyncParamMid) Write(ctx context.Context, oprot thrift.TProtocol) error

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

func (*SyncReason) Value

func (p *SyncReason) Value() (driver.Value, error)

type SyncRelations

type SyncRelations struct {
	SyncAll          bool                `thrift:"syncAll,1" db:"syncAll" json:"syncAll"`
	SyncParamContact []*SyncParamContact `thrift:"syncParamContact,2" db:"syncParamContact" json:"syncParamContact"`
	SyncParamMid     []*SyncParamMid     `thrift:"syncParamMid,3" db:"syncParamMid" json:"syncParamMid"`
}

Attributes:

  • SyncAll
  • SyncParamContact
  • SyncParamMid
var SyncScope_Chat_DEFAULT *SyncRelations
var SyncScope_Contact_DEFAULT *SyncRelations
var SyncScope_Group_DEFAULT *SyncRelations
var SyncScope_Room_DEFAULT *SyncRelations

func NewSyncRelations

func NewSyncRelations() *SyncRelations

func (*SyncRelations) Equals

func (p *SyncRelations) Equals(other *SyncRelations) bool

func (*SyncRelations) GetSyncAll

func (p *SyncRelations) GetSyncAll() bool

func (*SyncRelations) GetSyncParamContact

func (p *SyncRelations) GetSyncParamContact() []*SyncParamContact

func (*SyncRelations) GetSyncParamMid

func (p *SyncRelations) GetSyncParamMid() []*SyncParamMid

func (*SyncRelations) Read

func (p *SyncRelations) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncRelations) ReadField1

func (p *SyncRelations) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncRelations) ReadField2

func (p *SyncRelations) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncRelations) ReadField3

func (p *SyncRelations) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncRelations) String

func (p *SyncRelations) String() string

func (*SyncRelations) Write

func (p *SyncRelations) Write(ctx context.Context, oprot thrift.TProtocol) error

type SyncScope

type SyncScope struct {
	SyncProfile   bool `thrift:"syncProfile,1" db:"syncProfile" json:"syncProfile"`
	SyncSettings  bool `thrift:"syncSettings,2" db:"syncSettings" json:"syncSettings"`
	SyncSticker   bool `thrift:"syncSticker,3" db:"syncSticker" json:"syncSticker"`
	SyncThemeShop bool `thrift:"syncThemeShop,4" db:"syncThemeShop" json:"syncThemeShop"`
	// unused fields # 5 to 9
	Contact *SyncRelations `thrift:"contact,10" db:"contact" json:"contact"`
	Group   *SyncRelations `thrift:"group,11" db:"group" json:"group"`
	Room    *SyncRelations `thrift:"room,12" db:"room" json:"room"`
	Chat    *SyncRelations `thrift:"chat,13" db:"chat" json:"chat"`
}

Attributes:

  • SyncProfile
  • SyncSettings
  • SyncSticker
  • SyncThemeShop
  • Contact
  • Group
  • Room
  • Chat
var ShouldSyncException_SyncScope_DEFAULT *SyncScope

func NewSyncScope

func NewSyncScope() *SyncScope

func (*SyncScope) Equals

func (p *SyncScope) Equals(other *SyncScope) bool

func (*SyncScope) GetChat

func (p *SyncScope) GetChat() *SyncRelations

func (*SyncScope) GetContact

func (p *SyncScope) GetContact() *SyncRelations

func (*SyncScope) GetGroup

func (p *SyncScope) GetGroup() *SyncRelations

func (*SyncScope) GetRoom

func (p *SyncScope) GetRoom() *SyncRelations

func (*SyncScope) GetSyncProfile

func (p *SyncScope) GetSyncProfile() bool

func (*SyncScope) GetSyncSettings

func (p *SyncScope) GetSyncSettings() bool

func (*SyncScope) GetSyncSticker

func (p *SyncScope) GetSyncSticker() bool

func (*SyncScope) GetSyncThemeShop

func (p *SyncScope) GetSyncThemeShop() bool

func (*SyncScope) IsSetChat

func (p *SyncScope) IsSetChat() bool

func (*SyncScope) IsSetContact

func (p *SyncScope) IsSetContact() bool

func (*SyncScope) IsSetGroup

func (p *SyncScope) IsSetGroup() bool

func (*SyncScope) IsSetRoom

func (p *SyncScope) IsSetRoom() bool

func (*SyncScope) Read

func (p *SyncScope) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncScope) ReadField1

func (p *SyncScope) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncScope) ReadField10

func (p *SyncScope) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncScope) ReadField11

func (p *SyncScope) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncScope) ReadField12

func (p *SyncScope) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncScope) ReadField13

func (p *SyncScope) ReadField13(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncScope) ReadField2

func (p *SyncScope) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncScope) ReadField3

func (p *SyncScope) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncScope) ReadField4

func (p *SyncScope) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*SyncScope) String

func (p *SyncScope) String() string

func (*SyncScope) Write

func (p *SyncScope) Write(ctx context.Context, oprot thrift.TProtocol) error

type SyncTriggerReason

type SyncTriggerReason int64
const (
	SyncTriggerReason_OTHER                  SyncTriggerReason = 0
	SyncTriggerReason_REVISION_GAP_TOO_LARGE SyncTriggerReason = 1
	SyncTriggerReason_OPERATION_EXPIRED      SyncTriggerReason = 2
)

func SyncTriggerReasonFromString

func SyncTriggerReasonFromString(s string) (SyncTriggerReason, error)

func SyncTriggerReasonPtr

func SyncTriggerReasonPtr(v SyncTriggerReason) *SyncTriggerReason

func (SyncTriggerReason) MarshalText

func (p SyncTriggerReason) MarshalText() ([]byte, error)

func (*SyncTriggerReason) Scan

func (p *SyncTriggerReason) Scan(value interface{}) error

func (SyncTriggerReason) String

func (p SyncTriggerReason) String() string

func (*SyncTriggerReason) UnmarshalText

func (p *SyncTriggerReason) UnmarshalText(text []byte) error

func (*SyncTriggerReason) Value

func (p *SyncTriggerReason) Value() (driver.Value, error)

type TMessageReadRange

type TMessageReadRange struct {
	ChatId string                               `thrift:"chatId,1" db:"chatId" json:"chatId"`
	Ranges map[string][]*TMessageReadRangeEntry `thrift:"ranges,2" db:"ranges" json:"ranges"`
}

Attributes:

  • ChatId
  • Ranges

func NewTMessageReadRange

func NewTMessageReadRange() *TMessageReadRange

func (*TMessageReadRange) Equals

func (p *TMessageReadRange) Equals(other *TMessageReadRange) bool

func (*TMessageReadRange) GetChatId

func (p *TMessageReadRange) GetChatId() string

func (*TMessageReadRange) GetRanges

func (p *TMessageReadRange) GetRanges() map[string][]*TMessageReadRangeEntry

func (*TMessageReadRange) Read

func (p *TMessageReadRange) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*TMessageReadRange) ReadField1

func (p *TMessageReadRange) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TMessageReadRange) ReadField2

func (p *TMessageReadRange) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TMessageReadRange) String

func (p *TMessageReadRange) String() string

func (*TMessageReadRange) Write

func (p *TMessageReadRange) Write(ctx context.Context, oprot thrift.TProtocol) error

type TMessageReadRangeEntry

type TMessageReadRangeEntry struct {
	StartMessageId int64 `thrift:"startMessageId,1" db:"startMessageId" json:"startMessageId"`
	EndMessageId   int64 `thrift:"endMessageId,2" db:"endMessageId" json:"endMessageId"`
	StartTime      int64 `thrift:"startTime,3" db:"startTime" json:"startTime"`
	EndTime        int64 `thrift:"endTime,4" db:"endTime" json:"endTime"`
}

Attributes:

  • StartMessageId
  • EndMessageId
  • StartTime
  • EndTime

func NewTMessageReadRangeEntry

func NewTMessageReadRangeEntry() *TMessageReadRangeEntry

func (*TMessageReadRangeEntry) Equals

func (*TMessageReadRangeEntry) GetEndMessageId

func (p *TMessageReadRangeEntry) GetEndMessageId() int64

func (*TMessageReadRangeEntry) GetEndTime

func (p *TMessageReadRangeEntry) GetEndTime() int64

func (*TMessageReadRangeEntry) GetStartMessageId

func (p *TMessageReadRangeEntry) GetStartMessageId() int64

func (*TMessageReadRangeEntry) GetStartTime

func (p *TMessageReadRangeEntry) GetStartTime() int64

func (*TMessageReadRangeEntry) Read

func (*TMessageReadRangeEntry) ReadField1

func (p *TMessageReadRangeEntry) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TMessageReadRangeEntry) ReadField2

func (p *TMessageReadRangeEntry) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TMessageReadRangeEntry) ReadField3

func (p *TMessageReadRangeEntry) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*TMessageReadRangeEntry) ReadField4

func (p *TMessageReadRangeEntry) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*TMessageReadRangeEntry) String

func (p *TMessageReadRangeEntry) String() string

func (*TMessageReadRangeEntry) Write

type TalkException

type TalkException struct {
	Code         TalkExceptionCode `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 TalkServiceAcceptChatInvitationByTicketResult_E_DEFAULT *TalkException
var TalkServiceAcceptChatInvitationResult_E_DEFAULT *TalkException
var TalkServiceAcceptGroupInvitationResult_E_DEFAULT *TalkException
var TalkServiceAcceptProximityMatchesResult_E_DEFAULT *TalkException
var TalkServiceAcquireEncryptedAccessTokenResult_E_DEFAULT *TalkException
var TalkServiceBlockContactResult_E_DEFAULT *TalkException
var TalkServiceBlockRecommendationResult_E_DEFAULT *TalkException
var TalkServiceCancelChatInvitationResult_E_DEFAULT *TalkException
var TalkServiceChangeVerificationMethodResult_E_DEFAULT *TalkException
var TalkServiceClearRingbackToneResult_E_DEFAULT *TalkException
var TalkServiceClearRingtoneResult_E_DEFAULT *TalkException
var TalkServiceCloseProximityMatchResult_E_DEFAULT *TalkException
var TalkServiceCreateAccountMigrationPincodeSessionResult_E_DEFAULT *TalkException
var TalkServiceCreateChatResult_E_DEFAULT *TalkException
var TalkServiceDecryptFollowEMidResult_E_DEFAULT *TalkException
var TalkServiceDeleteOtherFromChatResult_E_DEFAULT *TalkException
var TalkServiceDeleteSelfFromChatResult_E_DEFAULT *TalkException
var TalkServiceFetchOpsResult_E_DEFAULT *TalkException
var TalkServiceFindAndAddContactByMetaTagResult_E_DEFAULT *TalkException
var TalkServiceFindAndAddContactsByMidResult_E_DEFAULT *TalkException
var TalkServiceFindAndAddContactsByPhoneResult_E_DEFAULT *TalkException
var TalkServiceFindAndAddContactsByUseridResult_E_DEFAULT *TalkException
var TalkServiceFindChatByTicketResult_E_DEFAULT *TalkException
var TalkServiceFindContactByMetaTagResult_E_DEFAULT *TalkException
var TalkServiceFindContactByUserTicketResult_E_DEFAULT *TalkException
var TalkServiceFindContactByUseridResult_E_DEFAULT *TalkException
var TalkServiceFindContactsByPhoneResult_E_DEFAULT *TalkException
var TalkServiceFindSnsIdUserStatusResult_E_DEFAULT *TalkException
var TalkServiceFinishUpdateVerificationResult_E_DEFAULT *TalkException
var TalkServiceGenerateUserTicketResult_E_DEFAULT *TalkException
var TalkServiceGetAcceptedProximityMatchesResult_E_DEFAULT *TalkException
var TalkServiceGetAllChatMidsResult_E_DEFAULT *TalkException
var TalkServiceGetAllContactIdsResult_E_DEFAULT *TalkException
var TalkServiceGetAnalyticsInfoResult_E_DEFAULT *TalkException
var TalkServiceGetBlockedContactIdsResult_E_DEFAULT *TalkException
var TalkServiceGetBlockedRecommendationIdsResult_E_DEFAULT *TalkException
var TalkServiceGetChatEffectMetaListResult_E_DEFAULT *TalkException
var TalkServiceGetChatRoomAnnouncementsBulkResult_E_DEFAULT *TalkException
var TalkServiceGetChatRoomAnnouncementsResult_E_DEFAULT *TalkException
var TalkServiceGetChatsResult_E_DEFAULT *TalkException
var TalkServiceGetContactRegistrationResult_E_DEFAULT *TalkException
var TalkServiceGetContactResult_E_DEFAULT *TalkException
var TalkServiceGetContactsResult_E_DEFAULT *TalkException
var TalkServiceGetCountryWithRequestIpResult_E_DEFAULT *TalkException
var TalkServiceGetE2EEGroupSharedKeyResult_E_DEFAULT *TalkException
var TalkServiceGetE2EEPublicKeyResult_E_DEFAULT *TalkException
var TalkServiceGetE2EEPublicKeysExResult_E_DEFAULT *TalkException
var TalkServiceGetE2EEPublicKeysResult_E_DEFAULT *TalkException
var TalkServiceGetEncryptedIdentityV3Result_E_DEFAULT *TalkException
var TalkServiceGetExtendedProfileResult_E_DEFAULT *TalkException
var TalkServiceGetFollowersResult_E_DEFAULT *TalkException
var TalkServiceGetFollowingsResult_E_DEFAULT *TalkException
var TalkServiceGetFriendRequestsResult_E_DEFAULT *TalkException
var TalkServiceGetGroupResult_E_DEFAULT *TalkException
var TalkServiceGetGroupWithoutMembersResult_E_DEFAULT *TalkException
var TalkServiceGetGroupsResult_E_DEFAULT *TalkException
var TalkServiceGetLastE2EEGroupSharedKeyResult_E_DEFAULT *TalkException
var TalkServiceGetLastE2EEPublicKeysResult_E_DEFAULT *TalkException
var TalkServiceGetLastOpRevisionResult_E_DEFAULT *TalkException
var TalkServiceGetMessageBoxesResult_E_DEFAULT *TalkException
var TalkServiceGetMessageReadRangeResult_E_DEFAULT *TalkException
var TalkServiceGetProfileResult_E_DEFAULT *TalkException
var TalkServiceGetProximityMatchCandidateListResult_E_DEFAULT *TalkException
var TalkServiceGetRSAKeyInfoResult_E_DEFAULT *TalkException
var TalkServiceGetRecentFriendRequestsResult_E_DEFAULT *TalkException
var TalkServiceGetRecentMessagesResult_E_DEFAULT *TalkException
var TalkServiceGetRecentMessagesV2Result_E_DEFAULT *TalkException
var TalkServiceGetRecommendationIdsResult_E_DEFAULT *TalkException
var TalkServiceGetRingbackToneResult_E_DEFAULT *TalkException
var TalkServiceGetRingtoneResult_E_DEFAULT *TalkException
var TalkServiceGetServerTimeResult_E_DEFAULT *TalkException
var TalkServiceGetSettingsResult_E_DEFAULT *TalkException
var TalkServiceGetShakeEventV1Result_E_DEFAULT *TalkException
var TalkServiceInviteFriendsBySmsResult_E_DEFAULT *TalkException
var TalkServiceInviteIntoChatResult_E_DEFAULT *TalkException
var TalkServiceInviteIntoRoomResult_E_DEFAULT *TalkException
var TalkServiceIsUseridAvailableResult_E_DEFAULT *TalkException
var TalkServiceKickoutFromGroupResult_E_DEFAULT *TalkException
var TalkServiceLeaveRoomResult_E_DEFAULT *TalkException
var TalkServiceNegotiateE2EEPublicKeyResult_E_DEFAULT *TalkException
var TalkServiceNoopResult_E_DEFAULT *TalkException
var TalkServiceNotifyInstalledResult_E_DEFAULT *TalkException
var TalkServiceNotifyRegistrationCompleteResult_E_DEFAULT *TalkException
var TalkServiceNotifySleepResult_E_DEFAULT *TalkException
var TalkServiceNotifyUpdatedResult_E_DEFAULT *TalkException
var TalkServiceOpenProximityMatchResult_E_DEFAULT *TalkException
var TalkServiceRegisterDeviceWithIdentityCredentialResult_E_DEFAULT *TalkException
var TalkServiceRegisterE2EEGroupKeyResult_E_DEFAULT *TalkException
var TalkServiceRegisterE2EEPublicKeyResult_E_DEFAULT *TalkException
var TalkServiceRegisterUseridResult_E_DEFAULT *TalkException
var TalkServiceRegisterWithPhoneNumberResult_E_DEFAULT *TalkException
var TalkServiceRegisterWithSnsIdAndIdentityCredentialResult_E_DEFAULT *TalkException
var TalkServiceRegisterWithSnsIdResult_E_DEFAULT *TalkException
var TalkServiceReissueChatTicketResult_E_DEFAULT *TalkException
var TalkServiceRejectChatInvitationResult_E_DEFAULT *TalkException
var TalkServiceRemoveAllMessagesResult_E_DEFAULT *TalkException
var TalkServiceRemoveE2EEPublicKeyResult_E_DEFAULT *TalkException
var TalkServiceRemoveFollowerResult_E_DEFAULT *TalkException
var TalkServiceRemoveFriendRequestResult_E_DEFAULT *TalkException
var TalkServiceReportDeviceStateResult_E_DEFAULT *TalkException
var TalkServiceReportProfileResult_E_DEFAULT *TalkException
var TalkServiceReportPushRecvReportsResult_E_DEFAULT *TalkException
var TalkServiceReportSettingsResult_E_DEFAULT *TalkException
var TalkServiceRequestAccountPasswordResetResult_E_DEFAULT *TalkException
var TalkServiceRequestResendMessageResult_E_DEFAULT *TalkException
var TalkServiceResendPinCodeResult_E_DEFAULT *TalkException
var TalkServiceRespondE2EEKeyExchangeResult_E_DEFAULT *TalkException
var TalkServiceRespondResendMessageResult_E_DEFAULT *TalkException
var TalkServiceSendChatCheckedResult_E_DEFAULT *TalkException
var TalkServiceSendChatRemovedResult_E_DEFAULT *TalkException
var TalkServiceSendEchoPushResult_E_DEFAULT *TalkException
var TalkServiceSendMessageResult_E_DEFAULT *TalkException
var TalkServiceSendPostbackResult_E_DEFAULT *TalkException
var TalkServiceSetNotificationsEnabledResult_E_DEFAULT *TalkException
var TalkServiceStartUpdateVerificationResult_E_DEFAULT *TalkException
var TalkServiceStartVerificationResult_E_DEFAULT *TalkException
var TalkServiceSyncContactsResult_E_DEFAULT *TalkException
var TalkServiceTryFriendRequestResult_E_DEFAULT *TalkException
var TalkServiceUnblockContactResult_E_DEFAULT *TalkException
var TalkServiceUnblockRecommendationResult_E_DEFAULT *TalkException
var TalkServiceUnfollowResult_E_DEFAULT *TalkException
var TalkServiceUnregisterUserAndDeviceResult_E_DEFAULT *TalkException
var TalkServiceUnsendMessageResult_E_DEFAULT *TalkException
var TalkServiceUpdateAccountMigrationPincodeResult_E_DEFAULT *TalkException
var TalkServiceUpdateAndGetNearbyResult_E_DEFAULT *TalkException
var TalkServiceUpdateChatResult_E_DEFAULT *TalkException
var TalkServiceUpdateContactSettingResult_E_DEFAULT *TalkException
var TalkServiceUpdateExtendedProfileAttributeResult_E_DEFAULT *TalkException
var TalkServiceUpdateGroupResult_E_DEFAULT *TalkException
var TalkServiceUpdateNotificationTokenResult_E_DEFAULT *TalkException
var TalkServiceUpdateProfileAttributeResult_E_DEFAULT *TalkException
var TalkServiceUpdateProfileAttributesResult_E_DEFAULT *TalkException
var TalkServiceUpdateProfileResult_E_DEFAULT *TalkException
var TalkServiceUpdateSettingsAttributes2Result_E_DEFAULT *TalkException
var TalkServiceVerifyAccountMigrationPincodeResult_E_DEFAULT *TalkException
var TalkServiceVerifyAccountMigrationResult_E_DEFAULT *TalkException
var TalkServiceVerifyIdentityCredentialWithResultResult_E_DEFAULT *TalkException
var TalkServiceVerifyPhoneNumberResult_E_DEFAULT *TalkException
var TalkServiceVerifyQrcodeResult_E_DEFAULT *TalkException
var TalkServiceWakeUpLongPollingResult_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() TalkExceptionCode

func (*TalkException) GetParameterMap

func (p *TalkException) GetParameterMap() map[string]string

func (*TalkException) GetReason

func (p *TalkException) GetReason() string

func (*TalkException) Read

func (p *TalkException) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkException) ReadField1

func (p *TalkException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkException) ReadField2

func (p *TalkException) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkException) ReadField3

func (p *TalkException) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkException) String

func (p *TalkException) String() string

func (TalkException) TExceptionType

func (TalkException) TExceptionType() thrift.TExceptionType

func (*TalkException) Write

func (p *TalkException) Write(ctx context.Context, oprot thrift.TProtocol) error

type TalkExceptionCode

type TalkExceptionCode int64
const (
	TalkExceptionCode_ILLEGAL_ARGUMENT                                      TalkExceptionCode = 0
	TalkExceptionCode_AUTHENTICATION_FAILED                                 TalkExceptionCode = 1
	TalkExceptionCode_DB_FAILED                                             TalkExceptionCode = 2
	TalkExceptionCode_INVALID_STATE                                         TalkExceptionCode = 3
	TalkExceptionCode_EXCESSIVE_ACCESS                                      TalkExceptionCode = 4
	TalkExceptionCode_NOT_FOUND                                             TalkExceptionCode = 5
	TalkExceptionCode_INVALID_LENGTH                                        TalkExceptionCode = 6
	TalkExceptionCode_NOT_AVAILABLE_USER                                    TalkExceptionCode = 7
	TalkExceptionCode_NOT_AUTHORIZED_DEVICE                                 TalkExceptionCode = 8
	TalkExceptionCode_INVALID_MID                                           TalkExceptionCode = 9
	TalkExceptionCode_NOT_A_MEMBER                                          TalkExceptionCode = 10
	TalkExceptionCode_INCOMPATIBLE_APP_VERSION                              TalkExceptionCode = 11
	TalkExceptionCode_NOT_READY                                             TalkExceptionCode = 12
	TalkExceptionCode_NOT_AVAILABLE_SESSION                                 TalkExceptionCode = 13
	TalkExceptionCode_NOT_AUTHORIZED_SESSION                                TalkExceptionCode = 14
	TalkExceptionCode_SYSTEM_ERROR                                          TalkExceptionCode = 15
	TalkExceptionCode_NO_AVAILABLE_VERIFICATION_METHOD                      TalkExceptionCode = 16
	TalkExceptionCode_NOT_AUTHENTICATED                                     TalkExceptionCode = 17
	TalkExceptionCode_INVALID_IDENTITY_CREDENTIAL                           TalkExceptionCode = 18
	TalkExceptionCode_NOT_AVAILABLE_IDENTITY_IDENTIFIER                     TalkExceptionCode = 19
	TalkExceptionCode_INTERNAL_ERROR                                        TalkExceptionCode = 20
	TalkExceptionCode_NO_SUCH_IDENTITY_IDENFIER                             TalkExceptionCode = 21
	TalkExceptionCode_DEACTIVATED_ACCOUNT_BOUND_TO_THIS_IDENTITY            TalkExceptionCode = 22
	TalkExceptionCode_ILLEGAL_IDENTITY_CREDENTIAL                           TalkExceptionCode = 23
	TalkExceptionCode_UNKNOWN_CHANNEL                                       TalkExceptionCode = 24
	TalkExceptionCode_NO_SUCH_MESSAGE_BOX                                   TalkExceptionCode = 25
	TalkExceptionCode_NOT_AVAILABLE_MESSAGE_BOX                             TalkExceptionCode = 26
	TalkExceptionCode_CHANNEL_DOES_NOT_MATCH                                TalkExceptionCode = 27
	TalkExceptionCode_NOT_YOUR_MESSAGE                                      TalkExceptionCode = 28
	TalkExceptionCode_MESSAGE_DEFINED_ERROR                                 TalkExceptionCode = 29
	TalkExceptionCode_USER_CANNOT_ACCEPT_PRESENTS                           TalkExceptionCode = 30
	TalkExceptionCode_USER_NOT_STICKER_OWNER                                TalkExceptionCode = 32
	TalkExceptionCode_MAINTENANCE_ERROR                                     TalkExceptionCode = 33
	TalkExceptionCode_ACCOUNT_NOT_MATCHED                                   TalkExceptionCode = 34
	TalkExceptionCode_ABUSE_BLOCK                                           TalkExceptionCode = 35
	TalkExceptionCode_NOT_FRIEND                                            TalkExceptionCode = 36
	TalkExceptionCode_NOT_ALLOWED_CALL                                      TalkExceptionCode = 37
	TalkExceptionCode_BLOCK_FRIEND                                          TalkExceptionCode = 38
	TalkExceptionCode_INCOMPATIBLE_VOIP_VERSION                             TalkExceptionCode = 39
	TalkExceptionCode_INVALID_SNS_ACCESS_TOKEN                              TalkExceptionCode = 40
	TalkExceptionCode_EXTERNAL_SERVICE_NOT_AVAILABLE                        TalkExceptionCode = 41
	TalkExceptionCode_NOT_ALLOWED_ADD_CONTACT                               TalkExceptionCode = 42
	TalkExceptionCode_NOT_CERTIFICATED                                      TalkExceptionCode = 43
	TalkExceptionCode_NOT_ALLOWED_SECONDARY_DEVICE                          TalkExceptionCode = 44
	TalkExceptionCode_INVALID_PIN_CODE                                      TalkExceptionCode = 45
	TalkExceptionCode_NOT_FOUND_IDENTITY_CREDENTIAL                         TalkExceptionCode = 46
	TalkExceptionCode_EXCEED_FILE_MAX_SIZE                                  TalkExceptionCode = 47
	TalkExceptionCode_EXCEED_DAILY_QUOTA                                    TalkExceptionCode = 48
	TalkExceptionCode_NOT_SUPPORT_SEND_FILE                                 TalkExceptionCode = 49
	TalkExceptionCode_MUST_UPGRADE                                          TalkExceptionCode = 50
	TalkExceptionCode_NOT_AVAILABLE_PIN_CODE_SESSION                        TalkExceptionCode = 51
	TalkExceptionCode_EXPIRED_REVISION                                      TalkExceptionCode = 52
	TalkExceptionCode_NOT_YET_PHONE_NUMBER                                  TalkExceptionCode = 54
	TalkExceptionCode_BAD_CALL_NUMBER                                       TalkExceptionCode = 55
	TalkExceptionCode_UNAVAILABLE_CALL_NUMBER                               TalkExceptionCode = 56
	TalkExceptionCode_NOT_SUPPORT_CALL_SERVICE                              TalkExceptionCode = 57
	TalkExceptionCode_CONGESTION_CONTROL                                    TalkExceptionCode = 58
	TalkExceptionCode_NO_BALANCE                                            TalkExceptionCode = 59
	TalkExceptionCode_NOT_PERMITTED_CALLER_ID                               TalkExceptionCode = 60
	TalkExceptionCode_NO_CALLER_ID_LIMIT_EXCEEDED                           TalkExceptionCode = 61
	TalkExceptionCode_CALLER_ID_VERIFICATION_REQUIRED                       TalkExceptionCode = 62
	TalkExceptionCode_NO_CALLER_ID_LIMIT_EXCEEDED_AND_VERIFICATION_REQUIRED TalkExceptionCode = 63
	TalkExceptionCode_MESSAGE_NOT_FOUND                                     TalkExceptionCode = 64
	TalkExceptionCode_INVALID_ACCOUNT_MIGRATION_PINCODE_FORMAT              TalkExceptionCode = 65
	TalkExceptionCode_ACCOUNT_MIGRATION_PINCODE_NOT_MATCHED                 TalkExceptionCode = 66
	TalkExceptionCode_ACCOUNT_MIGRATION_PINCODE_BLOCKED                     TalkExceptionCode = 67
	TalkExceptionCode_INVALID_PASSWORD_FORMAT                               TalkExceptionCode = 69
	TalkExceptionCode_FEATURE_RESTRICTED                                    TalkExceptionCode = 70
	TalkExceptionCode_MESSAGE_NOT_DESTRUCTIBLE                              TalkExceptionCode = 71
	TalkExceptionCode_PAID_CALL_REDEEM_FAILED                               TalkExceptionCode = 72
	TalkExceptionCode_PREVENTED_JOIN_BY_TICKET                              TalkExceptionCode = 73
	TalkExceptionCode_SEND_MESSAGE_NOT_PERMITTED_FROM_LINE_AT               TalkExceptionCode = 75
	TalkExceptionCode_SEND_MESSAGE_NOT_PERMITTED_WHILE_AUTO_REPLY           TalkExceptionCode = 76
	TalkExceptionCode_SECURITY_CENTER_NOT_VERIFIED                          TalkExceptionCode = 77
	TalkExceptionCode_SECURITY_CENTER_BLOCKED_BY_SETTING                    TalkExceptionCode = 78
	TalkExceptionCode_SECURITY_CENTER_BLOCKED                               TalkExceptionCode = 79
	TalkExceptionCode_TALK_PROXY_EXCEPTION                                  TalkExceptionCode = 80
	TalkExceptionCode_E2EE_INVALID_PROTOCOL                                 TalkExceptionCode = 81
	TalkExceptionCode_E2EE_RETRY_ENCRYPT                                    TalkExceptionCode = 82
	TalkExceptionCode_E2EE_UPDATE_SENDER_KEY                                TalkExceptionCode = 83
	TalkExceptionCode_E2EE_UPDATE_RECEIVER_KEY                              TalkExceptionCode = 84
	TalkExceptionCode_E2EE_INVALID_ARGUMENT                                 TalkExceptionCode = 85
	TalkExceptionCode_E2EE_INVALID_VERSION                                  TalkExceptionCode = 86
	TalkExceptionCode_E2EE_SENDER_DISABLED                                  TalkExceptionCode = 87
	TalkExceptionCode_E2EE_RECEIVER_DISABLED                                TalkExceptionCode = 88
	TalkExceptionCode_E2EE_SENDER_NOT_ALLOWED                               TalkExceptionCode = 89
	TalkExceptionCode_E2EE_RECEIVER_NOT_ALLOWED                             TalkExceptionCode = 90
	TalkExceptionCode_E2EE_RESEND_FAIL                                      TalkExceptionCode = 91
	TalkExceptionCode_E2EE_RESEND_OK                                        TalkExceptionCode = 92
	TalkExceptionCode_HITOKOTO_BACKUP_NO_AVAILABLE_DATA                     TalkExceptionCode = 93
	TalkExceptionCode_E2EE_UPDATE_PRIMARY_DEVICE                            TalkExceptionCode = 94
	TalkExceptionCode_SUCCESS                                               TalkExceptionCode = 95
	TalkExceptionCode_CANCEL                                                TalkExceptionCode = 96
	TalkExceptionCode_E2EE_PRIMARY_NOT_SUPPORT                              TalkExceptionCode = 97
	TalkExceptionCode_E2EE_RETRY_PLAIN                                      TalkExceptionCode = 98
	TalkExceptionCode_E2EE_RECREATE_GROUP_KEY                               TalkExceptionCode = 99
	TalkExceptionCode_E2EE_GROUP_TOO_MANY_MEMBERS                           TalkExceptionCode = 100
	TalkExceptionCode_SERVER_BUSY                                           TalkExceptionCode = 101
	TalkExceptionCode_NOT_ALLOWED_ADD_FOLLOW                                TalkExceptionCode = 102
	TalkExceptionCode_INCOMING_FRIEND_REQUEST_LIMIT                         TalkExceptionCode = 103
	TalkExceptionCode_OUTGOING_FRIEND_REQUEST_LIMIT                         TalkExceptionCode = 104
	TalkExceptionCode_OUTGOING_FRIEND_REQUEST_QUOTA                         TalkExceptionCode = 105
	TalkExceptionCode_DUPLICATED                                            TalkExceptionCode = 106
	TalkExceptionCode_BANNED                                                TalkExceptionCode = 107
	TalkExceptionCode_NOT_AN_INVITEE                                        TalkExceptionCode = 108
	TalkExceptionCode_NOT_AN_OUTSIDER                                       TalkExceptionCode = 109
	TalkExceptionCode_EMPTY_GROUP                                           TalkExceptionCode = 111
	TalkExceptionCode_EXCEED_FOLLOW_LIMIT                                   TalkExceptionCode = 112
	TalkExceptionCode_UNSUPPORTED_ACCOUNT_TYPE                              TalkExceptionCode = 113
	TalkExceptionCode_AGREEMENT_REQUIRED                                    TalkExceptionCode = 114
)

func TalkExceptionCodeFromString

func TalkExceptionCodeFromString(s string) (TalkExceptionCode, error)

func TalkExceptionCodePtr

func TalkExceptionCodePtr(v TalkExceptionCode) *TalkExceptionCode

func (TalkExceptionCode) MarshalText

func (p TalkExceptionCode) MarshalText() ([]byte, error)

func (*TalkExceptionCode) Scan

func (p *TalkExceptionCode) Scan(value interface{}) error

func (TalkExceptionCode) String

func (p TalkExceptionCode) String() string

func (*TalkExceptionCode) UnmarshalText

func (p *TalkExceptionCode) UnmarshalText(text []byte) error

func (*TalkExceptionCode) Value

func (p *TalkExceptionCode) Value() (driver.Value, error)

type TalkService

type TalkService interface {
	// Parameters:
	//  - LocalRev
	//  - Count
	//  - GlobalRev
	//  - IndividualRev
	FetchOps(ctx context.Context, localRev int64, count int32, globalRev int64, individualRev int64) (_r []*Operation, _err error)
	// Parameters:
	//  - ReqSeq
	//  - Profile
	UpdateProfile(ctx context.Context, reqSeq int32, profile *Profile) (_err error)
	// Parameters:
	//  - LocalRev
	//  - Count
	FetchOperations(ctx context.Context, localRev int64, count int32) (_r []*Operation, _err error)
	// Parameters:
	//  - SyncReason
	GetRecentFriendRequests(ctx context.Context, syncReason SyncReason) (_r *FriendRequestsInfo, _err error)
	// Parameters:
	//  - Request
	GetChats(ctx context.Context, request *GetChatsRequest) (_r *GetChatsResponse, _err error)
	// Parameters:
	//  - MessageBoxId
	//  - MessagesCount
	GetRecentMessages(ctx context.Context, messageBoxId string, messagesCount int32) (_r []*Message, _err error)
	// Parameters:
	//  - MessageBoxId
	//  - MessagesCount
	GetRecentMessagesV2(ctx context.Context, messageBoxId string, messagesCount int32) (_r []*Message, _err error)
	GetCountryWithRequestIp(ctx context.Context) (_r string, _err error)
	// Parameters:
	//  - ChatRoomMid
	GetChatRoomAnnouncements(ctx context.Context, chatRoomMid string) (_r []*ChatRoomAnnouncement, _err error)
	// Parameters:
	//  - GroupId
	GetGroupWithoutMembers(ctx context.Context, groupId string) (_r *Group, _err error)
	// Parameters:
	//  - GroupId
	GetGroup(ctx context.Context, groupId string) (_r *Group, _err error)
	// Parameters:
	//  - GroupIds
	GetGroups(ctx context.Context, groupIds []string) (_r []*Group, _err error)
	// Parameters:
	//  - ReqSeq
	//  - Mid
	//  - Flag
	//  - Value
	UpdateContactSetting(ctx context.Context, reqSeq int32, mid string, flag ContactSetting, value string) (_err error)
	// Parameters:
	//  - ReqSeq
	//  - Group
	UpdateGroup(ctx context.Context, reqSeq int32, group *Group) (_err error)
	// Parameters:
	//  - ID
	GetContact(ctx context.Context, id string) (_r *Contact, _err error)
	// Parameters:
	//  - ChatMid
	GetLastE2EEPublicKeys(ctx context.Context, chatMid string) (_r map[string]*E2EEPublicKey, _err error)
	GetRingtone(ctx context.Context) (_r *Ringtone, _err error)
	// Parameters:
	//  - PublicKey
	RemoveE2EEPublicKey(ctx context.Context, publicKey *E2EEPublicKey) (_err error)
	// Parameters:
	//  - Mid
	NegotiateE2EEPublicKey(ctx context.Context, mid string) (_r *E2EENegotiationResult_, _err error)
	// Parameters:
	//  - SearchId
	FindContactByUserid(ctx context.Context, searchId string) (_r *Contact, _err error)
	// Parameters:
	//  - Oid
	ClearRingtone(ctx context.Context, oid string) (_err error)
	// Parameters:
	//  - ReqSeq
	//  - Type
	//  - Target
	//  - Enablement
	SetNotificationsEnabled(ctx context.Context, reqSeq int32, type_a1 MidType, target string, enablement bool) (_err error)
	// Parameters:
	//  - Request
	DeleteOtherFromChat(ctx context.Context, request *DeleteOtherFromChatRequest) (_r *DeleteOtherFromChatResponse, _err error)
	KickoutFromGroup(ctx context.Context, reqSeq int32, groupId string, contactIds []string) (err error)
	// Parameters:
	//  - Request
	InviteIntoChat(ctx context.Context, request *InviteIntoChatRequest) (_r *InviteIntoChatResponse, _err error)
	// Parameters:
	//  - Request
	AcceptChatInvitationByTicket(ctx context.Context, request *AcceptChatInvitationByTicketRequest) (_r *AcceptChatInvitationByTicketResponse, _err error)
	// Parameters:
	//  - ReqSeq
	//  - GroupId
	AcceptGroupInvitation(ctx context.Context, reqSeq int32, groupId string) (_err error)
	// Parameters:
	//  - Request
	DeleteSelfFromChat(ctx context.Context, request *DeleteSelfFromChatRequest) (_r *DeleteSelfFromChatResponse, _err error)
	// Parameters:
	//  - Request
	FindChatByTicket(ctx context.Context, request *FindChatByTicketRequest) (_r *FindChatByTicketResponse, _err error)
	// Parameters:
	//  - Request
	CancelChatInvitation(ctx context.Context, request *CancelChatInvitationRequest) (_r *CancelChatInvitationResponse, _err error)
	// Parameters:
	//  - Request
	AcceptChatInvitation(ctx context.Context, request *AcceptChatInvitationRequest) (_r *AcceptChatInvitationResponse, _err error)
	// Parameters:
	//  - MessageBoxListRequest
	//  - SyncReason
	GetMessageBoxes(ctx context.Context, messageBoxListRequest *MessageBoxListRequest, syncReason SyncReason) (_r *MessageBoxList, _err error)
	// Parameters:
	//  - Request
	UpdateChat(ctx context.Context, request *UpdateChatRequest) (_r *UpdateChatResponse, _err error)
	// Parameters:
	//  - Request
	ReissueChatTicket(ctx context.Context, request *ReissueChatTicketRequest) (_r *ReissueChatTicketResponse, _err error)
	// Parameters:
	//  - Request
	//  - SyncReason
	GetAllChatMids(ctx context.Context, request *GetAllChatMidsRequest, syncReason SyncReason) (_r *GetAllChatMidsResponse, _err error)
	// Parameters:
	//  - Request
	RejectChatInvitation(ctx context.Context, request *RejectChatInvitationRequest) (_r *RejectChatInvitationResponse, _err error)
	// Parameters:
	//  - Request
	CreateChat(ctx context.Context, request *CreateChatRequest) (_r *CreateChatResponse, _err error)
	// Parameters:
	//  - ChatRoomMids
	//  - SyncReason
	GetChatRoomAnnouncementsBulk(ctx context.Context, chatRoomMids []string, syncReason SyncReason) (_r map[string][]*ChatRoomAnnouncement, _err error)
	// Parameters:
	//  - Region
	//  - Carrier
	//  - Phone
	//  - UdidHash
	//  - DeviceInfo
	//  - NetworkCode
	//  - Locale
	//  - SimInfo
	StartUpdateVerification(ctx context.Context, region string, carrier Carrier, phone string, udidHash string, deviceInfo *DeviceInfo, networkCode string, locale string, simInfo *SIMInfo) (_r *VerificationSessionData, _err error)
	// Parameters:
	//  - Region
	//  - Carrier
	//  - Phone
	//  - UdidHash
	//  - DeviceInfo
	//  - NetworkCode
	//  - Mid
	//  - Locale
	//  - SimInfo
	//  - OldUdidHash
	StartVerification(ctx context.Context, region string, carrier Carrier, phone string, udidHash string, deviceInfo *DeviceInfo, networkCode string, mid string, locale string, simInfo *SIMInfo, oldUdidHash string) (_r *VerificationSessionData, _err error)
	// Parameters:
	//  - SessionId
	//  - Method
	ChangeVerificationMethod(ctx context.Context, sessionId string, method Y30) (_r *VerificationSessionData, _err error)
	GetEncryptedIdentityV3(ctx context.Context) (_r *GetEncryptedIdentityV3Response, _err error)
	// Parameters:
	//  - KeyVersion
	//  - ChatMid
	//  - GroupKeyId
	GetE2EEGroupSharedKey(ctx context.Context, keyVersion int32, chatMid string, groupKeyId int32) (_r *E2EEGroupSharedKey, _err error)
	// Parameters:
	//  - KeyVersion
	//  - ChatMid
	//  - Members
	//  - KeyIds
	//  - EncryptedSharedKeys
	RegisterE2EEGroupKey(ctx context.Context, keyVersion int32, chatMid string, members []string, keyIds []int32, encryptedSharedKeys [][]byte) (_r *E2EEGroupSharedKey, _err error)
	// Parameters:
	//  - ExpirationTime
	//  - MaxUseCount
	GenerateUserTicket(ctx context.Context, expirationTime int64, maxUseCount int32) (_r *Ticket, _err error)
	// Parameters:
	//  - ReqSeq
	//  - PublicKey
	RegisterE2EEPublicKey(ctx context.Context, reqSeq int32, publicKey *E2EEPublicKey) (_r *E2EEPublicKey, _err error)
	GetE2EEPublicKeys(ctx context.Context) (_r []*E2EEPublicKey, _err error)
	// Parameters:
	//  - IgnoreE2EEStatus
	GetE2EEPublicKeysEx(ctx context.Context, ignoreE2EEStatus bool) (_r []*E2EEPublicKey, _err error)
	// Parameters:
	//  - Mid
	//  - KeyVersion
	//  - KeyId
	GetE2EEPublicKey(ctx context.Context, mid string, keyVersion int32, keyId int32) (_r *E2EEPublicKey, _err error)
	// Parameters:
	//  - Provider
	GetRSAKeyInfo(ctx context.Context, provider IdentityProvider) (_r *RSAKey, _err error)
	// Parameters:
	//  - SnsIdType
	//  - SnsAccessToken
	//  - Region
	//  - UdidHash
	//  - DeviceInfo
	//  - Mid
	//  - MigrationPincodeSessionId
	RegisterWithSnsId(ctx context.Context, snsIdType C60759oi, snsAccessToken string, region string, udidHash string, deviceInfo *DeviceInfo, mid string, migrationPincodeSessionId string) (_r *RegisterWithSnsIdResult_, _err error)
	// Parameters:
	//  - SnsIdType
	//  - SnsAccessToken
	//  - UdidHash
	//  - MigrationPincodeSessionId
	//  - OldUdidHash
	FindSnsIdUserStatus(ctx context.Context, snsIdType C60759oi, snsAccessToken string, udidHash string, migrationPincodeSessionId string, oldUdidHash string) (_r *SnsIdUserStatus, _err error)
	// Parameters:
	//  - ID
	//  - Type
	GetContactRegistration(ctx context.Context, id string, type_a1 ContactType) (_r *ContactRegistration, _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:
	//  - FeatureType
	AcquireEncryptedAccessToken(ctx context.Context, featureType FeatureType) (_r string, _err error)
	// Parameters:
	//  - SnsIdType
	//  - SnsAccessToken
	//  - IdentityCredential
	//  - Region
	//  - UdidHash
	//  - DeviceInfo
	//  - MigrationPincodeSessionId
	RegisterWithSnsIdAndIdentityCredential(ctx context.Context, snsIdType C60759oi, snsAccessToken string, identityCredential *IdentityCredential, region string, udidHash string, deviceInfo *DeviceInfo, migrationPincodeSessionId string) (_r string, _err error)
	// Parameters:
	//  - Location
	GetShakeEventV1(ctx context.Context, location *Geolocation) (_r string, _err error)
	// Parameters:
	//  - SessionId
	//  - Identifier
	//  - Verifier
	//  - Provider
	//  - MigrationPincodeSessionId
	RegisterDeviceWithIdentityCredential(ctx context.Context, sessionId string, identifier string, verifier string, provider IdentityProvider, migrationPincodeSessionId string) (_r string, _err error)
	// Parameters:
	//  - Latitude
	//  - Longitude
	//  - Accuracy
	//  - NetworkStatus
	//  - AltitudeMeters
	//  - VelocityMetersPerSecond
	//  - BearingDegrees
	UpdateAndGetNearby(ctx context.Context, latitude float64, longitude float64, accuracy *GeolocationAccuracy, networkStatus *ClientNetworkStatus, altitudeMeters float64, velocityMetersPerSecond float64, bearingDegrees float64) (_r []*NearbyEntry, _err error)
	// Parameters:
	//  - Direction
	//  - LastSeenSeqId
	GetFriendRequests(ctx context.Context, direction Direction, lastSeenSeqId int64) (_r []*FriendRequest, _err error)
	// Parameters:
	//  - Seq
	//  - MessageId
	UnsendMessage(ctx context.Context, seq int32, messageId string) (_err error)
	// Parameters:
	//  - ReqSeq
	//  - ID
	BlockRecommendation(ctx context.Context, reqSeq int32, id 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:
	//  - ReqSeq
	//  - SenderMid
	//  - MessageId
	RequestResendMessage(ctx context.Context, reqSeq int32, senderMid string, messageId string) (_err error)
	// Parameters:
	//  - Seq
	//  - ChatMid
	//  - LastMessageId
	//  - SessionId
	SendChatRemoved(ctx context.Context, seq int32, chatMid string, lastMessageId string, sessionId int32) (_err error)
	// Parameters:
	//  - ReqSeq
	//  - ReceiverMid
	//  - OriginalMessageId
	//  - ResendMessage
	//  - ErrorCode
	RespondResendMessage(ctx context.Context, reqSeq int32, receiverMid string, originalMessageId string, resendMessage *Message, errorCode TalkExceptionCode) (_err error)
	// Parameters:
	//  - ReqSeq
	//  - RoomId
	//  - ContactIds
	InviteIntoRoom(ctx context.Context, reqSeq int32, roomId string, contactIds []string) (_err error)
	// Parameters:
	//  - ReqSeq
	//  - EncryptedKeyChain
	//  - HashKeyChain
	RespondE2EEKeyExchange(ctx context.Context, reqSeq int32, encryptedKeyChain []byte, hashKeyChain []byte) (_err error)
	// Parameters:
	//  - ReqSeq
	//  - LocalContacts
	SyncContacts(ctx context.Context, reqSeq int32, localContacts []*ContactModification) (_r map[string]*ContactRegistration, _err error)
	// Parameters:
	//  - ReqSeq
	//  - Phones
	//  - Reference
	FindAndAddContactsByPhone(ctx context.Context, reqSeq int32, phones []string, reference string) (_r map[string]*Contact, _err error)
	// Parameters:
	//  - LastRev
	//  - Badge
	NotifySleep(ctx context.Context, lastRev int64, badge int32) (_err error)
	// Parameters:
	//  - SyncOpRevision
	//  - Profile
	ReportProfile(ctx context.Context, syncOpRevision int64, profile *Profile) (_err error)
	// Parameters:
	//  - LastRev
	//  - DeviceInfo
	//  - UdidHash
	//  - OldUdidHash
	NotifyUpdated(ctx context.Context, lastRev int64, deviceInfo *DeviceInfo, udidHash string, oldUdidHash string) (_err error)
	// Parameters:
	//  - SyncOpRevision
	//  - Settings
	ReportSettings(ctx context.Context, syncOpRevision int64, settings *Settings) (_err error)
	// Parameters:
	//  - SyncReason
	GetBlockedContactIds(ctx context.Context, syncReason SyncReason) (_r []string, _err error)
	// Parameters:
	//  - Location
	//  - NetworkStatus
	OpenProximityMatch(ctx context.Context, location *Location, networkStatus *ClientNetworkStatus) (_r string, _err error)
	// Parameters:
	//  - Direction
	//  - MidOrEMid
	RemoveFriendRequest(ctx context.Context, direction Direction, midOrEMid string) (_err error)
	// Parameters:
	//  - Token
	//  - Type
	UpdateNotificationToken(ctx context.Context, token string, type_a1 UpdateNotificationTokenType) (_err error)
	// Parameters:
	//  - ReqSeq
	//  - Attr
	//  - ExtendedProfile
	UpdateExtendedProfileAttribute(ctx context.Context, reqSeq int32, attr UpdateExtendedProfileAttributeAttr, extendedProfile *ExtendedProfile) (_err error)
	// Parameters:
	//  - IdentityCredential
	//  - MigrationPincodeSessionId
	VerifyIdentityCredentialWithResult_(ctx context.Context, identityCredential *IdentityCredential, migrationPincodeSessionId string) (_r *UserAuthStatus, _err error)
	// Parameters:
	//  - Identifier
	//  - Provider
	//  - Locale
	RequestAccountPasswordReset(ctx context.Context, identifier string, provider IdentityProvider, locale string) (_err error)
	// Parameters:
	//  - Request
	SendPostback(ctx context.Context, request *SendPostbackRequest) (_err error)
	// Parameters:
	//  - MidOrEMid
	//  - Method
	//  - FriendRequestParams
	TryFriendRequest(ctx context.Context, midOrEMid string, method FriendRequestMethod, friendRequestParams string) (_err error)
	// Parameters:
	//  - SessionId
	//  - Ids
	AcceptProximityMatches(ctx context.Context, sessionId string, ids []string) (_err error)
	// Parameters:
	//  - Ids
	GetContacts(ctx context.Context, ids []string) (_r []*Contact, _err error)
	// Parameters:
	//  - BooleanState
	//  - StringState
	ReportDeviceState(ctx context.Context, booleanState map[C59122ec]bool, stringState map[C59430gc]string) (_err error)
	// Parameters:
	//  - ReqSeq
	//  - ID
	BlockContact(ctx context.Context, reqSeq int32, id string) (_err error)
	// Parameters:
	//  - SyncReason
	GetExtendedProfile(ctx context.Context, syncReason SyncReason) (_r *ExtendedProfile, _err error)
	// Parameters:
	//  - SyncReason
	GetProfile(ctx context.Context, syncReason SyncReason) (_r *Profile, _err error)
	// Parameters:
	//  - AttributesToRetrieve
	GetSettingsAttributes2(ctx context.Context, attributesToRetrieve []C59756ii) (_r *Settings, _err error)
	// Parameters:
	//  - SessionId
	GetProximityMatchCandidateList(ctx context.Context, sessionId string) (_r *ProximityMatchCandidateResult_, _err error)
	// Parameters:
	//  - ReqSeq
	//  - SearchId
	//  - Reference
	FindAndAddContactByMetaTag(ctx context.Context, reqSeq int32, searchId string, reference string) (_r *PendingAgreementsResponse, _err error)
	// Parameters:
	//  - ChatIds
	//  - SyncReason
	GetMessageReadRange(ctx context.Context, chatIds []string, syncReason SyncReason) (_r []*TMessageReadRange, _err error)
	// Parameters:
	//  - ReqSeq
	//  - SearchId
	RegisterUserid(ctx context.Context, reqSeq int32, searchId string) (_r bool, _err error)
	// Parameters:
	//  - ReqSeq
	//  - PushRecvReports
	ReportPushRecvReports(ctx context.Context, reqSeq int32, pushRecvReports []*PushRecvReport) (_err error)
	Noop(ctx context.Context) (_err error)
	// Parameters:
	//  - SyncReason
	GetBlockedRecommendationIds(ctx context.Context, syncReason SyncReason) (_r []string, _err error)
	// Parameters:
	//  - RemoveFollowerRequest
	RemoveFollower(ctx context.Context, removeFollowerRequest *RemoveFollowerRequest) (_err error)
	// Parameters:
	//  - MigrationSessionId
	VerifyAccountMigration(ctx context.Context, migrationSessionId string) (_err error)
	// Parameters:
	//  - SyncReason
	GetSettings(ctx context.Context, syncReason SyncReason) (_r *Settings, _err error)
	// Parameters:
	//  - KeyVersion
	//  - ChatMid
	GetLastE2EEGroupSharedKey(ctx context.Context, keyVersion int32, chatMid string) (_r *E2EEGroupSharedKey, _err error)
	GetRingbackTone(ctx context.Context) (_r *RingbackTone, _err error)
	// Parameters:
	//  - ReqSeq
	//  - RoomId
	LeaveRoom(ctx context.Context, reqSeq int32, roomId string) (_err error)
	// Parameters:
	//  - Seq
	//  - ChatMid
	//  - LastMessageId
	//  - SessionId
	SendChatChecked(ctx context.Context, seq int32, chatMid string, lastMessageId string, sessionId int32) (_err error)
	// Parameters:
	//  - ReqSeq
	//  - SearchId
	//  - Reference
	FindAndAddContactsByUserid(ctx context.Context, reqSeq int32, searchId string, reference string) (_r map[string]*Contact, _err error)
	// Parameters:
	//  - SyncReason
	GetAllContactIds(ctx context.Context, syncReason SyncReason) (_r []string, _err error)
	// Parameters:
	//  - UnfollowRequest
	Unfollow(ctx context.Context, unfollowRequest *UnfollowRequest) (_err error)
	// Parameters:
	//  - SessionId
	CloseProximityMatch(ctx context.Context, sessionId string) (_err error)
	// Parameters:
	//  - PhoneNumberList
	InviteFriendsBySms(ctx context.Context, phoneNumberList []string) (_err error)
	// Parameters:
	//  - Categories
	GetChatEffectMetaList(ctx context.Context, categories []C58964da) (_r []*ChatEffectMeta, _err error)
	// Parameters:
	//  - Seq
	//  - LastMessageId
	RemoveAllMessages(ctx context.Context, seq int32, lastMessageId string) (_err error)
	// Parameters:
	//  - ReqSeq
	//  - ID
	//  - Reference
	UnblockContact(ctx context.Context, reqSeq int32, id string, reference string) (_err error)
	GetAnalyticsInfo(ctx context.Context) (_r *AnalyticsInfo, _err error)
	// Parameters:
	//  - SyncReason
	GetRecommendationIds(ctx context.Context, syncReason SyncReason) (_r []string, _err error)
	// Parameters:
	//  - UdidHash
	//  - ApplicationTypeWithExtensions
	NotifyRegistrationComplete(ctx context.Context, udidHash string, applicationTypeWithExtensions string) (_err error)
	// Parameters:
	//  - ClientRevision
	WakeUpLongPolling(ctx context.Context, clientRevision int64) (_r bool, _err error)
	// Parameters:
	//  - ReqSeq
	//  - ID
	UnblockRecommendation(ctx context.Context, reqSeq int32, id string) (_err error)
	// Parameters:
	//  - Seq
	//  - Message
	SendMessage(ctx context.Context, seq int32, message *Message) (_r *Message, _err error)
	// Parameters:
	//  - Text
	SendEchoPush(ctx context.Context, text string) (_err error)
	// Parameters:
	//  - MigrationPincodeSessionId
	//  - AccountMigrationPincode
	VerifyAccountMigrationPincode(ctx context.Context, migrationPincodeSessionId string, accountMigrationPincode string) (_err error)
	// Parameters:
	//  - UdidHash
	//  - ApplicationTypeWithExtensions
	NotifyInstalled(ctx context.Context, udidHash string, applicationTypeWithExtensions string) (_err error)
	// Parameters:
	//  - Verifier
	//  - PinCode
	VerifyQrcode(ctx context.Context, verifier string, pinCode string) (_r string, _err error)
	// Parameters:
	//  - SearchId
	//  - Reference
	FindContactByMetaTag(ctx context.Context, searchId string, reference string) (_r *Contact, _err error)
	// Parameters:
	//  - Phones
	FindContactsByPhone(ctx context.Context, phones []string) (_r map[string]*Contact, _err error)
	// Parameters:
	//  - SessionId
	//  - MigrationPincodeSessionId
	RegisterWithPhoneNumber(ctx context.Context, sessionId string, migrationPincodeSessionId string) (_r *RegisterWithPhoneNumberResult_, _err error)
	// Parameters:
	//  - ReqSeq
	//  - Attr
	//  - Value
	UpdateProfileAttribute(ctx context.Context, reqSeq int32, attr ProfileAttribute, value string) (_err error)
	// Parameters:
	//  - ReqSeq
	//  - Request
	UpdateProfileAttributes(ctx context.Context, reqSeq int32, request *UpdateProfileAttributesRequest) (_err error)
	// Parameters:
	//  - ReqSeq
	//  - AttributesToUpdate
	//  - Settings
	UpdateSettingsAttributes2(ctx context.Context, reqSeq int32, attributesToUpdate []SettingsAttributeEx, settings *Settings) (_r []SettingsAttributeEx, _err error)
	// Parameters:
	//  - EMid
	DecryptFollowEMid(ctx context.Context, eMid string) (_r string, _err error)
	// Parameters:
	//  - AccountMigrationPincode
	UpdateAccountMigrationPincode(ctx context.Context, accountMigrationPincode string) (_err error)
	// Parameters:
	//  - SearchId
	IsUseridAvailable(ctx context.Context, searchId string) (_r bool, _err error)
	// Parameters:
	//  - GetFollowersRequest
	GetFollowers(ctx context.Context, getFollowersRequest *GetFollowersRequest) (_r *GetFollowersResponse, _err error)
	CreateAccountMigrationPincodeSession(ctx context.Context) (_r string, _err error)
	// Parameters:
	//  - SessionId
	ResendPinCode(ctx context.Context, sessionId string) (_err error)
	// Parameters:
	//  - GetFollowingsRequest
	GetFollowings(ctx context.Context, getFollowingsRequest *GetFollowingsRequest) (_r *GetFollowingsResponse, _err error)
	GetServerTime(ctx context.Context) (_r int64, _err error)
	GetLastOpRevision(ctx context.Context) (_r int64, _err error)
	// Parameters:
	//  - TicketIdWithTag
	FindContactByUserTicket(ctx context.Context, ticketIdWithTag string) (_r *Contact, _err error)
	// Parameters:
	//  - SessionId
	FinishUpdateVerification(ctx context.Context, sessionId string) (_err error)
	// Parameters:
	//  - SessionId
	GetAcceptedProximityMatches(ctx context.Context, sessionId string) (_r []string, _err error)
	ClearRingbackTone(ctx context.Context) (_err error)
	UnregisterUserAndDevice(ctx context.Context) (_r string, _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 (*TalkServiceAcceptChatInvitationArgs) IsSetRequest

func (p *TalkServiceAcceptChatInvitationArgs) IsSetRequest() bool

func (*TalkServiceAcceptChatInvitationArgs) Read

func (*TalkServiceAcceptChatInvitationArgs) ReadField1

func (*TalkServiceAcceptChatInvitationArgs) String

func (*TalkServiceAcceptChatInvitationArgs) Write

type TalkServiceAcceptChatInvitationByTicketArgs

type TalkServiceAcceptChatInvitationByTicketArgs struct {
	Request *AcceptChatInvitationByTicketRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewTalkServiceAcceptChatInvitationByTicketArgs

func NewTalkServiceAcceptChatInvitationByTicketArgs() *TalkServiceAcceptChatInvitationByTicketArgs

func (*TalkServiceAcceptChatInvitationByTicketArgs) GetRequest

func (*TalkServiceAcceptChatInvitationByTicketArgs) IsSetRequest

func (*TalkServiceAcceptChatInvitationByTicketArgs) Read

func (*TalkServiceAcceptChatInvitationByTicketArgs) ReadField1

func (*TalkServiceAcceptChatInvitationByTicketArgs) String

func (*TalkServiceAcceptChatInvitationByTicketArgs) Write

type TalkServiceAcceptChatInvitationByTicketResult

type TalkServiceAcceptChatInvitationByTicketResult struct {
	Success *AcceptChatInvitationByTicketResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException                        `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceAcceptChatInvitationByTicketResult

func NewTalkServiceAcceptChatInvitationByTicketResult() *TalkServiceAcceptChatInvitationByTicketResult

func (*TalkServiceAcceptChatInvitationByTicketResult) GetE

func (*TalkServiceAcceptChatInvitationByTicketResult) GetSuccess

func (*TalkServiceAcceptChatInvitationByTicketResult) IsSetE

func (*TalkServiceAcceptChatInvitationByTicketResult) IsSetSuccess

func (*TalkServiceAcceptChatInvitationByTicketResult) Read

func (*TalkServiceAcceptChatInvitationByTicketResult) ReadField0

func (*TalkServiceAcceptChatInvitationByTicketResult) ReadField1

func (*TalkServiceAcceptChatInvitationByTicketResult) String

func (*TalkServiceAcceptChatInvitationByTicketResult) Write

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 (*TalkServiceAcceptChatInvitationResult) GetSuccess

func (*TalkServiceAcceptChatInvitationResult) IsSetE

func (*TalkServiceAcceptChatInvitationResult) IsSetSuccess

func (p *TalkServiceAcceptChatInvitationResult) IsSetSuccess() bool

func (*TalkServiceAcceptChatInvitationResult) Read

func (*TalkServiceAcceptChatInvitationResult) ReadField0

func (*TalkServiceAcceptChatInvitationResult) ReadField1

func (*TalkServiceAcceptChatInvitationResult) String

func (*TalkServiceAcceptChatInvitationResult) Write

type TalkServiceAcceptGroupInvitationArgs

type TalkServiceAcceptGroupInvitationArgs struct {
	ReqSeq  int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	GroupId string `thrift:"groupId,2" db:"groupId" json:"groupId"`
}

Attributes:

  • ReqSeq
  • GroupId

func NewTalkServiceAcceptGroupInvitationArgs

func NewTalkServiceAcceptGroupInvitationArgs() *TalkServiceAcceptGroupInvitationArgs

func (*TalkServiceAcceptGroupInvitationArgs) GetGroupId

func (*TalkServiceAcceptGroupInvitationArgs) GetReqSeq

func (*TalkServiceAcceptGroupInvitationArgs) Read

func (*TalkServiceAcceptGroupInvitationArgs) ReadField1

func (*TalkServiceAcceptGroupInvitationArgs) ReadField2

func (*TalkServiceAcceptGroupInvitationArgs) String

func (*TalkServiceAcceptGroupInvitationArgs) Write

type TalkServiceAcceptGroupInvitationResult

type TalkServiceAcceptGroupInvitationResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceAcceptGroupInvitationResult

func NewTalkServiceAcceptGroupInvitationResult() *TalkServiceAcceptGroupInvitationResult

func (*TalkServiceAcceptGroupInvitationResult) GetE

func (*TalkServiceAcceptGroupInvitationResult) IsSetE

func (*TalkServiceAcceptGroupInvitationResult) Read

func (*TalkServiceAcceptGroupInvitationResult) ReadField1

func (*TalkServiceAcceptGroupInvitationResult) String

func (*TalkServiceAcceptGroupInvitationResult) Write

type TalkServiceAcceptProximityMatchesArgs

type TalkServiceAcceptProximityMatchesArgs struct {
	// unused field # 1
	SessionId string   `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
	Ids       []string `thrift:"ids,3" db:"ids" json:"ids"`
}

Attributes:

  • SessionId
  • Ids

func NewTalkServiceAcceptProximityMatchesArgs

func NewTalkServiceAcceptProximityMatchesArgs() *TalkServiceAcceptProximityMatchesArgs

func (*TalkServiceAcceptProximityMatchesArgs) GetIds

func (*TalkServiceAcceptProximityMatchesArgs) GetSessionId

func (*TalkServiceAcceptProximityMatchesArgs) Read

func (*TalkServiceAcceptProximityMatchesArgs) ReadField2

func (*TalkServiceAcceptProximityMatchesArgs) ReadField3

func (*TalkServiceAcceptProximityMatchesArgs) String

func (*TalkServiceAcceptProximityMatchesArgs) Write

type TalkServiceAcceptProximityMatchesResult

type TalkServiceAcceptProximityMatchesResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceAcceptProximityMatchesResult

func NewTalkServiceAcceptProximityMatchesResult() *TalkServiceAcceptProximityMatchesResult

func (*TalkServiceAcceptProximityMatchesResult) GetE

func (*TalkServiceAcceptProximityMatchesResult) IsSetE

func (*TalkServiceAcceptProximityMatchesResult) Read

func (*TalkServiceAcceptProximityMatchesResult) ReadField1

func (*TalkServiceAcceptProximityMatchesResult) String

func (*TalkServiceAcceptProximityMatchesResult) Write

type TalkServiceAcquireEncryptedAccessTokenArgs

type TalkServiceAcquireEncryptedAccessTokenArgs struct {
	// unused field # 1
	FeatureType FeatureType `thrift:"featureType,2" db:"featureType" json:"featureType"`
}

Attributes:

  • FeatureType

func NewTalkServiceAcquireEncryptedAccessTokenArgs

func NewTalkServiceAcquireEncryptedAccessTokenArgs() *TalkServiceAcquireEncryptedAccessTokenArgs

func (*TalkServiceAcquireEncryptedAccessTokenArgs) GetFeatureType

func (*TalkServiceAcquireEncryptedAccessTokenArgs) Read

func (*TalkServiceAcquireEncryptedAccessTokenArgs) ReadField2

func (*TalkServiceAcquireEncryptedAccessTokenArgs) String

func (*TalkServiceAcquireEncryptedAccessTokenArgs) Write

type TalkServiceAcquireEncryptedAccessTokenResult

type TalkServiceAcquireEncryptedAccessTokenResult 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 NewTalkServiceAcquireEncryptedAccessTokenResult

func NewTalkServiceAcquireEncryptedAccessTokenResult() *TalkServiceAcquireEncryptedAccessTokenResult

func (*TalkServiceAcquireEncryptedAccessTokenResult) GetE

func (*TalkServiceAcquireEncryptedAccessTokenResult) GetSuccess

func (*TalkServiceAcquireEncryptedAccessTokenResult) IsSetE

func (*TalkServiceAcquireEncryptedAccessTokenResult) IsSetSuccess

func (*TalkServiceAcquireEncryptedAccessTokenResult) Read

func (*TalkServiceAcquireEncryptedAccessTokenResult) ReadField0

func (*TalkServiceAcquireEncryptedAccessTokenResult) ReadField1

func (*TalkServiceAcquireEncryptedAccessTokenResult) String

func (*TalkServiceAcquireEncryptedAccessTokenResult) Write

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 (*TalkServiceBlockContactArgs) GetReqSeq

func (p *TalkServiceBlockContactArgs) GetReqSeq() int32

func (*TalkServiceBlockContactArgs) Read

func (*TalkServiceBlockContactArgs) ReadField1

func (*TalkServiceBlockContactArgs) ReadField2

func (*TalkServiceBlockContactArgs) String

func (p *TalkServiceBlockContactArgs) String() string

func (*TalkServiceBlockContactArgs) Write

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 (*TalkServiceBlockContactResult) IsSetE

func (p *TalkServiceBlockContactResult) IsSetE() bool

func (*TalkServiceBlockContactResult) Read

func (*TalkServiceBlockContactResult) ReadField1

func (*TalkServiceBlockContactResult) String

func (*TalkServiceBlockContactResult) Write

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 (*TalkServiceBlockRecommendationArgs) GetReqSeq

func (*TalkServiceBlockRecommendationArgs) Read

func (*TalkServiceBlockRecommendationArgs) ReadField1

func (*TalkServiceBlockRecommendationArgs) ReadField2

func (*TalkServiceBlockRecommendationArgs) String

func (*TalkServiceBlockRecommendationArgs) Write

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 (*TalkServiceBlockRecommendationResult) IsSetE

func (*TalkServiceBlockRecommendationResult) Read

func (*TalkServiceBlockRecommendationResult) ReadField1

func (*TalkServiceBlockRecommendationResult) String

func (*TalkServiceBlockRecommendationResult) Write

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 (*TalkServiceCancelChatInvitationArgs) IsSetRequest

func (p *TalkServiceCancelChatInvitationArgs) IsSetRequest() bool

func (*TalkServiceCancelChatInvitationArgs) Read

func (*TalkServiceCancelChatInvitationArgs) ReadField1

func (*TalkServiceCancelChatInvitationArgs) String

func (*TalkServiceCancelChatInvitationArgs) Write

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 (*TalkServiceCancelChatInvitationResult) GetSuccess

func (*TalkServiceCancelChatInvitationResult) IsSetE

func (*TalkServiceCancelChatInvitationResult) IsSetSuccess

func (p *TalkServiceCancelChatInvitationResult) IsSetSuccess() bool

func (*TalkServiceCancelChatInvitationResult) Read

func (*TalkServiceCancelChatInvitationResult) ReadField0

func (*TalkServiceCancelChatInvitationResult) ReadField1

func (*TalkServiceCancelChatInvitationResult) String

func (*TalkServiceCancelChatInvitationResult) Write

type TalkServiceChangeVerificationMethodArgs

type TalkServiceChangeVerificationMethodArgs struct {
	// unused field # 1
	SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
	Method    Y30    `thrift:"method,3" db:"method" json:"method"`
}

Attributes:

  • SessionId
  • Method

func NewTalkServiceChangeVerificationMethodArgs

func NewTalkServiceChangeVerificationMethodArgs() *TalkServiceChangeVerificationMethodArgs

func (*TalkServiceChangeVerificationMethodArgs) GetMethod

func (*TalkServiceChangeVerificationMethodArgs) GetSessionId

func (*TalkServiceChangeVerificationMethodArgs) Read

func (*TalkServiceChangeVerificationMethodArgs) ReadField2

func (*TalkServiceChangeVerificationMethodArgs) ReadField3

func (*TalkServiceChangeVerificationMethodArgs) String

func (*TalkServiceChangeVerificationMethodArgs) Write

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 (*TalkServiceChangeVerificationMethodResult) GetSuccess

func (*TalkServiceChangeVerificationMethodResult) IsSetE

func (*TalkServiceChangeVerificationMethodResult) IsSetSuccess

func (*TalkServiceChangeVerificationMethodResult) Read

func (*TalkServiceChangeVerificationMethodResult) ReadField0

func (*TalkServiceChangeVerificationMethodResult) ReadField1

func (*TalkServiceChangeVerificationMethodResult) String

func (*TalkServiceChangeVerificationMethodResult) Write

type TalkServiceClearRingbackToneArgs

type TalkServiceClearRingbackToneArgs struct {
}

func NewTalkServiceClearRingbackToneArgs

func NewTalkServiceClearRingbackToneArgs() *TalkServiceClearRingbackToneArgs

func (*TalkServiceClearRingbackToneArgs) Read

func (*TalkServiceClearRingbackToneArgs) String

func (*TalkServiceClearRingbackToneArgs) Write

type TalkServiceClearRingbackToneResult

type TalkServiceClearRingbackToneResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceClearRingbackToneResult

func NewTalkServiceClearRingbackToneResult() *TalkServiceClearRingbackToneResult

func (*TalkServiceClearRingbackToneResult) GetE

func (*TalkServiceClearRingbackToneResult) IsSetE

func (*TalkServiceClearRingbackToneResult) Read

func (*TalkServiceClearRingbackToneResult) ReadField1

func (*TalkServiceClearRingbackToneResult) String

func (*TalkServiceClearRingbackToneResult) Write

type TalkServiceClearRingtoneArgs

type TalkServiceClearRingtoneArgs struct {
	Oid string `thrift:"oid,1" db:"oid" json:"oid"`
}

Attributes:

  • Oid

func NewTalkServiceClearRingtoneArgs

func NewTalkServiceClearRingtoneArgs() *TalkServiceClearRingtoneArgs

func (*TalkServiceClearRingtoneArgs) GetOid

func (*TalkServiceClearRingtoneArgs) Read

func (*TalkServiceClearRingtoneArgs) ReadField1

func (*TalkServiceClearRingtoneArgs) String

func (*TalkServiceClearRingtoneArgs) Write

type TalkServiceClearRingtoneResult

type TalkServiceClearRingtoneResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceClearRingtoneResult

func NewTalkServiceClearRingtoneResult() *TalkServiceClearRingtoneResult

func (*TalkServiceClearRingtoneResult) GetE

func (*TalkServiceClearRingtoneResult) IsSetE

func (*TalkServiceClearRingtoneResult) Read

func (*TalkServiceClearRingtoneResult) ReadField1

func (*TalkServiceClearRingtoneResult) String

func (*TalkServiceClearRingtoneResult) Write

type TalkServiceClient

type TalkServiceClient struct {
	// contains filtered or unexported fields
}

func NewTalkServiceClient

func NewTalkServiceClient(c thrift.TClient) *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) AcceptChatInvitationByTicket

func (p *TalkServiceClient) AcceptChatInvitationByTicket(ctx context.Context, request *AcceptChatInvitationByTicketRequest) (_r *AcceptChatInvitationByTicketResponse, _err error)

Parameters:

  • Request

func (*TalkServiceClient) AcceptGroupInvitation

func (p *TalkServiceClient) AcceptGroupInvitation(ctx context.Context, reqSeq int32, groupId string) (_err error)

Parameters:

  • ReqSeq
  • GroupId

func (*TalkServiceClient) AcceptProximityMatches

func (p *TalkServiceClient) AcceptProximityMatches(ctx context.Context, sessionId string, ids []string) (_err error)

Parameters:

  • SessionId
  • Ids

func (*TalkServiceClient) AcquireEncryptedAccessToken

func (p *TalkServiceClient) AcquireEncryptedAccessToken(ctx context.Context, featureType FeatureType) (_r string, _err error)

Parameters:

  • FeatureType

func (*TalkServiceClient) BlockContact

func (p *TalkServiceClient) BlockContact(ctx context.Context, reqSeq int32, id string) (_err error)

Parameters:

  • ReqSeq
  • ID

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 Y30) (_r *VerificationSessionData, _err error)

Parameters:

  • SessionId
  • Method

func (*TalkServiceClient) ClearRingbackTone

func (p *TalkServiceClient) ClearRingbackTone(ctx context.Context) (_err error)

func (*TalkServiceClient) ClearRingtone

func (p *TalkServiceClient) ClearRingtone(ctx context.Context, oid string) (_err error)

Parameters:

  • Oid

func (*TalkServiceClient) Client_

func (p *TalkServiceClient) Client_() thrift.TClient

func (*TalkServiceClient) CloseProximityMatch

func (p *TalkServiceClient) CloseProximityMatch(ctx context.Context, sessionId string) (_err error)

Parameters:

  • SessionId

func (*TalkServiceClient) CreateAccountMigrationPincodeSession

func (p *TalkServiceClient) CreateAccountMigrationPincodeSession(ctx context.Context) (_r string, _err error)

func (*TalkServiceClient) CreateChat

func (p *TalkServiceClient) CreateChat(ctx context.Context, request *CreateChatRequest) (_r *CreateChatResponse, _err error)

Parameters:

  • Request

func (*TalkServiceClient) DecryptFollowEMid

func (p *TalkServiceClient) DecryptFollowEMid(ctx context.Context, eMid string) (_r string, _err error)

Parameters:

  • EMid

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) FetchOperations

func (p *TalkServiceClient) FetchOperations(ctx context.Context, localRev int64, count int32) (_r []*Operation, _err error)

Parameters:

  • LocalRev
  • Count

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) FindAndAddContactByMetaTag

func (p *TalkServiceClient) FindAndAddContactByMetaTag(ctx context.Context, reqSeq int32, searchId string, reference string) (_r *PendingAgreementsResponse, _err error)

Parameters:

  • ReqSeq
  • SearchId
  • Reference

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) FindAndAddContactsByPhone

func (p *TalkServiceClient) FindAndAddContactsByPhone(ctx context.Context, reqSeq int32, phones []string, reference string) (_r map[string]*Contact, _err error)

Parameters:

  • ReqSeq
  • Phones
  • Reference

func (*TalkServiceClient) FindAndAddContactsByUserid

func (p *TalkServiceClient) FindAndAddContactsByUserid(ctx context.Context, reqSeq int32, searchId string, reference string) (_r map[string]*Contact, _err error)

Parameters:

  • ReqSeq
  • SearchId
  • Reference

func (*TalkServiceClient) FindChatByTicket

func (p *TalkServiceClient) FindChatByTicket(ctx context.Context, request *FindChatByTicketRequest) (_r *FindChatByTicketResponse, _err error)

Parameters:

  • Request

func (*TalkServiceClient) FindContactByMetaTag

func (p *TalkServiceClient) FindContactByMetaTag(ctx context.Context, searchId string, reference string) (_r *Contact, _err error)

Parameters:

  • SearchId
  • Reference

func (*TalkServiceClient) FindContactByUserTicket

func (p *TalkServiceClient) FindContactByUserTicket(ctx context.Context, ticketIdWithTag string) (_r *Contact, _err error)

Parameters:

  • TicketIdWithTag

func (*TalkServiceClient) FindContactByUserid

func (p *TalkServiceClient) FindContactByUserid(ctx context.Context, searchId string) (_r *Contact, _err error)

Parameters:

  • SearchId

func (*TalkServiceClient) FindContactsByPhone

func (p *TalkServiceClient) FindContactsByPhone(ctx context.Context, phones []string) (_r map[string]*Contact, _err error)

Parameters:

  • Phones

func (*TalkServiceClient) FindSnsIdUserStatus

func (p *TalkServiceClient) FindSnsIdUserStatus(ctx context.Context, snsIdType C60759oi, snsAccessToken string, udidHash string, migrationPincodeSessionId string, oldUdidHash string) (_r *SnsIdUserStatus, _err error)

Parameters:

  • SnsIdType
  • SnsAccessToken
  • UdidHash
  • MigrationPincodeSessionId
  • OldUdidHash

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) GetAcceptedProximityMatches

func (p *TalkServiceClient) GetAcceptedProximityMatches(ctx context.Context, sessionId string) (_r []string, _err error)

Parameters:

  • SessionId

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) GetAnalyticsInfo

func (p *TalkServiceClient) GetAnalyticsInfo(ctx context.Context) (_r *AnalyticsInfo, _err error)

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) GetChatEffectMetaList

func (p *TalkServiceClient) GetChatEffectMetaList(ctx context.Context, categories []C58964da) (_r []*ChatEffectMeta, _err error)

Parameters:

  • Categories

func (*TalkServiceClient) GetChatRoomAnnouncements

func (p *TalkServiceClient) GetChatRoomAnnouncements(ctx context.Context, chatRoomMid string) (_r []*ChatRoomAnnouncement, _err error)

Parameters:

  • ChatRoomMid

func (*TalkServiceClient) GetChatRoomAnnouncementsBulk

func (p *TalkServiceClient) GetChatRoomAnnouncementsBulk(ctx context.Context, chatRoomMids []string, syncReason SyncReason) (_r map[string][]*ChatRoomAnnouncement, _err error)

Parameters:

  • ChatRoomMids
  • SyncReason

func (*TalkServiceClient) GetChats

func (p *TalkServiceClient) GetChats(ctx context.Context, request *GetChatsRequest) (_r *GetChatsResponse, _err error)

Parameters:

  • Request

func (*TalkServiceClient) GetContact

func (p *TalkServiceClient) GetContact(ctx context.Context, id string) (_r *Contact, _err error)

Parameters:

  • ID

func (*TalkServiceClient) GetContactRegistration

func (p *TalkServiceClient) GetContactRegistration(ctx context.Context, id string, type_a1 ContactType) (_r *ContactRegistration, _err error)

Parameters:

  • ID
  • Type

func (*TalkServiceClient) GetContacts

func (p *TalkServiceClient) GetContacts(ctx context.Context, ids []string) (_r []*Contact, _err error)

Parameters:

  • Ids

func (*TalkServiceClient) GetCountryWithRequestIp

func (p *TalkServiceClient) GetCountryWithRequestIp(ctx context.Context) (_r string, _err error)

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) GetE2EEPublicKeys

func (p *TalkServiceClient) GetE2EEPublicKeys(ctx context.Context) (_r []*E2EEPublicKey, _err error)

func (*TalkServiceClient) GetE2EEPublicKeysEx

func (p *TalkServiceClient) GetE2EEPublicKeysEx(ctx context.Context, ignoreE2EEStatus bool) (_r []*E2EEPublicKey, _err error)

Parameters:

  • IgnoreE2EEStatus

func (*TalkServiceClient) GetEncryptedIdentityV3

func (p *TalkServiceClient) GetEncryptedIdentityV3(ctx context.Context) (_r *GetEncryptedIdentityV3Response, _err error)

func (*TalkServiceClient) GetExtendedProfile

func (p *TalkServiceClient) GetExtendedProfile(ctx context.Context, syncReason SyncReason) (_r *ExtendedProfile, _err error)

Parameters:

  • SyncReason

func (*TalkServiceClient) GetFollowers

func (p *TalkServiceClient) GetFollowers(ctx context.Context, getFollowersRequest *GetFollowersRequest) (_r *GetFollowersResponse, _err error)

Parameters:

  • GetFollowersRequest

func (*TalkServiceClient) GetFollowings

func (p *TalkServiceClient) GetFollowings(ctx context.Context, getFollowingsRequest *GetFollowingsRequest) (_r *GetFollowingsResponse, _err error)

Parameters:

  • GetFollowingsRequest

func (*TalkServiceClient) GetFriendRequests

func (p *TalkServiceClient) GetFriendRequests(ctx context.Context, direction Direction, lastSeenSeqId int64) (_r []*FriendRequest, _err error)

Parameters:

  • Direction
  • LastSeenSeqId

func (*TalkServiceClient) GetGroup

func (p *TalkServiceClient) GetGroup(ctx context.Context, groupId string) (_r *Group, _err error)

Parameters:

  • GroupId

func (*TalkServiceClient) GetGroupWithoutMembers

func (p *TalkServiceClient) GetGroupWithoutMembers(ctx context.Context, groupId string) (_r *Group, _err error)

Parameters:

  • GroupId

func (*TalkServiceClient) GetGroups

func (p *TalkServiceClient) GetGroups(ctx context.Context, groupIds []string) (_r []*Group, _err error)

Parameters:

  • GroupIds

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 map[string]*E2EEPublicKey, _err error)

Parameters:

  • ChatMid

func (*TalkServiceClient) GetLastOpRevision

func (p *TalkServiceClient) GetLastOpRevision(ctx context.Context) (_r int64, _err error)

func (*TalkServiceClient) GetMessageBoxes

func (p *TalkServiceClient) GetMessageBoxes(ctx context.Context, messageBoxListRequest *MessageBoxListRequest, syncReason SyncReason) (_r *MessageBoxList, _err error)

Parameters:

  • MessageBoxListRequest
  • SyncReason

func (*TalkServiceClient) GetMessageReadRange

func (p *TalkServiceClient) GetMessageReadRange(ctx context.Context, chatIds []string, syncReason SyncReason) (_r []*TMessageReadRange, _err error)

Parameters:

  • ChatIds
  • SyncReason

func (*TalkServiceClient) GetProfile

func (p *TalkServiceClient) GetProfile(ctx context.Context, syncReason SyncReason) (_r *Profile, _err error)

Parameters:

  • SyncReason

func (*TalkServiceClient) GetProximityMatchCandidateList

func (p *TalkServiceClient) GetProximityMatchCandidateList(ctx context.Context, sessionId string) (_r *ProximityMatchCandidateResult_, _err error)

Parameters:

  • SessionId

func (*TalkServiceClient) GetRSAKeyInfo

func (p *TalkServiceClient) GetRSAKeyInfo(ctx context.Context, provider IdentityProvider) (_r *RSAKey, _err error)

Parameters:

  • Provider

func (*TalkServiceClient) GetRecentFriendRequests

func (p *TalkServiceClient) GetRecentFriendRequests(ctx context.Context, syncReason SyncReason) (_r *FriendRequestsInfo, _err error)

Parameters:

  • SyncReason

func (*TalkServiceClient) GetRecentMessages

func (p *TalkServiceClient) GetRecentMessages(ctx context.Context, messageBoxId string, messagesCount int32) (_r []*Message, _err error)

Parameters:

  • MessageBoxId
  • MessagesCount

func (*TalkServiceClient) GetRecentMessagesV2

func (p *TalkServiceClient) GetRecentMessagesV2(ctx context.Context, messageBoxId string, messagesCount int32) (_r []*Message, _err error)

Parameters:

  • MessageBoxId
  • MessagesCount

func (*TalkServiceClient) GetRecommendationIds

func (p *TalkServiceClient) GetRecommendationIds(ctx context.Context, syncReason SyncReason) (_r []string, _err error)

Parameters:

  • SyncReason

func (*TalkServiceClient) GetRingbackTone

func (p *TalkServiceClient) GetRingbackTone(ctx context.Context) (_r *RingbackTone, _err error)

func (*TalkServiceClient) GetRingtone

func (p *TalkServiceClient) GetRingtone(ctx context.Context) (_r *Ringtone, _err error)

func (*TalkServiceClient) GetServerTime

func (p *TalkServiceClient) GetServerTime(ctx context.Context) (_r int64, _err error)

func (*TalkServiceClient) GetSettings

func (p *TalkServiceClient) GetSettings(ctx context.Context, syncReason SyncReason) (_r *Settings, _err error)

Parameters:

  • SyncReason

func (*TalkServiceClient) GetSettingsAttributes2

func (p *TalkServiceClient) GetSettingsAttributes2(ctx context.Context, attributesToRetrieve []C59756ii) (_r *Settings, _err error)

Parameters:

  • AttributesToRetrieve

func (*TalkServiceClient) GetShakeEventV1

func (p *TalkServiceClient) GetShakeEventV1(ctx context.Context, location *Geolocation) (_r string, _err error)

Parameters:

  • Location

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) KickoutFromGroup

func (p *TalkServiceClient) KickoutFromGroup(ctx context.Context, reqSeq int32, groupId string, contactIds []string) (err error)

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) NegotiateE2EEPublicKey

func (p *TalkServiceClient) NegotiateE2EEPublicKey(ctx context.Context, mid string) (_r *E2EENegotiationResult_, _err error)

Parameters:

  • Mid

func (*TalkServiceClient) Noop

func (p *TalkServiceClient) Noop(ctx context.Context) (_err error)

func (*TalkServiceClient) NotifyInstalled

func (p *TalkServiceClient) NotifyInstalled(ctx context.Context, udidHash string, applicationTypeWithExtensions string) (_err error)

Parameters:

  • UdidHash
  • ApplicationTypeWithExtensions

func (*TalkServiceClient) NotifyRegistrationComplete

func (p *TalkServiceClient) NotifyRegistrationComplete(ctx context.Context, udidHash string, applicationTypeWithExtensions string) (_err error)

Parameters:

  • UdidHash
  • ApplicationTypeWithExtensions

func (*TalkServiceClient) NotifySleep

func (p *TalkServiceClient) NotifySleep(ctx context.Context, lastRev int64, badge int32) (_err error)

Parameters:

  • LastRev
  • Badge

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) OpenProximityMatch

func (p *TalkServiceClient) OpenProximityMatch(ctx context.Context, location *Location, networkStatus *ClientNetworkStatus) (_r string, _err error)

Parameters:

  • Location
  • NetworkStatus

func (*TalkServiceClient) RegisterDeviceWithIdentityCredential

func (p *TalkServiceClient) RegisterDeviceWithIdentityCredential(ctx context.Context, sessionId string, identifier string, verifier string, provider IdentityProvider, migrationPincodeSessionId string) (_r string, _err error)

Parameters:

  • SessionId
  • Identifier
  • Verifier
  • Provider
  • MigrationPincodeSessionId

func (*TalkServiceClient) RegisterE2EEGroupKey

func (p *TalkServiceClient) RegisterE2EEGroupKey(ctx context.Context, keyVersion int32, chatMid string, members []string, keyIds []int32, encryptedSharedKeys [][]byte) (_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) RegisterWithPhoneNumber

func (p *TalkServiceClient) RegisterWithPhoneNumber(ctx context.Context, sessionId string, migrationPincodeSessionId string) (_r *RegisterWithPhoneNumberResult_, _err error)

Parameters:

  • SessionId
  • MigrationPincodeSessionId

func (*TalkServiceClient) RegisterWithSnsId

func (p *TalkServiceClient) RegisterWithSnsId(ctx context.Context, snsIdType C60759oi, snsAccessToken string, region string, udidHash string, deviceInfo *DeviceInfo, mid string, migrationPincodeSessionId string) (_r *RegisterWithSnsIdResult_, _err error)

Parameters:

  • SnsIdType
  • SnsAccessToken
  • Region
  • UdidHash
  • DeviceInfo
  • Mid
  • MigrationPincodeSessionId

func (*TalkServiceClient) RegisterWithSnsIdAndIdentityCredential

func (p *TalkServiceClient) RegisterWithSnsIdAndIdentityCredential(ctx context.Context, snsIdType C60759oi, snsAccessToken string, identityCredential *IdentityCredential, region string, udidHash string, deviceInfo *DeviceInfo, migrationPincodeSessionId string) (_r string, _err error)

Parameters:

  • SnsIdType
  • SnsAccessToken
  • IdentityCredential
  • Region
  • UdidHash
  • DeviceInfo
  • MigrationPincodeSessionId

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) RemoveAllMessages

func (p *TalkServiceClient) RemoveAllMessages(ctx context.Context, seq int32, lastMessageId string) (_err error)

Parameters:

  • Seq
  • LastMessageId

func (*TalkServiceClient) RemoveE2EEPublicKey

func (p *TalkServiceClient) RemoveE2EEPublicKey(ctx context.Context, publicKey *E2EEPublicKey) (_err error)

Parameters:

  • PublicKey

func (*TalkServiceClient) RemoveFollower

func (p *TalkServiceClient) RemoveFollower(ctx context.Context, removeFollowerRequest *RemoveFollowerRequest) (_err error)

Parameters:

  • RemoveFollowerRequest

func (*TalkServiceClient) RemoveFriendRequest

func (p *TalkServiceClient) RemoveFriendRequest(ctx context.Context, direction Direction, midOrEMid string) (_err error)

Parameters:

  • Direction
  • MidOrEMid

func (*TalkServiceClient) ReportDeviceState

func (p *TalkServiceClient) ReportDeviceState(ctx context.Context, booleanState map[C59122ec]bool, stringState map[C59430gc]string) (_err error)

Parameters:

  • BooleanState
  • StringState

func (*TalkServiceClient) ReportProfile

func (p *TalkServiceClient) ReportProfile(ctx context.Context, syncOpRevision int64, profile *Profile) (_err error)

Parameters:

  • SyncOpRevision
  • Profile

func (*TalkServiceClient) ReportPushRecvReports

func (p *TalkServiceClient) ReportPushRecvReports(ctx context.Context, reqSeq int32, pushRecvReports []*PushRecvReport) (_err error)

Parameters:

  • ReqSeq
  • PushRecvReports

func (*TalkServiceClient) ReportSettings

func (p *TalkServiceClient) ReportSettings(ctx context.Context, syncOpRevision int64, settings *Settings) (_err error)

Parameters:

  • SyncOpRevision
  • Settings

func (*TalkServiceClient) RequestAccountPasswordReset

func (p *TalkServiceClient) RequestAccountPasswordReset(ctx context.Context, identifier string, provider IdentityProvider, locale string) (_err error)

Parameters:

  • Identifier
  • Provider
  • Locale

func (*TalkServiceClient) RequestResendMessage

func (p *TalkServiceClient) RequestResendMessage(ctx context.Context, reqSeq int32, senderMid string, messageId string) (_err error)

Parameters:

  • ReqSeq
  • SenderMid
  • MessageId

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 []byte, hashKeyChain []byte) (_err error)

Parameters:

  • ReqSeq
  • EncryptedKeyChain
  • HashKeyChain

func (*TalkServiceClient) RespondResendMessage

func (p *TalkServiceClient) RespondResendMessage(ctx context.Context, reqSeq int32, receiverMid string, originalMessageId string, resendMessage *Message, errorCode TalkExceptionCode) (_err error)

Parameters:

  • ReqSeq
  • ReceiverMid
  • OriginalMessageId
  • ResendMessage
  • ErrorCode

func (*TalkServiceClient) SendChatChecked

func (p *TalkServiceClient) SendChatChecked(ctx context.Context, seq int32, chatMid string, lastMessageId string, sessionId int32) (_err error)

Parameters:

  • Seq
  • ChatMid
  • LastMessageId
  • SessionId

func (*TalkServiceClient) SendChatRemoved

func (p *TalkServiceClient) SendChatRemoved(ctx context.Context, seq int32, chatMid string, lastMessageId string, sessionId int32) (_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) SendPostback

func (p *TalkServiceClient) SendPostback(ctx context.Context, request *SendPostbackRequest) (_err error)

Parameters:

  • Request

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 Carrier, 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) StartVerification

func (p *TalkServiceClient) StartVerification(ctx context.Context, region string, carrier Carrier, phone string, udidHash string, deviceInfo *DeviceInfo, networkCode string, mid string, locale string, simInfo *SIMInfo, oldUdidHash string) (_r *VerificationSessionData, _err error)

Parameters:

  • Region
  • Carrier
  • Phone
  • UdidHash
  • DeviceInfo
  • NetworkCode
  • Mid
  • Locale
  • SimInfo
  • OldUdidHash

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) TryFriendRequest

func (p *TalkServiceClient) TryFriendRequest(ctx context.Context, midOrEMid string, method FriendRequestMethod, friendRequestParams string) (_err error)

Parameters:

  • MidOrEMid
  • Method
  • FriendRequestParams

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) Unfollow

func (p *TalkServiceClient) Unfollow(ctx context.Context, unfollowRequest *UnfollowRequest) (_err error)

Parameters:

  • UnfollowRequest

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) UpdateAndGetNearby

func (p *TalkServiceClient) UpdateAndGetNearby(ctx context.Context, latitude float64, longitude float64, accuracy *GeolocationAccuracy, networkStatus *ClientNetworkStatus, altitudeMeters float64, velocityMetersPerSecond float64, bearingDegrees float64) (_r []*NearbyEntry, _err error)

Parameters:

  • Latitude
  • Longitude
  • Accuracy
  • NetworkStatus
  • AltitudeMeters
  • VelocityMetersPerSecond
  • BearingDegrees

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) UpdateExtendedProfileAttribute

func (p *TalkServiceClient) UpdateExtendedProfileAttribute(ctx context.Context, reqSeq int32, attr UpdateExtendedProfileAttributeAttr, extendedProfile *ExtendedProfile) (_err error)

Parameters:

  • ReqSeq
  • Attr
  • ExtendedProfile

func (*TalkServiceClient) UpdateGroup

func (p *TalkServiceClient) UpdateGroup(ctx context.Context, reqSeq int32, group *Group) (_err error)

Parameters:

  • ReqSeq
  • Group

func (*TalkServiceClient) UpdateNotificationToken

func (p *TalkServiceClient) UpdateNotificationToken(ctx context.Context, token string, type_a1 UpdateNotificationTokenType) (_err error)

Parameters:

  • Token
  • Type

func (*TalkServiceClient) UpdateProfile

func (p *TalkServiceClient) UpdateProfile(ctx context.Context, reqSeq int32, profile *Profile) (_err error)

Parameters:

  • ReqSeq
  • Profile

func (*TalkServiceClient) UpdateProfileAttribute

func (p *TalkServiceClient) UpdateProfileAttribute(ctx context.Context, reqSeq int32, attr ProfileAttribute, value string) (_err error)

Parameters:

  • ReqSeq
  • Attr
  • Value

func (*TalkServiceClient) UpdateProfileAttributes

func (p *TalkServiceClient) UpdateProfileAttributes(ctx context.Context, reqSeq int32, request *UpdateProfileAttributesRequest) (_err error)

Parameters:

  • ReqSeq
  • Request

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) VerifyAccountMigration

func (p *TalkServiceClient) VerifyAccountMigration(ctx context.Context, migrationSessionId string) (_err error)

Parameters:

  • MigrationSessionId

func (*TalkServiceClient) VerifyAccountMigrationPincode

func (p *TalkServiceClient) VerifyAccountMigrationPincode(ctx context.Context, migrationPincodeSessionId string, accountMigrationPincode string) (_err error)

Parameters:

  • MigrationPincodeSessionId
  • AccountMigrationPincode

func (*TalkServiceClient) VerifyIdentityCredentialWithResult_

func (p *TalkServiceClient) VerifyIdentityCredentialWithResult_(ctx context.Context, identityCredential *IdentityCredential, migrationPincodeSessionId string) (_r *UserAuthStatus, _err error)

Parameters:

  • IdentityCredential
  • MigrationPincodeSessionId

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

func (*TalkServiceClient) WakeUpLongPolling

func (p *TalkServiceClient) WakeUpLongPolling(ctx context.Context, clientRevision int64) (_r bool, _err error)

Parameters:

  • ClientRevision

type TalkServiceCloseProximityMatchArgs

type TalkServiceCloseProximityMatchArgs struct {
	// unused field # 1
	SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
}

Attributes:

  • SessionId

func NewTalkServiceCloseProximityMatchArgs

func NewTalkServiceCloseProximityMatchArgs() *TalkServiceCloseProximityMatchArgs

func (*TalkServiceCloseProximityMatchArgs) GetSessionId

func (p *TalkServiceCloseProximityMatchArgs) GetSessionId() string

func (*TalkServiceCloseProximityMatchArgs) Read

func (*TalkServiceCloseProximityMatchArgs) ReadField2

func (*TalkServiceCloseProximityMatchArgs) String

func (*TalkServiceCloseProximityMatchArgs) Write

type TalkServiceCloseProximityMatchResult

type TalkServiceCloseProximityMatchResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceCloseProximityMatchResult

func NewTalkServiceCloseProximityMatchResult() *TalkServiceCloseProximityMatchResult

func (*TalkServiceCloseProximityMatchResult) GetE

func (*TalkServiceCloseProximityMatchResult) IsSetE

func (*TalkServiceCloseProximityMatchResult) Read

func (*TalkServiceCloseProximityMatchResult) ReadField1

func (*TalkServiceCloseProximityMatchResult) String

func (*TalkServiceCloseProximityMatchResult) Write

type TalkServiceCreateAccountMigrationPincodeSessionArgs

type TalkServiceCreateAccountMigrationPincodeSessionArgs struct {
}

func NewTalkServiceCreateAccountMigrationPincodeSessionArgs

func NewTalkServiceCreateAccountMigrationPincodeSessionArgs() *TalkServiceCreateAccountMigrationPincodeSessionArgs

func (*TalkServiceCreateAccountMigrationPincodeSessionArgs) Read

func (*TalkServiceCreateAccountMigrationPincodeSessionArgs) String

func (*TalkServiceCreateAccountMigrationPincodeSessionArgs) Write

type TalkServiceCreateAccountMigrationPincodeSessionResult

type TalkServiceCreateAccountMigrationPincodeSessionResult 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 NewTalkServiceCreateAccountMigrationPincodeSessionResult

func NewTalkServiceCreateAccountMigrationPincodeSessionResult() *TalkServiceCreateAccountMigrationPincodeSessionResult

func (*TalkServiceCreateAccountMigrationPincodeSessionResult) GetE

func (*TalkServiceCreateAccountMigrationPincodeSessionResult) GetSuccess

func (*TalkServiceCreateAccountMigrationPincodeSessionResult) IsSetE

func (*TalkServiceCreateAccountMigrationPincodeSessionResult) IsSetSuccess

func (*TalkServiceCreateAccountMigrationPincodeSessionResult) Read

func (*TalkServiceCreateAccountMigrationPincodeSessionResult) ReadField0

func (*TalkServiceCreateAccountMigrationPincodeSessionResult) ReadField1

func (*TalkServiceCreateAccountMigrationPincodeSessionResult) String

func (*TalkServiceCreateAccountMigrationPincodeSessionResult) Write

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 (*TalkServiceCreateChatArgs) IsSetRequest

func (p *TalkServiceCreateChatArgs) IsSetRequest() bool

func (*TalkServiceCreateChatArgs) Read

func (*TalkServiceCreateChatArgs) ReadField1

func (p *TalkServiceCreateChatArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceCreateChatArgs) String

func (p *TalkServiceCreateChatArgs) String() string

func (*TalkServiceCreateChatArgs) Write

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 (*TalkServiceCreateChatResult) GetSuccess

func (*TalkServiceCreateChatResult) IsSetE

func (p *TalkServiceCreateChatResult) IsSetE() bool

func (*TalkServiceCreateChatResult) IsSetSuccess

func (p *TalkServiceCreateChatResult) IsSetSuccess() bool

func (*TalkServiceCreateChatResult) Read

func (*TalkServiceCreateChatResult) ReadField0

func (*TalkServiceCreateChatResult) ReadField1

func (*TalkServiceCreateChatResult) String

func (p *TalkServiceCreateChatResult) String() string

func (*TalkServiceCreateChatResult) Write

type TalkServiceDecryptFollowEMidArgs

type TalkServiceDecryptFollowEMidArgs struct {
	// unused field # 1
	EMid string `thrift:"eMid,2" db:"eMid" json:"eMid"`
}

Attributes:

  • EMid

func NewTalkServiceDecryptFollowEMidArgs

func NewTalkServiceDecryptFollowEMidArgs() *TalkServiceDecryptFollowEMidArgs

func (*TalkServiceDecryptFollowEMidArgs) GetEMid

func (*TalkServiceDecryptFollowEMidArgs) Read

func (*TalkServiceDecryptFollowEMidArgs) ReadField2

func (*TalkServiceDecryptFollowEMidArgs) String

func (*TalkServiceDecryptFollowEMidArgs) Write

type TalkServiceDecryptFollowEMidResult

type TalkServiceDecryptFollowEMidResult 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 NewTalkServiceDecryptFollowEMidResult

func NewTalkServiceDecryptFollowEMidResult() *TalkServiceDecryptFollowEMidResult

func (*TalkServiceDecryptFollowEMidResult) GetE

func (*TalkServiceDecryptFollowEMidResult) GetSuccess

func (*TalkServiceDecryptFollowEMidResult) IsSetE

func (*TalkServiceDecryptFollowEMidResult) IsSetSuccess

func (p *TalkServiceDecryptFollowEMidResult) IsSetSuccess() bool

func (*TalkServiceDecryptFollowEMidResult) Read

func (*TalkServiceDecryptFollowEMidResult) ReadField0

func (*TalkServiceDecryptFollowEMidResult) ReadField1

func (*TalkServiceDecryptFollowEMidResult) String

func (*TalkServiceDecryptFollowEMidResult) Write

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 (*TalkServiceDeleteOtherFromChatArgs) IsSetRequest

func (p *TalkServiceDeleteOtherFromChatArgs) IsSetRequest() bool

func (*TalkServiceDeleteOtherFromChatArgs) Read

func (*TalkServiceDeleteOtherFromChatArgs) ReadField1

func (*TalkServiceDeleteOtherFromChatArgs) String

func (*TalkServiceDeleteOtherFromChatArgs) Write

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 (*TalkServiceDeleteOtherFromChatResult) GetSuccess

func (*TalkServiceDeleteOtherFromChatResult) IsSetE

func (*TalkServiceDeleteOtherFromChatResult) IsSetSuccess

func (p *TalkServiceDeleteOtherFromChatResult) IsSetSuccess() bool

func (*TalkServiceDeleteOtherFromChatResult) Read

func (*TalkServiceDeleteOtherFromChatResult) ReadField0

func (*TalkServiceDeleteOtherFromChatResult) ReadField1

func (*TalkServiceDeleteOtherFromChatResult) String

func (*TalkServiceDeleteOtherFromChatResult) Write

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 (*TalkServiceDeleteSelfFromChatArgs) IsSetRequest

func (p *TalkServiceDeleteSelfFromChatArgs) IsSetRequest() bool

func (*TalkServiceDeleteSelfFromChatArgs) Read

func (*TalkServiceDeleteSelfFromChatArgs) ReadField1

func (*TalkServiceDeleteSelfFromChatArgs) String

func (*TalkServiceDeleteSelfFromChatArgs) Write

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 (*TalkServiceDeleteSelfFromChatResult) GetSuccess

func (*TalkServiceDeleteSelfFromChatResult) IsSetE

func (*TalkServiceDeleteSelfFromChatResult) IsSetSuccess

func (p *TalkServiceDeleteSelfFromChatResult) IsSetSuccess() bool

func (*TalkServiceDeleteSelfFromChatResult) Read

func (*TalkServiceDeleteSelfFromChatResult) ReadField0

func (*TalkServiceDeleteSelfFromChatResult) ReadField1

func (*TalkServiceDeleteSelfFromChatResult) String

func (*TalkServiceDeleteSelfFromChatResult) Write

type TalkServiceFetchOperationsArgs

type TalkServiceFetchOperationsArgs struct {
	// unused field # 1
	LocalRev int64 `thrift:"localRev,2" db:"localRev" json:"localRev"`
	Count    int32 `thrift:"count,3" db:"count" json:"count"`
}

Attributes:

  • LocalRev
  • Count

func NewTalkServiceFetchOperationsArgs

func NewTalkServiceFetchOperationsArgs() *TalkServiceFetchOperationsArgs

func (*TalkServiceFetchOperationsArgs) GetCount

func (p *TalkServiceFetchOperationsArgs) GetCount() int32

func (*TalkServiceFetchOperationsArgs) GetLocalRev

func (p *TalkServiceFetchOperationsArgs) GetLocalRev() int64

func (*TalkServiceFetchOperationsArgs) Read

func (*TalkServiceFetchOperationsArgs) ReadField2

func (*TalkServiceFetchOperationsArgs) ReadField3

func (*TalkServiceFetchOperationsArgs) String

func (*TalkServiceFetchOperationsArgs) Write

type TalkServiceFetchOperationsResult

type TalkServiceFetchOperationsResult struct {
	Success []*Operation         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *ShouldSyncException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFetchOperationsResult

func NewTalkServiceFetchOperationsResult() *TalkServiceFetchOperationsResult

func (*TalkServiceFetchOperationsResult) GetE

func (*TalkServiceFetchOperationsResult) GetSuccess

func (p *TalkServiceFetchOperationsResult) GetSuccess() []*Operation

func (*TalkServiceFetchOperationsResult) IsSetE

func (*TalkServiceFetchOperationsResult) IsSetSuccess

func (p *TalkServiceFetchOperationsResult) IsSetSuccess() bool

func (*TalkServiceFetchOperationsResult) Read

func (*TalkServiceFetchOperationsResult) ReadField0

func (*TalkServiceFetchOperationsResult) ReadField1

func (*TalkServiceFetchOperationsResult) String

func (*TalkServiceFetchOperationsResult) Write

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) Read

func (*TalkServiceFetchOpsArgs) ReadField2

func (p *TalkServiceFetchOpsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceFetchOpsArgs) ReadField3

func (p *TalkServiceFetchOpsArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceFetchOpsArgs) ReadField4

func (p *TalkServiceFetchOpsArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceFetchOpsArgs) ReadField5

func (p *TalkServiceFetchOpsArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceFetchOpsArgs) String

func (p *TalkServiceFetchOpsArgs) String() string

func (*TalkServiceFetchOpsArgs) Write

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 (*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) Read

func (*TalkServiceFetchOpsResult) ReadField0

func (p *TalkServiceFetchOpsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceFetchOpsResult) ReadField1

func (p *TalkServiceFetchOpsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceFetchOpsResult) String

func (p *TalkServiceFetchOpsResult) String() string

func (*TalkServiceFetchOpsResult) Write

type TalkServiceFindAndAddContactByMetaTagArgs

type TalkServiceFindAndAddContactByMetaTagArgs struct {
	ReqSeq    int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	SearchId  string `thrift:"searchId,2" db:"searchId" json:"searchId"`
	Reference string `thrift:"reference,3" db:"reference" json:"reference"`
}

Attributes:

  • ReqSeq
  • SearchId
  • Reference

func NewTalkServiceFindAndAddContactByMetaTagArgs

func NewTalkServiceFindAndAddContactByMetaTagArgs() *TalkServiceFindAndAddContactByMetaTagArgs

func (*TalkServiceFindAndAddContactByMetaTagArgs) GetReference

func (*TalkServiceFindAndAddContactByMetaTagArgs) GetReqSeq

func (*TalkServiceFindAndAddContactByMetaTagArgs) GetSearchId

func (*TalkServiceFindAndAddContactByMetaTagArgs) Read

func (*TalkServiceFindAndAddContactByMetaTagArgs) ReadField1

func (*TalkServiceFindAndAddContactByMetaTagArgs) ReadField2

func (*TalkServiceFindAndAddContactByMetaTagArgs) ReadField3

func (*TalkServiceFindAndAddContactByMetaTagArgs) String

func (*TalkServiceFindAndAddContactByMetaTagArgs) Write

type TalkServiceFindAndAddContactByMetaTagResult

type TalkServiceFindAndAddContactByMetaTagResult struct {
	Success *PendingAgreementsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException             `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFindAndAddContactByMetaTagResult

func NewTalkServiceFindAndAddContactByMetaTagResult() *TalkServiceFindAndAddContactByMetaTagResult

func (*TalkServiceFindAndAddContactByMetaTagResult) GetE

func (*TalkServiceFindAndAddContactByMetaTagResult) GetSuccess

func (*TalkServiceFindAndAddContactByMetaTagResult) IsSetE

func (*TalkServiceFindAndAddContactByMetaTagResult) IsSetSuccess

func (*TalkServiceFindAndAddContactByMetaTagResult) Read

func (*TalkServiceFindAndAddContactByMetaTagResult) ReadField0

func (*TalkServiceFindAndAddContactByMetaTagResult) ReadField1

func (*TalkServiceFindAndAddContactByMetaTagResult) String

func (*TalkServiceFindAndAddContactByMetaTagResult) Write

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 (*TalkServiceFindAndAddContactsByMidArgs) GetReference

func (*TalkServiceFindAndAddContactsByMidArgs) GetReqSeq

func (*TalkServiceFindAndAddContactsByMidArgs) GetType

func (*TalkServiceFindAndAddContactsByMidArgs) Read

func (*TalkServiceFindAndAddContactsByMidArgs) ReadField1

func (*TalkServiceFindAndAddContactsByMidArgs) ReadField2

func (*TalkServiceFindAndAddContactsByMidArgs) ReadField3

func (*TalkServiceFindAndAddContactsByMidArgs) ReadField4

func (*TalkServiceFindAndAddContactsByMidArgs) String

func (*TalkServiceFindAndAddContactsByMidArgs) Write

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 (*TalkServiceFindAndAddContactsByMidResult) GetSuccess

func (*TalkServiceFindAndAddContactsByMidResult) IsSetE

func (*TalkServiceFindAndAddContactsByMidResult) IsSetSuccess

func (*TalkServiceFindAndAddContactsByMidResult) Read

func (*TalkServiceFindAndAddContactsByMidResult) ReadField0

func (*TalkServiceFindAndAddContactsByMidResult) ReadField1

func (*TalkServiceFindAndAddContactsByMidResult) String

func (*TalkServiceFindAndAddContactsByMidResult) Write

type TalkServiceFindAndAddContactsByPhoneArgs

type TalkServiceFindAndAddContactsByPhoneArgs struct {
	ReqSeq    int32    `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Phones    []string `thrift:"phones,2" db:"phones" json:"phones"`
	Reference string   `thrift:"reference,3" db:"reference" json:"reference"`
}

Attributes:

  • ReqSeq
  • Phones
  • Reference

func NewTalkServiceFindAndAddContactsByPhoneArgs

func NewTalkServiceFindAndAddContactsByPhoneArgs() *TalkServiceFindAndAddContactsByPhoneArgs

func (*TalkServiceFindAndAddContactsByPhoneArgs) GetPhones

func (*TalkServiceFindAndAddContactsByPhoneArgs) GetReference

func (*TalkServiceFindAndAddContactsByPhoneArgs) GetReqSeq

func (*TalkServiceFindAndAddContactsByPhoneArgs) Read

func (*TalkServiceFindAndAddContactsByPhoneArgs) ReadField1

func (*TalkServiceFindAndAddContactsByPhoneArgs) ReadField2

func (*TalkServiceFindAndAddContactsByPhoneArgs) ReadField3

func (*TalkServiceFindAndAddContactsByPhoneArgs) String

func (*TalkServiceFindAndAddContactsByPhoneArgs) Write

type TalkServiceFindAndAddContactsByPhoneResult

type TalkServiceFindAndAddContactsByPhoneResult 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 NewTalkServiceFindAndAddContactsByPhoneResult

func NewTalkServiceFindAndAddContactsByPhoneResult() *TalkServiceFindAndAddContactsByPhoneResult

func (*TalkServiceFindAndAddContactsByPhoneResult) GetE

func (*TalkServiceFindAndAddContactsByPhoneResult) GetSuccess

func (*TalkServiceFindAndAddContactsByPhoneResult) IsSetE

func (*TalkServiceFindAndAddContactsByPhoneResult) IsSetSuccess

func (*TalkServiceFindAndAddContactsByPhoneResult) Read

func (*TalkServiceFindAndAddContactsByPhoneResult) ReadField0

func (*TalkServiceFindAndAddContactsByPhoneResult) ReadField1

func (*TalkServiceFindAndAddContactsByPhoneResult) String

func (*TalkServiceFindAndAddContactsByPhoneResult) Write

type TalkServiceFindAndAddContactsByUseridArgs

type TalkServiceFindAndAddContactsByUseridArgs struct {
	ReqSeq    int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	SearchId  string `thrift:"searchId,2" db:"searchId" json:"searchId"`
	Reference string `thrift:"reference,3" db:"reference" json:"reference"`
}

Attributes:

  • ReqSeq
  • SearchId
  • Reference

func NewTalkServiceFindAndAddContactsByUseridArgs

func NewTalkServiceFindAndAddContactsByUseridArgs() *TalkServiceFindAndAddContactsByUseridArgs

func (*TalkServiceFindAndAddContactsByUseridArgs) GetReference

func (*TalkServiceFindAndAddContactsByUseridArgs) GetReqSeq

func (*TalkServiceFindAndAddContactsByUseridArgs) GetSearchId

func (*TalkServiceFindAndAddContactsByUseridArgs) Read

func (*TalkServiceFindAndAddContactsByUseridArgs) ReadField1

func (*TalkServiceFindAndAddContactsByUseridArgs) ReadField2

func (*TalkServiceFindAndAddContactsByUseridArgs) ReadField3

func (*TalkServiceFindAndAddContactsByUseridArgs) String

func (*TalkServiceFindAndAddContactsByUseridArgs) Write

type TalkServiceFindAndAddContactsByUseridResult

type TalkServiceFindAndAddContactsByUseridResult 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 NewTalkServiceFindAndAddContactsByUseridResult

func NewTalkServiceFindAndAddContactsByUseridResult() *TalkServiceFindAndAddContactsByUseridResult

func (*TalkServiceFindAndAddContactsByUseridResult) GetE

func (*TalkServiceFindAndAddContactsByUseridResult) GetSuccess

func (*TalkServiceFindAndAddContactsByUseridResult) IsSetE

func (*TalkServiceFindAndAddContactsByUseridResult) IsSetSuccess

func (*TalkServiceFindAndAddContactsByUseridResult) Read

func (*TalkServiceFindAndAddContactsByUseridResult) ReadField0

func (*TalkServiceFindAndAddContactsByUseridResult) ReadField1

func (*TalkServiceFindAndAddContactsByUseridResult) String

func (*TalkServiceFindAndAddContactsByUseridResult) Write

type TalkServiceFindChatByTicketArgs

type TalkServiceFindChatByTicketArgs struct {
	Request *FindChatByTicketRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewTalkServiceFindChatByTicketArgs

func NewTalkServiceFindChatByTicketArgs() *TalkServiceFindChatByTicketArgs

func (*TalkServiceFindChatByTicketArgs) GetRequest

func (*TalkServiceFindChatByTicketArgs) IsSetRequest

func (p *TalkServiceFindChatByTicketArgs) IsSetRequest() bool

func (*TalkServiceFindChatByTicketArgs) Read

func (*TalkServiceFindChatByTicketArgs) ReadField1

func (*TalkServiceFindChatByTicketArgs) String

func (*TalkServiceFindChatByTicketArgs) Write

type TalkServiceFindChatByTicketResult

type TalkServiceFindChatByTicketResult struct {
	Success *FindChatByTicketResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException            `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFindChatByTicketResult

func NewTalkServiceFindChatByTicketResult() *TalkServiceFindChatByTicketResult

func (*TalkServiceFindChatByTicketResult) GetE

func (*TalkServiceFindChatByTicketResult) GetSuccess

func (*TalkServiceFindChatByTicketResult) IsSetE

func (*TalkServiceFindChatByTicketResult) IsSetSuccess

func (p *TalkServiceFindChatByTicketResult) IsSetSuccess() bool

func (*TalkServiceFindChatByTicketResult) Read

func (*TalkServiceFindChatByTicketResult) ReadField0

func (*TalkServiceFindChatByTicketResult) ReadField1

func (*TalkServiceFindChatByTicketResult) String

func (*TalkServiceFindChatByTicketResult) Write

type TalkServiceFindContactByMetaTagArgs

type TalkServiceFindContactByMetaTagArgs struct {
	// unused field # 1
	SearchId  string `thrift:"searchId,2" db:"searchId" json:"searchId"`
	Reference string `thrift:"reference,3" db:"reference" json:"reference"`
}

Attributes:

  • SearchId
  • Reference

func NewTalkServiceFindContactByMetaTagArgs

func NewTalkServiceFindContactByMetaTagArgs() *TalkServiceFindContactByMetaTagArgs

func (*TalkServiceFindContactByMetaTagArgs) GetReference

func (p *TalkServiceFindContactByMetaTagArgs) GetReference() string

func (*TalkServiceFindContactByMetaTagArgs) GetSearchId

func (*TalkServiceFindContactByMetaTagArgs) Read

func (*TalkServiceFindContactByMetaTagArgs) ReadField2

func (*TalkServiceFindContactByMetaTagArgs) ReadField3

func (*TalkServiceFindContactByMetaTagArgs) String

func (*TalkServiceFindContactByMetaTagArgs) Write

type TalkServiceFindContactByMetaTagResult

type TalkServiceFindContactByMetaTagResult 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 NewTalkServiceFindContactByMetaTagResult

func NewTalkServiceFindContactByMetaTagResult() *TalkServiceFindContactByMetaTagResult

func (*TalkServiceFindContactByMetaTagResult) GetE

func (*TalkServiceFindContactByMetaTagResult) GetSuccess

func (*TalkServiceFindContactByMetaTagResult) IsSetE

func (*TalkServiceFindContactByMetaTagResult) IsSetSuccess

func (p *TalkServiceFindContactByMetaTagResult) IsSetSuccess() bool

func (*TalkServiceFindContactByMetaTagResult) Read

func (*TalkServiceFindContactByMetaTagResult) ReadField0

func (*TalkServiceFindContactByMetaTagResult) ReadField1

func (*TalkServiceFindContactByMetaTagResult) String

func (*TalkServiceFindContactByMetaTagResult) Write

type TalkServiceFindContactByUserTicketArgs

type TalkServiceFindContactByUserTicketArgs struct {
	// unused field # 1
	TicketIdWithTag string `thrift:"ticketIdWithTag,2" db:"ticketIdWithTag" json:"ticketIdWithTag"`
}

Attributes:

  • TicketIdWithTag

func NewTalkServiceFindContactByUserTicketArgs

func NewTalkServiceFindContactByUserTicketArgs() *TalkServiceFindContactByUserTicketArgs

func (*TalkServiceFindContactByUserTicketArgs) GetTicketIdWithTag

func (p *TalkServiceFindContactByUserTicketArgs) GetTicketIdWithTag() string

func (*TalkServiceFindContactByUserTicketArgs) Read

func (*TalkServiceFindContactByUserTicketArgs) ReadField2

func (*TalkServiceFindContactByUserTicketArgs) String

func (*TalkServiceFindContactByUserTicketArgs) Write

type TalkServiceFindContactByUserTicketResult

type TalkServiceFindContactByUserTicketResult 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 NewTalkServiceFindContactByUserTicketResult

func NewTalkServiceFindContactByUserTicketResult() *TalkServiceFindContactByUserTicketResult

func (*TalkServiceFindContactByUserTicketResult) GetE

func (*TalkServiceFindContactByUserTicketResult) GetSuccess

func (*TalkServiceFindContactByUserTicketResult) IsSetE

func (*TalkServiceFindContactByUserTicketResult) IsSetSuccess

func (*TalkServiceFindContactByUserTicketResult) Read

func (*TalkServiceFindContactByUserTicketResult) ReadField0

func (*TalkServiceFindContactByUserTicketResult) ReadField1

func (*TalkServiceFindContactByUserTicketResult) String

func (*TalkServiceFindContactByUserTicketResult) Write

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) Read

func (*TalkServiceFindContactByUseridArgs) ReadField2

func (*TalkServiceFindContactByUseridArgs) String

func (*TalkServiceFindContactByUseridArgs) Write

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 (*TalkServiceFindContactByUseridResult) GetSuccess

func (*TalkServiceFindContactByUseridResult) IsSetE

func (*TalkServiceFindContactByUseridResult) IsSetSuccess

func (p *TalkServiceFindContactByUseridResult) IsSetSuccess() bool

func (*TalkServiceFindContactByUseridResult) Read

func (*TalkServiceFindContactByUseridResult) ReadField0

func (*TalkServiceFindContactByUseridResult) ReadField1

func (*TalkServiceFindContactByUseridResult) String

func (*TalkServiceFindContactByUseridResult) Write

type TalkServiceFindContactsByPhoneArgs

type TalkServiceFindContactsByPhoneArgs struct {
	// unused field # 1
	Phones []string `thrift:"phones,2" db:"phones" json:"phones"`
}

Attributes:

  • Phones

func NewTalkServiceFindContactsByPhoneArgs

func NewTalkServiceFindContactsByPhoneArgs() *TalkServiceFindContactsByPhoneArgs

func (*TalkServiceFindContactsByPhoneArgs) GetPhones

func (p *TalkServiceFindContactsByPhoneArgs) GetPhones() []string

func (*TalkServiceFindContactsByPhoneArgs) Read

func (*TalkServiceFindContactsByPhoneArgs) ReadField2

func (*TalkServiceFindContactsByPhoneArgs) String

func (*TalkServiceFindContactsByPhoneArgs) Write

type TalkServiceFindContactsByPhoneResult

type TalkServiceFindContactsByPhoneResult 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 NewTalkServiceFindContactsByPhoneResult

func NewTalkServiceFindContactsByPhoneResult() *TalkServiceFindContactsByPhoneResult

func (*TalkServiceFindContactsByPhoneResult) GetE

func (*TalkServiceFindContactsByPhoneResult) GetSuccess

func (*TalkServiceFindContactsByPhoneResult) IsSetE

func (*TalkServiceFindContactsByPhoneResult) IsSetSuccess

func (p *TalkServiceFindContactsByPhoneResult) IsSetSuccess() bool

func (*TalkServiceFindContactsByPhoneResult) Read

func (*TalkServiceFindContactsByPhoneResult) ReadField0

func (*TalkServiceFindContactsByPhoneResult) ReadField1

func (*TalkServiceFindContactsByPhoneResult) String

func (*TalkServiceFindContactsByPhoneResult) Write

type TalkServiceFindSnsIdUserStatusArgs

type TalkServiceFindSnsIdUserStatusArgs struct {
	// unused field # 1
	SnsIdType                 C60759oi `thrift:"snsIdType,2" db:"snsIdType" json:"snsIdType"`
	SnsAccessToken            string   `thrift:"snsAccessToken,3" db:"snsAccessToken" json:"snsAccessToken"`
	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:

  • SnsIdType
  • SnsAccessToken
  • UdidHash
  • MigrationPincodeSessionId
  • OldUdidHash

func NewTalkServiceFindSnsIdUserStatusArgs

func NewTalkServiceFindSnsIdUserStatusArgs() *TalkServiceFindSnsIdUserStatusArgs

func (*TalkServiceFindSnsIdUserStatusArgs) GetMigrationPincodeSessionId

func (p *TalkServiceFindSnsIdUserStatusArgs) GetMigrationPincodeSessionId() string

func (*TalkServiceFindSnsIdUserStatusArgs) GetOldUdidHash

func (p *TalkServiceFindSnsIdUserStatusArgs) GetOldUdidHash() string

func (*TalkServiceFindSnsIdUserStatusArgs) GetSnsAccessToken

func (p *TalkServiceFindSnsIdUserStatusArgs) GetSnsAccessToken() string

func (*TalkServiceFindSnsIdUserStatusArgs) GetSnsIdType

func (p *TalkServiceFindSnsIdUserStatusArgs) GetSnsIdType() C60759oi

func (*TalkServiceFindSnsIdUserStatusArgs) GetUdidHash

func (p *TalkServiceFindSnsIdUserStatusArgs) GetUdidHash() string

func (*TalkServiceFindSnsIdUserStatusArgs) Read

func (*TalkServiceFindSnsIdUserStatusArgs) ReadField2

func (*TalkServiceFindSnsIdUserStatusArgs) ReadField3

func (*TalkServiceFindSnsIdUserStatusArgs) ReadField4

func (*TalkServiceFindSnsIdUserStatusArgs) ReadField5

func (*TalkServiceFindSnsIdUserStatusArgs) ReadField6

func (*TalkServiceFindSnsIdUserStatusArgs) String

func (*TalkServiceFindSnsIdUserStatusArgs) Write

type TalkServiceFindSnsIdUserStatusResult

type TalkServiceFindSnsIdUserStatusResult struct {
	Success *SnsIdUserStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException   `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceFindSnsIdUserStatusResult

func NewTalkServiceFindSnsIdUserStatusResult() *TalkServiceFindSnsIdUserStatusResult

func (*TalkServiceFindSnsIdUserStatusResult) GetE

func (*TalkServiceFindSnsIdUserStatusResult) GetSuccess

func (*TalkServiceFindSnsIdUserStatusResult) IsSetE

func (*TalkServiceFindSnsIdUserStatusResult) IsSetSuccess

func (p *TalkServiceFindSnsIdUserStatusResult) IsSetSuccess() bool

func (*TalkServiceFindSnsIdUserStatusResult) Read

func (*TalkServiceFindSnsIdUserStatusResult) ReadField0

func (*TalkServiceFindSnsIdUserStatusResult) ReadField1

func (*TalkServiceFindSnsIdUserStatusResult) String

func (*TalkServiceFindSnsIdUserStatusResult) Write

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 (*TalkServiceFinishUpdateVerificationArgs) Read

func (*TalkServiceFinishUpdateVerificationArgs) ReadField2

func (*TalkServiceFinishUpdateVerificationArgs) String

func (*TalkServiceFinishUpdateVerificationArgs) Write

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 (*TalkServiceFinishUpdateVerificationResult) IsSetE

func (*TalkServiceFinishUpdateVerificationResult) Read

func (*TalkServiceFinishUpdateVerificationResult) ReadField1

func (*TalkServiceFinishUpdateVerificationResult) String

func (*TalkServiceFinishUpdateVerificationResult) Write

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) Read

func (*TalkServiceGenerateUserTicketArgs) ReadField3

func (*TalkServiceGenerateUserTicketArgs) ReadField4

func (*TalkServiceGenerateUserTicketArgs) String

func (*TalkServiceGenerateUserTicketArgs) Write

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 (*TalkServiceGenerateUserTicketResult) GetSuccess

func (*TalkServiceGenerateUserTicketResult) IsSetE

func (*TalkServiceGenerateUserTicketResult) IsSetSuccess

func (p *TalkServiceGenerateUserTicketResult) IsSetSuccess() bool

func (*TalkServiceGenerateUserTicketResult) Read

func (*TalkServiceGenerateUserTicketResult) ReadField0

func (*TalkServiceGenerateUserTicketResult) ReadField1

func (*TalkServiceGenerateUserTicketResult) String

func (*TalkServiceGenerateUserTicketResult) Write

type TalkServiceGetAcceptedProximityMatchesArgs

type TalkServiceGetAcceptedProximityMatchesArgs struct {
	// unused field # 1
	SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
}

Attributes:

  • SessionId

func NewTalkServiceGetAcceptedProximityMatchesArgs

func NewTalkServiceGetAcceptedProximityMatchesArgs() *TalkServiceGetAcceptedProximityMatchesArgs

func (*TalkServiceGetAcceptedProximityMatchesArgs) GetSessionId

func (*TalkServiceGetAcceptedProximityMatchesArgs) Read

func (*TalkServiceGetAcceptedProximityMatchesArgs) ReadField2

func (*TalkServiceGetAcceptedProximityMatchesArgs) String

func (*TalkServiceGetAcceptedProximityMatchesArgs) Write

type TalkServiceGetAcceptedProximityMatchesResult

type TalkServiceGetAcceptedProximityMatchesResult 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 NewTalkServiceGetAcceptedProximityMatchesResult

func NewTalkServiceGetAcceptedProximityMatchesResult() *TalkServiceGetAcceptedProximityMatchesResult

func (*TalkServiceGetAcceptedProximityMatchesResult) GetE

func (*TalkServiceGetAcceptedProximityMatchesResult) GetSuccess

func (*TalkServiceGetAcceptedProximityMatchesResult) IsSetE

func (*TalkServiceGetAcceptedProximityMatchesResult) IsSetSuccess

func (*TalkServiceGetAcceptedProximityMatchesResult) Read

func (*TalkServiceGetAcceptedProximityMatchesResult) ReadField0

func (*TalkServiceGetAcceptedProximityMatchesResult) ReadField1

func (*TalkServiceGetAcceptedProximityMatchesResult) String

func (*TalkServiceGetAcceptedProximityMatchesResult) Write

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 (*TalkServiceGetAllChatMidsArgs) GetSyncReason

func (p *TalkServiceGetAllChatMidsArgs) GetSyncReason() SyncReason

func (*TalkServiceGetAllChatMidsArgs) IsSetRequest

func (p *TalkServiceGetAllChatMidsArgs) IsSetRequest() bool

func (*TalkServiceGetAllChatMidsArgs) Read

func (*TalkServiceGetAllChatMidsArgs) ReadField1

func (*TalkServiceGetAllChatMidsArgs) ReadField2

func (*TalkServiceGetAllChatMidsArgs) String

func (*TalkServiceGetAllChatMidsArgs) Write

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 (*TalkServiceGetAllChatMidsResult) GetSuccess

func (*TalkServiceGetAllChatMidsResult) IsSetE

func (*TalkServiceGetAllChatMidsResult) IsSetSuccess

func (p *TalkServiceGetAllChatMidsResult) IsSetSuccess() bool

func (*TalkServiceGetAllChatMidsResult) Read

func (*TalkServiceGetAllChatMidsResult) ReadField0

func (*TalkServiceGetAllChatMidsResult) ReadField1

func (*TalkServiceGetAllChatMidsResult) String

func (*TalkServiceGetAllChatMidsResult) Write

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) Read

func (*TalkServiceGetAllContactIdsArgs) ReadField1

func (*TalkServiceGetAllContactIdsArgs) String

func (*TalkServiceGetAllContactIdsArgs) Write

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 (*TalkServiceGetAllContactIdsResult) GetSuccess

func (p *TalkServiceGetAllContactIdsResult) GetSuccess() []string

func (*TalkServiceGetAllContactIdsResult) IsSetE

func (*TalkServiceGetAllContactIdsResult) IsSetSuccess

func (p *TalkServiceGetAllContactIdsResult) IsSetSuccess() bool

func (*TalkServiceGetAllContactIdsResult) Read

func (*TalkServiceGetAllContactIdsResult) ReadField0

func (*TalkServiceGetAllContactIdsResult) ReadField1

func (*TalkServiceGetAllContactIdsResult) String

func (*TalkServiceGetAllContactIdsResult) Write

type TalkServiceGetAnalyticsInfoArgs

type TalkServiceGetAnalyticsInfoArgs struct {
}

func NewTalkServiceGetAnalyticsInfoArgs

func NewTalkServiceGetAnalyticsInfoArgs() *TalkServiceGetAnalyticsInfoArgs

func (*TalkServiceGetAnalyticsInfoArgs) Read

func (*TalkServiceGetAnalyticsInfoArgs) String

func (*TalkServiceGetAnalyticsInfoArgs) Write

type TalkServiceGetAnalyticsInfoResult

type TalkServiceGetAnalyticsInfoResult struct {
	Success *AnalyticsInfo `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetAnalyticsInfoResult

func NewTalkServiceGetAnalyticsInfoResult() *TalkServiceGetAnalyticsInfoResult

func (*TalkServiceGetAnalyticsInfoResult) GetE

func (*TalkServiceGetAnalyticsInfoResult) GetSuccess

func (*TalkServiceGetAnalyticsInfoResult) IsSetE

func (*TalkServiceGetAnalyticsInfoResult) IsSetSuccess

func (p *TalkServiceGetAnalyticsInfoResult) IsSetSuccess() bool

func (*TalkServiceGetAnalyticsInfoResult) Read

func (*TalkServiceGetAnalyticsInfoResult) ReadField0

func (*TalkServiceGetAnalyticsInfoResult) ReadField1

func (*TalkServiceGetAnalyticsInfoResult) String

func (*TalkServiceGetAnalyticsInfoResult) Write

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 (*TalkServiceGetBlockedContactIdsArgs) Read

func (*TalkServiceGetBlockedContactIdsArgs) ReadField1

func (*TalkServiceGetBlockedContactIdsArgs) String

func (*TalkServiceGetBlockedContactIdsArgs) Write

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 (*TalkServiceGetBlockedContactIdsResult) GetSuccess

func (*TalkServiceGetBlockedContactIdsResult) IsSetE

func (*TalkServiceGetBlockedContactIdsResult) IsSetSuccess

func (p *TalkServiceGetBlockedContactIdsResult) IsSetSuccess() bool

func (*TalkServiceGetBlockedContactIdsResult) Read

func (*TalkServiceGetBlockedContactIdsResult) ReadField0

func (*TalkServiceGetBlockedContactIdsResult) ReadField1

func (*TalkServiceGetBlockedContactIdsResult) String

func (*TalkServiceGetBlockedContactIdsResult) Write

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 (*TalkServiceGetBlockedRecommendationIdsArgs) Read

func (*TalkServiceGetBlockedRecommendationIdsArgs) ReadField1

func (*TalkServiceGetBlockedRecommendationIdsArgs) String

func (*TalkServiceGetBlockedRecommendationIdsArgs) Write

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 (*TalkServiceGetBlockedRecommendationIdsResult) GetSuccess

func (*TalkServiceGetBlockedRecommendationIdsResult) IsSetE

func (*TalkServiceGetBlockedRecommendationIdsResult) IsSetSuccess

func (*TalkServiceGetBlockedRecommendationIdsResult) Read

func (*TalkServiceGetBlockedRecommendationIdsResult) ReadField0

func (*TalkServiceGetBlockedRecommendationIdsResult) ReadField1

func (*TalkServiceGetBlockedRecommendationIdsResult) String

func (*TalkServiceGetBlockedRecommendationIdsResult) Write

type TalkServiceGetChatEffectMetaListArgs

type TalkServiceGetChatEffectMetaListArgs struct {
	Categories []C58964da `thrift:"categories,1" db:"categories" json:"categories"`
}

Attributes:

  • Categories

func NewTalkServiceGetChatEffectMetaListArgs

func NewTalkServiceGetChatEffectMetaListArgs() *TalkServiceGetChatEffectMetaListArgs

func (*TalkServiceGetChatEffectMetaListArgs) GetCategories

func (p *TalkServiceGetChatEffectMetaListArgs) GetCategories() []C58964da

func (*TalkServiceGetChatEffectMetaListArgs) Read

func (*TalkServiceGetChatEffectMetaListArgs) ReadField1

func (*TalkServiceGetChatEffectMetaListArgs) String

func (*TalkServiceGetChatEffectMetaListArgs) Write

type TalkServiceGetChatEffectMetaListResult

type TalkServiceGetChatEffectMetaListResult struct {
	Success []*ChatEffectMeta `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException    `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetChatEffectMetaListResult

func NewTalkServiceGetChatEffectMetaListResult() *TalkServiceGetChatEffectMetaListResult

func (*TalkServiceGetChatEffectMetaListResult) GetE

func (*TalkServiceGetChatEffectMetaListResult) GetSuccess

func (*TalkServiceGetChatEffectMetaListResult) IsSetE

func (*TalkServiceGetChatEffectMetaListResult) IsSetSuccess

func (p *TalkServiceGetChatEffectMetaListResult) IsSetSuccess() bool

func (*TalkServiceGetChatEffectMetaListResult) Read

func (*TalkServiceGetChatEffectMetaListResult) ReadField0

func (*TalkServiceGetChatEffectMetaListResult) ReadField1

func (*TalkServiceGetChatEffectMetaListResult) String

func (*TalkServiceGetChatEffectMetaListResult) Write

type TalkServiceGetChatRoomAnnouncementsArgs

type TalkServiceGetChatRoomAnnouncementsArgs struct {
	// unused field # 1
	ChatRoomMid string `thrift:"chatRoomMid,2" db:"chatRoomMid" json:"chatRoomMid"`
}

Attributes:

  • ChatRoomMid

func NewTalkServiceGetChatRoomAnnouncementsArgs

func NewTalkServiceGetChatRoomAnnouncementsArgs() *TalkServiceGetChatRoomAnnouncementsArgs

func (*TalkServiceGetChatRoomAnnouncementsArgs) GetChatRoomMid

func (p *TalkServiceGetChatRoomAnnouncementsArgs) GetChatRoomMid() string

func (*TalkServiceGetChatRoomAnnouncementsArgs) Read

func (*TalkServiceGetChatRoomAnnouncementsArgs) ReadField2

func (*TalkServiceGetChatRoomAnnouncementsArgs) String

func (*TalkServiceGetChatRoomAnnouncementsArgs) Write

type TalkServiceGetChatRoomAnnouncementsBulkArgs

type TalkServiceGetChatRoomAnnouncementsBulkArgs struct {
	// unused field # 1
	ChatRoomMids []string   `thrift:"chatRoomMids,2" db:"chatRoomMids" json:"chatRoomMids"`
	SyncReason   SyncReason `thrift:"syncReason,3" db:"syncReason" json:"syncReason"`
}

Attributes:

  • ChatRoomMids
  • SyncReason

func NewTalkServiceGetChatRoomAnnouncementsBulkArgs

func NewTalkServiceGetChatRoomAnnouncementsBulkArgs() *TalkServiceGetChatRoomAnnouncementsBulkArgs

func (*TalkServiceGetChatRoomAnnouncementsBulkArgs) GetChatRoomMids

func (p *TalkServiceGetChatRoomAnnouncementsBulkArgs) GetChatRoomMids() []string

func (*TalkServiceGetChatRoomAnnouncementsBulkArgs) GetSyncReason

func (*TalkServiceGetChatRoomAnnouncementsBulkArgs) Read

func (*TalkServiceGetChatRoomAnnouncementsBulkArgs) ReadField2

func (*TalkServiceGetChatRoomAnnouncementsBulkArgs) ReadField3

func (*TalkServiceGetChatRoomAnnouncementsBulkArgs) String

func (*TalkServiceGetChatRoomAnnouncementsBulkArgs) Write

type TalkServiceGetChatRoomAnnouncementsBulkResult

type TalkServiceGetChatRoomAnnouncementsBulkResult struct {
	Success map[string][]*ChatRoomAnnouncement `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException                     `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetChatRoomAnnouncementsBulkResult

func NewTalkServiceGetChatRoomAnnouncementsBulkResult() *TalkServiceGetChatRoomAnnouncementsBulkResult

func (*TalkServiceGetChatRoomAnnouncementsBulkResult) GetE

func (*TalkServiceGetChatRoomAnnouncementsBulkResult) GetSuccess

func (*TalkServiceGetChatRoomAnnouncementsBulkResult) IsSetE

func (*TalkServiceGetChatRoomAnnouncementsBulkResult) IsSetSuccess

func (*TalkServiceGetChatRoomAnnouncementsBulkResult) Read

func (*TalkServiceGetChatRoomAnnouncementsBulkResult) ReadField0

func (*TalkServiceGetChatRoomAnnouncementsBulkResult) ReadField1

func (*TalkServiceGetChatRoomAnnouncementsBulkResult) String

func (*TalkServiceGetChatRoomAnnouncementsBulkResult) Write

type TalkServiceGetChatRoomAnnouncementsResult

type TalkServiceGetChatRoomAnnouncementsResult struct {
	Success []*ChatRoomAnnouncement `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException          `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetChatRoomAnnouncementsResult

func NewTalkServiceGetChatRoomAnnouncementsResult() *TalkServiceGetChatRoomAnnouncementsResult

func (*TalkServiceGetChatRoomAnnouncementsResult) GetE

func (*TalkServiceGetChatRoomAnnouncementsResult) GetSuccess

func (*TalkServiceGetChatRoomAnnouncementsResult) IsSetE

func (*TalkServiceGetChatRoomAnnouncementsResult) IsSetSuccess

func (*TalkServiceGetChatRoomAnnouncementsResult) Read

func (*TalkServiceGetChatRoomAnnouncementsResult) ReadField0

func (*TalkServiceGetChatRoomAnnouncementsResult) ReadField1

func (*TalkServiceGetChatRoomAnnouncementsResult) String

func (*TalkServiceGetChatRoomAnnouncementsResult) Write

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) Read

func (*TalkServiceGetChatsArgs) ReadField1

func (p *TalkServiceGetChatsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceGetChatsArgs) String

func (p *TalkServiceGetChatsArgs) String() string

func (*TalkServiceGetChatsArgs) Write

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 (*TalkServiceGetChatsResult) GetSuccess

func (*TalkServiceGetChatsResult) IsSetE

func (p *TalkServiceGetChatsResult) IsSetE() bool

func (*TalkServiceGetChatsResult) IsSetSuccess

func (p *TalkServiceGetChatsResult) IsSetSuccess() bool

func (*TalkServiceGetChatsResult) Read

func (*TalkServiceGetChatsResult) ReadField0

func (p *TalkServiceGetChatsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceGetChatsResult) ReadField1

func (p *TalkServiceGetChatsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceGetChatsResult) String

func (p *TalkServiceGetChatsResult) String() string

func (*TalkServiceGetChatsResult) Write

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) Read

func (*TalkServiceGetContactArgs) ReadField2

func (p *TalkServiceGetContactArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceGetContactArgs) String

func (p *TalkServiceGetContactArgs) String() string

func (*TalkServiceGetContactArgs) Write

type TalkServiceGetContactRegistrationArgs

type TalkServiceGetContactRegistrationArgs struct {
	ID   string      `thrift:"id,1" db:"id" json:"id"`
	Type ContactType `thrift:"type,2" db:"type" json:"type"`
}

Attributes:

  • ID
  • Type

func NewTalkServiceGetContactRegistrationArgs

func NewTalkServiceGetContactRegistrationArgs() *TalkServiceGetContactRegistrationArgs

func (*TalkServiceGetContactRegistrationArgs) GetID

func (*TalkServiceGetContactRegistrationArgs) GetType

func (*TalkServiceGetContactRegistrationArgs) Read

func (*TalkServiceGetContactRegistrationArgs) ReadField1

func (*TalkServiceGetContactRegistrationArgs) ReadField2

func (*TalkServiceGetContactRegistrationArgs) String

func (*TalkServiceGetContactRegistrationArgs) Write

type TalkServiceGetContactRegistrationResult

type TalkServiceGetContactRegistrationResult struct {
	Success *ContactRegistration `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException       `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetContactRegistrationResult

func NewTalkServiceGetContactRegistrationResult() *TalkServiceGetContactRegistrationResult

func (*TalkServiceGetContactRegistrationResult) GetE

func (*TalkServiceGetContactRegistrationResult) GetSuccess

func (*TalkServiceGetContactRegistrationResult) IsSetE

func (*TalkServiceGetContactRegistrationResult) IsSetSuccess

func (*TalkServiceGetContactRegistrationResult) Read

func (*TalkServiceGetContactRegistrationResult) ReadField0

func (*TalkServiceGetContactRegistrationResult) ReadField1

func (*TalkServiceGetContactRegistrationResult) String

func (*TalkServiceGetContactRegistrationResult) Write

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 (*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) Read

func (*TalkServiceGetContactResult) ReadField0

func (*TalkServiceGetContactResult) ReadField1

func (*TalkServiceGetContactResult) String

func (p *TalkServiceGetContactResult) String() string

func (*TalkServiceGetContactResult) Write

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) Read

func (*TalkServiceGetContactsArgs) ReadField2

func (p *TalkServiceGetContactsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceGetContactsArgs) String

func (p *TalkServiceGetContactsArgs) String() string

func (*TalkServiceGetContactsArgs) Write

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 (*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) Read

func (*TalkServiceGetContactsResult) ReadField0

func (*TalkServiceGetContactsResult) ReadField1

func (*TalkServiceGetContactsResult) String

func (*TalkServiceGetContactsResult) Write

type TalkServiceGetCountryWithRequestIpArgs

type TalkServiceGetCountryWithRequestIpArgs struct {
}

func NewTalkServiceGetCountryWithRequestIpArgs

func NewTalkServiceGetCountryWithRequestIpArgs() *TalkServiceGetCountryWithRequestIpArgs

func (*TalkServiceGetCountryWithRequestIpArgs) Read

func (*TalkServiceGetCountryWithRequestIpArgs) String

func (*TalkServiceGetCountryWithRequestIpArgs) Write

type TalkServiceGetCountryWithRequestIpResult

type TalkServiceGetCountryWithRequestIpResult 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 NewTalkServiceGetCountryWithRequestIpResult

func NewTalkServiceGetCountryWithRequestIpResult() *TalkServiceGetCountryWithRequestIpResult

func (*TalkServiceGetCountryWithRequestIpResult) GetE

func (*TalkServiceGetCountryWithRequestIpResult) GetSuccess

func (*TalkServiceGetCountryWithRequestIpResult) IsSetE

func (*TalkServiceGetCountryWithRequestIpResult) IsSetSuccess

func (*TalkServiceGetCountryWithRequestIpResult) Read

func (*TalkServiceGetCountryWithRequestIpResult) ReadField0

func (*TalkServiceGetCountryWithRequestIpResult) ReadField1

func (*TalkServiceGetCountryWithRequestIpResult) String

func (*TalkServiceGetCountryWithRequestIpResult) Write

type TalkServiceGetE2EEGroupSharedKeyArgs

type TalkServiceGetE2EEGroupSharedKeyArgs struct {
	// unused field # 1
	KeyVersion int32  `thrift:"keyVersion,2" db:"keyVersion" json:"keyVersion"`
	ChatMid    string `thrift:"chatMid,3" db:"chatMid" json:"chatMid"`
	GroupKeyId int32  `thrift:"groupKeyId,4" db:"groupKeyId" json:"groupKeyId"`
}

Attributes:

  • KeyVersion
  • ChatMid
  • GroupKeyId

func NewTalkServiceGetE2EEGroupSharedKeyArgs

func NewTalkServiceGetE2EEGroupSharedKeyArgs() *TalkServiceGetE2EEGroupSharedKeyArgs

func (*TalkServiceGetE2EEGroupSharedKeyArgs) GetChatMid

func (*TalkServiceGetE2EEGroupSharedKeyArgs) GetGroupKeyId

func (p *TalkServiceGetE2EEGroupSharedKeyArgs) GetGroupKeyId() int32

func (*TalkServiceGetE2EEGroupSharedKeyArgs) GetKeyVersion

func (p *TalkServiceGetE2EEGroupSharedKeyArgs) GetKeyVersion() int32

func (*TalkServiceGetE2EEGroupSharedKeyArgs) Read

func (*TalkServiceGetE2EEGroupSharedKeyArgs) ReadField2

func (*TalkServiceGetE2EEGroupSharedKeyArgs) ReadField3

func (*TalkServiceGetE2EEGroupSharedKeyArgs) ReadField4

func (*TalkServiceGetE2EEGroupSharedKeyArgs) String

func (*TalkServiceGetE2EEGroupSharedKeyArgs) Write

type TalkServiceGetE2EEGroupSharedKeyResult

type TalkServiceGetE2EEGroupSharedKeyResult 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 NewTalkServiceGetE2EEGroupSharedKeyResult

func NewTalkServiceGetE2EEGroupSharedKeyResult() *TalkServiceGetE2EEGroupSharedKeyResult

func (*TalkServiceGetE2EEGroupSharedKeyResult) GetE

func (*TalkServiceGetE2EEGroupSharedKeyResult) GetSuccess

func (*TalkServiceGetE2EEGroupSharedKeyResult) IsSetE

func (*TalkServiceGetE2EEGroupSharedKeyResult) IsSetSuccess

func (p *TalkServiceGetE2EEGroupSharedKeyResult) IsSetSuccess() bool

func (*TalkServiceGetE2EEGroupSharedKeyResult) Read

func (*TalkServiceGetE2EEGroupSharedKeyResult) ReadField0

func (*TalkServiceGetE2EEGroupSharedKeyResult) ReadField1

func (*TalkServiceGetE2EEGroupSharedKeyResult) String

func (*TalkServiceGetE2EEGroupSharedKeyResult) Write

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 (*TalkServiceGetE2EEPublicKeyArgs) Read

func (*TalkServiceGetE2EEPublicKeyArgs) ReadField2

func (*TalkServiceGetE2EEPublicKeyArgs) ReadField3

func (*TalkServiceGetE2EEPublicKeyArgs) ReadField4

func (*TalkServiceGetE2EEPublicKeyArgs) String

func (*TalkServiceGetE2EEPublicKeyArgs) Write

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 (*TalkServiceGetE2EEPublicKeyResult) GetSuccess

func (*TalkServiceGetE2EEPublicKeyResult) IsSetE

func (*TalkServiceGetE2EEPublicKeyResult) IsSetSuccess

func (p *TalkServiceGetE2EEPublicKeyResult) IsSetSuccess() bool

func (*TalkServiceGetE2EEPublicKeyResult) Read

func (*TalkServiceGetE2EEPublicKeyResult) ReadField0

func (*TalkServiceGetE2EEPublicKeyResult) ReadField1

func (*TalkServiceGetE2EEPublicKeyResult) String

func (*TalkServiceGetE2EEPublicKeyResult) Write

type TalkServiceGetE2EEPublicKeysArgs

type TalkServiceGetE2EEPublicKeysArgs struct {
}

func NewTalkServiceGetE2EEPublicKeysArgs

func NewTalkServiceGetE2EEPublicKeysArgs() *TalkServiceGetE2EEPublicKeysArgs

func (*TalkServiceGetE2EEPublicKeysArgs) Read

func (*TalkServiceGetE2EEPublicKeysArgs) String

func (*TalkServiceGetE2EEPublicKeysArgs) Write

type TalkServiceGetE2EEPublicKeysExArgs

type TalkServiceGetE2EEPublicKeysExArgs struct {
	// unused field # 1
	IgnoreE2EEStatus bool `thrift:"ignoreE2EEStatus,2" db:"ignoreE2EEStatus" json:"ignoreE2EEStatus"`
}

Attributes:

  • IgnoreE2EEStatus

func NewTalkServiceGetE2EEPublicKeysExArgs

func NewTalkServiceGetE2EEPublicKeysExArgs() *TalkServiceGetE2EEPublicKeysExArgs

func (*TalkServiceGetE2EEPublicKeysExArgs) GetIgnoreE2EEStatus

func (p *TalkServiceGetE2EEPublicKeysExArgs) GetIgnoreE2EEStatus() bool

func (*TalkServiceGetE2EEPublicKeysExArgs) Read

func (*TalkServiceGetE2EEPublicKeysExArgs) ReadField2

func (*TalkServiceGetE2EEPublicKeysExArgs) String

func (*TalkServiceGetE2EEPublicKeysExArgs) Write

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 (*TalkServiceGetE2EEPublicKeysExResult) GetSuccess

func (*TalkServiceGetE2EEPublicKeysExResult) IsSetE

func (*TalkServiceGetE2EEPublicKeysExResult) IsSetSuccess

func (p *TalkServiceGetE2EEPublicKeysExResult) IsSetSuccess() bool

func (*TalkServiceGetE2EEPublicKeysExResult) Read

func (*TalkServiceGetE2EEPublicKeysExResult) ReadField0

func (*TalkServiceGetE2EEPublicKeysExResult) ReadField1

func (*TalkServiceGetE2EEPublicKeysExResult) String

func (*TalkServiceGetE2EEPublicKeysExResult) Write

type TalkServiceGetE2EEPublicKeysResult

type TalkServiceGetE2EEPublicKeysResult 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 NewTalkServiceGetE2EEPublicKeysResult

func NewTalkServiceGetE2EEPublicKeysResult() *TalkServiceGetE2EEPublicKeysResult

func (*TalkServiceGetE2EEPublicKeysResult) GetE

func (*TalkServiceGetE2EEPublicKeysResult) GetSuccess

func (*TalkServiceGetE2EEPublicKeysResult) IsSetE

func (*TalkServiceGetE2EEPublicKeysResult) IsSetSuccess

func (p *TalkServiceGetE2EEPublicKeysResult) IsSetSuccess() bool

func (*TalkServiceGetE2EEPublicKeysResult) Read

func (*TalkServiceGetE2EEPublicKeysResult) ReadField0

func (*TalkServiceGetE2EEPublicKeysResult) ReadField1

func (*TalkServiceGetE2EEPublicKeysResult) String

func (*TalkServiceGetE2EEPublicKeysResult) Write

type TalkServiceGetEncryptedIdentityV3Args

type TalkServiceGetEncryptedIdentityV3Args struct {
}

func NewTalkServiceGetEncryptedIdentityV3Args

func NewTalkServiceGetEncryptedIdentityV3Args() *TalkServiceGetEncryptedIdentityV3Args

func (*TalkServiceGetEncryptedIdentityV3Args) Read

func (*TalkServiceGetEncryptedIdentityV3Args) String

func (*TalkServiceGetEncryptedIdentityV3Args) Write

type TalkServiceGetEncryptedIdentityV3Result

type TalkServiceGetEncryptedIdentityV3Result struct {
	Success *GetEncryptedIdentityV3Response `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException                  `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetEncryptedIdentityV3Result

func NewTalkServiceGetEncryptedIdentityV3Result() *TalkServiceGetEncryptedIdentityV3Result

func (*TalkServiceGetEncryptedIdentityV3Result) GetE

func (*TalkServiceGetEncryptedIdentityV3Result) GetSuccess

func (*TalkServiceGetEncryptedIdentityV3Result) IsSetE

func (*TalkServiceGetEncryptedIdentityV3Result) IsSetSuccess

func (*TalkServiceGetEncryptedIdentityV3Result) Read

func (*TalkServiceGetEncryptedIdentityV3Result) ReadField0

func (*TalkServiceGetEncryptedIdentityV3Result) ReadField1

func (*TalkServiceGetEncryptedIdentityV3Result) String

func (*TalkServiceGetEncryptedIdentityV3Result) Write

type TalkServiceGetExtendedProfileArgs

type TalkServiceGetExtendedProfileArgs struct {
	SyncReason SyncReason `thrift:"syncReason,1" db:"syncReason" json:"syncReason"`
}

Attributes:

  • SyncReason

func NewTalkServiceGetExtendedProfileArgs

func NewTalkServiceGetExtendedProfileArgs() *TalkServiceGetExtendedProfileArgs

func (*TalkServiceGetExtendedProfileArgs) GetSyncReason

func (p *TalkServiceGetExtendedProfileArgs) GetSyncReason() SyncReason

func (*TalkServiceGetExtendedProfileArgs) Read

func (*TalkServiceGetExtendedProfileArgs) ReadField1

func (*TalkServiceGetExtendedProfileArgs) String

func (*TalkServiceGetExtendedProfileArgs) Write

type TalkServiceGetExtendedProfileResult

type TalkServiceGetExtendedProfileResult struct {
	Success *ExtendedProfile `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException   `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetExtendedProfileResult

func NewTalkServiceGetExtendedProfileResult() *TalkServiceGetExtendedProfileResult

func (*TalkServiceGetExtendedProfileResult) GetE

func (*TalkServiceGetExtendedProfileResult) GetSuccess

func (*TalkServiceGetExtendedProfileResult) IsSetE

func (*TalkServiceGetExtendedProfileResult) IsSetSuccess

func (p *TalkServiceGetExtendedProfileResult) IsSetSuccess() bool

func (*TalkServiceGetExtendedProfileResult) Read

func (*TalkServiceGetExtendedProfileResult) ReadField0

func (*TalkServiceGetExtendedProfileResult) ReadField1

func (*TalkServiceGetExtendedProfileResult) String

func (*TalkServiceGetExtendedProfileResult) Write

type TalkServiceGetFollowersArgs

type TalkServiceGetFollowersArgs struct {
	// unused field # 1
	GetFollowersRequest *GetFollowersRequest `thrift:"getFollowersRequest,2" db:"getFollowersRequest" json:"getFollowersRequest"`
}

Attributes:

  • GetFollowersRequest

func NewTalkServiceGetFollowersArgs

func NewTalkServiceGetFollowersArgs() *TalkServiceGetFollowersArgs

func (*TalkServiceGetFollowersArgs) GetGetFollowersRequest

func (p *TalkServiceGetFollowersArgs) GetGetFollowersRequest() *GetFollowersRequest

func (*TalkServiceGetFollowersArgs) IsSetGetFollowersRequest

func (p *TalkServiceGetFollowersArgs) IsSetGetFollowersRequest() bool

func (*TalkServiceGetFollowersArgs) Read

func (*TalkServiceGetFollowersArgs) ReadField2

func (*TalkServiceGetFollowersArgs) String

func (p *TalkServiceGetFollowersArgs) String() string

func (*TalkServiceGetFollowersArgs) Write

type TalkServiceGetFollowersResult

type TalkServiceGetFollowersResult struct {
	Success *GetFollowersResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException        `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetFollowersResult

func NewTalkServiceGetFollowersResult() *TalkServiceGetFollowersResult

func (*TalkServiceGetFollowersResult) GetE

func (*TalkServiceGetFollowersResult) GetSuccess

func (*TalkServiceGetFollowersResult) IsSetE

func (p *TalkServiceGetFollowersResult) IsSetE() bool

func (*TalkServiceGetFollowersResult) IsSetSuccess

func (p *TalkServiceGetFollowersResult) IsSetSuccess() bool

func (*TalkServiceGetFollowersResult) Read

func (*TalkServiceGetFollowersResult) ReadField0

func (*TalkServiceGetFollowersResult) ReadField1

func (*TalkServiceGetFollowersResult) String

func (*TalkServiceGetFollowersResult) Write

type TalkServiceGetFollowingsArgs

type TalkServiceGetFollowingsArgs struct {
	// unused field # 1
	GetFollowingsRequest *GetFollowingsRequest `thrift:"getFollowingsRequest,2" db:"getFollowingsRequest" json:"getFollowingsRequest"`
}

Attributes:

  • GetFollowingsRequest

func NewTalkServiceGetFollowingsArgs

func NewTalkServiceGetFollowingsArgs() *TalkServiceGetFollowingsArgs

func (*TalkServiceGetFollowingsArgs) GetGetFollowingsRequest

func (p *TalkServiceGetFollowingsArgs) GetGetFollowingsRequest() *GetFollowingsRequest

func (*TalkServiceGetFollowingsArgs) IsSetGetFollowingsRequest

func (p *TalkServiceGetFollowingsArgs) IsSetGetFollowingsRequest() bool

func (*TalkServiceGetFollowingsArgs) Read

func (*TalkServiceGetFollowingsArgs) ReadField2

func (*TalkServiceGetFollowingsArgs) String

func (*TalkServiceGetFollowingsArgs) Write

type TalkServiceGetFollowingsResult

type TalkServiceGetFollowingsResult struct {
	Success *GetFollowingsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException         `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetFollowingsResult

func NewTalkServiceGetFollowingsResult() *TalkServiceGetFollowingsResult

func (*TalkServiceGetFollowingsResult) GetE

func (*TalkServiceGetFollowingsResult) GetSuccess

func (*TalkServiceGetFollowingsResult) IsSetE

func (*TalkServiceGetFollowingsResult) IsSetSuccess

func (p *TalkServiceGetFollowingsResult) IsSetSuccess() bool

func (*TalkServiceGetFollowingsResult) Read

func (*TalkServiceGetFollowingsResult) ReadField0

func (*TalkServiceGetFollowingsResult) ReadField1

func (*TalkServiceGetFollowingsResult) String

func (*TalkServiceGetFollowingsResult) Write

type TalkServiceGetFriendRequestsArgs

type TalkServiceGetFriendRequestsArgs struct {
	Direction     Direction `thrift:"direction,1" db:"direction" json:"direction"`
	LastSeenSeqId int64     `thrift:"lastSeenSeqId,2" db:"lastSeenSeqId" json:"lastSeenSeqId"`
}

Attributes:

  • Direction
  • LastSeenSeqId

func NewTalkServiceGetFriendRequestsArgs

func NewTalkServiceGetFriendRequestsArgs() *TalkServiceGetFriendRequestsArgs

func (*TalkServiceGetFriendRequestsArgs) GetDirection

func (p *TalkServiceGetFriendRequestsArgs) GetDirection() Direction

func (*TalkServiceGetFriendRequestsArgs) GetLastSeenSeqId

func (p *TalkServiceGetFriendRequestsArgs) GetLastSeenSeqId() int64

func (*TalkServiceGetFriendRequestsArgs) Read

func (*TalkServiceGetFriendRequestsArgs) ReadField1

func (*TalkServiceGetFriendRequestsArgs) ReadField2

func (*TalkServiceGetFriendRequestsArgs) String

func (*TalkServiceGetFriendRequestsArgs) Write

type TalkServiceGetFriendRequestsResult

type TalkServiceGetFriendRequestsResult struct {
	Success []*FriendRequest `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException   `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetFriendRequestsResult

func NewTalkServiceGetFriendRequestsResult() *TalkServiceGetFriendRequestsResult

func (*TalkServiceGetFriendRequestsResult) GetE

func (*TalkServiceGetFriendRequestsResult) GetSuccess

func (*TalkServiceGetFriendRequestsResult) IsSetE

func (*TalkServiceGetFriendRequestsResult) IsSetSuccess

func (p *TalkServiceGetFriendRequestsResult) IsSetSuccess() bool

func (*TalkServiceGetFriendRequestsResult) Read

func (*TalkServiceGetFriendRequestsResult) ReadField0

func (*TalkServiceGetFriendRequestsResult) ReadField1

func (*TalkServiceGetFriendRequestsResult) String

func (*TalkServiceGetFriendRequestsResult) Write

type TalkServiceGetGroupArgs

type TalkServiceGetGroupArgs struct {
	// unused field # 1
	GroupId string `thrift:"groupId,2" db:"groupId" json:"groupId"`
}

Attributes:

  • GroupId

func NewTalkServiceGetGroupArgs

func NewTalkServiceGetGroupArgs() *TalkServiceGetGroupArgs

func (*TalkServiceGetGroupArgs) GetGroupId

func (p *TalkServiceGetGroupArgs) GetGroupId() string

func (*TalkServiceGetGroupArgs) Read

func (*TalkServiceGetGroupArgs) ReadField2

func (p *TalkServiceGetGroupArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceGetGroupArgs) String

func (p *TalkServiceGetGroupArgs) String() string

func (*TalkServiceGetGroupArgs) Write

type TalkServiceGetGroupResult

type TalkServiceGetGroupResult struct {
	Success *Group         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetGroupResult

func NewTalkServiceGetGroupResult() *TalkServiceGetGroupResult

func (*TalkServiceGetGroupResult) GetE

func (*TalkServiceGetGroupResult) GetSuccess

func (p *TalkServiceGetGroupResult) GetSuccess() *Group

func (*TalkServiceGetGroupResult) IsSetE

func (p *TalkServiceGetGroupResult) IsSetE() bool

func (*TalkServiceGetGroupResult) IsSetSuccess

func (p *TalkServiceGetGroupResult) IsSetSuccess() bool

func (*TalkServiceGetGroupResult) Read

func (*TalkServiceGetGroupResult) ReadField0

func (p *TalkServiceGetGroupResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceGetGroupResult) ReadField1

func (p *TalkServiceGetGroupResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceGetGroupResult) String

func (p *TalkServiceGetGroupResult) String() string

func (*TalkServiceGetGroupResult) Write

type TalkServiceGetGroupWithoutMembersArgs

type TalkServiceGetGroupWithoutMembersArgs struct {
	// unused field # 1
	GroupId string `thrift:"groupId,2" db:"groupId" json:"groupId"`
}

Attributes:

  • GroupId

func NewTalkServiceGetGroupWithoutMembersArgs

func NewTalkServiceGetGroupWithoutMembersArgs() *TalkServiceGetGroupWithoutMembersArgs

func (*TalkServiceGetGroupWithoutMembersArgs) GetGroupId

func (*TalkServiceGetGroupWithoutMembersArgs) Read

func (*TalkServiceGetGroupWithoutMembersArgs) ReadField2

func (*TalkServiceGetGroupWithoutMembersArgs) String

func (*TalkServiceGetGroupWithoutMembersArgs) Write

type TalkServiceGetGroupWithoutMembersResult

type TalkServiceGetGroupWithoutMembersResult struct {
	Success *Group         `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetGroupWithoutMembersResult

func NewTalkServiceGetGroupWithoutMembersResult() *TalkServiceGetGroupWithoutMembersResult

func (*TalkServiceGetGroupWithoutMembersResult) GetE

func (*TalkServiceGetGroupWithoutMembersResult) GetSuccess

func (*TalkServiceGetGroupWithoutMembersResult) IsSetE

func (*TalkServiceGetGroupWithoutMembersResult) IsSetSuccess

func (*TalkServiceGetGroupWithoutMembersResult) Read

func (*TalkServiceGetGroupWithoutMembersResult) ReadField0

func (*TalkServiceGetGroupWithoutMembersResult) ReadField1

func (*TalkServiceGetGroupWithoutMembersResult) String

func (*TalkServiceGetGroupWithoutMembersResult) Write

type TalkServiceGetGroupsArgs

type TalkServiceGetGroupsArgs struct {
	// unused field # 1
	GroupIds []string `thrift:"groupIds,2" db:"groupIds" json:"groupIds"`
}

Attributes:

  • GroupIds

func NewTalkServiceGetGroupsArgs

func NewTalkServiceGetGroupsArgs() *TalkServiceGetGroupsArgs

func (*TalkServiceGetGroupsArgs) GetGroupIds

func (p *TalkServiceGetGroupsArgs) GetGroupIds() []string

func (*TalkServiceGetGroupsArgs) Read

func (*TalkServiceGetGroupsArgs) ReadField2

func (p *TalkServiceGetGroupsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceGetGroupsArgs) String

func (p *TalkServiceGetGroupsArgs) String() string

func (*TalkServiceGetGroupsArgs) Write

type TalkServiceGetGroupsResult

type TalkServiceGetGroupsResult struct {
	Success []*Group       `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetGroupsResult

func NewTalkServiceGetGroupsResult() *TalkServiceGetGroupsResult

func (*TalkServiceGetGroupsResult) GetE

func (*TalkServiceGetGroupsResult) GetSuccess

func (p *TalkServiceGetGroupsResult) GetSuccess() []*Group

func (*TalkServiceGetGroupsResult) IsSetE

func (p *TalkServiceGetGroupsResult) IsSetE() bool

func (*TalkServiceGetGroupsResult) IsSetSuccess

func (p *TalkServiceGetGroupsResult) IsSetSuccess() bool

func (*TalkServiceGetGroupsResult) Read

func (*TalkServiceGetGroupsResult) ReadField0

func (p *TalkServiceGetGroupsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceGetGroupsResult) ReadField1

func (p *TalkServiceGetGroupsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceGetGroupsResult) String

func (p *TalkServiceGetGroupsResult) String() string

func (*TalkServiceGetGroupsResult) Write

type TalkServiceGetLastE2EEGroupSharedKeyArgs

type TalkServiceGetLastE2EEGroupSharedKeyArgs struct {
	// unused field # 1
	KeyVersion int32  `thrift:"keyVersion,2" db:"keyVersion" json:"keyVersion"`
	ChatMid    string `thrift:"chatMid,3" db:"chatMid" json:"chatMid"`
}

Attributes:

  • KeyVersion
  • ChatMid

func NewTalkServiceGetLastE2EEGroupSharedKeyArgs

func NewTalkServiceGetLastE2EEGroupSharedKeyArgs() *TalkServiceGetLastE2EEGroupSharedKeyArgs

func (*TalkServiceGetLastE2EEGroupSharedKeyArgs) GetChatMid

func (*TalkServiceGetLastE2EEGroupSharedKeyArgs) GetKeyVersion

func (*TalkServiceGetLastE2EEGroupSharedKeyArgs) Read

func (*TalkServiceGetLastE2EEGroupSharedKeyArgs) ReadField2

func (*TalkServiceGetLastE2EEGroupSharedKeyArgs) ReadField3

func (*TalkServiceGetLastE2EEGroupSharedKeyArgs) String

func (*TalkServiceGetLastE2EEGroupSharedKeyArgs) Write

type TalkServiceGetLastE2EEGroupSharedKeyResult

type TalkServiceGetLastE2EEGroupSharedKeyResult 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 NewTalkServiceGetLastE2EEGroupSharedKeyResult

func NewTalkServiceGetLastE2EEGroupSharedKeyResult() *TalkServiceGetLastE2EEGroupSharedKeyResult

func (*TalkServiceGetLastE2EEGroupSharedKeyResult) GetE

func (*TalkServiceGetLastE2EEGroupSharedKeyResult) GetSuccess

func (*TalkServiceGetLastE2EEGroupSharedKeyResult) IsSetE

func (*TalkServiceGetLastE2EEGroupSharedKeyResult) IsSetSuccess

func (*TalkServiceGetLastE2EEGroupSharedKeyResult) Read

func (*TalkServiceGetLastE2EEGroupSharedKeyResult) ReadField0

func (*TalkServiceGetLastE2EEGroupSharedKeyResult) ReadField1

func (*TalkServiceGetLastE2EEGroupSharedKeyResult) String

func (*TalkServiceGetLastE2EEGroupSharedKeyResult) Write

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 (*TalkServiceGetLastE2EEPublicKeysArgs) Read

func (*TalkServiceGetLastE2EEPublicKeysArgs) ReadField2

func (*TalkServiceGetLastE2EEPublicKeysArgs) String

func (*TalkServiceGetLastE2EEPublicKeysArgs) Write

type TalkServiceGetLastE2EEPublicKeysResult

type TalkServiceGetLastE2EEPublicKeysResult struct {
	Success map[string]*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 (*TalkServiceGetLastE2EEPublicKeysResult) GetSuccess

func (*TalkServiceGetLastE2EEPublicKeysResult) IsSetE

func (*TalkServiceGetLastE2EEPublicKeysResult) IsSetSuccess

func (p *TalkServiceGetLastE2EEPublicKeysResult) IsSetSuccess() bool

func (*TalkServiceGetLastE2EEPublicKeysResult) Read

func (*TalkServiceGetLastE2EEPublicKeysResult) ReadField0

func (*TalkServiceGetLastE2EEPublicKeysResult) ReadField1

func (*TalkServiceGetLastE2EEPublicKeysResult) String

func (*TalkServiceGetLastE2EEPublicKeysResult) Write

type TalkServiceGetLastOpRevisionArgs

type TalkServiceGetLastOpRevisionArgs struct {
}

func NewTalkServiceGetLastOpRevisionArgs

func NewTalkServiceGetLastOpRevisionArgs() *TalkServiceGetLastOpRevisionArgs

func (*TalkServiceGetLastOpRevisionArgs) Read

func (*TalkServiceGetLastOpRevisionArgs) String

func (*TalkServiceGetLastOpRevisionArgs) Write

type TalkServiceGetLastOpRevisionResult

type TalkServiceGetLastOpRevisionResult 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 NewTalkServiceGetLastOpRevisionResult

func NewTalkServiceGetLastOpRevisionResult() *TalkServiceGetLastOpRevisionResult

func (*TalkServiceGetLastOpRevisionResult) GetE

func (*TalkServiceGetLastOpRevisionResult) GetSuccess

func (p *TalkServiceGetLastOpRevisionResult) GetSuccess() int64

func (*TalkServiceGetLastOpRevisionResult) IsSetE

func (*TalkServiceGetLastOpRevisionResult) IsSetSuccess

func (p *TalkServiceGetLastOpRevisionResult) IsSetSuccess() bool

func (*TalkServiceGetLastOpRevisionResult) Read

func (*TalkServiceGetLastOpRevisionResult) ReadField0

func (*TalkServiceGetLastOpRevisionResult) ReadField1

func (*TalkServiceGetLastOpRevisionResult) String

func (*TalkServiceGetLastOpRevisionResult) Write

type TalkServiceGetMessageBoxesArgs

type TalkServiceGetMessageBoxesArgs struct {
	// unused field # 1
	MessageBoxListRequest *MessageBoxListRequest `thrift:"messageBoxListRequest,2" db:"messageBoxListRequest" json:"messageBoxListRequest"`
	SyncReason            SyncReason             `thrift:"syncReason,3" db:"syncReason" json:"syncReason"`
}

Attributes:

  • MessageBoxListRequest
  • SyncReason

func NewTalkServiceGetMessageBoxesArgs

func NewTalkServiceGetMessageBoxesArgs() *TalkServiceGetMessageBoxesArgs

func (*TalkServiceGetMessageBoxesArgs) GetMessageBoxListRequest

func (p *TalkServiceGetMessageBoxesArgs) GetMessageBoxListRequest() *MessageBoxListRequest

func (*TalkServiceGetMessageBoxesArgs) GetSyncReason

func (p *TalkServiceGetMessageBoxesArgs) GetSyncReason() SyncReason

func (*TalkServiceGetMessageBoxesArgs) IsSetMessageBoxListRequest

func (p *TalkServiceGetMessageBoxesArgs) IsSetMessageBoxListRequest() bool

func (*TalkServiceGetMessageBoxesArgs) Read

func (*TalkServiceGetMessageBoxesArgs) ReadField2

func (*TalkServiceGetMessageBoxesArgs) ReadField3

func (*TalkServiceGetMessageBoxesArgs) String

func (*TalkServiceGetMessageBoxesArgs) Write

type TalkServiceGetMessageBoxesResult

type TalkServiceGetMessageBoxesResult struct {
	Success *MessageBoxList `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException  `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetMessageBoxesResult

func NewTalkServiceGetMessageBoxesResult() *TalkServiceGetMessageBoxesResult

func (*TalkServiceGetMessageBoxesResult) GetE

func (*TalkServiceGetMessageBoxesResult) GetSuccess

func (*TalkServiceGetMessageBoxesResult) IsSetE

func (*TalkServiceGetMessageBoxesResult) IsSetSuccess

func (p *TalkServiceGetMessageBoxesResult) IsSetSuccess() bool

func (*TalkServiceGetMessageBoxesResult) Read

func (*TalkServiceGetMessageBoxesResult) ReadField0

func (*TalkServiceGetMessageBoxesResult) ReadField1

func (*TalkServiceGetMessageBoxesResult) String

func (*TalkServiceGetMessageBoxesResult) Write

type TalkServiceGetMessageReadRangeArgs

type TalkServiceGetMessageReadRangeArgs struct {
	// unused field # 1
	ChatIds    []string   `thrift:"chatIds,2" db:"chatIds" json:"chatIds"`
	SyncReason SyncReason `thrift:"syncReason,3" db:"syncReason" json:"syncReason"`
}

Attributes:

  • ChatIds
  • SyncReason

func NewTalkServiceGetMessageReadRangeArgs

func NewTalkServiceGetMessageReadRangeArgs() *TalkServiceGetMessageReadRangeArgs

func (*TalkServiceGetMessageReadRangeArgs) GetChatIds

func (p *TalkServiceGetMessageReadRangeArgs) GetChatIds() []string

func (*TalkServiceGetMessageReadRangeArgs) GetSyncReason

func (*TalkServiceGetMessageReadRangeArgs) Read

func (*TalkServiceGetMessageReadRangeArgs) ReadField2

func (*TalkServiceGetMessageReadRangeArgs) ReadField3

func (*TalkServiceGetMessageReadRangeArgs) String

func (*TalkServiceGetMessageReadRangeArgs) Write

type TalkServiceGetMessageReadRangeResult

type TalkServiceGetMessageReadRangeResult struct {
	Success []*TMessageReadRange `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException       `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetMessageReadRangeResult

func NewTalkServiceGetMessageReadRangeResult() *TalkServiceGetMessageReadRangeResult

func (*TalkServiceGetMessageReadRangeResult) GetE

func (*TalkServiceGetMessageReadRangeResult) GetSuccess

func (*TalkServiceGetMessageReadRangeResult) IsSetE

func (*TalkServiceGetMessageReadRangeResult) IsSetSuccess

func (p *TalkServiceGetMessageReadRangeResult) IsSetSuccess() bool

func (*TalkServiceGetMessageReadRangeResult) Read

func (*TalkServiceGetMessageReadRangeResult) ReadField0

func (*TalkServiceGetMessageReadRangeResult) ReadField1

func (*TalkServiceGetMessageReadRangeResult) String

func (*TalkServiceGetMessageReadRangeResult) Write

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) Read

func (*TalkServiceGetProfileArgs) ReadField1

func (p *TalkServiceGetProfileArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceGetProfileArgs) String

func (p *TalkServiceGetProfileArgs) String() string

func (*TalkServiceGetProfileArgs) Write

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 (*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) Read

func (*TalkServiceGetProfileResult) ReadField0

func (*TalkServiceGetProfileResult) ReadField1

func (*TalkServiceGetProfileResult) String

func (p *TalkServiceGetProfileResult) String() string

func (*TalkServiceGetProfileResult) Write

type TalkServiceGetProximityMatchCandidateListArgs

type TalkServiceGetProximityMatchCandidateListArgs struct {
	// unused field # 1
	SessionId string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
}

Attributes:

  • SessionId

func NewTalkServiceGetProximityMatchCandidateListArgs

func NewTalkServiceGetProximityMatchCandidateListArgs() *TalkServiceGetProximityMatchCandidateListArgs

func (*TalkServiceGetProximityMatchCandidateListArgs) GetSessionId

func (*TalkServiceGetProximityMatchCandidateListArgs) Read

func (*TalkServiceGetProximityMatchCandidateListArgs) ReadField2

func (*TalkServiceGetProximityMatchCandidateListArgs) String

func (*TalkServiceGetProximityMatchCandidateListArgs) Write

type TalkServiceGetProximityMatchCandidateListResult

type TalkServiceGetProximityMatchCandidateListResult struct {
	Success *ProximityMatchCandidateResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException                  `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetProximityMatchCandidateListResult

func NewTalkServiceGetProximityMatchCandidateListResult() *TalkServiceGetProximityMatchCandidateListResult

func (*TalkServiceGetProximityMatchCandidateListResult) GetE

func (*TalkServiceGetProximityMatchCandidateListResult) GetSuccess

func (*TalkServiceGetProximityMatchCandidateListResult) IsSetE

func (*TalkServiceGetProximityMatchCandidateListResult) IsSetSuccess

func (*TalkServiceGetProximityMatchCandidateListResult) Read

func (*TalkServiceGetProximityMatchCandidateListResult) ReadField0

func (*TalkServiceGetProximityMatchCandidateListResult) ReadField1

func (*TalkServiceGetProximityMatchCandidateListResult) String

func (*TalkServiceGetProximityMatchCandidateListResult) Write

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 (*TalkServiceGetRSAKeyInfoArgs) Read

func (*TalkServiceGetRSAKeyInfoArgs) ReadField2

func (*TalkServiceGetRSAKeyInfoArgs) String

func (*TalkServiceGetRSAKeyInfoArgs) Write

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 (*TalkServiceGetRSAKeyInfoResult) GetSuccess

func (p *TalkServiceGetRSAKeyInfoResult) GetSuccess() *RSAKey

func (*TalkServiceGetRSAKeyInfoResult) IsSetE

func (*TalkServiceGetRSAKeyInfoResult) IsSetSuccess

func (p *TalkServiceGetRSAKeyInfoResult) IsSetSuccess() bool

func (*TalkServiceGetRSAKeyInfoResult) Read

func (*TalkServiceGetRSAKeyInfoResult) ReadField0

func (*TalkServiceGetRSAKeyInfoResult) ReadField1

func (*TalkServiceGetRSAKeyInfoResult) String

func (*TalkServiceGetRSAKeyInfoResult) Write

type TalkServiceGetRecentFriendRequestsArgs

type TalkServiceGetRecentFriendRequestsArgs struct {
	SyncReason SyncReason `thrift:"syncReason,1" db:"syncReason" json:"syncReason"`
}

Attributes:

  • SyncReason

func NewTalkServiceGetRecentFriendRequestsArgs

func NewTalkServiceGetRecentFriendRequestsArgs() *TalkServiceGetRecentFriendRequestsArgs

func (*TalkServiceGetRecentFriendRequestsArgs) GetSyncReason

func (*TalkServiceGetRecentFriendRequestsArgs) Read

func (*TalkServiceGetRecentFriendRequestsArgs) ReadField1

func (*TalkServiceGetRecentFriendRequestsArgs) String

func (*TalkServiceGetRecentFriendRequestsArgs) Write

type TalkServiceGetRecentFriendRequestsResult

type TalkServiceGetRecentFriendRequestsResult struct {
	Success *FriendRequestsInfo `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException      `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetRecentFriendRequestsResult

func NewTalkServiceGetRecentFriendRequestsResult() *TalkServiceGetRecentFriendRequestsResult

func (*TalkServiceGetRecentFriendRequestsResult) GetE

func (*TalkServiceGetRecentFriendRequestsResult) GetSuccess

func (*TalkServiceGetRecentFriendRequestsResult) IsSetE

func (*TalkServiceGetRecentFriendRequestsResult) IsSetSuccess

func (*TalkServiceGetRecentFriendRequestsResult) Read

func (*TalkServiceGetRecentFriendRequestsResult) ReadField0

func (*TalkServiceGetRecentFriendRequestsResult) ReadField1

func (*TalkServiceGetRecentFriendRequestsResult) String

func (*TalkServiceGetRecentFriendRequestsResult) Write

type TalkServiceGetRecentMessagesArgs

type TalkServiceGetRecentMessagesArgs struct {
	// unused field # 1
	MessageBoxId  string `thrift:"messageBoxId,2" db:"messageBoxId" json:"messageBoxId"`
	MessagesCount int32  `thrift:"messagesCount,3" db:"messagesCount" json:"messagesCount"`
}

Attributes:

  • MessageBoxId
  • MessagesCount

func NewTalkServiceGetRecentMessagesArgs

func NewTalkServiceGetRecentMessagesArgs() *TalkServiceGetRecentMessagesArgs

func (*TalkServiceGetRecentMessagesArgs) GetMessageBoxId

func (p *TalkServiceGetRecentMessagesArgs) GetMessageBoxId() string

func (*TalkServiceGetRecentMessagesArgs) GetMessagesCount

func (p *TalkServiceGetRecentMessagesArgs) GetMessagesCount() int32

func (*TalkServiceGetRecentMessagesArgs) Read

func (*TalkServiceGetRecentMessagesArgs) ReadField2

func (*TalkServiceGetRecentMessagesArgs) ReadField3

func (*TalkServiceGetRecentMessagesArgs) String

func (*TalkServiceGetRecentMessagesArgs) Write

type TalkServiceGetRecentMessagesResult

type TalkServiceGetRecentMessagesResult 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 NewTalkServiceGetRecentMessagesResult

func NewTalkServiceGetRecentMessagesResult() *TalkServiceGetRecentMessagesResult

func (*TalkServiceGetRecentMessagesResult) GetE

func (*TalkServiceGetRecentMessagesResult) GetSuccess

func (p *TalkServiceGetRecentMessagesResult) GetSuccess() []*Message

func (*TalkServiceGetRecentMessagesResult) IsSetE

func (*TalkServiceGetRecentMessagesResult) IsSetSuccess

func (p *TalkServiceGetRecentMessagesResult) IsSetSuccess() bool

func (*TalkServiceGetRecentMessagesResult) Read

func (*TalkServiceGetRecentMessagesResult) ReadField0

func (*TalkServiceGetRecentMessagesResult) ReadField1

func (*TalkServiceGetRecentMessagesResult) String

func (*TalkServiceGetRecentMessagesResult) Write

type TalkServiceGetRecentMessagesV2Args

type TalkServiceGetRecentMessagesV2Args struct {
	// unused field # 1
	MessageBoxId  string `thrift:"messageBoxId,2" db:"messageBoxId" json:"messageBoxId"`
	MessagesCount int32  `thrift:"messagesCount,3" db:"messagesCount" json:"messagesCount"`
}

Attributes:

  • MessageBoxId
  • MessagesCount

func NewTalkServiceGetRecentMessagesV2Args

func NewTalkServiceGetRecentMessagesV2Args() *TalkServiceGetRecentMessagesV2Args

func (*TalkServiceGetRecentMessagesV2Args) GetMessageBoxId

func (p *TalkServiceGetRecentMessagesV2Args) GetMessageBoxId() string

func (*TalkServiceGetRecentMessagesV2Args) GetMessagesCount

func (p *TalkServiceGetRecentMessagesV2Args) GetMessagesCount() int32

func (*TalkServiceGetRecentMessagesV2Args) Read

func (*TalkServiceGetRecentMessagesV2Args) ReadField2

func (*TalkServiceGetRecentMessagesV2Args) ReadField3

func (*TalkServiceGetRecentMessagesV2Args) String

func (*TalkServiceGetRecentMessagesV2Args) Write

type TalkServiceGetRecentMessagesV2Result

type TalkServiceGetRecentMessagesV2Result 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 NewTalkServiceGetRecentMessagesV2Result

func NewTalkServiceGetRecentMessagesV2Result() *TalkServiceGetRecentMessagesV2Result

func (*TalkServiceGetRecentMessagesV2Result) GetE

func (*TalkServiceGetRecentMessagesV2Result) GetSuccess

func (p *TalkServiceGetRecentMessagesV2Result) GetSuccess() []*Message

func (*TalkServiceGetRecentMessagesV2Result) IsSetE

func (*TalkServiceGetRecentMessagesV2Result) IsSetSuccess

func (p *TalkServiceGetRecentMessagesV2Result) IsSetSuccess() bool

func (*TalkServiceGetRecentMessagesV2Result) Read

func (*TalkServiceGetRecentMessagesV2Result) ReadField0

func (*TalkServiceGetRecentMessagesV2Result) ReadField1

func (*TalkServiceGetRecentMessagesV2Result) String

func (*TalkServiceGetRecentMessagesV2Result) Write

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 (*TalkServiceGetRecommendationIdsArgs) Read

func (*TalkServiceGetRecommendationIdsArgs) ReadField1

func (*TalkServiceGetRecommendationIdsArgs) String

func (*TalkServiceGetRecommendationIdsArgs) Write

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 (*TalkServiceGetRecommendationIdsResult) GetSuccess

func (*TalkServiceGetRecommendationIdsResult) IsSetE

func (*TalkServiceGetRecommendationIdsResult) IsSetSuccess

func (p *TalkServiceGetRecommendationIdsResult) IsSetSuccess() bool

func (*TalkServiceGetRecommendationIdsResult) Read

func (*TalkServiceGetRecommendationIdsResult) ReadField0

func (*TalkServiceGetRecommendationIdsResult) ReadField1

func (*TalkServiceGetRecommendationIdsResult) String

func (*TalkServiceGetRecommendationIdsResult) Write

type TalkServiceGetRingbackToneArgs

type TalkServiceGetRingbackToneArgs struct {
}

func NewTalkServiceGetRingbackToneArgs

func NewTalkServiceGetRingbackToneArgs() *TalkServiceGetRingbackToneArgs

func (*TalkServiceGetRingbackToneArgs) Read

func (*TalkServiceGetRingbackToneArgs) String

func (*TalkServiceGetRingbackToneArgs) Write

type TalkServiceGetRingbackToneResult

type TalkServiceGetRingbackToneResult struct {
	Success *RingbackTone  `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetRingbackToneResult

func NewTalkServiceGetRingbackToneResult() *TalkServiceGetRingbackToneResult

func (*TalkServiceGetRingbackToneResult) GetE

func (*TalkServiceGetRingbackToneResult) GetSuccess

func (*TalkServiceGetRingbackToneResult) IsSetE

func (*TalkServiceGetRingbackToneResult) IsSetSuccess

func (p *TalkServiceGetRingbackToneResult) IsSetSuccess() bool

func (*TalkServiceGetRingbackToneResult) Read

func (*TalkServiceGetRingbackToneResult) ReadField0

func (*TalkServiceGetRingbackToneResult) ReadField1

func (*TalkServiceGetRingbackToneResult) String

func (*TalkServiceGetRingbackToneResult) Write

type TalkServiceGetRingtoneArgs

type TalkServiceGetRingtoneArgs struct {
}

func NewTalkServiceGetRingtoneArgs

func NewTalkServiceGetRingtoneArgs() *TalkServiceGetRingtoneArgs

func (*TalkServiceGetRingtoneArgs) Read

func (*TalkServiceGetRingtoneArgs) String

func (p *TalkServiceGetRingtoneArgs) String() string

func (*TalkServiceGetRingtoneArgs) Write

type TalkServiceGetRingtoneResult

type TalkServiceGetRingtoneResult struct {
	Success *Ringtone      `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceGetRingtoneResult

func NewTalkServiceGetRingtoneResult() *TalkServiceGetRingtoneResult

func (*TalkServiceGetRingtoneResult) GetE

func (*TalkServiceGetRingtoneResult) GetSuccess

func (p *TalkServiceGetRingtoneResult) GetSuccess() *Ringtone

func (*TalkServiceGetRingtoneResult) IsSetE

func (p *TalkServiceGetRingtoneResult) IsSetE() bool

func (*TalkServiceGetRingtoneResult) IsSetSuccess

func (p *TalkServiceGetRingtoneResult) IsSetSuccess() bool

func (*TalkServiceGetRingtoneResult) Read

func (*TalkServiceGetRingtoneResult) ReadField0

func (*TalkServiceGetRingtoneResult) ReadField1

func (*TalkServiceGetRingtoneResult) String

func (*TalkServiceGetRingtoneResult) Write

type TalkServiceGetServerTimeArgs

type TalkServiceGetServerTimeArgs struct {
}

func NewTalkServiceGetServerTimeArgs

func NewTalkServiceGetServerTimeArgs() *TalkServiceGetServerTimeArgs

func (*TalkServiceGetServerTimeArgs) Read

func (*TalkServiceGetServerTimeArgs) String

func (*TalkServiceGetServerTimeArgs) Write

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 (*TalkServiceGetServerTimeResult) GetSuccess

func (p *TalkServiceGetServerTimeResult) GetSuccess() int64

func (*TalkServiceGetServerTimeResult) IsSetE

func (*TalkServiceGetServerTimeResult) IsSetSuccess

func (p *TalkServiceGetServerTimeResult) IsSetSuccess() bool

func (*TalkServiceGetServerTimeResult) Read

func (*TalkServiceGetServerTimeResult) ReadField0

func (*TalkServiceGetServerTimeResult) ReadField1

func (*TalkServiceGetServerTimeResult) String

func (*TalkServiceGetServerTimeResult) Write

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) Read

func (*TalkServiceGetSettingsArgs) ReadField1

func (p *TalkServiceGetSettingsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceGetSettingsArgs) String

func (p *TalkServiceGetSettingsArgs) String() string

func (*TalkServiceGetSettingsArgs) Write

type TalkServiceGetSettingsAttributes2Args

type TalkServiceGetSettingsAttributes2Args struct {
	// unused field # 1
	AttributesToRetrieve []C59756ii `thrift:"attributesToRetrieve,2" db:"attributesToRetrieve" json:"attributesToRetrieve"`
}

Attributes:

  • AttributesToRetrieve

func NewTalkServiceGetSettingsAttributes2Args

func NewTalkServiceGetSettingsAttributes2Args() *TalkServiceGetSettingsAttributes2Args

func (*TalkServiceGetSettingsAttributes2Args) GetAttributesToRetrieve

func (p *TalkServiceGetSettingsAttributes2Args) GetAttributesToRetrieve() []C59756ii

func (*TalkServiceGetSettingsAttributes2Args) Read

func (*TalkServiceGetSettingsAttributes2Args) ReadField2

func (*TalkServiceGetSettingsAttributes2Args) String

func (*TalkServiceGetSettingsAttributes2Args) Write

type TalkServiceGetSettingsAttributes2Result

type TalkServiceGetSettingsAttributes2Result struct {
	Success *Settings `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTalkServiceGetSettingsAttributes2Result

func NewTalkServiceGetSettingsAttributes2Result() *TalkServiceGetSettingsAttributes2Result

func (*TalkServiceGetSettingsAttributes2Result) GetSuccess

func (*TalkServiceGetSettingsAttributes2Result) IsSetSuccess

func (*TalkServiceGetSettingsAttributes2Result) Read

func (*TalkServiceGetSettingsAttributes2Result) ReadField0

func (*TalkServiceGetSettingsAttributes2Result) String

func (*TalkServiceGetSettingsAttributes2Result) Write

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 (*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) Read

func (*TalkServiceGetSettingsResult) ReadField0

func (*TalkServiceGetSettingsResult) ReadField1

func (*TalkServiceGetSettingsResult) String

func (*TalkServiceGetSettingsResult) Write

type TalkServiceGetShakeEventV1Args

type TalkServiceGetShakeEventV1Args struct {
	Location *Geolocation `thrift:"location,1" db:"location" json:"location"`
}

Attributes:

  • Location

func NewTalkServiceGetShakeEventV1Args

func NewTalkServiceGetShakeEventV1Args() *TalkServiceGetShakeEventV1Args

func (*TalkServiceGetShakeEventV1Args) GetLocation

func (p *TalkServiceGetShakeEventV1Args) GetLocation() *Geolocation

func (*TalkServiceGetShakeEventV1Args) IsSetLocation

func (p *TalkServiceGetShakeEventV1Args) IsSetLocation() bool

func (*TalkServiceGetShakeEventV1Args) Read

func (*TalkServiceGetShakeEventV1Args) ReadField1

func (*TalkServiceGetShakeEventV1Args) String

func (*TalkServiceGetShakeEventV1Args) Write

type TalkServiceGetShakeEventV1Result

type TalkServiceGetShakeEventV1Result 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 NewTalkServiceGetShakeEventV1Result

func NewTalkServiceGetShakeEventV1Result() *TalkServiceGetShakeEventV1Result

func (*TalkServiceGetShakeEventV1Result) GetE

func (*TalkServiceGetShakeEventV1Result) GetSuccess

func (p *TalkServiceGetShakeEventV1Result) GetSuccess() string

func (*TalkServiceGetShakeEventV1Result) IsSetE

func (*TalkServiceGetShakeEventV1Result) IsSetSuccess

func (p *TalkServiceGetShakeEventV1Result) IsSetSuccess() bool

func (*TalkServiceGetShakeEventV1Result) Read

func (*TalkServiceGetShakeEventV1Result) ReadField0

func (*TalkServiceGetShakeEventV1Result) ReadField1

func (*TalkServiceGetShakeEventV1Result) String

func (*TalkServiceGetShakeEventV1Result) Write

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) Read

func (*TalkServiceInviteFriendsBySmsArgs) ReadField2

func (*TalkServiceInviteFriendsBySmsArgs) String

func (*TalkServiceInviteFriendsBySmsArgs) Write

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 (*TalkServiceInviteFriendsBySmsResult) IsSetE

func (*TalkServiceInviteFriendsBySmsResult) Read

func (*TalkServiceInviteFriendsBySmsResult) ReadField1

func (*TalkServiceInviteFriendsBySmsResult) String

func (*TalkServiceInviteFriendsBySmsResult) Write

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 (*TalkServiceInviteIntoChatArgs) IsSetRequest

func (p *TalkServiceInviteIntoChatArgs) IsSetRequest() bool

func (*TalkServiceInviteIntoChatArgs) Read

func (*TalkServiceInviteIntoChatArgs) ReadField1

func (*TalkServiceInviteIntoChatArgs) String

func (*TalkServiceInviteIntoChatArgs) Write

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 (*TalkServiceInviteIntoChatResult) GetSuccess

func (*TalkServiceInviteIntoChatResult) IsSetE

func (*TalkServiceInviteIntoChatResult) IsSetSuccess

func (p *TalkServiceInviteIntoChatResult) IsSetSuccess() bool

func (*TalkServiceInviteIntoChatResult) Read

func (*TalkServiceInviteIntoChatResult) ReadField0

func (*TalkServiceInviteIntoChatResult) ReadField1

func (*TalkServiceInviteIntoChatResult) String

func (*TalkServiceInviteIntoChatResult) Write

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) Read

func (*TalkServiceInviteIntoRoomArgs) ReadField1

func (*TalkServiceInviteIntoRoomArgs) ReadField2

func (*TalkServiceInviteIntoRoomArgs) ReadField3

func (*TalkServiceInviteIntoRoomArgs) String

func (*TalkServiceInviteIntoRoomArgs) Write

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 (*TalkServiceInviteIntoRoomResult) IsSetE

func (*TalkServiceInviteIntoRoomResult) Read

func (*TalkServiceInviteIntoRoomResult) ReadField1

func (*TalkServiceInviteIntoRoomResult) String

func (*TalkServiceInviteIntoRoomResult) Write

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) Read

func (*TalkServiceIsUseridAvailableArgs) ReadField2

func (*TalkServiceIsUseridAvailableArgs) String

func (*TalkServiceIsUseridAvailableArgs) Write

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 (*TalkServiceIsUseridAvailableResult) GetSuccess

func (p *TalkServiceIsUseridAvailableResult) GetSuccess() bool

func (*TalkServiceIsUseridAvailableResult) IsSetE

func (*TalkServiceIsUseridAvailableResult) IsSetSuccess

func (p *TalkServiceIsUseridAvailableResult) IsSetSuccess() bool

func (*TalkServiceIsUseridAvailableResult) Read

func (*TalkServiceIsUseridAvailableResult) ReadField0

func (*TalkServiceIsUseridAvailableResult) ReadField1

func (*TalkServiceIsUseridAvailableResult) String

func (*TalkServiceIsUseridAvailableResult) Write

type TalkServiceKickoutFromGroupArgs

type TalkServiceKickoutFromGroupArgs struct {
	ReqSeq     int32    `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	GroupId    string   `thrift:"groupId,2" db:"groupId" json:"groupId"`
	ContactIds []string `thrift:"contactIds,3" db:"contactIds" json:"contactIds"`
}

func NewTalkServiceKickoutFromGroupArgs

func NewTalkServiceKickoutFromGroupArgs() *TalkServiceKickoutFromGroupArgs

func (*TalkServiceKickoutFromGroupArgs) GetContactIds

func (p *TalkServiceKickoutFromGroupArgs) GetContactIds() []string

func (*TalkServiceKickoutFromGroupArgs) GetGroupId

func (p *TalkServiceKickoutFromGroupArgs) GetGroupId() string

func (*TalkServiceKickoutFromGroupArgs) GetReqSeq

func (p *TalkServiceKickoutFromGroupArgs) GetReqSeq() int32

func (*TalkServiceKickoutFromGroupArgs) Read

func (*TalkServiceKickoutFromGroupArgs) ReadField1

func (*TalkServiceKickoutFromGroupArgs) ReadField2

func (*TalkServiceKickoutFromGroupArgs) ReadField3

func (*TalkServiceKickoutFromGroupArgs) String

func (*TalkServiceKickoutFromGroupArgs) Write

type TalkServiceKickoutFromGroupResult

type TalkServiceKickoutFromGroupResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceKickoutFromGroupResult

func NewTalkServiceKickoutFromGroupResult() *TalkServiceKickoutFromGroupResult

func (*TalkServiceKickoutFromGroupResult) GetE

func (*TalkServiceKickoutFromGroupResult) IsSetE

func (*TalkServiceKickoutFromGroupResult) Read

func (*TalkServiceKickoutFromGroupResult) ReadField1

func (*TalkServiceKickoutFromGroupResult) String

func (*TalkServiceKickoutFromGroupResult) Write

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) Read

func (*TalkServiceLeaveRoomArgs) ReadField1

func (p *TalkServiceLeaveRoomArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceLeaveRoomArgs) ReadField2

func (p *TalkServiceLeaveRoomArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceLeaveRoomArgs) String

func (p *TalkServiceLeaveRoomArgs) String() string

func (*TalkServiceLeaveRoomArgs) Write

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 (*TalkServiceLeaveRoomResult) IsSetE

func (p *TalkServiceLeaveRoomResult) IsSetE() bool

func (*TalkServiceLeaveRoomResult) Read

func (*TalkServiceLeaveRoomResult) ReadField1

func (p *TalkServiceLeaveRoomResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceLeaveRoomResult) String

func (p *TalkServiceLeaveRoomResult) String() string

func (*TalkServiceLeaveRoomResult) Write

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 (*TalkServiceNegotiateE2EEPublicKeyArgs) Read

func (*TalkServiceNegotiateE2EEPublicKeyArgs) ReadField2

func (*TalkServiceNegotiateE2EEPublicKeyArgs) String

func (*TalkServiceNegotiateE2EEPublicKeyArgs) Write

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 (*TalkServiceNegotiateE2EEPublicKeyResult) GetSuccess

func (*TalkServiceNegotiateE2EEPublicKeyResult) IsSetE

func (*TalkServiceNegotiateE2EEPublicKeyResult) IsSetSuccess

func (*TalkServiceNegotiateE2EEPublicKeyResult) Read

func (*TalkServiceNegotiateE2EEPublicKeyResult) ReadField0

func (*TalkServiceNegotiateE2EEPublicKeyResult) ReadField1

func (*TalkServiceNegotiateE2EEPublicKeyResult) String

func (*TalkServiceNegotiateE2EEPublicKeyResult) Write

type TalkServiceNoopArgs

type TalkServiceNoopArgs struct {
}

func NewTalkServiceNoopArgs

func NewTalkServiceNoopArgs() *TalkServiceNoopArgs

func (*TalkServiceNoopArgs) Read

func (*TalkServiceNoopArgs) String

func (p *TalkServiceNoopArgs) String() string

func (*TalkServiceNoopArgs) Write

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 (*TalkServiceNoopResult) IsSetE

func (p *TalkServiceNoopResult) IsSetE() bool

func (*TalkServiceNoopResult) Read

func (*TalkServiceNoopResult) ReadField1

func (p *TalkServiceNoopResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceNoopResult) String

func (p *TalkServiceNoopResult) String() string

func (*TalkServiceNoopResult) Write

type TalkServiceNotifyInstalledArgs

type TalkServiceNotifyInstalledArgs struct {
	// unused field # 1
	UdidHash                      string `thrift:"udidHash,2" db:"udidHash" json:"udidHash"`
	ApplicationTypeWithExtensions string `thrift:"applicationTypeWithExtensions,3" db:"applicationTypeWithExtensions" json:"applicationTypeWithExtensions"`
}

Attributes:

  • UdidHash
  • ApplicationTypeWithExtensions

func NewTalkServiceNotifyInstalledArgs

func NewTalkServiceNotifyInstalledArgs() *TalkServiceNotifyInstalledArgs

func (*TalkServiceNotifyInstalledArgs) GetApplicationTypeWithExtensions

func (p *TalkServiceNotifyInstalledArgs) GetApplicationTypeWithExtensions() string

func (*TalkServiceNotifyInstalledArgs) GetUdidHash

func (p *TalkServiceNotifyInstalledArgs) GetUdidHash() string

func (*TalkServiceNotifyInstalledArgs) Read

func (*TalkServiceNotifyInstalledArgs) ReadField2

func (*TalkServiceNotifyInstalledArgs) ReadField3

func (*TalkServiceNotifyInstalledArgs) String

func (*TalkServiceNotifyInstalledArgs) Write

type TalkServiceNotifyInstalledResult

type TalkServiceNotifyInstalledResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceNotifyInstalledResult

func NewTalkServiceNotifyInstalledResult() *TalkServiceNotifyInstalledResult

func (*TalkServiceNotifyInstalledResult) GetE

func (*TalkServiceNotifyInstalledResult) IsSetE

func (*TalkServiceNotifyInstalledResult) Read

func (*TalkServiceNotifyInstalledResult) ReadField1

func (*TalkServiceNotifyInstalledResult) String

func (*TalkServiceNotifyInstalledResult) Write

type TalkServiceNotifyRegistrationCompleteArgs

type TalkServiceNotifyRegistrationCompleteArgs struct {
	// unused field # 1
	UdidHash                      string `thrift:"udidHash,2" db:"udidHash" json:"udidHash"`
	ApplicationTypeWithExtensions string `thrift:"applicationTypeWithExtensions,3" db:"applicationTypeWithExtensions" json:"applicationTypeWithExtensions"`
}

Attributes:

  • UdidHash
  • ApplicationTypeWithExtensions

func NewTalkServiceNotifyRegistrationCompleteArgs

func NewTalkServiceNotifyRegistrationCompleteArgs() *TalkServiceNotifyRegistrationCompleteArgs

func (*TalkServiceNotifyRegistrationCompleteArgs) GetApplicationTypeWithExtensions

func (p *TalkServiceNotifyRegistrationCompleteArgs) GetApplicationTypeWithExtensions() string

func (*TalkServiceNotifyRegistrationCompleteArgs) GetUdidHash

func (*TalkServiceNotifyRegistrationCompleteArgs) Read

func (*TalkServiceNotifyRegistrationCompleteArgs) ReadField2

func (*TalkServiceNotifyRegistrationCompleteArgs) ReadField3

func (*TalkServiceNotifyRegistrationCompleteArgs) String

func (*TalkServiceNotifyRegistrationCompleteArgs) Write

type TalkServiceNotifyRegistrationCompleteResult

type TalkServiceNotifyRegistrationCompleteResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceNotifyRegistrationCompleteResult

func NewTalkServiceNotifyRegistrationCompleteResult() *TalkServiceNotifyRegistrationCompleteResult

func (*TalkServiceNotifyRegistrationCompleteResult) GetE

func (*TalkServiceNotifyRegistrationCompleteResult) IsSetE

func (*TalkServiceNotifyRegistrationCompleteResult) Read

func (*TalkServiceNotifyRegistrationCompleteResult) ReadField1

func (*TalkServiceNotifyRegistrationCompleteResult) String

func (*TalkServiceNotifyRegistrationCompleteResult) Write

type TalkServiceNotifySleepArgs

type TalkServiceNotifySleepArgs struct {
	// unused field # 1
	LastRev int64 `thrift:"lastRev,2" db:"lastRev" json:"lastRev"`
	Badge   int32 `thrift:"badge,3" db:"badge" json:"badge"`
}

Attributes:

  • LastRev
  • Badge

func NewTalkServiceNotifySleepArgs

func NewTalkServiceNotifySleepArgs() *TalkServiceNotifySleepArgs

func (*TalkServiceNotifySleepArgs) GetBadge

func (p *TalkServiceNotifySleepArgs) GetBadge() int32

func (*TalkServiceNotifySleepArgs) GetLastRev

func (p *TalkServiceNotifySleepArgs) GetLastRev() int64

func (*TalkServiceNotifySleepArgs) Read

func (*TalkServiceNotifySleepArgs) ReadField2

func (p *TalkServiceNotifySleepArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceNotifySleepArgs) ReadField3

func (p *TalkServiceNotifySleepArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceNotifySleepArgs) String

func (p *TalkServiceNotifySleepArgs) String() string

func (*TalkServiceNotifySleepArgs) Write

type TalkServiceNotifySleepResult

type TalkServiceNotifySleepResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceNotifySleepResult

func NewTalkServiceNotifySleepResult() *TalkServiceNotifySleepResult

func (*TalkServiceNotifySleepResult) GetE

func (*TalkServiceNotifySleepResult) IsSetE

func (p *TalkServiceNotifySleepResult) IsSetE() bool

func (*TalkServiceNotifySleepResult) Read

func (*TalkServiceNotifySleepResult) ReadField1

func (*TalkServiceNotifySleepResult) String

func (*TalkServiceNotifySleepResult) Write

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) Read

func (*TalkServiceNotifyUpdatedArgs) ReadField2

func (*TalkServiceNotifyUpdatedArgs) ReadField3

func (*TalkServiceNotifyUpdatedArgs) ReadField4

func (*TalkServiceNotifyUpdatedArgs) ReadField5

func (*TalkServiceNotifyUpdatedArgs) String

func (*TalkServiceNotifyUpdatedArgs) Write

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 (*TalkServiceNotifyUpdatedResult) IsSetE

func (*TalkServiceNotifyUpdatedResult) Read

func (*TalkServiceNotifyUpdatedResult) ReadField1

func (*TalkServiceNotifyUpdatedResult) String

func (*TalkServiceNotifyUpdatedResult) Write

type TalkServiceOpenProximityMatchArgs

type TalkServiceOpenProximityMatchArgs struct {
	// unused field # 1
	Location      *Location            `thrift:"location,2" db:"location" json:"location"`
	NetworkStatus *ClientNetworkStatus `thrift:"networkStatus,3" db:"networkStatus" json:"networkStatus"`
}

Attributes:

  • Location
  • NetworkStatus

func NewTalkServiceOpenProximityMatchArgs

func NewTalkServiceOpenProximityMatchArgs() *TalkServiceOpenProximityMatchArgs

func (*TalkServiceOpenProximityMatchArgs) GetLocation

func (p *TalkServiceOpenProximityMatchArgs) GetLocation() *Location

func (*TalkServiceOpenProximityMatchArgs) GetNetworkStatus

func (*TalkServiceOpenProximityMatchArgs) IsSetLocation

func (p *TalkServiceOpenProximityMatchArgs) IsSetLocation() bool

func (*TalkServiceOpenProximityMatchArgs) IsSetNetworkStatus

func (p *TalkServiceOpenProximityMatchArgs) IsSetNetworkStatus() bool

func (*TalkServiceOpenProximityMatchArgs) Read

func (*TalkServiceOpenProximityMatchArgs) ReadField2

func (*TalkServiceOpenProximityMatchArgs) ReadField3

func (*TalkServiceOpenProximityMatchArgs) String

func (*TalkServiceOpenProximityMatchArgs) Write

type TalkServiceOpenProximityMatchResult

type TalkServiceOpenProximityMatchResult 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 NewTalkServiceOpenProximityMatchResult

func NewTalkServiceOpenProximityMatchResult() *TalkServiceOpenProximityMatchResult

func (*TalkServiceOpenProximityMatchResult) GetE

func (*TalkServiceOpenProximityMatchResult) GetSuccess

func (*TalkServiceOpenProximityMatchResult) IsSetE

func (*TalkServiceOpenProximityMatchResult) IsSetSuccess

func (p *TalkServiceOpenProximityMatchResult) IsSetSuccess() bool

func (*TalkServiceOpenProximityMatchResult) Read

func (*TalkServiceOpenProximityMatchResult) ReadField0

func (*TalkServiceOpenProximityMatchResult) ReadField1

func (*TalkServiceOpenProximityMatchResult) String

func (*TalkServiceOpenProximityMatchResult) Write

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 TalkServiceRegisterDeviceWithIdentityCredentialArgs

type TalkServiceRegisterDeviceWithIdentityCredentialArgs struct {
	// unused field # 1
	SessionId                 string           `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
	Identifier                string           `thrift:"identifier,3" db:"identifier" json:"identifier"`
	Verifier                  string           `thrift:"verifier,4" db:"verifier" json:"verifier"`
	Provider                  IdentityProvider `thrift:"provider,5" db:"provider" json:"provider"`
	MigrationPincodeSessionId string           `thrift:"migrationPincodeSessionId,6" db:"migrationPincodeSessionId" json:"migrationPincodeSessionId"`
}

Attributes:

  • SessionId
  • Identifier
  • Verifier
  • Provider
  • MigrationPincodeSessionId

func NewTalkServiceRegisterDeviceWithIdentityCredentialArgs

func NewTalkServiceRegisterDeviceWithIdentityCredentialArgs() *TalkServiceRegisterDeviceWithIdentityCredentialArgs

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) GetIdentifier

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) GetMigrationPincodeSessionId

func (p *TalkServiceRegisterDeviceWithIdentityCredentialArgs) GetMigrationPincodeSessionId() string

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) GetProvider

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) GetSessionId

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) GetVerifier

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) Read

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) ReadField2

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) ReadField3

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) ReadField4

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) ReadField5

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) ReadField6

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) String

func (*TalkServiceRegisterDeviceWithIdentityCredentialArgs) Write

type TalkServiceRegisterDeviceWithIdentityCredentialResult

type TalkServiceRegisterDeviceWithIdentityCredentialResult 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 NewTalkServiceRegisterDeviceWithIdentityCredentialResult

func NewTalkServiceRegisterDeviceWithIdentityCredentialResult() *TalkServiceRegisterDeviceWithIdentityCredentialResult

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) GetE

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) GetSuccess

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) IsSetE

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) IsSetSuccess

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) Read

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) ReadField0

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) ReadField1

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) String

func (*TalkServiceRegisterDeviceWithIdentityCredentialResult) Write

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"`
	EncryptedSharedKeys [][]byte `thrift:"encryptedSharedKeys,6" db:"encryptedSharedKeys" json:"encryptedSharedKeys"`
}

Attributes:

  • KeyVersion
  • ChatMid
  • Members
  • KeyIds
  • EncryptedSharedKeys

func NewTalkServiceRegisterE2EEGroupKeyArgs

func NewTalkServiceRegisterE2EEGroupKeyArgs() *TalkServiceRegisterE2EEGroupKeyArgs

func (*TalkServiceRegisterE2EEGroupKeyArgs) GetChatMid

func (*TalkServiceRegisterE2EEGroupKeyArgs) GetEncryptedSharedKeys

func (p *TalkServiceRegisterE2EEGroupKeyArgs) GetEncryptedSharedKeys() [][]byte

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) Read

func (*TalkServiceRegisterE2EEGroupKeyArgs) ReadField2

func (*TalkServiceRegisterE2EEGroupKeyArgs) ReadField3

func (*TalkServiceRegisterE2EEGroupKeyArgs) ReadField4

func (*TalkServiceRegisterE2EEGroupKeyArgs) ReadField5

func (*TalkServiceRegisterE2EEGroupKeyArgs) ReadField6

func (*TalkServiceRegisterE2EEGroupKeyArgs) String

func (*TalkServiceRegisterE2EEGroupKeyArgs) Write

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 (*TalkServiceRegisterE2EEGroupKeyResult) GetSuccess

func (*TalkServiceRegisterE2EEGroupKeyResult) IsSetE

func (*TalkServiceRegisterE2EEGroupKeyResult) IsSetSuccess

func (p *TalkServiceRegisterE2EEGroupKeyResult) IsSetSuccess() bool

func (*TalkServiceRegisterE2EEGroupKeyResult) Read

func (*TalkServiceRegisterE2EEGroupKeyResult) ReadField0

func (*TalkServiceRegisterE2EEGroupKeyResult) ReadField1

func (*TalkServiceRegisterE2EEGroupKeyResult) String

func (*TalkServiceRegisterE2EEGroupKeyResult) Write

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 (*TalkServiceRegisterE2EEPublicKeyArgs) GetReqSeq

func (*TalkServiceRegisterE2EEPublicKeyArgs) IsSetPublicKey

func (p *TalkServiceRegisterE2EEPublicKeyArgs) IsSetPublicKey() bool

func (*TalkServiceRegisterE2EEPublicKeyArgs) Read

func (*TalkServiceRegisterE2EEPublicKeyArgs) ReadField1

func (*TalkServiceRegisterE2EEPublicKeyArgs) ReadField2

func (*TalkServiceRegisterE2EEPublicKeyArgs) String

func (*TalkServiceRegisterE2EEPublicKeyArgs) Write

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 (*TalkServiceRegisterE2EEPublicKeyResult) GetSuccess

func (*TalkServiceRegisterE2EEPublicKeyResult) IsSetE

func (*TalkServiceRegisterE2EEPublicKeyResult) IsSetSuccess

func (p *TalkServiceRegisterE2EEPublicKeyResult) IsSetSuccess() bool

func (*TalkServiceRegisterE2EEPublicKeyResult) Read

func (*TalkServiceRegisterE2EEPublicKeyResult) ReadField0

func (*TalkServiceRegisterE2EEPublicKeyResult) ReadField1

func (*TalkServiceRegisterE2EEPublicKeyResult) String

func (*TalkServiceRegisterE2EEPublicKeyResult) Write

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) Read

func (*TalkServiceRegisterUseridArgs) ReadField1

func (*TalkServiceRegisterUseridArgs) ReadField2

func (*TalkServiceRegisterUseridArgs) String

func (*TalkServiceRegisterUseridArgs) Write

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 (*TalkServiceRegisterUseridResult) GetSuccess

func (p *TalkServiceRegisterUseridResult) GetSuccess() bool

func (*TalkServiceRegisterUseridResult) IsSetE

func (*TalkServiceRegisterUseridResult) IsSetSuccess

func (p *TalkServiceRegisterUseridResult) IsSetSuccess() bool

func (*TalkServiceRegisterUseridResult) Read

func (*TalkServiceRegisterUseridResult) ReadField0

func (*TalkServiceRegisterUseridResult) ReadField1

func (*TalkServiceRegisterUseridResult) String

func (*TalkServiceRegisterUseridResult) Write

type TalkServiceRegisterWithPhoneNumberArgs

type TalkServiceRegisterWithPhoneNumberArgs struct {
	// unused field # 1
	SessionId                 string `thrift:"sessionId,2" db:"sessionId" json:"sessionId"`
	MigrationPincodeSessionId string `thrift:"migrationPincodeSessionId,3" db:"migrationPincodeSessionId" json:"migrationPincodeSessionId"`
}

Attributes:

  • SessionId
  • MigrationPincodeSessionId

func NewTalkServiceRegisterWithPhoneNumberArgs

func NewTalkServiceRegisterWithPhoneNumberArgs() *TalkServiceRegisterWithPhoneNumberArgs

func (*TalkServiceRegisterWithPhoneNumberArgs) GetMigrationPincodeSessionId

func (p *TalkServiceRegisterWithPhoneNumberArgs) GetMigrationPincodeSessionId() string

func (*TalkServiceRegisterWithPhoneNumberArgs) GetSessionId

func (*TalkServiceRegisterWithPhoneNumberArgs) Read

func (*TalkServiceRegisterWithPhoneNumberArgs) ReadField2

func (*TalkServiceRegisterWithPhoneNumberArgs) ReadField3

func (*TalkServiceRegisterWithPhoneNumberArgs) String

func (*TalkServiceRegisterWithPhoneNumberArgs) Write

type TalkServiceRegisterWithPhoneNumberResult

type TalkServiceRegisterWithPhoneNumberResult struct {
	Success *RegisterWithPhoneNumberResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException                  `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceRegisterWithPhoneNumberResult

func NewTalkServiceRegisterWithPhoneNumberResult() *TalkServiceRegisterWithPhoneNumberResult

func (*TalkServiceRegisterWithPhoneNumberResult) GetE

func (*TalkServiceRegisterWithPhoneNumberResult) GetSuccess

func (*TalkServiceRegisterWithPhoneNumberResult) IsSetE

func (*TalkServiceRegisterWithPhoneNumberResult) IsSetSuccess

func (*TalkServiceRegisterWithPhoneNumberResult) Read

func (*TalkServiceRegisterWithPhoneNumberResult) ReadField0

func (*TalkServiceRegisterWithPhoneNumberResult) ReadField1

func (*TalkServiceRegisterWithPhoneNumberResult) String

func (*TalkServiceRegisterWithPhoneNumberResult) Write

type TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs

type TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs struct {
	// unused field # 1
	SnsIdType                 C60759oi            `thrift:"snsIdType,2" db:"snsIdType" json:"snsIdType"`
	SnsAccessToken            string              `thrift:"snsAccessToken,3" db:"snsAccessToken" json:"snsAccessToken"`
	IdentityCredential        *IdentityCredential `thrift:"identityCredential,4" db:"identityCredential" json:"identityCredential"`
	Region                    string              `thrift:"region,5" db:"region" json:"region"`
	UdidHash                  string              `thrift:"udidHash,6" db:"udidHash" json:"udidHash"`
	DeviceInfo                *DeviceInfo         `thrift:"deviceInfo,7" db:"deviceInfo" json:"deviceInfo"`
	MigrationPincodeSessionId string              `thrift:"migrationPincodeSessionId,8" db:"migrationPincodeSessionId" json:"migrationPincodeSessionId"`
}

Attributes:

  • SnsIdType
  • SnsAccessToken
  • IdentityCredential
  • Region
  • UdidHash
  • DeviceInfo
  • MigrationPincodeSessionId

func NewTalkServiceRegisterWithSnsIdAndIdentityCredentialArgs

func NewTalkServiceRegisterWithSnsIdAndIdentityCredentialArgs() *TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) GetDeviceInfo

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) GetIdentityCredential

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) GetMigrationPincodeSessionId

func (p *TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) GetMigrationPincodeSessionId() string

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) GetRegion

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) GetSnsAccessToken

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) GetSnsIdType

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) GetUdidHash

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) IsSetDeviceInfo

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) IsSetIdentityCredential

func (p *TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) IsSetIdentityCredential() bool

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) Read

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) ReadField2

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) ReadField3

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) ReadField4

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) ReadField5

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) ReadField6

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) ReadField7

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) ReadField8

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) String

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialArgs) Write

type TalkServiceRegisterWithSnsIdAndIdentityCredentialResult

type TalkServiceRegisterWithSnsIdAndIdentityCredentialResult 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 (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) GetE

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) GetSuccess

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) IsSetE

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) IsSetSuccess

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) Read

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) ReadField0

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) ReadField1

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) String

func (*TalkServiceRegisterWithSnsIdAndIdentityCredentialResult) Write

type TalkServiceRegisterWithSnsIdArgs

type TalkServiceRegisterWithSnsIdArgs struct {
	// unused field # 1
	SnsIdType                 C60759oi    `thrift:"snsIdType,2" db:"snsIdType" json:"snsIdType"`
	SnsAccessToken            string      `thrift:"snsAccessToken,3" db:"snsAccessToken" json:"snsAccessToken"`
	Region                    string      `thrift:"region,4" db:"region" json:"region"`
	UdidHash                  string      `thrift:"udidHash,5" db:"udidHash" json:"udidHash"`
	DeviceInfo                *DeviceInfo `thrift:"deviceInfo,6" db:"deviceInfo" json:"deviceInfo"`
	Mid                       string      `thrift:"mid,7" db:"mid" json:"mid"`
	MigrationPincodeSessionId string      `thrift:"migrationPincodeSessionId,8" db:"migrationPincodeSessionId" json:"migrationPincodeSessionId"`
}

Attributes:

  • SnsIdType
  • SnsAccessToken
  • Region
  • UdidHash
  • DeviceInfo
  • Mid
  • MigrationPincodeSessionId

func NewTalkServiceRegisterWithSnsIdArgs

func NewTalkServiceRegisterWithSnsIdArgs() *TalkServiceRegisterWithSnsIdArgs

func (*TalkServiceRegisterWithSnsIdArgs) GetDeviceInfo

func (p *TalkServiceRegisterWithSnsIdArgs) GetDeviceInfo() *DeviceInfo

func (*TalkServiceRegisterWithSnsIdArgs) GetMid

func (*TalkServiceRegisterWithSnsIdArgs) GetMigrationPincodeSessionId

func (p *TalkServiceRegisterWithSnsIdArgs) GetMigrationPincodeSessionId() string

func (*TalkServiceRegisterWithSnsIdArgs) GetRegion

func (*TalkServiceRegisterWithSnsIdArgs) GetSnsAccessToken

func (p *TalkServiceRegisterWithSnsIdArgs) GetSnsAccessToken() string

func (*TalkServiceRegisterWithSnsIdArgs) GetSnsIdType

func (p *TalkServiceRegisterWithSnsIdArgs) GetSnsIdType() C60759oi

func (*TalkServiceRegisterWithSnsIdArgs) GetUdidHash

func (p *TalkServiceRegisterWithSnsIdArgs) GetUdidHash() string

func (*TalkServiceRegisterWithSnsIdArgs) IsSetDeviceInfo

func (p *TalkServiceRegisterWithSnsIdArgs) IsSetDeviceInfo() bool

func (*TalkServiceRegisterWithSnsIdArgs) Read

func (*TalkServiceRegisterWithSnsIdArgs) ReadField2

func (*TalkServiceRegisterWithSnsIdArgs) ReadField3

func (*TalkServiceRegisterWithSnsIdArgs) ReadField4

func (*TalkServiceRegisterWithSnsIdArgs) ReadField5

func (*TalkServiceRegisterWithSnsIdArgs) ReadField6

func (*TalkServiceRegisterWithSnsIdArgs) ReadField7

func (*TalkServiceRegisterWithSnsIdArgs) ReadField8

func (*TalkServiceRegisterWithSnsIdArgs) String

func (*TalkServiceRegisterWithSnsIdArgs) Write

type TalkServiceRegisterWithSnsIdResult

type TalkServiceRegisterWithSnsIdResult struct {
	Success *RegisterWithSnsIdResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException            `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceRegisterWithSnsIdResult

func NewTalkServiceRegisterWithSnsIdResult() *TalkServiceRegisterWithSnsIdResult

func (*TalkServiceRegisterWithSnsIdResult) GetE

func (*TalkServiceRegisterWithSnsIdResult) GetSuccess

func (*TalkServiceRegisterWithSnsIdResult) IsSetE

func (*TalkServiceRegisterWithSnsIdResult) IsSetSuccess

func (p *TalkServiceRegisterWithSnsIdResult) IsSetSuccess() bool

func (*TalkServiceRegisterWithSnsIdResult) Read

func (*TalkServiceRegisterWithSnsIdResult) ReadField0

func (*TalkServiceRegisterWithSnsIdResult) ReadField1

func (*TalkServiceRegisterWithSnsIdResult) String

func (*TalkServiceRegisterWithSnsIdResult) Write

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 (*TalkServiceReissueChatTicketArgs) IsSetRequest

func (p *TalkServiceReissueChatTicketArgs) IsSetRequest() bool

func (*TalkServiceReissueChatTicketArgs) Read

func (*TalkServiceReissueChatTicketArgs) ReadField1

func (*TalkServiceReissueChatTicketArgs) String

func (*TalkServiceReissueChatTicketArgs) Write

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 (*TalkServiceReissueChatTicketResult) GetSuccess

func (*TalkServiceReissueChatTicketResult) IsSetE

func (*TalkServiceReissueChatTicketResult) IsSetSuccess

func (p *TalkServiceReissueChatTicketResult) IsSetSuccess() bool

func (*TalkServiceReissueChatTicketResult) Read

func (*TalkServiceReissueChatTicketResult) ReadField0

func (*TalkServiceReissueChatTicketResult) ReadField1

func (*TalkServiceReissueChatTicketResult) String

func (*TalkServiceReissueChatTicketResult) Write

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 (*TalkServiceRejectChatInvitationArgs) IsSetRequest

func (p *TalkServiceRejectChatInvitationArgs) IsSetRequest() bool

func (*TalkServiceRejectChatInvitationArgs) Read

func (*TalkServiceRejectChatInvitationArgs) ReadField1

func (*TalkServiceRejectChatInvitationArgs) String

func (*TalkServiceRejectChatInvitationArgs) Write

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 (*TalkServiceRejectChatInvitationResult) GetSuccess

func (*TalkServiceRejectChatInvitationResult) IsSetE

func (*TalkServiceRejectChatInvitationResult) IsSetSuccess

func (p *TalkServiceRejectChatInvitationResult) IsSetSuccess() bool

func (*TalkServiceRejectChatInvitationResult) Read

func (*TalkServiceRejectChatInvitationResult) ReadField0

func (*TalkServiceRejectChatInvitationResult) ReadField1

func (*TalkServiceRejectChatInvitationResult) String

func (*TalkServiceRejectChatInvitationResult) Write

type TalkServiceRemoveAllMessagesArgs

type TalkServiceRemoveAllMessagesArgs struct {
	Seq           int32  `thrift:"seq,1" db:"seq" json:"seq"`
	LastMessageId string `thrift:"lastMessageId,2" db:"lastMessageId" json:"lastMessageId"`
}

Attributes:

  • Seq
  • LastMessageId

func NewTalkServiceRemoveAllMessagesArgs

func NewTalkServiceRemoveAllMessagesArgs() *TalkServiceRemoveAllMessagesArgs

func (*TalkServiceRemoveAllMessagesArgs) GetLastMessageId

func (p *TalkServiceRemoveAllMessagesArgs) GetLastMessageId() string

func (*TalkServiceRemoveAllMessagesArgs) GetSeq

func (*TalkServiceRemoveAllMessagesArgs) Read

func (*TalkServiceRemoveAllMessagesArgs) ReadField1

func (*TalkServiceRemoveAllMessagesArgs) ReadField2

func (*TalkServiceRemoveAllMessagesArgs) String

func (*TalkServiceRemoveAllMessagesArgs) Write

type TalkServiceRemoveAllMessagesResult

type TalkServiceRemoveAllMessagesResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceRemoveAllMessagesResult

func NewTalkServiceRemoveAllMessagesResult() *TalkServiceRemoveAllMessagesResult

func (*TalkServiceRemoveAllMessagesResult) GetE

func (*TalkServiceRemoveAllMessagesResult) IsSetE

func (*TalkServiceRemoveAllMessagesResult) Read

func (*TalkServiceRemoveAllMessagesResult) ReadField1

func (*TalkServiceRemoveAllMessagesResult) String

func (*TalkServiceRemoveAllMessagesResult) Write

type TalkServiceRemoveE2EEPublicKeyArgs

type TalkServiceRemoveE2EEPublicKeyArgs struct {
	// unused field # 1
	PublicKey *E2EEPublicKey `thrift:"publicKey,2" db:"publicKey" json:"publicKey"`
}

Attributes:

  • PublicKey

func NewTalkServiceRemoveE2EEPublicKeyArgs

func NewTalkServiceRemoveE2EEPublicKeyArgs() *TalkServiceRemoveE2EEPublicKeyArgs

func (*TalkServiceRemoveE2EEPublicKeyArgs) GetPublicKey

func (*TalkServiceRemoveE2EEPublicKeyArgs) IsSetPublicKey

func (p *TalkServiceRemoveE2EEPublicKeyArgs) IsSetPublicKey() bool

func (*TalkServiceRemoveE2EEPublicKeyArgs) Read

func (*TalkServiceRemoveE2EEPublicKeyArgs) ReadField2

func (*TalkServiceRemoveE2EEPublicKeyArgs) String

func (*TalkServiceRemoveE2EEPublicKeyArgs) Write

type TalkServiceRemoveE2EEPublicKeyResult

type TalkServiceRemoveE2EEPublicKeyResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceRemoveE2EEPublicKeyResult

func NewTalkServiceRemoveE2EEPublicKeyResult() *TalkServiceRemoveE2EEPublicKeyResult

func (*TalkServiceRemoveE2EEPublicKeyResult) GetE

func (*TalkServiceRemoveE2EEPublicKeyResult) IsSetE

func (*TalkServiceRemoveE2EEPublicKeyResult) Read

func (*TalkServiceRemoveE2EEPublicKeyResult) ReadField1

func (*TalkServiceRemoveE2EEPublicKeyResult) String

func (*TalkServiceRemoveE2EEPublicKeyResult) Write

type TalkServiceRemoveFollowerArgs

type TalkServiceRemoveFollowerArgs struct {
	// unused field # 1
	RemoveFollowerRequest *RemoveFollowerRequest `thrift:"removeFollowerRequest,2" db:"removeFollowerRequest" json:"removeFollowerRequest"`
}

Attributes:

  • RemoveFollowerRequest

func NewTalkServiceRemoveFollowerArgs

func NewTalkServiceRemoveFollowerArgs() *TalkServiceRemoveFollowerArgs

func (*TalkServiceRemoveFollowerArgs) GetRemoveFollowerRequest

func (p *TalkServiceRemoveFollowerArgs) GetRemoveFollowerRequest() *RemoveFollowerRequest

func (*TalkServiceRemoveFollowerArgs) IsSetRemoveFollowerRequest

func (p *TalkServiceRemoveFollowerArgs) IsSetRemoveFollowerRequest() bool

func (*TalkServiceRemoveFollowerArgs) Read

func (*TalkServiceRemoveFollowerArgs) ReadField2

func (*TalkServiceRemoveFollowerArgs) String

func (*TalkServiceRemoveFollowerArgs) Write

type TalkServiceRemoveFollowerResult

type TalkServiceRemoveFollowerResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceRemoveFollowerResult

func NewTalkServiceRemoveFollowerResult() *TalkServiceRemoveFollowerResult

func (*TalkServiceRemoveFollowerResult) GetE

func (*TalkServiceRemoveFollowerResult) IsSetE

func (*TalkServiceRemoveFollowerResult) Read

func (*TalkServiceRemoveFollowerResult) ReadField1

func (*TalkServiceRemoveFollowerResult) String

func (*TalkServiceRemoveFollowerResult) Write

type TalkServiceRemoveFriendRequestArgs

type TalkServiceRemoveFriendRequestArgs struct {
	Direction Direction `thrift:"direction,1" db:"direction" json:"direction"`
	MidOrEMid string    `thrift:"midOrEMid,2" db:"midOrEMid" json:"midOrEMid"`
}

Attributes:

  • Direction
  • MidOrEMid

func NewTalkServiceRemoveFriendRequestArgs

func NewTalkServiceRemoveFriendRequestArgs() *TalkServiceRemoveFriendRequestArgs

func (*TalkServiceRemoveFriendRequestArgs) GetDirection

func (*TalkServiceRemoveFriendRequestArgs) GetMidOrEMid

func (p *TalkServiceRemoveFriendRequestArgs) GetMidOrEMid() string

func (*TalkServiceRemoveFriendRequestArgs) Read

func (*TalkServiceRemoveFriendRequestArgs) ReadField1

func (*TalkServiceRemoveFriendRequestArgs) ReadField2

func (*TalkServiceRemoveFriendRequestArgs) String

func (*TalkServiceRemoveFriendRequestArgs) Write

type TalkServiceRemoveFriendRequestResult

type TalkServiceRemoveFriendRequestResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceRemoveFriendRequestResult

func NewTalkServiceRemoveFriendRequestResult() *TalkServiceRemoveFriendRequestResult

func (*TalkServiceRemoveFriendRequestResult) GetE

func (*TalkServiceRemoveFriendRequestResult) IsSetE

func (*TalkServiceRemoveFriendRequestResult) Read

func (*TalkServiceRemoveFriendRequestResult) ReadField1

func (*TalkServiceRemoveFriendRequestResult) String

func (*TalkServiceRemoveFriendRequestResult) Write

type TalkServiceReportDeviceStateArgs

type TalkServiceReportDeviceStateArgs struct {
	// unused field # 1
	BooleanState map[C59122ec]bool   `thrift:"booleanState,2" db:"booleanState" json:"booleanState"`
	StringState  map[C59430gc]string `thrift:"stringState,3" db:"stringState" json:"stringState"`
}

Attributes:

  • BooleanState
  • StringState

func NewTalkServiceReportDeviceStateArgs

func NewTalkServiceReportDeviceStateArgs() *TalkServiceReportDeviceStateArgs

func (*TalkServiceReportDeviceStateArgs) GetBooleanState

func (p *TalkServiceReportDeviceStateArgs) GetBooleanState() map[C59122ec]bool

func (*TalkServiceReportDeviceStateArgs) GetStringState

func (p *TalkServiceReportDeviceStateArgs) GetStringState() map[C59430gc]string

func (*TalkServiceReportDeviceStateArgs) Read

func (*TalkServiceReportDeviceStateArgs) ReadField2

func (*TalkServiceReportDeviceStateArgs) ReadField3

func (*TalkServiceReportDeviceStateArgs) String

func (*TalkServiceReportDeviceStateArgs) Write

type TalkServiceReportDeviceStateResult

type TalkServiceReportDeviceStateResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceReportDeviceStateResult

func NewTalkServiceReportDeviceStateResult() *TalkServiceReportDeviceStateResult

func (*TalkServiceReportDeviceStateResult) GetE

func (*TalkServiceReportDeviceStateResult) IsSetE

func (*TalkServiceReportDeviceStateResult) Read

func (*TalkServiceReportDeviceStateResult) ReadField1

func (*TalkServiceReportDeviceStateResult) String

func (*TalkServiceReportDeviceStateResult) Write

type TalkServiceReportProfileArgs

type TalkServiceReportProfileArgs struct {
	// unused field # 1
	SyncOpRevision int64    `thrift:"syncOpRevision,2" db:"syncOpRevision" json:"syncOpRevision"`
	Profile        *Profile `thrift:"profile,3" db:"profile" json:"profile"`
}

Attributes:

  • SyncOpRevision
  • Profile

func NewTalkServiceReportProfileArgs

func NewTalkServiceReportProfileArgs() *TalkServiceReportProfileArgs

func (*TalkServiceReportProfileArgs) GetProfile

func (p *TalkServiceReportProfileArgs) GetProfile() *Profile

func (*TalkServiceReportProfileArgs) GetSyncOpRevision

func (p *TalkServiceReportProfileArgs) GetSyncOpRevision() int64

func (*TalkServiceReportProfileArgs) IsSetProfile

func (p *TalkServiceReportProfileArgs) IsSetProfile() bool

func (*TalkServiceReportProfileArgs) Read

func (*TalkServiceReportProfileArgs) ReadField2

func (*TalkServiceReportProfileArgs) ReadField3

func (*TalkServiceReportProfileArgs) String

func (*TalkServiceReportProfileArgs) Write

type TalkServiceReportProfileResult

type TalkServiceReportProfileResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceReportProfileResult

func NewTalkServiceReportProfileResult() *TalkServiceReportProfileResult

func (*TalkServiceReportProfileResult) GetE

func (*TalkServiceReportProfileResult) IsSetE

func (*TalkServiceReportProfileResult) Read

func (*TalkServiceReportProfileResult) ReadField1

func (*TalkServiceReportProfileResult) String

func (*TalkServiceReportProfileResult) Write

type TalkServiceReportPushRecvReportsArgs

type TalkServiceReportPushRecvReportsArgs struct {
	ReqSeq          int32             `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	PushRecvReports []*PushRecvReport `thrift:"pushRecvReports,2" db:"pushRecvReports" json:"pushRecvReports"`
}

Attributes:

  • ReqSeq
  • PushRecvReports

func NewTalkServiceReportPushRecvReportsArgs

func NewTalkServiceReportPushRecvReportsArgs() *TalkServiceReportPushRecvReportsArgs

func (*TalkServiceReportPushRecvReportsArgs) GetPushRecvReports

func (p *TalkServiceReportPushRecvReportsArgs) GetPushRecvReports() []*PushRecvReport

func (*TalkServiceReportPushRecvReportsArgs) GetReqSeq

func (*TalkServiceReportPushRecvReportsArgs) Read

func (*TalkServiceReportPushRecvReportsArgs) ReadField1

func (*TalkServiceReportPushRecvReportsArgs) ReadField2

func (*TalkServiceReportPushRecvReportsArgs) String

func (*TalkServiceReportPushRecvReportsArgs) Write

type TalkServiceReportPushRecvReportsResult

type TalkServiceReportPushRecvReportsResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceReportPushRecvReportsResult

func NewTalkServiceReportPushRecvReportsResult() *TalkServiceReportPushRecvReportsResult

func (*TalkServiceReportPushRecvReportsResult) GetE

func (*TalkServiceReportPushRecvReportsResult) IsSetE

func (*TalkServiceReportPushRecvReportsResult) Read

func (*TalkServiceReportPushRecvReportsResult) ReadField1

func (*TalkServiceReportPushRecvReportsResult) String

func (*TalkServiceReportPushRecvReportsResult) Write

type TalkServiceReportSettingsArgs

type TalkServiceReportSettingsArgs struct {
	// unused field # 1
	SyncOpRevision int64     `thrift:"syncOpRevision,2" db:"syncOpRevision" json:"syncOpRevision"`
	Settings       *Settings `thrift:"settings,3" db:"settings" json:"settings"`
}

Attributes:

  • SyncOpRevision
  • Settings

func NewTalkServiceReportSettingsArgs

func NewTalkServiceReportSettingsArgs() *TalkServiceReportSettingsArgs

func (*TalkServiceReportSettingsArgs) GetSettings

func (p *TalkServiceReportSettingsArgs) GetSettings() *Settings

func (*TalkServiceReportSettingsArgs) GetSyncOpRevision

func (p *TalkServiceReportSettingsArgs) GetSyncOpRevision() int64

func (*TalkServiceReportSettingsArgs) IsSetSettings

func (p *TalkServiceReportSettingsArgs) IsSetSettings() bool

func (*TalkServiceReportSettingsArgs) Read

func (*TalkServiceReportSettingsArgs) ReadField2

func (*TalkServiceReportSettingsArgs) ReadField3

func (*TalkServiceReportSettingsArgs) String

func (*TalkServiceReportSettingsArgs) Write

type TalkServiceReportSettingsResult

type TalkServiceReportSettingsResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceReportSettingsResult

func NewTalkServiceReportSettingsResult() *TalkServiceReportSettingsResult

func (*TalkServiceReportSettingsResult) GetE

func (*TalkServiceReportSettingsResult) IsSetE

func (*TalkServiceReportSettingsResult) Read

func (*TalkServiceReportSettingsResult) ReadField1

func (*TalkServiceReportSettingsResult) String

func (*TalkServiceReportSettingsResult) Write

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:

  • Identifier
  • Provider
  • Locale

func NewTalkServiceRequestAccountPasswordResetArgs

func NewTalkServiceRequestAccountPasswordResetArgs() *TalkServiceRequestAccountPasswordResetArgs

func (*TalkServiceRequestAccountPasswordResetArgs) GetIdentifier

func (*TalkServiceRequestAccountPasswordResetArgs) GetLocale

func (*TalkServiceRequestAccountPasswordResetArgs) GetProvider

func (*TalkServiceRequestAccountPasswordResetArgs) Read

func (*TalkServiceRequestAccountPasswordResetArgs) ReadField2

func (*TalkServiceRequestAccountPasswordResetArgs) ReadField4

func (*TalkServiceRequestAccountPasswordResetArgs) ReadField5

func (*TalkServiceRequestAccountPasswordResetArgs) String

func (*TalkServiceRequestAccountPasswordResetArgs) Write

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 (*TalkServiceRequestAccountPasswordResetResult) IsSetE

func (*TalkServiceRequestAccountPasswordResetResult) Read

func (*TalkServiceRequestAccountPasswordResetResult) ReadField1

func (*TalkServiceRequestAccountPasswordResetResult) String

func (*TalkServiceRequestAccountPasswordResetResult) Write

type TalkServiceRequestResendMessageArgs

type TalkServiceRequestResendMessageArgs struct {
	ReqSeq    int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	SenderMid string `thrift:"senderMid,2" db:"senderMid" json:"senderMid"`
	MessageId string `thrift:"messageId,3" db:"messageId" json:"messageId"`
}

Attributes:

  • ReqSeq
  • SenderMid
  • MessageId

func NewTalkServiceRequestResendMessageArgs

func NewTalkServiceRequestResendMessageArgs() *TalkServiceRequestResendMessageArgs

func (*TalkServiceRequestResendMessageArgs) GetMessageId

func (p *TalkServiceRequestResendMessageArgs) GetMessageId() string

func (*TalkServiceRequestResendMessageArgs) GetReqSeq

func (*TalkServiceRequestResendMessageArgs) GetSenderMid

func (p *TalkServiceRequestResendMessageArgs) GetSenderMid() string

func (*TalkServiceRequestResendMessageArgs) Read

func (*TalkServiceRequestResendMessageArgs) ReadField1

func (*TalkServiceRequestResendMessageArgs) ReadField2

func (*TalkServiceRequestResendMessageArgs) ReadField3

func (*TalkServiceRequestResendMessageArgs) String

func (*TalkServiceRequestResendMessageArgs) Write

type TalkServiceRequestResendMessageResult

type TalkServiceRequestResendMessageResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceRequestResendMessageResult

func NewTalkServiceRequestResendMessageResult() *TalkServiceRequestResendMessageResult

func (*TalkServiceRequestResendMessageResult) GetE

func (*TalkServiceRequestResendMessageResult) IsSetE

func (*TalkServiceRequestResendMessageResult) Read

func (*TalkServiceRequestResendMessageResult) ReadField1

func (*TalkServiceRequestResendMessageResult) String

func (*TalkServiceRequestResendMessageResult) Write

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) Read

func (*TalkServiceResendPinCodeArgs) ReadField2

func (*TalkServiceResendPinCodeArgs) String

func (*TalkServiceResendPinCodeArgs) Write

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 (*TalkServiceResendPinCodeResult) IsSetE

func (*TalkServiceResendPinCodeResult) Read

func (*TalkServiceResendPinCodeResult) ReadField1

func (*TalkServiceResendPinCodeResult) String

func (*TalkServiceResendPinCodeResult) Write

type TalkServiceRespondE2EEKeyExchangeArgs

type TalkServiceRespondE2EEKeyExchangeArgs struct {
	ReqSeq            int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	EncryptedKeyChain []byte `thrift:"encryptedKeyChain,2" db:"encryptedKeyChain" json:"encryptedKeyChain"`
	HashKeyChain      []byte `thrift:"hashKeyChain,3" db:"hashKeyChain" json:"hashKeyChain"`
}

Attributes:

  • ReqSeq
  • EncryptedKeyChain
  • HashKeyChain

func NewTalkServiceRespondE2EEKeyExchangeArgs

func NewTalkServiceRespondE2EEKeyExchangeArgs() *TalkServiceRespondE2EEKeyExchangeArgs

func (*TalkServiceRespondE2EEKeyExchangeArgs) GetEncryptedKeyChain

func (p *TalkServiceRespondE2EEKeyExchangeArgs) GetEncryptedKeyChain() []byte

func (*TalkServiceRespondE2EEKeyExchangeArgs) GetHashKeyChain

func (p *TalkServiceRespondE2EEKeyExchangeArgs) GetHashKeyChain() []byte

func (*TalkServiceRespondE2EEKeyExchangeArgs) GetReqSeq

func (*TalkServiceRespondE2EEKeyExchangeArgs) Read

func (*TalkServiceRespondE2EEKeyExchangeArgs) ReadField1

func (*TalkServiceRespondE2EEKeyExchangeArgs) ReadField2

func (*TalkServiceRespondE2EEKeyExchangeArgs) ReadField3

func (*TalkServiceRespondE2EEKeyExchangeArgs) String

func (*TalkServiceRespondE2EEKeyExchangeArgs) Write

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 (*TalkServiceRespondE2EEKeyExchangeResult) IsSetE

func (*TalkServiceRespondE2EEKeyExchangeResult) Read

func (*TalkServiceRespondE2EEKeyExchangeResult) ReadField1

func (*TalkServiceRespondE2EEKeyExchangeResult) String

func (*TalkServiceRespondE2EEKeyExchangeResult) Write

type TalkServiceRespondResendMessageArgs

type TalkServiceRespondResendMessageArgs struct {
	ReqSeq            int32             `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	ReceiverMid       string            `thrift:"receiverMid,2" db:"receiverMid" json:"receiverMid"`
	OriginalMessageId string            `thrift:"originalMessageId,3" db:"originalMessageId" json:"originalMessageId"`
	ResendMessage     *Message          `thrift:"resendMessage,4" db:"resendMessage" json:"resendMessage"`
	ErrorCode         TalkExceptionCode `thrift:"errorCode,5" db:"errorCode" json:"errorCode"`
}

Attributes:

  • ReqSeq
  • ReceiverMid
  • OriginalMessageId
  • ResendMessage
  • ErrorCode

func NewTalkServiceRespondResendMessageArgs

func NewTalkServiceRespondResendMessageArgs() *TalkServiceRespondResendMessageArgs

func (*TalkServiceRespondResendMessageArgs) GetErrorCode

func (*TalkServiceRespondResendMessageArgs) GetOriginalMessageId

func (p *TalkServiceRespondResendMessageArgs) GetOriginalMessageId() string

func (*TalkServiceRespondResendMessageArgs) GetReceiverMid

func (p *TalkServiceRespondResendMessageArgs) GetReceiverMid() string

func (*TalkServiceRespondResendMessageArgs) GetReqSeq

func (*TalkServiceRespondResendMessageArgs) GetResendMessage

func (p *TalkServiceRespondResendMessageArgs) GetResendMessage() *Message

func (*TalkServiceRespondResendMessageArgs) IsSetResendMessage

func (p *TalkServiceRespondResendMessageArgs) IsSetResendMessage() bool

func (*TalkServiceRespondResendMessageArgs) Read

func (*TalkServiceRespondResendMessageArgs) ReadField1

func (*TalkServiceRespondResendMessageArgs) ReadField2

func (*TalkServiceRespondResendMessageArgs) ReadField3

func (*TalkServiceRespondResendMessageArgs) ReadField4

func (*TalkServiceRespondResendMessageArgs) ReadField5

func (*TalkServiceRespondResendMessageArgs) String

func (*TalkServiceRespondResendMessageArgs) Write

type TalkServiceRespondResendMessageResult

type TalkServiceRespondResendMessageResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceRespondResendMessageResult

func NewTalkServiceRespondResendMessageResult() *TalkServiceRespondResendMessageResult

func (*TalkServiceRespondResendMessageResult) GetE

func (*TalkServiceRespondResendMessageResult) IsSetE

func (*TalkServiceRespondResendMessageResult) Read

func (*TalkServiceRespondResendMessageResult) ReadField1

func (*TalkServiceRespondResendMessageResult) String

func (*TalkServiceRespondResendMessageResult) Write

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     int32  `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 (*TalkServiceSendChatCheckedArgs) GetSessionId

func (p *TalkServiceSendChatCheckedArgs) GetSessionId() int32

func (*TalkServiceSendChatCheckedArgs) Read

func (*TalkServiceSendChatCheckedArgs) ReadField1

func (*TalkServiceSendChatCheckedArgs) ReadField2

func (*TalkServiceSendChatCheckedArgs) ReadField3

func (*TalkServiceSendChatCheckedArgs) ReadField4

func (*TalkServiceSendChatCheckedArgs) String

func (*TalkServiceSendChatCheckedArgs) Write

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 (*TalkServiceSendChatCheckedResult) IsSetE

func (*TalkServiceSendChatCheckedResult) Read

func (*TalkServiceSendChatCheckedResult) ReadField1

func (*TalkServiceSendChatCheckedResult) String

func (*TalkServiceSendChatCheckedResult) Write

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     int32  `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 (*TalkServiceSendChatRemovedArgs) GetSessionId

func (p *TalkServiceSendChatRemovedArgs) GetSessionId() int32

func (*TalkServiceSendChatRemovedArgs) Read

func (*TalkServiceSendChatRemovedArgs) ReadField1

func (*TalkServiceSendChatRemovedArgs) ReadField2

func (*TalkServiceSendChatRemovedArgs) ReadField3

func (*TalkServiceSendChatRemovedArgs) ReadField4

func (*TalkServiceSendChatRemovedArgs) String

func (*TalkServiceSendChatRemovedArgs) Write

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 (*TalkServiceSendChatRemovedResult) IsSetE

func (*TalkServiceSendChatRemovedResult) Read

func (*TalkServiceSendChatRemovedResult) ReadField1

func (*TalkServiceSendChatRemovedResult) String

func (*TalkServiceSendChatRemovedResult) Write

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) Read

func (*TalkServiceSendEchoPushArgs) ReadField2

func (*TalkServiceSendEchoPushArgs) String

func (p *TalkServiceSendEchoPushArgs) String() string

func (*TalkServiceSendEchoPushArgs) Write

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 (*TalkServiceSendEchoPushResult) IsSetE

func (p *TalkServiceSendEchoPushResult) IsSetE() bool

func (*TalkServiceSendEchoPushResult) Read

func (*TalkServiceSendEchoPushResult) ReadField1

func (*TalkServiceSendEchoPushResult) String

func (*TalkServiceSendEchoPushResult) Write

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) Read

func (*TalkServiceSendMessageArgs) ReadField1

func (p *TalkServiceSendMessageArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceSendMessageArgs) ReadField2

func (p *TalkServiceSendMessageArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceSendMessageArgs) String

func (p *TalkServiceSendMessageArgs) String() string

func (*TalkServiceSendMessageArgs) Write

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 (*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) Read

func (*TalkServiceSendMessageResult) ReadField0

func (*TalkServiceSendMessageResult) ReadField1

func (*TalkServiceSendMessageResult) String

func (*TalkServiceSendMessageResult) Write

type TalkServiceSendPostbackArgs

type TalkServiceSendPostbackArgs struct {
	// unused field # 1
	Request *SendPostbackRequest `thrift:"request,2" db:"request" json:"request"`
}

Attributes:

  • Request

func NewTalkServiceSendPostbackArgs

func NewTalkServiceSendPostbackArgs() *TalkServiceSendPostbackArgs

func (*TalkServiceSendPostbackArgs) GetRequest

func (*TalkServiceSendPostbackArgs) IsSetRequest

func (p *TalkServiceSendPostbackArgs) IsSetRequest() bool

func (*TalkServiceSendPostbackArgs) Read

func (*TalkServiceSendPostbackArgs) ReadField2

func (*TalkServiceSendPostbackArgs) String

func (p *TalkServiceSendPostbackArgs) String() string

func (*TalkServiceSendPostbackArgs) Write

type TalkServiceSendPostbackResult

type TalkServiceSendPostbackResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceSendPostbackResult

func NewTalkServiceSendPostbackResult() *TalkServiceSendPostbackResult

func (*TalkServiceSendPostbackResult) GetE

func (*TalkServiceSendPostbackResult) IsSetE

func (p *TalkServiceSendPostbackResult) IsSetE() bool

func (*TalkServiceSendPostbackResult) Read

func (*TalkServiceSendPostbackResult) ReadField1

func (*TalkServiceSendPostbackResult) String

func (*TalkServiceSendPostbackResult) Write

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 (*TalkServiceSetNotificationsEnabledArgs) GetTarget

func (*TalkServiceSetNotificationsEnabledArgs) GetType

func (*TalkServiceSetNotificationsEnabledArgs) Read

func (*TalkServiceSetNotificationsEnabledArgs) ReadField1

func (*TalkServiceSetNotificationsEnabledArgs) ReadField2

func (*TalkServiceSetNotificationsEnabledArgs) ReadField3

func (*TalkServiceSetNotificationsEnabledArgs) ReadField4

func (*TalkServiceSetNotificationsEnabledArgs) String

func (*TalkServiceSetNotificationsEnabledArgs) Write

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 (*TalkServiceSetNotificationsEnabledResult) IsSetE

func (*TalkServiceSetNotificationsEnabledResult) Read

func (*TalkServiceSetNotificationsEnabledResult) ReadField1

func (*TalkServiceSetNotificationsEnabledResult) String

func (*TalkServiceSetNotificationsEnabledResult) Write

type TalkServiceStartUpdateVerificationArgs

type TalkServiceStartUpdateVerificationArgs struct {
	// unused field # 1
	Region      string      `thrift:"region,2" db:"region" json:"region"`
	Carrier     Carrier     `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 (*TalkServiceStartUpdateVerificationArgs) GetDeviceInfo

func (*TalkServiceStartUpdateVerificationArgs) GetLocale

func (*TalkServiceStartUpdateVerificationArgs) GetNetworkCode

func (p *TalkServiceStartUpdateVerificationArgs) GetNetworkCode() string

func (*TalkServiceStartUpdateVerificationArgs) GetPhone

func (*TalkServiceStartUpdateVerificationArgs) GetRegion

func (*TalkServiceStartUpdateVerificationArgs) GetSimInfo

func (*TalkServiceStartUpdateVerificationArgs) GetUdidHash

func (*TalkServiceStartUpdateVerificationArgs) IsSetDeviceInfo

func (p *TalkServiceStartUpdateVerificationArgs) IsSetDeviceInfo() bool

func (*TalkServiceStartUpdateVerificationArgs) IsSetSimInfo

func (p *TalkServiceStartUpdateVerificationArgs) IsSetSimInfo() bool

func (*TalkServiceStartUpdateVerificationArgs) Read

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 (*TalkServiceStartUpdateVerificationArgs) Write

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 (*TalkServiceStartUpdateVerificationResult) GetSuccess

func (*TalkServiceStartUpdateVerificationResult) IsSetE

func (*TalkServiceStartUpdateVerificationResult) IsSetSuccess

func (*TalkServiceStartUpdateVerificationResult) Read

func (*TalkServiceStartUpdateVerificationResult) ReadField0

func (*TalkServiceStartUpdateVerificationResult) ReadField1

func (*TalkServiceStartUpdateVerificationResult) String

func (*TalkServiceStartUpdateVerificationResult) Write

type TalkServiceStartVerificationArgs

type TalkServiceStartVerificationArgs struct {
	// unused field # 1
	Region      string      `thrift:"region,2" db:"region" json:"region"`
	Carrier     Carrier     `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"`
	Mid         string      `thrift:"mid,8" db:"mid" json:"mid"`
	Locale      string      `thrift:"locale,9" db:"locale" json:"locale"`
	SimInfo     *SIMInfo    `thrift:"simInfo,10" db:"simInfo" json:"simInfo"`
	OldUdidHash string      `thrift:"oldUdidHash,11" db:"oldUdidHash" json:"oldUdidHash"`
}

Attributes:

  • Region
  • Carrier
  • Phone
  • UdidHash
  • DeviceInfo
  • NetworkCode
  • Mid
  • Locale
  • SimInfo
  • OldUdidHash

func NewTalkServiceStartVerificationArgs

func NewTalkServiceStartVerificationArgs() *TalkServiceStartVerificationArgs

func (*TalkServiceStartVerificationArgs) GetCarrier

func (p *TalkServiceStartVerificationArgs) GetCarrier() Carrier

func (*TalkServiceStartVerificationArgs) GetDeviceInfo

func (p *TalkServiceStartVerificationArgs) GetDeviceInfo() *DeviceInfo

func (*TalkServiceStartVerificationArgs) GetLocale

func (*TalkServiceStartVerificationArgs) GetMid

func (*TalkServiceStartVerificationArgs) GetNetworkCode

func (p *TalkServiceStartVerificationArgs) GetNetworkCode() string

func (*TalkServiceStartVerificationArgs) GetOldUdidHash

func (p *TalkServiceStartVerificationArgs) GetOldUdidHash() string

func (*TalkServiceStartVerificationArgs) GetPhone

func (*TalkServiceStartVerificationArgs) GetRegion

func (*TalkServiceStartVerificationArgs) GetSimInfo

func (p *TalkServiceStartVerificationArgs) GetSimInfo() *SIMInfo

func (*TalkServiceStartVerificationArgs) GetUdidHash

func (p *TalkServiceStartVerificationArgs) GetUdidHash() string

func (*TalkServiceStartVerificationArgs) IsSetDeviceInfo

func (p *TalkServiceStartVerificationArgs) IsSetDeviceInfo() bool

func (*TalkServiceStartVerificationArgs) IsSetSimInfo

func (p *TalkServiceStartVerificationArgs) IsSetSimInfo() bool

func (*TalkServiceStartVerificationArgs) Read

func (*TalkServiceStartVerificationArgs) ReadField10

func (*TalkServiceStartVerificationArgs) ReadField11

func (*TalkServiceStartVerificationArgs) ReadField2

func (*TalkServiceStartVerificationArgs) ReadField3

func (*TalkServiceStartVerificationArgs) ReadField4

func (*TalkServiceStartVerificationArgs) ReadField5

func (*TalkServiceStartVerificationArgs) ReadField6

func (*TalkServiceStartVerificationArgs) ReadField7

func (*TalkServiceStartVerificationArgs) ReadField8

func (*TalkServiceStartVerificationArgs) ReadField9

func (*TalkServiceStartVerificationArgs) String

func (*TalkServiceStartVerificationArgs) Write

type TalkServiceStartVerificationResult

type TalkServiceStartVerificationResult 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 NewTalkServiceStartVerificationResult

func NewTalkServiceStartVerificationResult() *TalkServiceStartVerificationResult

func (*TalkServiceStartVerificationResult) GetE

func (*TalkServiceStartVerificationResult) GetSuccess

func (*TalkServiceStartVerificationResult) IsSetE

func (*TalkServiceStartVerificationResult) IsSetSuccess

func (p *TalkServiceStartVerificationResult) IsSetSuccess() bool

func (*TalkServiceStartVerificationResult) Read

func (*TalkServiceStartVerificationResult) ReadField0

func (*TalkServiceStartVerificationResult) ReadField1

func (*TalkServiceStartVerificationResult) String

func (*TalkServiceStartVerificationResult) Write

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) Read

func (*TalkServiceSyncContactsArgs) ReadField1

func (*TalkServiceSyncContactsArgs) ReadField2

func (*TalkServiceSyncContactsArgs) String

func (p *TalkServiceSyncContactsArgs) String() string

func (*TalkServiceSyncContactsArgs) Write

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 (*TalkServiceSyncContactsResult) GetSuccess

func (*TalkServiceSyncContactsResult) IsSetE

func (p *TalkServiceSyncContactsResult) IsSetE() bool

func (*TalkServiceSyncContactsResult) IsSetSuccess

func (p *TalkServiceSyncContactsResult) IsSetSuccess() bool

func (*TalkServiceSyncContactsResult) Read

func (*TalkServiceSyncContactsResult) ReadField0

func (*TalkServiceSyncContactsResult) ReadField1

func (*TalkServiceSyncContactsResult) String

func (*TalkServiceSyncContactsResult) Write

type TalkServiceTryFriendRequestArgs

type TalkServiceTryFriendRequestArgs struct {
	MidOrEMid           string              `thrift:"midOrEMid,1" db:"midOrEMid" json:"midOrEMid"`
	Method              FriendRequestMethod `thrift:"method,2" db:"method" json:"method"`
	FriendRequestParams string              `thrift:"friendRequestParams,3" db:"friendRequestParams" json:"friendRequestParams"`
}

Attributes:

  • MidOrEMid
  • Method
  • FriendRequestParams

func NewTalkServiceTryFriendRequestArgs

func NewTalkServiceTryFriendRequestArgs() *TalkServiceTryFriendRequestArgs

func (*TalkServiceTryFriendRequestArgs) GetFriendRequestParams

func (p *TalkServiceTryFriendRequestArgs) GetFriendRequestParams() string

func (*TalkServiceTryFriendRequestArgs) GetMethod

func (*TalkServiceTryFriendRequestArgs) GetMidOrEMid

func (p *TalkServiceTryFriendRequestArgs) GetMidOrEMid() string

func (*TalkServiceTryFriendRequestArgs) Read

func (*TalkServiceTryFriendRequestArgs) ReadField1

func (*TalkServiceTryFriendRequestArgs) ReadField2

func (*TalkServiceTryFriendRequestArgs) ReadField3

func (*TalkServiceTryFriendRequestArgs) String

func (*TalkServiceTryFriendRequestArgs) Write

type TalkServiceTryFriendRequestResult

type TalkServiceTryFriendRequestResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceTryFriendRequestResult

func NewTalkServiceTryFriendRequestResult() *TalkServiceTryFriendRequestResult

func (*TalkServiceTryFriendRequestResult) GetE

func (*TalkServiceTryFriendRequestResult) IsSetE

func (*TalkServiceTryFriendRequestResult) Read

func (*TalkServiceTryFriendRequestResult) ReadField1

func (*TalkServiceTryFriendRequestResult) String

func (*TalkServiceTryFriendRequestResult) Write

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 (*TalkServiceUnblockContactArgs) GetReference

func (p *TalkServiceUnblockContactArgs) GetReference() string

func (*TalkServiceUnblockContactArgs) GetReqSeq

func (p *TalkServiceUnblockContactArgs) GetReqSeq() int32

func (*TalkServiceUnblockContactArgs) Read

func (*TalkServiceUnblockContactArgs) ReadField1

func (*TalkServiceUnblockContactArgs) ReadField2

func (*TalkServiceUnblockContactArgs) ReadField3

func (*TalkServiceUnblockContactArgs) String

func (*TalkServiceUnblockContactArgs) Write

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 (*TalkServiceUnblockContactResult) IsSetE

func (*TalkServiceUnblockContactResult) Read

func (*TalkServiceUnblockContactResult) ReadField1

func (*TalkServiceUnblockContactResult) String

func (*TalkServiceUnblockContactResult) Write

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 (*TalkServiceUnblockRecommendationArgs) GetReqSeq

func (*TalkServiceUnblockRecommendationArgs) Read

func (*TalkServiceUnblockRecommendationArgs) ReadField1

func (*TalkServiceUnblockRecommendationArgs) ReadField2

func (*TalkServiceUnblockRecommendationArgs) String

func (*TalkServiceUnblockRecommendationArgs) Write

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 (*TalkServiceUnblockRecommendationResult) IsSetE

func (*TalkServiceUnblockRecommendationResult) Read

func (*TalkServiceUnblockRecommendationResult) ReadField1

func (*TalkServiceUnblockRecommendationResult) String

func (*TalkServiceUnblockRecommendationResult) Write

type TalkServiceUnfollowArgs

type TalkServiceUnfollowArgs struct {
	// unused field # 1
	UnfollowRequest *UnfollowRequest `thrift:"unfollowRequest,2" db:"unfollowRequest" json:"unfollowRequest"`
}

Attributes:

  • UnfollowRequest

func NewTalkServiceUnfollowArgs

func NewTalkServiceUnfollowArgs() *TalkServiceUnfollowArgs

func (*TalkServiceUnfollowArgs) GetUnfollowRequest

func (p *TalkServiceUnfollowArgs) GetUnfollowRequest() *UnfollowRequest

func (*TalkServiceUnfollowArgs) IsSetUnfollowRequest

func (p *TalkServiceUnfollowArgs) IsSetUnfollowRequest() bool

func (*TalkServiceUnfollowArgs) Read

func (*TalkServiceUnfollowArgs) ReadField2

func (p *TalkServiceUnfollowArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceUnfollowArgs) String

func (p *TalkServiceUnfollowArgs) String() string

func (*TalkServiceUnfollowArgs) Write

type TalkServiceUnfollowResult

type TalkServiceUnfollowResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUnfollowResult

func NewTalkServiceUnfollowResult() *TalkServiceUnfollowResult

func (*TalkServiceUnfollowResult) GetE

func (*TalkServiceUnfollowResult) IsSetE

func (p *TalkServiceUnfollowResult) IsSetE() bool

func (*TalkServiceUnfollowResult) Read

func (*TalkServiceUnfollowResult) ReadField1

func (p *TalkServiceUnfollowResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceUnfollowResult) String

func (p *TalkServiceUnfollowResult) String() string

func (*TalkServiceUnfollowResult) Write

type TalkServiceUnregisterUserAndDeviceArgs

type TalkServiceUnregisterUserAndDeviceArgs struct {
}

func NewTalkServiceUnregisterUserAndDeviceArgs

func NewTalkServiceUnregisterUserAndDeviceArgs() *TalkServiceUnregisterUserAndDeviceArgs

func (*TalkServiceUnregisterUserAndDeviceArgs) Read

func (*TalkServiceUnregisterUserAndDeviceArgs) String

func (*TalkServiceUnregisterUserAndDeviceArgs) Write

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 (*TalkServiceUnregisterUserAndDeviceResult) GetSuccess

func (*TalkServiceUnregisterUserAndDeviceResult) IsSetE

func (*TalkServiceUnregisterUserAndDeviceResult) IsSetSuccess

func (*TalkServiceUnregisterUserAndDeviceResult) Read

func (*TalkServiceUnregisterUserAndDeviceResult) ReadField0

func (*TalkServiceUnregisterUserAndDeviceResult) ReadField1

func (*TalkServiceUnregisterUserAndDeviceResult) String

func (*TalkServiceUnregisterUserAndDeviceResult) Write

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) Read

func (*TalkServiceUnsendMessageArgs) ReadField1

func (*TalkServiceUnsendMessageArgs) ReadField2

func (*TalkServiceUnsendMessageArgs) String

func (*TalkServiceUnsendMessageArgs) Write

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 (*TalkServiceUnsendMessageResult) IsSetE

func (*TalkServiceUnsendMessageResult) Read

func (*TalkServiceUnsendMessageResult) ReadField1

func (*TalkServiceUnsendMessageResult) String

func (*TalkServiceUnsendMessageResult) Write

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) Read

func (*TalkServiceUpdateAccountMigrationPincodeArgs) ReadField2

func (*TalkServiceUpdateAccountMigrationPincodeArgs) String

func (*TalkServiceUpdateAccountMigrationPincodeArgs) Write

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 (*TalkServiceUpdateAccountMigrationPincodeResult) IsSetE

func (*TalkServiceUpdateAccountMigrationPincodeResult) Read

func (*TalkServiceUpdateAccountMigrationPincodeResult) ReadField1

func (*TalkServiceUpdateAccountMigrationPincodeResult) String

func (*TalkServiceUpdateAccountMigrationPincodeResult) Write

type TalkServiceUpdateAndGetNearbyArgs

type TalkServiceUpdateAndGetNearbyArgs struct {
	// unused field # 1
	Latitude                float64              `thrift:"latitude,2" db:"latitude" json:"latitude"`
	Longitude               float64              `thrift:"longitude,3" db:"longitude" json:"longitude"`
	Accuracy                *GeolocationAccuracy `thrift:"accuracy,4" db:"accuracy" json:"accuracy"`
	NetworkStatus           *ClientNetworkStatus `thrift:"networkStatus,5" db:"networkStatus" json:"networkStatus"`
	AltitudeMeters          float64              `thrift:"altitudeMeters,6" db:"altitudeMeters" json:"altitudeMeters"`
	VelocityMetersPerSecond float64              `thrift:"velocityMetersPerSecond,7" db:"velocityMetersPerSecond" json:"velocityMetersPerSecond"`
	BearingDegrees          float64              `thrift:"bearingDegrees,8" db:"bearingDegrees" json:"bearingDegrees"`
}

Attributes:

  • Latitude
  • Longitude
  • Accuracy
  • NetworkStatus
  • AltitudeMeters
  • VelocityMetersPerSecond
  • BearingDegrees

func NewTalkServiceUpdateAndGetNearbyArgs

func NewTalkServiceUpdateAndGetNearbyArgs() *TalkServiceUpdateAndGetNearbyArgs

func (*TalkServiceUpdateAndGetNearbyArgs) GetAccuracy

func (*TalkServiceUpdateAndGetNearbyArgs) GetAltitudeMeters

func (p *TalkServiceUpdateAndGetNearbyArgs) GetAltitudeMeters() float64

func (*TalkServiceUpdateAndGetNearbyArgs) GetBearingDegrees

func (p *TalkServiceUpdateAndGetNearbyArgs) GetBearingDegrees() float64

func (*TalkServiceUpdateAndGetNearbyArgs) GetLatitude

func (p *TalkServiceUpdateAndGetNearbyArgs) GetLatitude() float64

func (*TalkServiceUpdateAndGetNearbyArgs) GetLongitude

func (p *TalkServiceUpdateAndGetNearbyArgs) GetLongitude() float64

func (*TalkServiceUpdateAndGetNearbyArgs) GetNetworkStatus

func (*TalkServiceUpdateAndGetNearbyArgs) GetVelocityMetersPerSecond

func (p *TalkServiceUpdateAndGetNearbyArgs) GetVelocityMetersPerSecond() float64

func (*TalkServiceUpdateAndGetNearbyArgs) IsSetAccuracy

func (p *TalkServiceUpdateAndGetNearbyArgs) IsSetAccuracy() bool

func (*TalkServiceUpdateAndGetNearbyArgs) IsSetNetworkStatus

func (p *TalkServiceUpdateAndGetNearbyArgs) IsSetNetworkStatus() bool

func (*TalkServiceUpdateAndGetNearbyArgs) Read

func (*TalkServiceUpdateAndGetNearbyArgs) ReadField2

func (*TalkServiceUpdateAndGetNearbyArgs) ReadField3

func (*TalkServiceUpdateAndGetNearbyArgs) ReadField4

func (*TalkServiceUpdateAndGetNearbyArgs) ReadField5

func (*TalkServiceUpdateAndGetNearbyArgs) ReadField6

func (*TalkServiceUpdateAndGetNearbyArgs) ReadField7

func (*TalkServiceUpdateAndGetNearbyArgs) ReadField8

func (*TalkServiceUpdateAndGetNearbyArgs) String

func (*TalkServiceUpdateAndGetNearbyArgs) Write

type TalkServiceUpdateAndGetNearbyResult

type TalkServiceUpdateAndGetNearbyResult struct {
	Success []*NearbyEntry `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceUpdateAndGetNearbyResult

func NewTalkServiceUpdateAndGetNearbyResult() *TalkServiceUpdateAndGetNearbyResult

func (*TalkServiceUpdateAndGetNearbyResult) GetE

func (*TalkServiceUpdateAndGetNearbyResult) GetSuccess

func (*TalkServiceUpdateAndGetNearbyResult) IsSetE

func (*TalkServiceUpdateAndGetNearbyResult) IsSetSuccess

func (p *TalkServiceUpdateAndGetNearbyResult) IsSetSuccess() bool

func (*TalkServiceUpdateAndGetNearbyResult) Read

func (*TalkServiceUpdateAndGetNearbyResult) ReadField0

func (*TalkServiceUpdateAndGetNearbyResult) ReadField1

func (*TalkServiceUpdateAndGetNearbyResult) String

func (*TalkServiceUpdateAndGetNearbyResult) Write

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 (*TalkServiceUpdateChatArgs) IsSetRequest

func (p *TalkServiceUpdateChatArgs) IsSetRequest() bool

func (*TalkServiceUpdateChatArgs) Read

func (*TalkServiceUpdateChatArgs) ReadField1

func (p *TalkServiceUpdateChatArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceUpdateChatArgs) String

func (p *TalkServiceUpdateChatArgs) String() string

func (*TalkServiceUpdateChatArgs) Write

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 (*TalkServiceUpdateChatResult) GetSuccess

func (*TalkServiceUpdateChatResult) IsSetE

func (p *TalkServiceUpdateChatResult) IsSetE() bool

func (*TalkServiceUpdateChatResult) IsSetSuccess

func (p *TalkServiceUpdateChatResult) IsSetSuccess() bool

func (*TalkServiceUpdateChatResult) Read

func (*TalkServiceUpdateChatResult) ReadField0

func (*TalkServiceUpdateChatResult) ReadField1

func (*TalkServiceUpdateChatResult) String

func (p *TalkServiceUpdateChatResult) String() string

func (*TalkServiceUpdateChatResult) Write

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 (*TalkServiceUpdateContactSettingArgs) GetMid

func (*TalkServiceUpdateContactSettingArgs) GetReqSeq

func (*TalkServiceUpdateContactSettingArgs) GetValue

func (*TalkServiceUpdateContactSettingArgs) Read

func (*TalkServiceUpdateContactSettingArgs) ReadField1

func (*TalkServiceUpdateContactSettingArgs) ReadField2

func (*TalkServiceUpdateContactSettingArgs) ReadField3

func (*TalkServiceUpdateContactSettingArgs) ReadField4

func (*TalkServiceUpdateContactSettingArgs) String

func (*TalkServiceUpdateContactSettingArgs) Write

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 (*TalkServiceUpdateContactSettingResult) IsSetE

func (*TalkServiceUpdateContactSettingResult) Read

func (*TalkServiceUpdateContactSettingResult) ReadField1

func (*TalkServiceUpdateContactSettingResult) String

func (*TalkServiceUpdateContactSettingResult) Write

type TalkServiceUpdateExtendedProfileAttributeArgs

type TalkServiceUpdateExtendedProfileAttributeArgs struct {
	ReqSeq          int32                              `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Attr            UpdateExtendedProfileAttributeAttr `thrift:"attr,2" db:"attr" json:"attr"`
	ExtendedProfile *ExtendedProfile                   `thrift:"extendedProfile,3" db:"extendedProfile" json:"extendedProfile"`
}

Attributes:

  • ReqSeq
  • Attr
  • ExtendedProfile

func NewTalkServiceUpdateExtendedProfileAttributeArgs

func NewTalkServiceUpdateExtendedProfileAttributeArgs() *TalkServiceUpdateExtendedProfileAttributeArgs

func (*TalkServiceUpdateExtendedProfileAttributeArgs) GetAttr

func (*TalkServiceUpdateExtendedProfileAttributeArgs) GetExtendedProfile

func (*TalkServiceUpdateExtendedProfileAttributeArgs) GetReqSeq

func (*TalkServiceUpdateExtendedProfileAttributeArgs) IsSetExtendedProfile

func (p *TalkServiceUpdateExtendedProfileAttributeArgs) IsSetExtendedProfile() bool

func (*TalkServiceUpdateExtendedProfileAttributeArgs) Read

func (*TalkServiceUpdateExtendedProfileAttributeArgs) ReadField1

func (*TalkServiceUpdateExtendedProfileAttributeArgs) ReadField2

func (*TalkServiceUpdateExtendedProfileAttributeArgs) ReadField3

func (*TalkServiceUpdateExtendedProfileAttributeArgs) String

func (*TalkServiceUpdateExtendedProfileAttributeArgs) Write

type TalkServiceUpdateExtendedProfileAttributeResult

type TalkServiceUpdateExtendedProfileAttributeResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateExtendedProfileAttributeResult

func NewTalkServiceUpdateExtendedProfileAttributeResult() *TalkServiceUpdateExtendedProfileAttributeResult

func (*TalkServiceUpdateExtendedProfileAttributeResult) GetE

func (*TalkServiceUpdateExtendedProfileAttributeResult) IsSetE

func (*TalkServiceUpdateExtendedProfileAttributeResult) Read

func (*TalkServiceUpdateExtendedProfileAttributeResult) ReadField1

func (*TalkServiceUpdateExtendedProfileAttributeResult) String

func (*TalkServiceUpdateExtendedProfileAttributeResult) Write

type TalkServiceUpdateGroupArgs

type TalkServiceUpdateGroupArgs struct {
	ReqSeq int32  `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Group  *Group `thrift:"group,2" db:"group" json:"group"`
}

Attributes:

  • ReqSeq
  • Group

func NewTalkServiceUpdateGroupArgs

func NewTalkServiceUpdateGroupArgs() *TalkServiceUpdateGroupArgs

func (*TalkServiceUpdateGroupArgs) GetGroup

func (p *TalkServiceUpdateGroupArgs) GetGroup() *Group

func (*TalkServiceUpdateGroupArgs) GetReqSeq

func (p *TalkServiceUpdateGroupArgs) GetReqSeq() int32

func (*TalkServiceUpdateGroupArgs) IsSetGroup

func (p *TalkServiceUpdateGroupArgs) IsSetGroup() bool

func (*TalkServiceUpdateGroupArgs) Read

func (*TalkServiceUpdateGroupArgs) ReadField1

func (p *TalkServiceUpdateGroupArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceUpdateGroupArgs) ReadField2

func (p *TalkServiceUpdateGroupArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TalkServiceUpdateGroupArgs) String

func (p *TalkServiceUpdateGroupArgs) String() string

func (*TalkServiceUpdateGroupArgs) Write

type TalkServiceUpdateGroupResult

type TalkServiceUpdateGroupResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateGroupResult

func NewTalkServiceUpdateGroupResult() *TalkServiceUpdateGroupResult

func (*TalkServiceUpdateGroupResult) GetE

func (*TalkServiceUpdateGroupResult) IsSetE

func (p *TalkServiceUpdateGroupResult) IsSetE() bool

func (*TalkServiceUpdateGroupResult) Read

func (*TalkServiceUpdateGroupResult) ReadField1

func (*TalkServiceUpdateGroupResult) String

func (*TalkServiceUpdateGroupResult) Write

type TalkServiceUpdateNotificationTokenArgs

type TalkServiceUpdateNotificationTokenArgs struct {
	// unused field # 1
	Token string                      `thrift:"token,2" db:"token" json:"token"`
	Type  UpdateNotificationTokenType `thrift:"type,3" db:"type" json:"type"`
}

Attributes:

  • Token
  • Type

func NewTalkServiceUpdateNotificationTokenArgs

func NewTalkServiceUpdateNotificationTokenArgs() *TalkServiceUpdateNotificationTokenArgs

func (*TalkServiceUpdateNotificationTokenArgs) GetToken

func (*TalkServiceUpdateNotificationTokenArgs) GetType

func (*TalkServiceUpdateNotificationTokenArgs) Read

func (*TalkServiceUpdateNotificationTokenArgs) ReadField2

func (*TalkServiceUpdateNotificationTokenArgs) ReadField3

func (*TalkServiceUpdateNotificationTokenArgs) String

func (*TalkServiceUpdateNotificationTokenArgs) Write

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 (*TalkServiceUpdateNotificationTokenResult) IsSetE

func (*TalkServiceUpdateNotificationTokenResult) Read

func (*TalkServiceUpdateNotificationTokenResult) ReadField1

func (*TalkServiceUpdateNotificationTokenResult) String

func (*TalkServiceUpdateNotificationTokenResult) Write

type TalkServiceUpdateProfileArgs

type TalkServiceUpdateProfileArgs struct {
	ReqSeq  int32    `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Profile *Profile `thrift:"profile,2" db:"profile" json:"profile"`
}

Attributes:

  • ReqSeq
  • Profile

func NewTalkServiceUpdateProfileArgs

func NewTalkServiceUpdateProfileArgs() *TalkServiceUpdateProfileArgs

func (*TalkServiceUpdateProfileArgs) GetProfile

func (p *TalkServiceUpdateProfileArgs) GetProfile() *Profile

func (*TalkServiceUpdateProfileArgs) GetReqSeq

func (p *TalkServiceUpdateProfileArgs) GetReqSeq() int32

func (*TalkServiceUpdateProfileArgs) IsSetProfile

func (p *TalkServiceUpdateProfileArgs) IsSetProfile() bool

func (*TalkServiceUpdateProfileArgs) Read

func (*TalkServiceUpdateProfileArgs) ReadField1

func (*TalkServiceUpdateProfileArgs) ReadField2

func (*TalkServiceUpdateProfileArgs) String

func (*TalkServiceUpdateProfileArgs) Write

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 (*TalkServiceUpdateProfileAttributeArgs) GetReqSeq

func (*TalkServiceUpdateProfileAttributeArgs) GetValue

func (*TalkServiceUpdateProfileAttributeArgs) Read

func (*TalkServiceUpdateProfileAttributeArgs) ReadField1

func (*TalkServiceUpdateProfileAttributeArgs) ReadField2

func (*TalkServiceUpdateProfileAttributeArgs) ReadField3

func (*TalkServiceUpdateProfileAttributeArgs) String

func (*TalkServiceUpdateProfileAttributeArgs) Write

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 (*TalkServiceUpdateProfileAttributeResult) IsSetE

func (*TalkServiceUpdateProfileAttributeResult) Read

func (*TalkServiceUpdateProfileAttributeResult) ReadField1

func (*TalkServiceUpdateProfileAttributeResult) String

func (*TalkServiceUpdateProfileAttributeResult) Write

type TalkServiceUpdateProfileAttributesArgs

type TalkServiceUpdateProfileAttributesArgs struct {
	ReqSeq  int32                           `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Request *UpdateProfileAttributesRequest `thrift:"request,2" db:"request" json:"request"`
}

Attributes:

  • ReqSeq
  • Request

func NewTalkServiceUpdateProfileAttributesArgs

func NewTalkServiceUpdateProfileAttributesArgs() *TalkServiceUpdateProfileAttributesArgs

func (*TalkServiceUpdateProfileAttributesArgs) GetReqSeq

func (*TalkServiceUpdateProfileAttributesArgs) GetRequest

func (*TalkServiceUpdateProfileAttributesArgs) IsSetRequest

func (p *TalkServiceUpdateProfileAttributesArgs) IsSetRequest() bool

func (*TalkServiceUpdateProfileAttributesArgs) Read

func (*TalkServiceUpdateProfileAttributesArgs) ReadField1

func (*TalkServiceUpdateProfileAttributesArgs) ReadField2

func (*TalkServiceUpdateProfileAttributesArgs) String

func (*TalkServiceUpdateProfileAttributesArgs) Write

type TalkServiceUpdateProfileAttributesResult

type TalkServiceUpdateProfileAttributesResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateProfileAttributesResult

func NewTalkServiceUpdateProfileAttributesResult() *TalkServiceUpdateProfileAttributesResult

func (*TalkServiceUpdateProfileAttributesResult) GetE

func (*TalkServiceUpdateProfileAttributesResult) IsSetE

func (*TalkServiceUpdateProfileAttributesResult) Read

func (*TalkServiceUpdateProfileAttributesResult) ReadField1

func (*TalkServiceUpdateProfileAttributesResult) String

func (*TalkServiceUpdateProfileAttributesResult) Write

type TalkServiceUpdateProfileResult

type TalkServiceUpdateProfileResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceUpdateProfileResult

func NewTalkServiceUpdateProfileResult() *TalkServiceUpdateProfileResult

func (*TalkServiceUpdateProfileResult) GetE

func (*TalkServiceUpdateProfileResult) IsSetE

func (*TalkServiceUpdateProfileResult) Read

func (*TalkServiceUpdateProfileResult) ReadField1

func (*TalkServiceUpdateProfileResult) String

func (*TalkServiceUpdateProfileResult) Write

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 (*TalkServiceUpdateSettingsAttributes2Args) GetReqSeq

func (*TalkServiceUpdateSettingsAttributes2Args) GetSettings

func (*TalkServiceUpdateSettingsAttributes2Args) IsSetSettings

func (*TalkServiceUpdateSettingsAttributes2Args) Read

func (*TalkServiceUpdateSettingsAttributes2Args) ReadField1

func (*TalkServiceUpdateSettingsAttributes2Args) ReadField3

func (*TalkServiceUpdateSettingsAttributes2Args) ReadField4

func (*TalkServiceUpdateSettingsAttributes2Args) String

func (*TalkServiceUpdateSettingsAttributes2Args) Write

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 (*TalkServiceUpdateSettingsAttributes2Result) GetSuccess

func (*TalkServiceUpdateSettingsAttributes2Result) IsSetE

func (*TalkServiceUpdateSettingsAttributes2Result) IsSetSuccess

func (*TalkServiceUpdateSettingsAttributes2Result) Read

func (*TalkServiceUpdateSettingsAttributes2Result) ReadField0

func (*TalkServiceUpdateSettingsAttributes2Result) ReadField1

func (*TalkServiceUpdateSettingsAttributes2Result) String

func (*TalkServiceUpdateSettingsAttributes2Result) Write

type TalkServiceVerifyAccountMigrationArgs

type TalkServiceVerifyAccountMigrationArgs struct {
	// unused field # 1
	MigrationSessionId string `thrift:"migrationSessionId,2" db:"migrationSessionId" json:"migrationSessionId"`
}

Attributes:

  • MigrationSessionId

func NewTalkServiceVerifyAccountMigrationArgs

func NewTalkServiceVerifyAccountMigrationArgs() *TalkServiceVerifyAccountMigrationArgs

func (*TalkServiceVerifyAccountMigrationArgs) GetMigrationSessionId

func (p *TalkServiceVerifyAccountMigrationArgs) GetMigrationSessionId() string

func (*TalkServiceVerifyAccountMigrationArgs) Read

func (*TalkServiceVerifyAccountMigrationArgs) ReadField2

func (*TalkServiceVerifyAccountMigrationArgs) String

func (*TalkServiceVerifyAccountMigrationArgs) Write

type TalkServiceVerifyAccountMigrationPincodeArgs

type TalkServiceVerifyAccountMigrationPincodeArgs struct {
	// unused field # 1
	MigrationPincodeSessionId string `thrift:"migrationPincodeSessionId,2" db:"migrationPincodeSessionId" json:"migrationPincodeSessionId"`
	AccountMigrationPincode   string `thrift:"accountMigrationPincode,3" db:"accountMigrationPincode" json:"accountMigrationPincode"`
}

Attributes:

  • MigrationPincodeSessionId
  • AccountMigrationPincode

func NewTalkServiceVerifyAccountMigrationPincodeArgs

func NewTalkServiceVerifyAccountMigrationPincodeArgs() *TalkServiceVerifyAccountMigrationPincodeArgs

func (*TalkServiceVerifyAccountMigrationPincodeArgs) GetAccountMigrationPincode

func (p *TalkServiceVerifyAccountMigrationPincodeArgs) GetAccountMigrationPincode() string

func (*TalkServiceVerifyAccountMigrationPincodeArgs) GetMigrationPincodeSessionId

func (p *TalkServiceVerifyAccountMigrationPincodeArgs) GetMigrationPincodeSessionId() string

func (*TalkServiceVerifyAccountMigrationPincodeArgs) Read

func (*TalkServiceVerifyAccountMigrationPincodeArgs) ReadField2

func (*TalkServiceVerifyAccountMigrationPincodeArgs) ReadField3

func (*TalkServiceVerifyAccountMigrationPincodeArgs) String

func (*TalkServiceVerifyAccountMigrationPincodeArgs) Write

type TalkServiceVerifyAccountMigrationPincodeResult

type TalkServiceVerifyAccountMigrationPincodeResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceVerifyAccountMigrationPincodeResult

func NewTalkServiceVerifyAccountMigrationPincodeResult() *TalkServiceVerifyAccountMigrationPincodeResult

func (*TalkServiceVerifyAccountMigrationPincodeResult) GetE

func (*TalkServiceVerifyAccountMigrationPincodeResult) IsSetE

func (*TalkServiceVerifyAccountMigrationPincodeResult) Read

func (*TalkServiceVerifyAccountMigrationPincodeResult) ReadField1

func (*TalkServiceVerifyAccountMigrationPincodeResult) String

func (*TalkServiceVerifyAccountMigrationPincodeResult) Write

type TalkServiceVerifyAccountMigrationResult

type TalkServiceVerifyAccountMigrationResult struct {
	E *TalkException `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • E

func NewTalkServiceVerifyAccountMigrationResult

func NewTalkServiceVerifyAccountMigrationResult() *TalkServiceVerifyAccountMigrationResult

func (*TalkServiceVerifyAccountMigrationResult) GetE

func (*TalkServiceVerifyAccountMigrationResult) IsSetE

func (*TalkServiceVerifyAccountMigrationResult) Read

func (*TalkServiceVerifyAccountMigrationResult) ReadField1

func (*TalkServiceVerifyAccountMigrationResult) String

func (*TalkServiceVerifyAccountMigrationResult) Write

type TalkServiceVerifyIdentityCredentialWithResultArgs

type TalkServiceVerifyIdentityCredentialWithResultArgs struct {
	// unused field # 1
	IdentityCredential        *IdentityCredential `thrift:"identityCredential,2" db:"identityCredential" json:"identityCredential"`
	MigrationPincodeSessionId string              `thrift:"migrationPincodeSessionId,3" db:"migrationPincodeSessionId" json:"migrationPincodeSessionId"`
}

Attributes:

  • IdentityCredential
  • MigrationPincodeSessionId

func NewTalkServiceVerifyIdentityCredentialWithResultArgs

func NewTalkServiceVerifyIdentityCredentialWithResultArgs() *TalkServiceVerifyIdentityCredentialWithResultArgs

func (*TalkServiceVerifyIdentityCredentialWithResultArgs) GetIdentityCredential

func (*TalkServiceVerifyIdentityCredentialWithResultArgs) GetMigrationPincodeSessionId

func (p *TalkServiceVerifyIdentityCredentialWithResultArgs) GetMigrationPincodeSessionId() string

func (*TalkServiceVerifyIdentityCredentialWithResultArgs) IsSetIdentityCredential

func (p *TalkServiceVerifyIdentityCredentialWithResultArgs) IsSetIdentityCredential() bool

func (*TalkServiceVerifyIdentityCredentialWithResultArgs) Read

func (*TalkServiceVerifyIdentityCredentialWithResultArgs) ReadField2

func (*TalkServiceVerifyIdentityCredentialWithResultArgs) ReadField3

func (*TalkServiceVerifyIdentityCredentialWithResultArgs) String

func (*TalkServiceVerifyIdentityCredentialWithResultArgs) Write

type TalkServiceVerifyIdentityCredentialWithResultResult

type TalkServiceVerifyIdentityCredentialWithResultResult struct {
	Success *UserAuthStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
	E       *TalkException  `thrift:"e,1" db:"e" json:"e,omitempty"`
}

Attributes:

  • Success
  • E

func NewTalkServiceVerifyIdentityCredentialWithResultResult

func NewTalkServiceVerifyIdentityCredentialWithResultResult() *TalkServiceVerifyIdentityCredentialWithResultResult

func (*TalkServiceVerifyIdentityCredentialWithResultResult) GetE

func (*TalkServiceVerifyIdentityCredentialWithResultResult) GetSuccess

func (*TalkServiceVerifyIdentityCredentialWithResultResult) IsSetE

func (*TalkServiceVerifyIdentityCredentialWithResultResult) IsSetSuccess

func (*TalkServiceVerifyIdentityCredentialWithResultResult) Read

func (*TalkServiceVerifyIdentityCredentialWithResultResult) ReadField0

func (*TalkServiceVerifyIdentityCredentialWithResultResult) ReadField1

func (*TalkServiceVerifyIdentityCredentialWithResultResult) String

func (*TalkServiceVerifyIdentityCredentialWithResultResult) Write

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) Read

func (*TalkServiceVerifyPhoneNumberArgs) ReadField2

func (*TalkServiceVerifyPhoneNumberArgs) ReadField3

func (*TalkServiceVerifyPhoneNumberArgs) ReadField4

func (*TalkServiceVerifyPhoneNumberArgs) ReadField5

func (*TalkServiceVerifyPhoneNumberArgs) ReadField6

func (*TalkServiceVerifyPhoneNumberArgs) String

func (*TalkServiceVerifyPhoneNumberArgs) Write

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 (*TalkServiceVerifyPhoneNumberResult) GetSuccess

func (*TalkServiceVerifyPhoneNumberResult) IsSetE

func (*TalkServiceVerifyPhoneNumberResult) IsSetSuccess

func (p *TalkServiceVerifyPhoneNumberResult) IsSetSuccess() bool

func (*TalkServiceVerifyPhoneNumberResult) Read

func (*TalkServiceVerifyPhoneNumberResult) ReadField0

func (*TalkServiceVerifyPhoneNumberResult) ReadField1

func (*TalkServiceVerifyPhoneNumberResult) String

func (*TalkServiceVerifyPhoneNumberResult) Write

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) Read

func (*TalkServiceVerifyQrcodeArgs) ReadField2

func (*TalkServiceVerifyQrcodeArgs) ReadField3

func (*TalkServiceVerifyQrcodeArgs) String

func (p *TalkServiceVerifyQrcodeArgs) String() string

func (*TalkServiceVerifyQrcodeArgs) Write

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 (*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) Read

func (*TalkServiceVerifyQrcodeResult) ReadField0

func (*TalkServiceVerifyQrcodeResult) ReadField1

func (*TalkServiceVerifyQrcodeResult) String

func (*TalkServiceVerifyQrcodeResult) Write

type TalkServiceWakeUpLongPollingArgs

type TalkServiceWakeUpLongPollingArgs struct {
	// unused field # 1
	ClientRevision int64 `thrift:"clientRevision,2" db:"clientRevision" json:"clientRevision"`
}

Attributes:

  • ClientRevision

func NewTalkServiceWakeUpLongPollingArgs

func NewTalkServiceWakeUpLongPollingArgs() *TalkServiceWakeUpLongPollingArgs

func (*TalkServiceWakeUpLongPollingArgs) GetClientRevision

func (p *TalkServiceWakeUpLongPollingArgs) GetClientRevision() int64

func (*TalkServiceWakeUpLongPollingArgs) Read

func (*TalkServiceWakeUpLongPollingArgs) ReadField2

func (*TalkServiceWakeUpLongPollingArgs) String

func (*TalkServiceWakeUpLongPollingArgs) Write

type TalkServiceWakeUpLongPollingResult

type TalkServiceWakeUpLongPollingResult 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 NewTalkServiceWakeUpLongPollingResult

func NewTalkServiceWakeUpLongPollingResult() *TalkServiceWakeUpLongPollingResult

func (*TalkServiceWakeUpLongPollingResult) GetE

func (*TalkServiceWakeUpLongPollingResult) GetSuccess

func (p *TalkServiceWakeUpLongPollingResult) GetSuccess() bool

func (*TalkServiceWakeUpLongPollingResult) IsSetE

func (*TalkServiceWakeUpLongPollingResult) IsSetSuccess

func (p *TalkServiceWakeUpLongPollingResult) IsSetSuccess() bool

func (*TalkServiceWakeUpLongPollingResult) Read

func (*TalkServiceWakeUpLongPollingResult) ReadField0

func (*TalkServiceWakeUpLongPollingResult) ReadField1

func (*TalkServiceWakeUpLongPollingResult) String

func (*TalkServiceWakeUpLongPollingResult) Write

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 NewTicket

func NewTicket() *Ticket

func (*Ticket) Equals

func (p *Ticket) Equals(other *Ticket) bool

func (*Ticket) GetExpirationTime

func (p *Ticket) GetExpirationTime() int64

func (*Ticket) GetID

func (p *Ticket) GetID() string

func (*Ticket) GetMaxUseCount

func (p *Ticket) GetMaxUseCount() int32

func (*Ticket) Read

func (p *Ticket) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Ticket) ReadField1

func (p *Ticket) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Ticket) ReadField10

func (p *Ticket) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*Ticket) ReadField21

func (p *Ticket) ReadField21(ctx context.Context, iprot thrift.TProtocol) error

func (*Ticket) String

func (p *Ticket) String() string

func (*Ticket) Write

func (p *Ticket) Write(ctx context.Context, oprot thrift.TProtocol) error

type UnfollowRequest

type UnfollowRequest struct {
	FollowMid *FollowMid `thrift:"followMid,1" db:"followMid" json:"followMid"`
}

Attributes:

  • FollowMid
var TalkServiceUnfollowArgs_UnfollowRequest_DEFAULT *UnfollowRequest

func NewUnfollowRequest

func NewUnfollowRequest() *UnfollowRequest

func (*UnfollowRequest) Equals

func (p *UnfollowRequest) Equals(other *UnfollowRequest) bool

func (*UnfollowRequest) GetFollowMid

func (p *UnfollowRequest) GetFollowMid() *FollowMid

func (*UnfollowRequest) IsSetFollowMid

func (p *UnfollowRequest) IsSetFollowMid() bool

func (*UnfollowRequest) Read

func (p *UnfollowRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*UnfollowRequest) ReadField1

func (p *UnfollowRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*UnfollowRequest) String

func (p *UnfollowRequest) String() string

func (*UnfollowRequest) Write

func (p *UnfollowRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type UpdateChatRequest

type UpdateChatRequest struct {
	ReqSeq           int32            `thrift:"reqSeq,1" db:"reqSeq" json:"reqSeq"`
	Chat             *Chat            `thrift:"chat,2" db:"chat" json:"chat"`
	UpdatedAttribute UpdatedAttribute `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() UpdatedAttribute

func (*UpdateChatRequest) IsSetChat

func (p *UpdateChatRequest) IsSetChat() bool

func (*UpdateChatRequest) Read

func (p *UpdateChatRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*UpdateChatRequest) ReadField1

func (p *UpdateChatRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*UpdateChatRequest) ReadField2

func (p *UpdateChatRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*UpdateChatRequest) ReadField3

func (p *UpdateChatRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*UpdateChatRequest) String

func (p *UpdateChatRequest) String() string

func (*UpdateChatRequest) Write

func (p *UpdateChatRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

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) Read

func (*UpdateChatResponse) String

func (p *UpdateChatResponse) String() string

func (*UpdateChatResponse) Write

func (p *UpdateChatResponse) Write(ctx context.Context, oprot thrift.TProtocol) error

type UpdateExtendedProfileAttributeAttr

type UpdateExtendedProfileAttributeAttr int64
const (
	UpdateExtendedProfileAttributeAttr_BIRTHDAY UpdateExtendedProfileAttributeAttr = 0
)

func UpdateExtendedProfileAttributeAttrFromString

func UpdateExtendedProfileAttributeAttrFromString(s string) (UpdateExtendedProfileAttributeAttr, error)

func (UpdateExtendedProfileAttributeAttr) MarshalText

func (p UpdateExtendedProfileAttributeAttr) MarshalText() ([]byte, error)

func (*UpdateExtendedProfileAttributeAttr) Scan

func (p *UpdateExtendedProfileAttributeAttr) Scan(value interface{}) error

func (UpdateExtendedProfileAttributeAttr) String

func (*UpdateExtendedProfileAttributeAttr) UnmarshalText

func (p *UpdateExtendedProfileAttributeAttr) UnmarshalText(text []byte) error

func (*UpdateExtendedProfileAttributeAttr) Value

type UpdateNotificationTokenType

type UpdateNotificationTokenType int64
const (
	UpdateNotificationTokenType_APPLE_APNS      UpdateNotificationTokenType = 1
	UpdateNotificationTokenType_GOOGLE_C2DM     UpdateNotificationTokenType = 2
	UpdateNotificationTokenType_NHN_NNI         UpdateNotificationTokenType = 3
	UpdateNotificationTokenType_SKT_AOM         UpdateNotificationTokenType = 4
	UpdateNotificationTokenType_MS_MPNS         UpdateNotificationTokenType = 5
	UpdateNotificationTokenType_RIM_BIS         UpdateNotificationTokenType = 6
	UpdateNotificationTokenType_GOOGLE_GCM      UpdateNotificationTokenType = 7
	UpdateNotificationTokenType_NOKIA_NNAPI     UpdateNotificationTokenType = 8
	UpdateNotificationTokenType_TIZEN           UpdateNotificationTokenType = 9
	UpdateNotificationTokenType_MOZILLA_SIMPLE  UpdateNotificationTokenType = 10
	UpdateNotificationTokenType_LINE_BOT        UpdateNotificationTokenType = 17
	UpdateNotificationTokenType_LINE_WAP        UpdateNotificationTokenType = 18
	UpdateNotificationTokenType_APPLE_APNS_VOIP UpdateNotificationTokenType = 19
	UpdateNotificationTokenType_MS_WNS          UpdateNotificationTokenType = 20
	UpdateNotificationTokenType_GOOGLE_FCM      UpdateNotificationTokenType = 21
	UpdateNotificationTokenType_CLOVA           UpdateNotificationTokenType = 22
	UpdateNotificationTokenType_CLOVA_VOIP      UpdateNotificationTokenType = 23
	UpdateNotificationTokenType_HUAWEI_HCM      UpdateNotificationTokenType = 24
)

func UpdateNotificationTokenTypeFromString

func UpdateNotificationTokenTypeFromString(s string) (UpdateNotificationTokenType, error)

func (UpdateNotificationTokenType) MarshalText

func (p UpdateNotificationTokenType) MarshalText() ([]byte, error)

func (*UpdateNotificationTokenType) Scan

func (p *UpdateNotificationTokenType) Scan(value interface{}) error

func (UpdateNotificationTokenType) String

func (*UpdateNotificationTokenType) UnmarshalText

func (p *UpdateNotificationTokenType) UnmarshalText(text []byte) error

func (*UpdateNotificationTokenType) Value

type UpdateProfileAttributesRequest

type UpdateProfileAttributesRequest struct {
	ProfileAttributes map[ProfileAttribute]*ProfileContent `thrift:"profileAttributes,1" db:"profileAttributes" json:"profileAttributes"`
}

Attributes:

  • ProfileAttributes
var TalkServiceUpdateProfileAttributesArgs_Request_DEFAULT *UpdateProfileAttributesRequest

func NewUpdateProfileAttributesRequest

func NewUpdateProfileAttributesRequest() *UpdateProfileAttributesRequest

func (*UpdateProfileAttributesRequest) Equals

func (*UpdateProfileAttributesRequest) GetProfileAttributes

func (p *UpdateProfileAttributesRequest) GetProfileAttributes() map[ProfileAttribute]*ProfileContent

func (*UpdateProfileAttributesRequest) Read

func (*UpdateProfileAttributesRequest) ReadField1

func (*UpdateProfileAttributesRequest) String

func (*UpdateProfileAttributesRequest) Write

type UpdatedAttribute

type UpdatedAttribute int64
const (
	UpdatedAttribute_NAME                     UpdatedAttribute = 1
	UpdatedAttribute_PICTURE_STATUS           UpdatedAttribute = 2
	UpdatedAttribute_PREVENTED_JOIN_BY_TICKET UpdatedAttribute = 4
	UpdatedAttribute_NOTIFICATION_SETTING     UpdatedAttribute = 8
	UpdatedAttribute_INVITATION_TICKET        UpdatedAttribute = 16
	UpdatedAttribute_FAVORITE_TIMESTAMP       UpdatedAttribute = 32
	UpdatedAttribute_CHAT_TYPE                UpdatedAttribute = 64
)

func UpdatedAttributeFromString

func UpdatedAttributeFromString(s string) (UpdatedAttribute, error)

func UpdatedAttributePtr

func UpdatedAttributePtr(v UpdatedAttribute) *UpdatedAttribute

func (UpdatedAttribute) MarshalText

func (p UpdatedAttribute) MarshalText() ([]byte, error)

func (*UpdatedAttribute) Scan

func (p *UpdatedAttribute) Scan(value interface{}) error

func (UpdatedAttribute) String

func (p UpdatedAttribute) String() string

func (*UpdatedAttribute) UnmarshalText

func (p *UpdatedAttribute) UnmarshalText(text []byte) error

func (*UpdatedAttribute) Value

func (p *UpdatedAttribute) Value() (driver.Value, error)

type UserAuthStatus

type UserAuthStatus struct {
	PhoneNumberRegistered     bool                      `thrift:"phoneNumberRegistered,1" db:"phoneNumberRegistered" json:"phoneNumberRegistered"`
	RegisteredSnsIdTypes      []C60759oi                `thrift:"registeredSnsIdTypes,2" db:"registeredSnsIdTypes" json:"registeredSnsIdTypes"`
	AccountMigrationCheckType AccountMigrationCheckType `thrift:"accountMigrationCheckType,3" db:"accountMigrationCheckType" json:"accountMigrationCheckType"`
}

Attributes:

  • PhoneNumberRegistered
  • RegisteredSnsIdTypes
  • AccountMigrationCheckType
var TalkServiceVerifyIdentityCredentialWithResultResult_Success_DEFAULT *UserAuthStatus

func NewUserAuthStatus

func NewUserAuthStatus() *UserAuthStatus

func (*UserAuthStatus) Equals

func (p *UserAuthStatus) Equals(other *UserAuthStatus) bool

func (*UserAuthStatus) GetAccountMigrationCheckType

func (p *UserAuthStatus) GetAccountMigrationCheckType() AccountMigrationCheckType

func (*UserAuthStatus) GetPhoneNumberRegistered

func (p *UserAuthStatus) GetPhoneNumberRegistered() bool

func (*UserAuthStatus) GetRegisteredSnsIdTypes

func (p *UserAuthStatus) GetRegisteredSnsIdTypes() []C60759oi

func (*UserAuthStatus) Read

func (p *UserAuthStatus) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*UserAuthStatus) ReadField1

func (p *UserAuthStatus) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*UserAuthStatus) ReadField2

func (p *UserAuthStatus) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*UserAuthStatus) ReadField3

func (p *UserAuthStatus) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*UserAuthStatus) String

func (p *UserAuthStatus) String() string

func (*UserAuthStatus) Write

func (p *UserAuthStatus) Write(ctx context.Context, oprot thrift.TProtocol) 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

func (*VerificationResult_) Value

func (p *VerificationResult_) Value() (driver.Value, error)

type VerificationSessionData

type VerificationSessionData struct {
	SessionId                    string                        `thrift:"sessionId,1" db:"sessionId" json:"sessionId"`
	Method                       VerificationSessionDataMethod `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 []Y30                         `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 TalkServiceChangeVerificationMethodResult_Success_DEFAULT *VerificationSessionData
var TalkServiceStartUpdateVerificationResult_Success_DEFAULT *VerificationSessionData
var TalkServiceStartVerificationResult_Success_DEFAULT *VerificationSessionData

func NewVerificationSessionData

func NewVerificationSessionData() *VerificationSessionData

func (*VerificationSessionData) Equals

func (*VerificationSessionData) GetAvailableVerificationMethods

func (p *VerificationSessionData) GetAvailableVerificationMethods() []Y30

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 (*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) Read

func (*VerificationSessionData) ReadField1

func (p *VerificationSessionData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*VerificationSessionData) ReadField2

func (p *VerificationSessionData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*VerificationSessionData) ReadField3

func (p *VerificationSessionData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*VerificationSessionData) ReadField4

func (p *VerificationSessionData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*VerificationSessionData) ReadField5

func (p *VerificationSessionData) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*VerificationSessionData) ReadField6

func (p *VerificationSessionData) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*VerificationSessionData) ReadField7

func (p *VerificationSessionData) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*VerificationSessionData) ReadField8

func (p *VerificationSessionData) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*VerificationSessionData) String

func (p *VerificationSessionData) String() string

func (*VerificationSessionData) Write

type VerificationSessionDataMethod

type VerificationSessionDataMethod int64
const (
	VerificationSessionDataMethod_NO_AVAILABLE    VerificationSessionDataMethod = 0
	VerificationSessionDataMethod_PIN_VIA_SMS     VerificationSessionDataMethod = 1
	VerificationSessionDataMethod_CALLERID_INDIGO VerificationSessionDataMethod = 2
	VerificationSessionDataMethod_PIN_VIA_TTS     VerificationSessionDataMethod = 4
	VerificationSessionDataMethod_SKIP            VerificationSessionDataMethod = 10
)

func VerificationSessionDataMethodFromString

func VerificationSessionDataMethodFromString(s string) (VerificationSessionDataMethod, error)

func (VerificationSessionDataMethod) MarshalText

func (p VerificationSessionDataMethod) MarshalText() ([]byte, error)

func (*VerificationSessionDataMethod) Scan

func (p *VerificationSessionDataMethod) Scan(value interface{}) error

func (VerificationSessionDataMethod) String

func (*VerificationSessionDataMethod) UnmarshalText

func (p *VerificationSessionDataMethod) UnmarshalText(text []byte) error

func (*VerificationSessionDataMethod) Value

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

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) Read

func (p *WebLoginRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*WebLoginRequest) ReadField1

func (p *WebLoginRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WebLoginRequest) ReadField2

func (p *WebLoginRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WebLoginRequest) ReadField3

func (p *WebLoginRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*WebLoginRequest) ReadField4

func (p *WebLoginRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*WebLoginRequest) String

func (p *WebLoginRequest) String() string

func (*WebLoginRequest) Write

func (p *WebLoginRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

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

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) Read

func (p *WebLoginResponse) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*WebLoginResponse) ReadField1

func (p *WebLoginResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WebLoginResponse) ReadField2

func (p *WebLoginResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WebLoginResponse) ReadField3

func (p *WebLoginResponse) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*WebLoginResponse) String

func (p *WebLoginResponse) String() string

func (*WebLoginResponse) Write

func (p *WebLoginResponse) Write(ctx context.Context, oprot thrift.TProtocol) error

type Y30

type Y30 int64
const (
	Y30_NO_AVAILABLE    Y30 = 0
	Y30_PIN_VIA_SMS     Y30 = 1
	Y30_CALLERID_INDIGO Y30 = 2
	Y30_PIN_VIA_TTS     Y30 = 4
	Y30_SKIP            Y30 = 10
)

func Y30FromString

func Y30FromString(s string) (Y30, error)

func Y30Ptr

func Y30Ptr(v Y30) *Y30

func (Y30) MarshalText

func (p Y30) MarshalText() ([]byte, error)

func (*Y30) Scan

func (p *Y30) Scan(value interface{}) error

func (Y30) String

func (p Y30) String() string

func (*Y30) UnmarshalText

func (p *Y30) UnmarshalText(text []byte) error

func (*Y30) Value

func (p *Y30) Value() (driver.Value, error)

type YearPrivacyLevelType

type YearPrivacyLevelType int64
const (
	YearPrivacyLevelType_PUBLIC  YearPrivacyLevelType = 0
	YearPrivacyLevelType_PRIVATE YearPrivacyLevelType = 1
)

func YearPrivacyLevelTypeFromString

func YearPrivacyLevelTypeFromString(s string) (YearPrivacyLevelType, error)

func (YearPrivacyLevelType) MarshalText

func (p YearPrivacyLevelType) MarshalText() ([]byte, error)

func (*YearPrivacyLevelType) Scan

func (p *YearPrivacyLevelType) Scan(value interface{}) error

func (YearPrivacyLevelType) String

func (p YearPrivacyLevelType) String() string

func (*YearPrivacyLevelType) UnmarshalText

func (p *YearPrivacyLevelType) UnmarshalText(text []byte) error

func (*YearPrivacyLevelType) Value

func (p *YearPrivacyLevelType) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL