Skip to content

Commit ff1bbfe

Browse files
authored
Merge pull request #2 from nerdguyahmad/patch-8
Document embedded activity types
2 parents 7ce7934 + 78466ff commit ff1bbfe

File tree

1 file changed

+75
-6
lines changed

1 file changed

+75
-6
lines changed

docs/api.rst

Lines changed: 75 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2729,9 +2729,53 @@ of :class:`enum.Enum`.
27292729

27302730
.. versionadded:: 2.0
27312731

2732+
.. attribute:: awkword
2733+
2734+
Represents the embedded application Awkword.
2735+
27322736
.. attribute:: betrayal
27332737

27342738
Represents the embedded application Betrayal.io
2739+
2740+
.. attribute:: cg2_qa
2741+
2742+
Represents the embedded application CG2 QA.
2743+
2744+
.. attribute:: cg2_staging
2745+
2746+
Represents the embedded application CG2 Staging.
2747+
2748+
.. attribute:: cg3_prod
2749+
2750+
Represents the embedded application CG3 Prod.
2751+
2752+
.. attribute:: cg3_qa
2753+
2754+
Represents the embedded application CG3 QA.
2755+
2756+
.. attribute:: cg3_staging
2757+
2758+
Represents the embedded application CG3 Staging.
2759+
2760+
.. attribute:: cg3_dev
2761+
2762+
Represents the embedded application CG3 Development.
2763+
2764+
.. attribute:: cg4_prod
2765+
2766+
Represents the embedded application CG4 Prod.
2767+
2768+
.. attribute:: cg4_qa
2769+
2770+
Represents the embedded application CG4 QA.
2771+
2772+
.. attribute:: cg4_staging
2773+
2774+
Represents the embedded application CG4 Staging.
2775+
2776+
.. attribute:: cg4_dev
2777+
2778+
Represents the embedded application CG4 Development.
27352779

27362780
.. attribute:: chess_in_the_park
27372781

@@ -2752,11 +2796,31 @@ of :class:`enum.Enum`.
27522796
.. attribute:: letter_tile
27532797

27542798
Represents the embedded application Letter Tile.
2799+
2800+
.. attribute:: pn_stagging
2801+
2802+
Represents the embedded application Poker Night Staging.
27552803

27562804
.. attribute:: poker_night
27572805

27582806
Represents the embedded application Poker Night.
2807+
2808+
.. attribute:: poker_night
2809+
2810+
Represents the embedded application Poker QA.
2811+
2812+
.. attribute:: putts
2813+
2814+
Represents the embedded application Putts.
27592815

2816+
.. attribute:: sketchy_artist
2817+
2818+
Represents the embedded application Sketchy Artist.
2819+
2820+
.. attribute:: sketchy_artist_dev
2821+
2822+
Represents the embedded application Sketchy Artist development version.
2823+
27602824
.. attribute:: spell_cast
27612825

27622826
Represents the embedded application Spell Cast.
@@ -2767,16 +2831,21 @@ of :class:`enum.Enum`.
27672831

27682832
.. attribute:: watch_together_dev
27692833

2770-
Development version of `watch_together`.
2771-
2772-
.. attribute:: word_snack
2773-
2774-
Represents the embedded application Word Snacks.
2834+
Development version of :attr:`.watch_together`.
27752835

2836+
.. attribute:: word_snacks
2837+
2838+
Represents the embedded application word snacks.
2839+
2840+
.. attribute:: word_snacks_dev
2841+
2842+
Represents the embedded application word snacks. This is development version of :attr:`.word_snacks`
2843+
27762844
.. attribute:: youtube_together
27772845

27782846
Represents the embedded application Youtube Together.
2779-
2847+
2848+
27802849

27812850
Async Iterator
27822851
----------------

0 commit comments

Comments
 (0)