Skip to main content
Version: 2.6.0

nonebot.adapters.feishu.event

class Event(<auto>)

method get_type()

  • 参数

    empty

  • 返回

    • str

method get_event_name()

  • 参数

    empty

  • 返回

    • str

method get_event_description()

  • 参数

    empty

  • 返回

    • str

method get_message()

method get_plaintext()

  • 参数

    empty

  • 返回

    • str

method get_user_id()

  • 参数

    empty

  • 返回

    • str

method get_session_id()

  • 参数

    empty

  • 返回

    • str

method is_tome()

  • 参数

    empty

  • 返回

    • bool

class MessageEvent(<auto>)

  • 参数

    auto

class-var to_me

  • 类型: bool

  • 说明

    :说明: 消息是否与机器人有关

    :类型: bool

method get_type()

  • 参数

    empty

  • 返回

    • Literal['message']

method get_event_name()

  • 参数

    empty

  • 返回

    • str

method get_event_description()

  • 参数

    empty

  • 返回

    • str

method get_message()

method get_plaintext()

  • 参数

    empty

  • 返回

    • str

method get_user_id()

  • 参数

    empty

  • 返回

    • str

method get_all_user_id()

  • 参数

    empty

  • 返回

    • UserId

method get_session_id()

  • 参数

    empty

  • 返回

    • str

method is_tome()

  • 参数

    empty

  • 返回

    • bool

class GroupMessageEvent(<auto>)

  • 参数

    auto

class PrivateMessageEvent(<auto>)

  • 参数

    auto

class NoticeEvent(<auto>)

  • 参数

    auto

method get_type()

  • 参数

    empty

  • 返回

    • Literal['notice']

method get_event_name()

  • 参数

    empty

  • 返回

    • str

method get_event_description()

  • 参数

    empty

  • 返回

    • str

method get_message()

method get_plaintext()

  • 参数

    empty

  • 返回

    • str

method get_user_id()

  • 参数

    empty

  • 返回

    • str

method get_session_id()

  • 参数

    empty

  • 返回

    • str

class MessageReadEvent(<auto>)

  • 参数

    auto

class GroupDisbandedEvent(<auto>)

  • 参数

    auto

class MessageReactionDeletedEvent(<auto>)

  • 参数

    auto

class MessageReactionCreatedEvent(<auto>)

  • 参数

    auto

class GroupConfigUpdatedEvent(<auto>)

  • 参数

    auto

class GroupMemberBotAddedEvent(<auto>)

  • 参数

    auto

class GroupMemberBotDeletedEvent(<auto>)

  • 参数

    auto

class GroupMemberUserAddedEvent(<auto>)

  • 参数

    auto

class GroupMemberUserWithdrawnEvent(<auto>)

  • 参数

    auto

class GroupMemberUserDeletedEvent(<auto>)

  • 参数

    auto

class ContactUserUpdatedEvent(<auto>)

  • 参数

    auto

class ContactUserDeletedEvent(<auto>)

  • 参数

    auto

class ContactUserCreatedEvent(<auto>)

  • 参数

    auto

class ContactDepartmentUpdatedEvent(<auto>)

  • 参数

    auto

class ContactDepartmentDeletedEvent(<auto>)

  • 参数

    auto

class ContactDepartmentCreatedEvent(<auto>)

  • 参数

    auto

class CalendarAclCreatedEvent(<auto>)

  • 参数

    auto

class CalendarAclDeletedEvent(<auto>)

  • 参数

    auto

class CalendarChangedEvent(<auto>)

  • 参数

    auto

class CalendarEventChangedEvent(<auto>)

  • 参数

    auto

class DriveFileReadEvent(<auto>)

  • 参数

    auto

class DriveFileTitleUpdatedEvent(<auto>)

  • 参数

    auto

class DriveFilePermissionMemberAddedEvent(<auto>)

  • 参数

    auto

class DriveFilePermissionMemberRemovedEvent(<auto>)

  • 参数

    auto

class DriveFileTrashedEvent(<auto>)

  • 参数

    auto

class DriveFileDeletedEvent(<auto>)

  • 参数

    auto

class DriveFileEditedEvent(<auto>)

  • 参数

    auto

class MeetingRoomCreatedEvent(<auto>)

  • 参数

    auto

class MeetingRoomUpdatedEvent(<auto>)

  • 参数

    auto

class MeetingRoomDeletedEvent(<auto>)

  • 参数

    auto

class MeetingRoomStatusChangedEvent(<auto>)

  • 参数

    auto

class VCMeetingStartedEvent(<auto>)

  • 参数

    auto

class VCMeetingEndedEvent(<auto>)

  • 参数

    auto

class VCMeetingJoinedEvent(<auto>)

  • 参数

    auto

class VCMeetingLeftEvent(<auto>)

  • 参数

    auto

class VCMeetingRecordingStartedEvent(<auto>)

  • 参数

    auto

class VCMeetingRecordingEndedEvent(<auto>)

  • 参数

    auto

class VCMeetingRecordingReadyEvent(<auto>)

  • 参数

    auto

class VCMeetingShareStartedEvent(<auto>)

  • 参数

    auto

class VCMeetingShareEndedEvent(<auto>)

  • 参数

    auto

class AttendanceUserFlowCreatedEvent(<auto>)

  • 参数

    auto

class AttendanceUserTaskUpdatedEvent(<auto>)

  • 参数

    auto