Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommFileExtReq ¶
type CommFileExtRsp ¶
type QQVoiceExtReq ¶
type QQVoiceExtReq struct {
Qid []byte `protobuf:"bytes,1,opt"`
Fmt proto.Option[uint32] `protobuf:"varint,2,opt"`
Rate proto.Option[uint32] `protobuf:"varint,3,opt"`
Bits proto.Option[uint32] `protobuf:"varint,4,opt"`
Channel proto.Option[uint32] `protobuf:"varint,5,opt"`
Pinyin proto.Option[uint32] `protobuf:"varint,6,opt"`
}
type QQVoiceExtRsp ¶
type QQVoiceExtRsp struct {
Qid []byte `protobuf:"bytes,1,opt"`
Retcode proto.Option[int32] `protobuf:"varint,2,opt"`
Result []*QQVoiceResult `protobuf:"bytes,3,rep"`
}
type QQVoiceResult ¶
type ShortVideoReqExtInfo ¶
type ShortVideoReqExtInfo struct {
Cmd proto.Option[uint32] `protobuf:"varint,1,opt"`
SessionId proto.Option[uint64] `protobuf:"varint,2,opt"`
Thumbinfo *PicInfo `protobuf:"bytes,3,opt"`
Videoinfo *VideoInfo `protobuf:"bytes,4,opt"`
ShortvideoSureReq *ShortVideoSureReqInfo `protobuf:"bytes,5,opt"`
IsMergeCmdBeforeData proto.Option[bool] `protobuf:"varint,6,opt"`
// contains filtered or unexported fields
}
type ShortVideoRspExtInfo ¶
type ShortVideoRspExtInfo struct {
Cmd proto.Option[uint32] `protobuf:"varint,1,opt"`
SessionId proto.Option[uint64] `protobuf:"varint,2,opt"`
Retcode proto.Option[int32] `protobuf:"varint,3,opt"`
Errinfo []byte `protobuf:"bytes,4,opt"`
Thumbinfo *PicInfo `protobuf:"bytes,5,opt"`
Videoinfo *VideoInfo `protobuf:"bytes,6,opt"`
ShortvideoSureRsp *ShortVideoSureRspInfo `protobuf:"bytes,7,opt"`
RetryFlag proto.Option[uint32] `protobuf:"varint,8,opt"`
}
type ShortVideoSureReqInfo ¶
type ShortVideoSureReqInfo struct {
Fromuin proto.Option[uint64] `protobuf:"varint,1,opt"`
ChatType proto.Option[uint32] `protobuf:"varint,2,opt"`
Touin proto.Option[uint64] `protobuf:"varint,3,opt"`
GroupCode proto.Option[uint64] `protobuf:"varint,4,opt"`
ClientType proto.Option[uint32] `protobuf:"varint,5,opt"`
Thumbinfo *PicInfo `protobuf:"bytes,6,opt"`
MergeVideoinfo []*VideoInfo `protobuf:"bytes,7,rep"`
DropVideoinfo []*VideoInfo `protobuf:"bytes,8,rep"`
BusinessType proto.Option[uint32] `protobuf:"varint,9,opt"`
SubBusinessType proto.Option[uint32] `protobuf:"varint,10,opt"`
}
type ShortVideoSureRspInfo ¶
type StoryVideoExtReq ¶
type StoryVideoExtReq struct {
// contains filtered or unexported fields
}
type StoryVideoExtRsp ¶
type UploadPicExtInfo ¶
type VideoInfo ¶
type VideoInfo struct {
Idx proto.Option[uint32] `protobuf:"varint,1,opt"`
Size proto.Option[uint32] `protobuf:"varint,2,opt"`
BinMd5 []byte `protobuf:"bytes,3,opt"`
Format proto.Option[uint32] `protobuf:"varint,4,opt"`
ResLen proto.Option[uint32] `protobuf:"varint,5,opt"`
ResWidth proto.Option[uint32] `protobuf:"varint,6,opt"`
Time proto.Option[uint32] `protobuf:"varint,7,opt"`
Starttime proto.Option[uint64] `protobuf:"varint,8,opt"`
IsAudio proto.Option[uint32] `protobuf:"varint,9,opt"`
}
Click to show internal directories.
Click to hide internal directories.