type github.com/gotd/td/tg.InputPhotoFileLocation
39 uses
github.com/gotd/td/tg (current package)
tl_input_file_location_gen.go#L929: type InputPhotoFileLocation struct {
tl_input_file_location_gen.go#L958: func (i InputPhotoFileLocation) construct() InputFileLocationClass { return &i }
tl_input_file_location_gen.go#L962: _ bin.Encoder = &InputPhotoFileLocation{}
tl_input_file_location_gen.go#L963: _ bin.Decoder = &InputPhotoFileLocation{}
tl_input_file_location_gen.go#L964: _ bin.BareEncoder = &InputPhotoFileLocation{}
tl_input_file_location_gen.go#L965: _ bin.BareDecoder = &InputPhotoFileLocation{}
tl_input_file_location_gen.go#L967: _ InputFileLocationClass = &InputPhotoFileLocation{}
tl_input_file_location_gen.go#L970: func (i *InputPhotoFileLocation) Zero() bool {
tl_input_file_location_gen.go#L991: func (i *InputPhotoFileLocation) String() string {
tl_input_file_location_gen.go#L995: type Alias InputPhotoFileLocation
tl_input_file_location_gen.go#L1000: func (i *InputPhotoFileLocation) FillFrom(from interface {
tl_input_file_location_gen.go#L1015: func (*InputPhotoFileLocation) TypeID() uint32 {
tl_input_file_location_gen.go#L1020: func (*InputPhotoFileLocation) TypeName() string {
tl_input_file_location_gen.go#L1025: func (i *InputPhotoFileLocation) TypeInfo() tdp.Type {
tl_input_file_location_gen.go#L1056: func (i *InputPhotoFileLocation) Encode(b *bin.Buffer) error {
tl_input_file_location_gen.go#L1065: func (i *InputPhotoFileLocation) EncodeBare(b *bin.Buffer) error {
tl_input_file_location_gen.go#L1077: func (i *InputPhotoFileLocation) Decode(b *bin.Buffer) error {
tl_input_file_location_gen.go#L1088: func (i *InputPhotoFileLocation) DecodeBare(b *bin.Buffer) error {
tl_input_file_location_gen.go#L1124: func (i *InputPhotoFileLocation) GetID() (value int64) {
tl_input_file_location_gen.go#L1132: func (i *InputPhotoFileLocation) GetAccessHash() (value int64) {
tl_input_file_location_gen.go#L1140: func (i *InputPhotoFileLocation) GetFileReference() (value []byte) {
tl_input_file_location_gen.go#L1148: func (i *InputPhotoFileLocation) GetThumbSize() (value string) {
tl_input_file_location_gen.go#L2655: v := InputPhotoFileLocation{}
tl_input_file_location_slices_gen.go#L174: value, ok := elem.(*InputPhotoFileLocation)
tl_input_file_location_slices_gen.go#L675: type InputPhotoFileLocationArray []InputPhotoFileLocation
tl_input_file_location_slices_gen.go#L678: func (s InputPhotoFileLocationArray) Sort(less func(a, b InputPhotoFileLocation) bool) InputPhotoFileLocationArray {
tl_input_file_location_slices_gen.go#L686: func (s InputPhotoFileLocationArray) SortStable(less func(a, b InputPhotoFileLocation) bool) InputPhotoFileLocationArray {
tl_input_file_location_slices_gen.go#L694: func (s InputPhotoFileLocationArray) Retain(keep func(x InputPhotoFileLocation) bool) InputPhotoFileLocationArray {
tl_input_file_location_slices_gen.go#L708: func (s InputPhotoFileLocationArray) First() (v InputPhotoFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L716: func (s InputPhotoFileLocationArray) Last() (v InputPhotoFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L724: func (s *InputPhotoFileLocationArray) PopFirst() (v InputPhotoFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L734: var zero InputPhotoFileLocation
tl_input_file_location_slices_gen.go#L743: func (s *InputPhotoFileLocationArray) Pop() (v InputPhotoFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L758: return s.Sort(func(a, b InputPhotoFileLocation) bool {
tl_input_file_location_slices_gen.go#L765: return s.SortStable(func(a, b InputPhotoFileLocation) bool {
tl_input_file_location_slices_gen.go#L771: func (s InputPhotoFileLocationArray) FillMap(to map[int64]InputPhotoFileLocation) {
tl_input_file_location_slices_gen.go#L778: func (s InputPhotoFileLocationArray) ToMap() map[int64]InputPhotoFileLocation {
tl_input_file_location_slices_gen.go#L779: r := make(map[int64]InputPhotoFileLocation, len(s))
tl_registry_gen.go#L3652: InputPhotoFileLocationTypeID: func() bin.Object { return &InputPhotoFileLocation{} },
|
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. |