Class: Vk::API::Wall::WallpostToId

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/wall/wallpost_to_id.rb

Overview

Instance Method Summary collapse

Instance Method Details

#attachmentsArray



27
# File 'lib/vk/api/wall/wallpost_to_id.rb', line 27

attribute :attachments, API::Types::Coercible::Array.member(API::Wall::WallpostAttachment).optional.default(nil)

#commentsAPI::Base::CommentsInfo



33
# File 'lib/vk/api/wall/wallpost_to_id.rb', line 33

attribute :comments, Dry::Types[API::Base::CommentsInfo].optional.default(nil)

#copy_owner_idInteger

Returns ID of the source post owner.

Returns:

  • (Integer)

    ID of the source post owner



39
# File 'lib/vk/api/wall/wallpost_to_id.rb', line 39

attribute :copy_owner_id, API::Types::Coercible::Int.optional.default(nil)

#copy_post_idInteger

Returns ID of the source post.

Returns:

  • (Integer)

    ID of the source post



41
# File 'lib/vk/api/wall/wallpost_to_id.rb', line 41

attribute :copy_post_id, API::Types::Coercible::Int.optional.default(nil)

#dateInteger

Returns Date of publishing in Unixtime.

Returns:

  • (Integer)

    Date of publishing in Unixtime



17
# File 'lib/vk/api/wall/wallpost_to_id.rb', line 17

attribute :date, API::Types::Coercible::Int.optional.default(nil)

#from_idInteger

Returns Post author ID.

Returns:

  • (Integer)

    Post author ID



13
# File 'lib/vk/api/wall/wallpost_to_id.rb', line 13

attribute :from_id, API::Types::Coercible::Int.optional.default(nil)

#geoAPI::Base::Geo



29
# File 'lib/vk/api/wall/wallpost_to_id.rb', line 29

attribute :geo, Dry::Types[API::Base::Geo].optional.default(nil)

#idInteger

Returns Post ID.

Returns:

  • (Integer)

    Post ID



11
# File 'lib/vk/api/wall/wallpost_to_id.rb', line 11

attribute :id, API::Types::Coercible::Int.optional.default(nil)

#likesAPI::Base::LikesInfo



35
# File 'lib/vk/api/wall/wallpost_to_id.rb', line 35

attribute :likes, Dry::Types[API::Base::LikesInfo].optional.default(nil)

#post_idInteger

Returns wall post ID (if comment).

Returns:

  • (Integer)

    wall post ID (if comment)



19
# File 'lib/vk/api/wall/wallpost_to_id.rb', line 19

attribute :post_id, API::Types::Coercible::Int.optional.default(nil)

#post_sourceAPI::Wall::PostSource



31
# File 'lib/vk/api/wall/wallpost_to_id.rb', line 31

attribute :post_source, Dry::Types[API::Wall::PostSource].optional.default(nil)

#post_typeAPI::Wall::PostType



21
# File 'lib/vk/api/wall/wallpost_to_id.rb', line 21

attribute :post_type, API::Wall::PostType.optional.default(nil)

#repostsAPI::Base::RepostsInfo



37
# File 'lib/vk/api/wall/wallpost_to_id.rb', line 37

attribute :reposts, Dry::Types[API::Base::RepostsInfo].optional.default(nil)

#signer_idInteger

Returns Post signer ID.

Returns:

  • (Integer)

    Post signer ID



25
# File 'lib/vk/api/wall/wallpost_to_id.rb', line 25

attribute :signer_id, API::Types::Coercible::Int.optional.default(nil)

#textString

Returns Post text.

Returns:

  • (String)

    Post text



23
# File 'lib/vk/api/wall/wallpost_to_id.rb', line 23

attribute :text, API::Types::Coercible::String.optional.default(nil)

#to_idInteger

Returns Wall owner's ID.

Returns:

  • (Integer)

    Wall owner's ID



15
# File 'lib/vk/api/wall/wallpost_to_id.rb', line 15

attribute :to_id, API::Types::Coercible::Int.optional.default(nil)