Skip to content

Commit

Permalink
Merge pull request PLhery#303 from AuroraDysis/master
Browse files Browse the repository at this point in the history
add missing properties 'source_user_id' and 'source_user_id_str' in MediaEntityV1
  • Loading branch information
alkihis authored Jun 14, 2022
2 parents e5c65a1 + 4bf9739 commit 88f6bbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/v1/entities.v1.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export interface MediaEntityV1 {
sizes: MediaSizesV1;
source_status_id: number;
source_status_id_str: string;
source_user_id: number;
source_user_id_str: string;
type: 'photo' | 'video' | 'animated_gif';
video_info?: MediaVideoInfoV1;
additional_media_info?: AdditionalMediaInfoV1;
Expand Down

0 comments on commit 88f6bbc

Please sign in to comment.