abacusai.twitter_search_result ============================== .. py:module:: abacusai.twitter_search_result Classes ------- .. autoapisummary:: abacusai.twitter_search_result.TwitterSearchResult Module Contents --------------- .. py:class:: TwitterSearchResult(client, title=None, url=None, twitterName=None, twitterHandle=None, thumbnailUrl=None, thumbnailWidth=None, thumbnailHeight=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` A single twitter search result. :param client: An authenticated API Client instance :type client: ApiClient :param title: The title of the tweet. :type title: str :param url: The URL of the tweet. :type url: str :param twitterName: The name of the twitter user. :type twitterName: str :param twitterHandle: The handle of the twitter user. :type twitterHandle: str :param thumbnailUrl: The URL of the thumbnail of the tweet. :type thumbnailUrl: str :param thumbnailWidth: The width of the thumbnail of the tweet. :type thumbnailWidth: int :param thumbnailHeight: The height of the thumbnail of the tweet. :type thumbnailHeight: int .. py:attribute:: title :value: None .. py:attribute:: url :value: None .. py:attribute:: twitter_name :value: None .. py:attribute:: twitter_handle :value: None .. py:attribute:: thumbnail_url :value: None .. py:attribute:: thumbnail_width :value: None .. py:attribute:: thumbnail_height :value: None .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict