The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Mattermost::V4::API::Object::Post

DESCRIPTION

Describes a Mattermost post.

METHODS

See matching methods in WebService::Mattermost::V4::API::Resource::Post for full documentation.

ID parameters are not required:

    my $response = $mattermost->api->post->get('ID-HERE')->item->delete();

Is the same as:

    my $response = $mattermost->api->post->delete('ID-HERE');
delete()
update()
patch()
thread()
files()
pin()
inpin()
reactions()
perform_action()

ATTRIBUTES

hashtag

A string containing any hashtags in the message.

original_id
parent_id
pending_post_id
root_id
filenames

A list of filenames attached to the post.

file_ids

A list of file IDs attached to the post.

original_post

Related original post object.

parent_post

Related parent post object.

pending_post

Related pending post object.

root_post

Related root post object.

SEE ALSO

WebService::Mattermost::V4::API::Object::Post
WebService::Mattermost::V4::API::Object::Role::BelongingToChannel
WebService::Mattermost::V4::API::Object::Role::BelongingToUser
WebService::Mattermost::V4::API::Object::Role::ID
WebService::Mattermost::V4::API::Object::Role::Message
WebService::Mattermost::V4::API::Object::Role::Props
WebService::Mattermost::V4::API::Object::Role::Timestamps

AUTHOR

Mike Jones email:mike@netsplit.org.uk