pollIds property

List<String>? pollIds
inherited

List of unique identifiers of polls present in the Tweets returned. These are returned as a string in order to avoid complications with languages and tools that cannot handle large integers.

You can obtain the expanded object in includes.polls by adding TweetExpansion.attachmentsPollIds in the request's query parameter.

Implementation

List<String>? get pollIds => throw _privateConstructorUsedError;