Virtual Method

TalkatuMessageremove_attachment

Declaration [src]

gboolean
remove_attachment (
  TalkatuMessage* message,
  guint64 id
)

Description [src]

Removes the TalkatuAttachment identified by id if it exists.

Parameters

id

Type: guint64

The id of the TalkatuAttachment.

Return value

Type: gboolean

TRUE if the TalkatuAttachment was found and removed, FALSE otherwise.