蓝莺开发者
Web & Mini ProgramiOSAndroidC++Server API

floo::BMXForwardAttachment#

消息转发附件

#include <bmx_forward_attachment.h>

Inherits from floo::BMXMessageAttachment, BMXBaseObject

Public Classes#

Name
classMessage
转发消息附件自定义消息

Public Functions#

Name
BMXForwardAttachment()
构造函数
virtual~BMXForwardAttachment()
析构函数
virtual Typetype() const
附件类型
virtual BMXMessageAttachmentPtrclone() const
克隆函数

Additional inherited members#

Public Types inherited from floo::BMXMessageAttachment

Name
enum classType { Image, Voice, Video, File, Location, Command, Forward}
附件类型
enum classDownloadStatus { Downloaing, Successed, Failed, NotStart, Canceled}
附件下载状态

Public Functions inherited from floo::BMXMessageAttachment

Name
BMXMessageAttachment()
构造函数
virtual~BMXMessageAttachment()
析构函数

Public Functions Documentation#

function BMXForwardAttachment#

inline BMXForwardAttachment()

构造函数

Example:

{% lanying_code_snippet repo="lanying-im-embedded",class="BMXForwardAttachment",function="BMXForwardAttachment" %}{% endlanying_code_snippet %}

function ~BMXForwardAttachment#

inline virtual ~BMXForwardAttachment()

析构函数

Example:

{% lanying_code_snippet repo="lanying-im-embedded",class="BMXForwardAttachment",function="~BMXForwardAttachment" %}{% endlanying_code_snippet %}

function type#

inline virtual Type type() const

附件类型

Return: Type

Reimplements: floo::BMXMessageAttachment::type

Example:

{% lanying_code_snippet repo="lanying-im-embedded",class="BMXForwardAttachment",function="type" %}{% endlanying_code_snippet %}

function clone#

virtual BMXMessageAttachmentPtr clone() const

克隆函数

Return: BMXMessageAttachmentPtr

Reimplements: floo::BMXMessageAttachment::clone

Example:

{% lanying_code_snippet repo="lanying-im-embedded",class="BMXForwardAttachment",function="clone" %}{% endlanying_code_snippet %}

Updated on 2022-01-26 at 17:20:40 +0800

自动生成的 API 内容,仅在必要位置补充精简的 AI 解释。