Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

check_codename_available

NoOne-dev edited this page Aug 28, 2016 · 2 revisions

check_codename_available

API function check_codename_available
Class Name: POGOProtos.Networking.Requests.Messages_pb2.CheckCodenameAvailableMessage
File name: POGOProtos/Networking/Requests/Messages/CheckCodenameAvailableMessage.proto

Input Arguments

Field Protobuf Type Python Type Label Description
codename string str/unicode optional

Usage Example

    api.check_codename_available(
        codename = <your_input>)
Clone this wiki locally