Search Results for

    Show / Hide Table of Contents

    Class PokeEvent

    群内戳一戳

    Inheritance
    System.Object
    CQEvent
    NoticeEvent
    NotifyEvent
    PokeEvent
    Inherited Members
    NotifyEvent.sub_type
    NotifyEvent.target_id
    NoticeEvent.notice_type
    NoticeEvent.noticeType
    NoticeEvent.user_id
    CQEvent.time
    CQEvent.post_type
    CQEvent.postType
    Namespace: cqhttp.Cyan.Events.CQEvents
    Assembly: cqhttp.Cyan.dll
    Syntax
    public class PokeEvent : NotifyEvent

    Properties

    | Improve this Doc View Source

    group_id

    群聊id,可能为null。若为null,则为私聊戳一戳。可由is_group属性判定

    Declaration
    public long? group_id { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    is_group

    Declaration
    public bool is_group { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    ☀
    ☾