2016-05-03 16:28:58 +00:00
|
|
|
# Automatically generated by pb2py
|
2018-07-02 16:40:24 +00:00
|
|
|
# fmt: off
|
2016-09-28 16:01:23 +00:00
|
|
|
import protobuf as p
|
2016-10-26 15:32:28 +00:00
|
|
|
|
2017-06-13 17:35:14 +00:00
|
|
|
|
2016-10-26 15:32:28 +00:00
|
|
|
class WordRequest(p.MessageType):
|
2018-05-24 13:41:57 +00:00
|
|
|
MESSAGE_WIRE_TYPE = 46
|
2018-02-25 17:48:44 +00:00
|
|
|
|
|
|
|
def __init__(
|
|
|
|
self,
|
2018-07-02 16:40:24 +00:00
|
|
|
type: int = None,
|
2018-05-24 13:41:57 +00:00
|
|
|
) -> None:
|
2018-02-25 17:48:44 +00:00
|
|
|
self.type = type
|
2018-09-18 12:12:35 +00:00
|
|
|
|
|
|
|
@classmethod
|
|
|
|
def get_fields(cls):
|
|
|
|
return {
|
|
|
|
1: ('type', p.UVarintType, 0),
|
|
|
|
}
|