type github.com/gotd/td/tg.PhotoStrippedSize
33 uses
github.com/gotd/td/tg (current package)
tl_photo_size_gen.go#L611: type PhotoStrippedSize struct {
tl_photo_size_gen.go#L625: func (p PhotoStrippedSize) construct() PhotoSizeClass { return &p }
tl_photo_size_gen.go#L629: _ bin.Encoder = &PhotoStrippedSize{}
tl_photo_size_gen.go#L630: _ bin.Decoder = &PhotoStrippedSize{}
tl_photo_size_gen.go#L631: _ bin.BareEncoder = &PhotoStrippedSize{}
tl_photo_size_gen.go#L632: _ bin.BareDecoder = &PhotoStrippedSize{}
tl_photo_size_gen.go#L634: _ PhotoSizeClass = &PhotoStrippedSize{}
tl_photo_size_gen.go#L637: func (p *PhotoStrippedSize) Zero() bool {
tl_photo_size_gen.go#L652: func (p *PhotoStrippedSize) String() string {
tl_photo_size_gen.go#L656: type Alias PhotoStrippedSize
tl_photo_size_gen.go#L661: func (p *PhotoStrippedSize) FillFrom(from interface {
tl_photo_size_gen.go#L672: func (*PhotoStrippedSize) TypeID() uint32 {
tl_photo_size_gen.go#L677: func (*PhotoStrippedSize) TypeName() string {
tl_photo_size_gen.go#L682: func (p *PhotoStrippedSize) TypeInfo() tdp.Type {
tl_photo_size_gen.go#L705: func (p *PhotoStrippedSize) Encode(b *bin.Buffer) error {
tl_photo_size_gen.go#L714: func (p *PhotoStrippedSize) EncodeBare(b *bin.Buffer) error {
tl_photo_size_gen.go#L724: func (p *PhotoStrippedSize) Decode(b *bin.Buffer) error {
tl_photo_size_gen.go#L735: func (p *PhotoStrippedSize) DecodeBare(b *bin.Buffer) error {
tl_photo_size_gen.go#L757: func (p *PhotoStrippedSize) GetType() (value string) {
tl_photo_size_gen.go#L765: func (p *PhotoStrippedSize) GetBytes() (value []byte) {
tl_photo_size_gen.go#L1266: func (p *PhotoStrippedSize) AsNotEmpty() (NotEmptyPhotoSize, bool) {
tl_photo_size_gen.go#L1313: v := PhotoStrippedSize{}
tl_photo_size_slices_gen.go#L161: value, ok := elem.(*PhotoStrippedSize)
tl_photo_size_slices_gen.go#L499: type PhotoStrippedSizeArray []PhotoStrippedSize
tl_photo_size_slices_gen.go#L502: func (s PhotoStrippedSizeArray) Sort(less func(a, b PhotoStrippedSize) bool) PhotoStrippedSizeArray {
tl_photo_size_slices_gen.go#L510: func (s PhotoStrippedSizeArray) SortStable(less func(a, b PhotoStrippedSize) bool) PhotoStrippedSizeArray {
tl_photo_size_slices_gen.go#L518: func (s PhotoStrippedSizeArray) Retain(keep func(x PhotoStrippedSize) bool) PhotoStrippedSizeArray {
tl_photo_size_slices_gen.go#L532: func (s PhotoStrippedSizeArray) First() (v PhotoStrippedSize, ok bool) {
tl_photo_size_slices_gen.go#L540: func (s PhotoStrippedSizeArray) Last() (v PhotoStrippedSize, ok bool) {
tl_photo_size_slices_gen.go#L548: func (s *PhotoStrippedSizeArray) PopFirst() (v PhotoStrippedSize, ok bool) {
tl_photo_size_slices_gen.go#L558: var zero PhotoStrippedSize
tl_photo_size_slices_gen.go#L567: func (s *PhotoStrippedSizeArray) Pop() (v PhotoStrippedSize, ok bool) {
tl_registry_gen.go#L3761: PhotoStrippedSizeTypeID: func() bin.Object { return &PhotoStrippedSize{} },
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. |