This is an old revision of the document!


# Friendica API entities

* [Home](help)

  • [Using the APIs](help/api)

## Activities

<table class=“table table-condensed table-striped table-bordered”> <thead> <tr> <th>Attribute</th> <th>Type</th> <th align=“center”>Nullable</th> </tr> </thead> <tbody>

<tr> <td>

like

</td> <td>List of <a href=“help/API-Entities#Contact”>Contacts</a></td> <td align=“center”>No</td> </tr>

<tr> <td>

dislike

</td> <td>List of <a href=“help/API-Entities#Contact”>Contacts</a></td> <td align=“center”>No</td> </tr>

<tr> <td>

attendyes

</td> <td>List of <a href=“help/API-Entities#Contact”>Contacts</a></td> <td align=“center”>No</td> </tr>

<tr> <td>

attendno

</td> <td>List of <a href=“help/API-Entities#Contact”>Contacts</a></td> <td align=“center”>No</td> </tr>

<tr> <td>

attendmaybe

</td> <td>List of <a href=“help/API-Entities#Contact”>Contacts</a></td> <td align=“center”>No</td> </tr>

</tbody> </table>

## Attachment

<table class=“table table-condensed table-striped table-bordered”> <thead> <tr> <th>Attribute</th> <th>Type</th> <th align=“center”>Nullable</th> </tr> </thead> <tbody>

<tr> <td>

url

</td> <td>String (URL)</td> <td align=“center”>No</td> </tr>

<tr> <td>

mimetype

</td> <td>String</td> <td align=“center”>No</td> </tr>

<tr> <td>

size

</td> <td>Integer (bytes)</td> <td align=“center”>No</td> </tr>

</tbody> </table>

## Contact

<table class=“table table-condensed table-striped table-bordered”> <thead> <tr> <th>Attribute</th> <th>Type</th> <th align=“center”>Nullable</th> </tr> </thead>

<tbody> <tr> <td>

id

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

id_str

</td> <td>String</td> <td align=“center”>No</td> </tr>

<tr> <td>

name

</td> <td>String</td> <td align=“center”>No</td> </tr>

<tr> <td>

screen_name

</td> <td>String</td> <td align=“center”>No</td> </tr>

<tr> <td>

location

</td> <td>String</td> <td align=“center”>No</td> </tr>

<tr> <td>

description

</td> <td>String</td> <td align=“center”>No</td> </tr>

<tr> <td>

profile_image_url

</td> <td>String (URL)</td> <td align=“center”>No</td> </tr>

<tr> <td>

profile_image_url_https

</td> <td>String (URL)</td> <td align=“center”>No</td> </tr>

<tr> <td>

profile_image_url_profile_size

</td> <td>String (URL)</td> <td align=“center”>No</td> </tr>

<tr> <td>

profile_image_url_large

</td> <td>String (URL)</td> <td align=“center”>No</td> </tr>

<tr> <td>

url

</td> <td>String (URL)</td> <td align=“center”>No</td> </tr>

<tr> <td>

protected

</td> <td>Boolean</td> <td align=“center”>No</td> </tr>

<tr> <td>

followers_count

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

friends_count

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

listed_count

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

favourites_count

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

statuses_count

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

created_at

</td> <td>String (Date)<br/> Ex: Wed May 23 06:01:13 +0000 2007 </td> <td align=“center”>No</td> </tr>

<tr> <td>

utc_offset

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

time_zone

</td> <td>String</td> <td align=“center”>No</td> </tr>

<tr> <td>

geo_enabled

</td> <td>Boolean</td> <td align=“center”>No</td> </tr>

<tr> <td>

verified

</td> <td>Boolean</td> <td align=“center”>No</td> </tr>

<tr> <td>

lang

</td> <td>String</td> <td align=“center”>No</td> </tr>

<tr> <td>

contributors_enabled

</td> <td>Boolean</td> <td align=“center”>No</td> </tr>

<tr> <td>

is_translator

</td> <td>Boolean</td> <td align=“center”>No</td> </tr>

<tr> <td>

is_translation_enabled

</td> <td>Boolean</td> <td align=“center”>No</td> </tr>

<tr> <td>

following

</td> <td>Boolean</td> <td align=“center”>No</td> </tr>

<tr> <td>

follow_request_sent

</td> <td>Boolean</td> <td align=“center”>No</td> </tr>

<tr> <td>

statusnet_blocking

</td> <td>Boolean</td> <td align=“center”>No</td> </tr>

<tr> <td>

notifications

</td> <td>Boolean</td> <td align=“center”>No</td> </tr>

<tr> <td>

statusnet_profile_url

</td> <td>String (URL)</td> <td align=“center”>No</td> </tr>

<tr> <td>

uid

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

cid

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

pid

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

self

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

network

</td> <td>String</td> <td align=“center”>No</td> </tr>

</tbody> </table>

## Entities

<table class=“table table-condensed table-striped table-bordered”> <thead> <tr> <th>Attribute</th> <th>Type</th> <th align=“center”>Nullable</th> </tr> </thead> <tbody>

<tr> <td>

hashtags

</td> <td>List of <a href=“help/API-Entities#Hashtag”>Hashtags</a></td> <td align=“center”>No</td> </tr>

<tr> <td>

symbols

</td> <td>List of <a href=“help/API-Entities#Symbol”>Symbols</a></td> <td align=“center”>No</td> </tr>

<tr> <td>

urls

</td> <td>List of <a href=“help/API-Entities#URL”>URLs</a></td> <td align=“center”>No</td> </tr>

<tr> <td>

user_mentions

</td> <td>List of <a href=“help/API-Entities#User+Mention”>User mentions</a></td> <td align=“center”>No</td> </tr>

<tr> <td>

media

</td> <td>List of <a href=“help/API-Entities#Media”>Medias</a></td> <td align=“center”>No</td> </tr>

</tbody> </table>

## Event

<table class=“table table-condensed table-striped table-bordered”> <thead> <tr> <th>Attribute</th> <th>Type</th> <th>Description</th> </tr> </thead>

<tbody> <tr> <td>

id

</td> <td>Integer</td> <td></td> </tr>

<tr> <td>

uid

</td> <td>Integer</td> <td>Owner User Id</td> </tr>

<tr> <td>

cid

</td> <td>Integer</td> <td>Target Contact Id</td> </tr>

<tr> <td>

uri

</td> <td>String</td> <td>Item unique URI string</td> </tr>

<tr> <td>

name

</td> <td>String (Plaintext)</td> <td>Title</td> </tr>

<tr> <td>

desc

</td> <td>String (HTML)</td> <td>Description</td> </tr>

<tr> <td>

startTime

</td> <td>String (UTC

YYYY-MM-DD HH:II:SS)

)</td> <td></td> </tr>

<tr> <td>

endTime

</td> <td>String (UTC

YYYY-MM-DD HH:II:SS)

)</td> <td>Optional (null date is

0001-01-01 00:00:00

</td> </tr>

<tr> <td>

type

</td> <td>String (

event

or

birthday

)</td> <td></td> </tr>

<tr> <td>

nofinish

</td> <td>Boolean</td> <td>Ongoing event</td> </tr>

<tr> <td>

place

</td> <td>String</td> <td>Optional. Location.</td> </tr>

<tr> <td>

adjust

</td> <td>Boolean</td> <td>???</td> </tr>

<tr> <td>

ignore

</td> <td>Boolean</td> <td>???</td> </tr>

<tr> <td>

allow_cid

</td> <td>String (angle-brackets escaped integers)</td> <td>Optional. List of allowed contact ids</td> </tr>

<tr> <td>

allow_gid

</td> <td>String (angle-brackets escaped integers)</td> <td>Optional. List of allowed group ids</td> </tr>

<tr> <td>

deny_cid

</td> <td>String (angle-brackets escaped integers)</td> <td>Optional. List of disallowed contact ids</td> </tr>

<tr> <td>

deny_gid

</td> <td>String (angle-brackets escaped integers)</td> <td>Optional. List of disallowed group ids</td> </tr>

</tbody> </table>

## Hashtag

Unused

## Item

<table class=“table table-condensed table-striped table-bordered”> <thead> <tr> <th>Attribute</th> <th>Type</th> <th align=“center”>Nullable</th> </tr> </thead>

<tbody> <tr> <td>

text

</td> <td>String (Plaintext)</td> <td align=“center”>No</td> </tr>

<tr> <td>

truncated

</td> <td>Boolean</td> <td align=“center”>No</td> </tr>

<tr> <td>

created_at

</td> <td>String (Date)<br/> Ex: Wed May 23 06:01:13 +0000 2007 </td> <td align=“center”>No</td> </tr>

<tr> <td>

in_reply_to_status_id

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

in_reply_to_status_id_str

</td> <td>String</td> <td align=“center”>No</td> </tr>

<tr> <td>

source

</td> <td>String</td> <td align=“center”>No</td> </tr>

<tr> <td>

id

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

id_str

</td> <td>String</td> <td align=“center”>No</td> </tr>

<tr> <td>

in_reply_to_user_id

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

in_reply_to_user_id_str

</td> <td>String</td> <td align=“center”>No</td> </tr>

<tr> <td>

in_reply_to_screen_name

</td> <td>String</td> <td align=“center”>No</td> </tr>

<tr> <td>

geo

</td> <td>String</td> <td align=“center”>Yes</td> </tr>

<tr> <td>

favorited

</td> <td>Boolean</td> <td align=“center”>No</td> </tr>

<tr> <td>

user

</td> <td><a href=“help/API-Entities#Contact”>Contact</a></td> <td align=“center”>No</td> </tr>

<tr> <td>

friendica_author

</td> <td><a href=“help/API-Entities#Contact”>Contact</a></td> <td align=“center”>No</td> </tr>

<tr> <td>

friendica_owner

</td> <td>

<a href=“help/API-Entities#Contact”>Contact</a></td> <td align=“center”>No</td> </tr>

<tr> <td>

friendica_private

</td> <td>Boolean</td> <td align=“center”>No</td> </tr>

<tr> <td>

statusnet_html

</td> <td>String (HTML)</td> <td align=“center”>No</td> </tr>

<tr> <td>

statusnet_conversation_id

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

external_url

</td> <td>String (URL)</td> <td align=“center”>No</td> </tr>

<tr> <td>

friendica_activities

</td> <td><a href=“help/API-Entities#Activities”>Activities</a></td> <td align=“center”>No</td> </tr>

<tr> <td>

friendica_title

</td> <td>String (Plaintext)</td> <td align=“center”>No</td> </tr>

<tr> <td>

friendica_html

</td> <td>String (HTML)</td> <td align=“center”>No</td> </tr>

<tr> <td>

attachments

</td> <td>List of <a href=“help/API-Entities#Attachment”>Attachments</a></td> <td align=“center”>Yes</td> </tr>

<tr> <td>

entities

</td> <td><a href=“help/API-Entities#Entities”>Entities</a></td> <td align=“center”>Yes</td> </tr>

</tbody> </table>

## Media

Identical to [the Twitter Media Object](https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/entities-object#media).

<table class=“table table-condensed table-striped table-bordered”> <thead> <tr> <th>Attribute</th> <th>Type</th> <th align=“center”>Nullable</th> </tr> </thead> <tbody>

<tr> <td>

id

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

id_str

</td> <td>String</td> <td align=“center”>No</td> </tr>

<tr> <td>

indices

</td> <td>List of Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

media_url

</td> <td>String (URL)</td> <td align=“center”>No</td> </tr>

<tr> <td>

media_url_https

</td> <td>String (URL)</td> <td align=“center”>No</td> </tr>

<tr> <td>

url

</td> <td>String (URL)</td> <td align=“center”>No</td> </tr>

<tr> <td>

display_url

</td> <td>String (URL)</td> <td align=“center”>No</td> </tr>

<tr> <td>

expanded_url

</td> <td>String (URL)</td> <td align=“center”>No</td> </tr>

<tr> <td>

ext_alt_text

</td> <td>String</td> <td align=“center”>No</td> </tr>

<tr> <td>

type

</td> <td>String</td> <td align=“center”>No</td> </tr>

<tr> <td>

sizes

</td> <td><a href=“help/API-Entities#Sizes”>Sizes</a></td> <td align=“center”>No</td> </tr>

</tbody> </table>

## Notification

<table class=“table table-condensed table-striped table-bordered”> <thead> <tr> <th>Attribute</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody>

<tr> <td>

id

</td> <td>Integer</td> <td></td> </tr>

<tr> <td>

hash

</td> <td>String</td> <td></td> </tr>

<tr> <td>

type

</td> <td>Integer</td> <td><ul> <li>1: Inbound follow request</li> <li>2: Outbound follow request confirmation</li> <li>4: Wall-to-wall post</li> <li>8: Reply</li> <li>16: Private message</li> <li>32: Friend suggestion</li> <li>64: Unused</li> <li>128: Mention</li> <li>256: Tag added to a post</li> <li>512: Poke</li> <li>1024: New post</li> <li>16384: System email</li> <li>32768: System event</li> </ul></td> </tr>

<tr> <td>

name

</td> <td>String</td> <td>Full name of the contact subject</td> </tr>

<tr> <td>

url

</td> <td>String (URL)</td> <td>Profile page URL of the contact subject</td> </tr>

<tr> <td>

photo

</td> <td>String (URL)</td> <td>Profile photo URL of the contact subject</td> </tr>

<tr> <td>

date

</td> <td>String (Date)</td> <td>

YYYY-MM-DD hh:mm:ss

local server time</td> </tr>

<tr> <td>

msg

</td> <td>String (BBCode)</td> <td></td> </tr>

<tr> <td>

uid

</td> <td>Integer</td> <td>Owner User Id</td> </tr>

<tr> <td>

link

</td> <td>String (URL)</td> <td>Notification URL</td> </tr>

<tr> <td>

iid

</td> <td>Integer</td> <td>Item Id</td> </tr>

<tr> <td>

parent

</td> <td>Integer</td> <td>Parent Item Id</td> </tr>

<tr> <td>

seen

</td> <td>Integer (Boolean)</td> <td>Whether the notification was read or not.</td> </tr>

<tr> <td>

verb

</td> <td>String (URL)</td> <td>[Activity Streams](http://activitystrea.ms) Verb URL</td> </tr>

<tr> <td>

seen

</td> <td>Integer (Boolean)</td> <td>Whether the notification was read or not.</td> </tr>

<tr> <td>

otype

</td> <td>Enum</td> <td>Subject type (`item`, `intro` or `mail`)</td> </tr>

<tr> <td>

name_cache

</td> <td>String (HTML)</td> <td>Full name of the contact subject</td> </tr>

<tr> <td>

msg_cache

</td> <td>String (Plaintext)</td> <td>Plaintext version of the notification text with a placeholder (`{0}`) for the subject contact's name.</td> </tr>

<tr> <td>

timestamp

</td> <td>Integer</td> <td>Unix timestamp</td> </tr>

<tr> <td>

date_rel

</td> <td>String</td> <td>Time since the note was posted, eg “1 hour ago”</td> </tr>

<tr> <td>

msg_html

</td> <td>String (HTML)</td> <td></td> </tr>

<tr> <td>

msg_plain

</td> <td>String (Plaintext)</td> <td></td> </tr>

</tbody> </table>

## Photo

<table class=“table table-condensed table-striped table-bordered”> <thead> <tr> <th>Attribute</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody>

<tr> <td>

id

</td> <td>String</td> <td>Resource ID (32 hex chars)</td> </tr>

<tr> <td>

created

</td> <td>String (Date)</td> <td>Format

YYYY-MM-DD HH:MM:SS

</td> </tr>

<tr> <td>

edited

</td> <td>String (Date)</td> <td>Format

YYYY-MM-DD HH:MM:SS

</td> </tr>

<tr> <td>

title

</td> <td>String</td> <td></td> </tr>

<tr> <td>

desc

</td> <td>String (Plaintext)</td> <td>Picture caption</td> </tr>

<tr> <td>

album

</td> <td>String</td> <td>Album name</td> </tr>

<tr> <td>

filename

</td> <td>String</td> <td>Original image filename</td> </tr>

<tr> <td>

type

</td> <td>String</td> <td>MIME Type</td> </tr>

<tr> <td>

height

</td> <td>Integer</td> <td>Image height in pixels</td> </tr>

<tr> <td>

width

</td> <td>Integer</td> <td>Image width in pixels</td> </tr>

<tr> <td>

profile

</td> <td>Integer</td> <td>1 if it is a profile photo</td> </tr>

<tr> <td>

allow_cid

</td> <td>String (ACL)</td> <td>List of contact ids wrapped in angle brackets allowed to access the photo.</td> </tr>

<tr> <td>

allow_gid

</td> <td>String (ACL)</td> <td>List of contact group ids wrapped in angle brackets allowed to access the photo.</td> </tr>

<tr> <td>

deny_cid

</td> <td>String (ACL)</td> <td>List of contact ids wrapped in angle brackets forbidden to access the photo.</td> </tr>

<tr> <td>

deny_gid

</td> <td>String (ACL)</td> <td>List of contact group ids wrapped in angle brackets forbidden to access the photo.</td> </tr>

<tr> <td>

link

</td> <td>Array of Strings (URL)</td> <td> URLs to the different scales indexed by scale number if no specific scale was requested. Mutually exclusive with

data
datasize

. </td> </tr>

<tr> <td>

datasize

</td> <td>Integer</td> <td> Picture size in bytes if a single scale was requested. Mutually exclusive with

link

. </td> </tr>

<tr> <td>

data

</td> <td>String</td> <td> Base64-encoded image data if a single scale was requested. Mutually exclusive with

link

. </td> </tr>

<tr> <td>

friendica_activities

</td> <td><a href=“help/API-Entities#Activities”>Activities</a></td> <td></td> </tr>

<tr> <td>

friendica_comments

</td> <td>List of <a href=“help/API-Entities#Item”>Items</a></td> <td></td> </tr>

<tr> <td>

rights_mismatch

</td> <td>Boolean</td> <td>True if the ACL differs between the picture and the associated item.</td> </tr>

</tbody> </table>

## Photo List Item

<table class=“table table-condensed table-striped table-bordered”> <thead> <tr> <th>Attribute</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody>

<tr> <td>

id

</td> <td>String</td> <td>Resource ID (32 hex chars)</td> </tr>

<tr> <td>

album

</td> <td>String</td> <td>Album name</td> </tr>

<tr> <td>

filename

</td> <td>String</td> <td>Original image filename</td> </tr>

<tr> <td>

type

</td> <td>String</td> <td>MIME Type</td> </tr>

<tr> <td>

created

</td> <td>String (Date)</td> <td>Format

YYYY-MM-DD HH:MM:SS

</td> </tr>

<tr> <td>

edited

</td> <td>String (Date)</td> <td>Format

YYYY-MM-DD HH:MM:SS

</td> </tr>

<tr> <td>

desc

</td> <td>String (Plaintext)</td> <td>Picture caption</td> </tr>

<tr> <td>

thumb

</td> <td>String (URL)</td> <td>URL of the smallest scale version of the picture.</td> </tr>

</tbody> </table>

## Private message

<table class=“table table-condensed table-striped table-bordered”> <thead> <tr> <th>Attribute</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody>

<tr> <td>

id

</td> <td>Integer</td> <td></td> </tr>

<tr> <td>

sender_id

</td> <td>Integer</td> <td>Sender Contact Id</td> </tr>

<tr> <td>

text

</td> <td>String</td> <td>Can be HTML or plaintext depending on the API call parameter `getText`.</td> </tr>

<tr> <td>

recipient_id

</td> <td>Integer</td> <td>Recipient Contact Id</td> </tr>

<tr> <td>

created_at

</td> <td>String (Date)</td> <td>Ex: Wed May 23 06:01:13 +0000 2007</td> </tr>

<tr> <td>

sender_screen_name

</td> <td>String</td> <td></td> </tr>

<tr> <td>

recipient_screen_name

</td> <td>String</td> <td></td> </tr>

<tr> <td>

sender

</td> <td><a href=“help/API-Entities#Contact”>Contact</a></td> <td></td> </tr>

<tr> <td>

recipient

</td> <td><a href=“help/API-Entities#Contact”>Contact</a></td> <td></td> </tr>

<tr> <td>

title

</td> <td>String</td> <td>Empty if the API call parameter `getText` is empty or absent.</td> </tr>

<tr> <td>

friendica_seen

</td> <td>Integer (Boolean)</td> <td>Whether the private message has been read or not.</td> </tr>

<tr> <td>

friendica_parent_uri

</td> <td>String</td> <td></td> </tr>

</tbody> </table>

## Profile

<table class=“table table-condensed table-striped table-bordered”> <thead> <tr> <th>Attribute</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody>

<tr> <td>

profile_id

</td> <td>Integer</td> <td></td> </tr>

<tr> <td>

profile_name

</td> <td>String</td> <td></td> </tr>

<tr> <td>

is_default

</td> <td>Boolean</td> <td></td> </tr>

<tr> <td>

hide_friends

</td> <td>Boolean</td> <td>Whether the user chose to hide their contact list on their profile.</td> </tr>

<tr> <td>

profile_photo

</td> <td>String (URL)</td> <td>Largest size profile picture URL.</td> </tr>

<tr> <td>

profile_thumb

</td> <td>String (URL)</td> <td>Smallest size profile picture URL.</td> </tr>

<tr> <td>

publish

</td> <td>Boolean</td> <td>Whether the user chose to publish their profile in the local directory.</td> </tr>

<tr> <td>

net_publish

</td> <td>Boolean</td> <td>Whether the user chose to publish their profile in the global directory.</td> </tr>

<tr> <td>

description

</td> <td>String</td> <td></td> </tr>

<tr> <td>

date_of_birth

</td> <td>String</td> <td></td> </tr>

<tr> <td>

address

</td> <td>String</td> <td></td> </tr>

<tr> <td>

city

</td> <td>String</td> <td></td> </tr>

<tr> <td>

region

</td> <td>String</td> <td></td> </tr>

<tr> <td>

postal_code

</td> <td>String</td> <td></td> </tr>

<tr> <td>

country

</td> <td>String</td> <td></td> </tr>

<tr> <td>

public_keywords

</td> <td>String</td> <td>Comma-separated list of words meant to be displayed as hashtags.</td> </tr>

<tr> <td>

private_keywords

</td> <td>String</td> <td>Comma-separated list of words meant to be used for search only.</td> </tr>

<tr> <td>

homepage

</td> <td>String (URL)</td> <td></td> </tr>

</tbody> </table>

## Size

<table class=“table table-condensed table-striped table-bordered”> <thead> <tr> <th>Attribute</th> <th>Type</th> <th align=“center”>Nullable</th> </tr> </thead> <tbody> <table class=“table table-condensed table-striped table-bordered”> <thead> <tr> <th>Attribute</th> <th>Type</th> <th align=“center”>Nullable</th> </tr> </thead> <tbody>

<tr> <td>

w

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

h

</td> <td>Integer</td> <td align=“center”>No</td> </tr>

<tr> <td>

resize

</td> <td>Enum (fit, crop)</td> <td align=“center”>Yes</td> </tr>

</tbody> </table>

## Sizes

<table class=“table table-condensed table-striped table-bordered”> <thead> <tr> <th>Attribute</th> <th>Type</th> <th align=“center”>Nullable</th> </tr> </thead> <tbody>

<tr> <td>

medium

</td> <td><a href=“help/API-Entities#Size”>Size</a></td> <td align=“center”>No</td> </tr>

<tr> <td>

large

</td> <td><a href=“help/API-Entities#Size”>Size</a></td> <td align=“center”>Yes</td> </tr>

<tr> <td>

thumb

</td> <td><a href=“help/API-Entities#Size”>Size</a></td> <td align=“center”>Yes</td> </tr>

<tr> <td>

small

</td> <td><a href=“help/API-Entities#Size”>Size</a></td> <td align=“center”>Yes</td> </tr>

</tbody> </table>

## Symbol

Unused

## URL

<table class=“table table-condensed table-striped table-bordered”> <thead> <tr> <th>Attribute</th> <th>Type</th> <th align=“center”>Nullable</th> </tr> </thead> <tbody>

<tr> <td>

url

</td> <td>String (URL)</td> <td align=“center”>No</td> </tr>

<tr> <td>

expanded_url

</td> <td>String (URL)</td> <td align=“center”>No</td> </tr>

<tr> <td>

display_url

</td> <td>String (URL)</td> <td align=“center”>No</td> </tr>

<tr> <td>

indices

</td> <td>List of Integer</td> <td align=“center”>No</td> </tr>

</tbody> </table>

## User Mention

Unused

  • Last modified: 2020-09-20 19:19