type github.com/gotd/td/tg.PhotoPathSize
33 uses
github.com/gotd/td/tg (current package)
tl_photo_size_gen.go#L1010: type PhotoPathSize struct {
tl_photo_size_gen.go#L1024: func (p PhotoPathSize) construct() PhotoSizeClass { return &p }
tl_photo_size_gen.go#L1028: _ bin.Encoder = &PhotoPathSize{}
tl_photo_size_gen.go#L1029: _ bin.Decoder = &PhotoPathSize{}
tl_photo_size_gen.go#L1030: _ bin.BareEncoder = &PhotoPathSize{}
tl_photo_size_gen.go#L1031: _ bin.BareDecoder = &PhotoPathSize{}
tl_photo_size_gen.go#L1033: _ PhotoSizeClass = &PhotoPathSize{}
tl_photo_size_gen.go#L1036: func (p *PhotoPathSize) Zero() bool {
tl_photo_size_gen.go#L1051: func (p *PhotoPathSize) String() string {
tl_photo_size_gen.go#L1055: type Alias PhotoPathSize
tl_photo_size_gen.go#L1060: func (p *PhotoPathSize) FillFrom(from interface {
tl_photo_size_gen.go#L1071: func (*PhotoPathSize) TypeID() uint32 {
tl_photo_size_gen.go#L1076: func (*PhotoPathSize) TypeName() string {
tl_photo_size_gen.go#L1081: func (p *PhotoPathSize) TypeInfo() tdp.Type {
tl_photo_size_gen.go#L1104: func (p *PhotoPathSize) Encode(b *bin.Buffer) error {
tl_photo_size_gen.go#L1113: func (p *PhotoPathSize) EncodeBare(b *bin.Buffer) error {
tl_photo_size_gen.go#L1123: func (p *PhotoPathSize) Decode(b *bin.Buffer) error {
tl_photo_size_gen.go#L1134: func (p *PhotoPathSize) DecodeBare(b *bin.Buffer) error {
tl_photo_size_gen.go#L1156: func (p *PhotoPathSize) GetType() (value string) {
tl_photo_size_gen.go#L1164: func (p *PhotoPathSize) GetBytes() (value []byte) {
tl_photo_size_gen.go#L1278: func (p *PhotoPathSize) AsNotEmpty() (NotEmptyPhotoSize, bool) {
tl_photo_size_gen.go#L1327: v := PhotoPathSize{}
tl_photo_size_slices_gen.go#L187: value, ok := elem.(*PhotoPathSize)
tl_photo_size_slices_gen.go#L663: type PhotoPathSizeArray []PhotoPathSize
tl_photo_size_slices_gen.go#L666: func (s PhotoPathSizeArray) Sort(less func(a, b PhotoPathSize) bool) PhotoPathSizeArray {
tl_photo_size_slices_gen.go#L674: func (s PhotoPathSizeArray) SortStable(less func(a, b PhotoPathSize) bool) PhotoPathSizeArray {
tl_photo_size_slices_gen.go#L682: func (s PhotoPathSizeArray) Retain(keep func(x PhotoPathSize) bool) PhotoPathSizeArray {
tl_photo_size_slices_gen.go#L696: func (s PhotoPathSizeArray) First() (v PhotoPathSize, ok bool) {
tl_photo_size_slices_gen.go#L704: func (s PhotoPathSizeArray) Last() (v PhotoPathSize, ok bool) {
tl_photo_size_slices_gen.go#L712: func (s *PhotoPathSizeArray) PopFirst() (v PhotoPathSize, ok bool) {
tl_photo_size_slices_gen.go#L722: var zero PhotoPathSize
tl_photo_size_slices_gen.go#L731: func (s *PhotoPathSizeArray) Pop() (v PhotoPathSize, ok bool) {
tl_registry_gen.go#L3763: PhotoPathSizeTypeID: func() bin.Object { return &PhotoPathSize{} },
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. |