type github.com/gotd/td/tg.DocumentAttributeImageSize
32 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_gen.go#L38: type DocumentAttributeImageSize struct {
tl_document_attribute_gen.go#L49: func (d DocumentAttributeImageSize) construct() DocumentAttributeClass { return &d }
tl_document_attribute_gen.go#L53: _ bin.Encoder = &DocumentAttributeImageSize{}
tl_document_attribute_gen.go#L54: _ bin.Decoder = &DocumentAttributeImageSize{}
tl_document_attribute_gen.go#L55: _ bin.BareEncoder = &DocumentAttributeImageSize{}
tl_document_attribute_gen.go#L56: _ bin.BareDecoder = &DocumentAttributeImageSize{}
tl_document_attribute_gen.go#L58: _ DocumentAttributeClass = &DocumentAttributeImageSize{}
tl_document_attribute_gen.go#L61: func (d *DocumentAttributeImageSize) Zero() bool {
tl_document_attribute_gen.go#L76: func (d *DocumentAttributeImageSize) String() string {
tl_document_attribute_gen.go#L80: type Alias DocumentAttributeImageSize
tl_document_attribute_gen.go#L85: func (d *DocumentAttributeImageSize) FillFrom(from interface {
tl_document_attribute_gen.go#L96: func (*DocumentAttributeImageSize) TypeID() uint32 {
tl_document_attribute_gen.go#L101: func (*DocumentAttributeImageSize) TypeName() string {
tl_document_attribute_gen.go#L106: func (d *DocumentAttributeImageSize) TypeInfo() tdp.Type {
tl_document_attribute_gen.go#L129: func (d *DocumentAttributeImageSize) Encode(b *bin.Buffer) error {
tl_document_attribute_gen.go#L138: func (d *DocumentAttributeImageSize) EncodeBare(b *bin.Buffer) error {
tl_document_attribute_gen.go#L148: func (d *DocumentAttributeImageSize) Decode(b *bin.Buffer) error {
tl_document_attribute_gen.go#L159: func (d *DocumentAttributeImageSize) DecodeBare(b *bin.Buffer) error {
tl_document_attribute_gen.go#L181: func (d *DocumentAttributeImageSize) GetW() (value int) {
tl_document_attribute_gen.go#L189: func (d *DocumentAttributeImageSize) GetH() (value int) {
tl_document_attribute_gen.go#L1824: v := DocumentAttributeImageSize{}
tl_document_attribute_slices_gen.go#L122: value, ok := elem.(*DocumentAttributeImageSize)
tl_document_attribute_slices_gen.go#L198: type DocumentAttributeImageSizeArray []DocumentAttributeImageSize
tl_document_attribute_slices_gen.go#L201: func (s DocumentAttributeImageSizeArray) Sort(less func(a, b DocumentAttributeImageSize) bool) DocumentAttributeImageSizeArray {
tl_document_attribute_slices_gen.go#L209: func (s DocumentAttributeImageSizeArray) SortStable(less func(a, b DocumentAttributeImageSize) bool) DocumentAttributeImageSizeArray {
tl_document_attribute_slices_gen.go#L217: func (s DocumentAttributeImageSizeArray) Retain(keep func(x DocumentAttributeImageSize) bool) DocumentAttributeImageSizeArray {
tl_document_attribute_slices_gen.go#L231: func (s DocumentAttributeImageSizeArray) First() (v DocumentAttributeImageSize, ok bool) {
tl_document_attribute_slices_gen.go#L239: func (s DocumentAttributeImageSizeArray) Last() (v DocumentAttributeImageSize, ok bool) {
tl_document_attribute_slices_gen.go#L247: func (s *DocumentAttributeImageSizeArray) PopFirst() (v DocumentAttributeImageSize, ok bool) {
tl_document_attribute_slices_gen.go#L257: var zero DocumentAttributeImageSize
tl_document_attribute_slices_gen.go#L266: func (s *DocumentAttributeImageSizeArray) Pop() (v DocumentAttributeImageSize, ok bool) {
tl_registry_gen.go#L4060: DocumentAttributeImageSizeTypeID: func() bin.Object { return &DocumentAttributeImageSize{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |