Skip to content

mark_tutorial_complete

Tjado Maecke edited this page Jul 28, 2016 · 1 revision

mark_tutorial_complete

API function mark_tutorial_complete
Class Name: POGOProtos.Networking.Requests.Messages_pb2.MarkTutorialCompleteMessage
File name: POGOProtos/Networking/Requests/Messages/MarkTutorialCompleteMessage.proto

Input Arguments

Field Protobuf Type Python Type Label Description
tutorials_completed POGOProtos.Enums.TutorialState POGOProtos.Enums.TutorialState (as list) repeated
send_marketing_emails bool boolean optional
send_push_notifications bool boolean optional

Usage Example

    api.mark_tutorial_complete(
        tutorials_completed = [<input_1>, <input_2>, <input_n>],
        send_marketing_emails = <your_input>,
        send_push_notifications = <your_input>)
Clone this wiki locally