struct Facebook::Proto::IgUser
- Facebook::Proto::IgUser
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/IgUser.pb.crConstant Summary
-
FIELDS =
{1 => {name: :id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :biography, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :followers_count, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :follows_count, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :ig_id, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :media_count, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :profile_picture_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :username, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :website, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
-
Fields =
{} of String => Field
Constructors
- .new(buf : Protobuf::Buffer)
- .new(id : String | Nil = nil, biography : String | Nil = nil, followers_count : Int64 | Nil = nil, follows_count : Int64 | Nil = nil, ig_id : Int64 | Nil = nil, media_count : Int64 | Nil = nil, name : String | Nil = nil, profile_picture_url : String | Nil = nil, username : String | Nil = nil, website : String | Nil = nil)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #biography : String | Nil
- #biography=(biography : String | Nil)
- #followers_count : Int64 | Nil
- #followers_count=(followers_count : Int64 | Nil)
- #follows_count : Int64 | Nil
- #follows_count=(follows_count : Int64 | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #ig_id : Int64 | Nil
- #ig_id=(ig_id : Int64 | Nil)
- #media_count : Int64 | Nil
- #media_count=(media_count : Int64 | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #profile_picture_url : String | Nil
- #profile_picture_url=(profile_picture_url : String | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #username : String | Nil
- #username=(username : String | Nil)
- #website : String | Nil
- #website=(website : String | Nil)
Constructor Detail
def self.new(id : String | Nil = nil, biography : String | Nil = nil, followers_count : Int64 | Nil = nil, follows_count : Int64 | Nil = nil, ig_id : Int64 | Nil = nil, media_count : Int64 | Nil = nil, name : String | Nil = nil, profile_picture_url : String | Nil = nil, username : String | Nil = nil, website : String | Nil = nil)
#