Hierarchy

  • ListTimeline

Properties

Properties

data?: {
    list?: {
        tweets_timeline?: {
            timeline?: {
                instructions?: {
                    entries?: TimelineEntryRaw[];
                    entry?: TimelineEntryRaw;
                    type?: string;
                }[];
            };
        };
    };
}

Type declaration

  • Optional list?: {
        tweets_timeline?: {
            timeline?: {
                instructions?: {
                    entries?: TimelineEntryRaw[];
                    entry?: TimelineEntryRaw;
                    type?: string;
                }[];
            };
        };
    }
    • Optional tweets_timeline?: {
          timeline?: {
              instructions?: {
                  entries?: TimelineEntryRaw[];
                  entry?: TimelineEntryRaw;
                  type?: string;
              }[];
          };
      }