Skip to content

Commit

Permalink
feat: vkapps add MobileIPad Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jan 9, 2022
1 parent 5ac318f commit 3a657ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vkapps/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ type Platform string
const (
MobileAndroid Platform = "mobile_android"
MobileIPhone Platform = "mobile_iphone"
MobileIPad Platform = "mobile_ipad"
MobileWeb Platform = "mobile_web"
DesktopWeb Platform = "desktop_web"
MobileAndroidMessenger Platform = "mobile_android_messenger"
Expand Down

0 comments on commit 3a657ed

Please sign in to comment.