微风
  • 主页
  • 日志
  • Api 文档
Show / Hide Table of Contents
  • Plugin
    • BaseConfig
    • Conts
    • Eve
    • IPlugin
    • IPlugin.EventAsyncHandler<TEventArgs>
    • StaticData
  • Plugin.DbEntitys
    • Data
    • Evn
    • Integral
    • IntegralList
    • PluginConfig
    • PluginConfigs
    • RobotConfig
    • Status
  • Plugin.EveEntitys
    • BaseContactArgs
    • ContactArgs
    • ContactIconArgs
    • GroupArgs
    • GroupMemberArgs
    • GroupMemberCollection
    • MessageBoxAgrs
    • MessageType
    • ReceiveFriendMessageArgs
    • ReceiveGroupMemberEnterArgs
    • ReceiveGroupMemberQuitArgs
    • ReceiveGroupMessageArgs
    • ReceiveGroupNameChangeArgs
    • ReceiveNewFriendArgs
    • ReceiveOtherDeviceMessageArgs
    • ReceiveQRCodePayArgs
    • ReceiveSystemMessageArgs
    • SendResponseArgs
    • WeClientEventArgs
  • WeFeng.Db
    • DbUtilsHelpers

Class BaseContactArgs

Inheritance
object
BaseContactArgs
ContactArgs
GroupMemberArgs
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Plugin.EveEntitys
Assembly: Plugin.dll
Syntax
public class BaseContactArgs

Constructors

BaseContactArgs()

Declaration
public BaseContactArgs()

Properties

Alias

微信号
Declaration
public string Alias { get; set; }
Property Value
Type Description
string

AntispamTicket

添加好友所需(v2)
Declaration
public string AntispamTicket { get; set; }
Property Value
Type Description
string

City

城市
Declaration
public string City { get; set; }
Property Value
Type Description
string

EncryptUsername

添加好友所需(v1)
Declaration
public string EncryptUsername { get; set; }
Property Value
Type Description
string

Icon

头像
Declaration
public ContactIconArgs Icon { get; set; }
Property Value
Type Description
ContactIconArgs

Nickname

昵称
Declaration
public string Nickname { get; set; }
Property Value
Type Description
string

Province

省份
Declaration
public string Province { get; set; }
Property Value
Type Description
string

Sex

性别:0 - 未知,1 - 男,2 - 女
Declaration
public int Sex { get; set; }
Property Value
Type Description
int

Signature

个性签名
Declaration
public string Signature { get; set; }
Property Value
Type Description
string

Username

微信id
Declaration
public string Username { get; set; }
Property Value
Type Description
string
In This Article
Back to top © 2023 微风版权所有