type github.com/gotd/td/tg.InputMediaPhotoExternal
36 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L2534: type InputMediaPhotoExternal struct {
tl_input_media_gen.go#L2554: func (i InputMediaPhotoExternal) construct() InputMediaClass { return &i }
tl_input_media_gen.go#L2558: _ bin.Encoder = &InputMediaPhotoExternal{}
tl_input_media_gen.go#L2559: _ bin.Decoder = &InputMediaPhotoExternal{}
tl_input_media_gen.go#L2560: _ bin.BareEncoder = &InputMediaPhotoExternal{}
tl_input_media_gen.go#L2561: _ bin.BareDecoder = &InputMediaPhotoExternal{}
tl_input_media_gen.go#L2563: _ InputMediaClass = &InputMediaPhotoExternal{}
tl_input_media_gen.go#L2566: func (i *InputMediaPhotoExternal) Zero() bool {
tl_input_media_gen.go#L2587: func (i *InputMediaPhotoExternal) String() string {
tl_input_media_gen.go#L2591: type Alias InputMediaPhotoExternal
tl_input_media_gen.go#L2596: func (i *InputMediaPhotoExternal) FillFrom(from interface {
tl_input_media_gen.go#L2612: func (*InputMediaPhotoExternal) TypeID() uint32 {
tl_input_media_gen.go#L2617: func (*InputMediaPhotoExternal) TypeName() string {
tl_input_media_gen.go#L2622: func (i *InputMediaPhotoExternal) TypeInfo() tdp.Type {
tl_input_media_gen.go#L2651: func (i *InputMediaPhotoExternal) SetFlags() {
tl_input_media_gen.go#L2661: func (i *InputMediaPhotoExternal) Encode(b *bin.Buffer) error {
tl_input_media_gen.go#L2670: func (i *InputMediaPhotoExternal) EncodeBare(b *bin.Buffer) error {
tl_input_media_gen.go#L2686: func (i *InputMediaPhotoExternal) Decode(b *bin.Buffer) error {
tl_input_media_gen.go#L2697: func (i *InputMediaPhotoExternal) DecodeBare(b *bin.Buffer) error {
tl_input_media_gen.go#L2725: func (i *InputMediaPhotoExternal) SetSpoiler(value bool) {
tl_input_media_gen.go#L2736: func (i *InputMediaPhotoExternal) GetSpoiler() (value bool) {
tl_input_media_gen.go#L2744: func (i *InputMediaPhotoExternal) GetURL() (value string) {
tl_input_media_gen.go#L2752: func (i *InputMediaPhotoExternal) SetTTLSeconds(value int) {
tl_input_media_gen.go#L2759: func (i *InputMediaPhotoExternal) GetTTLSeconds() (value int, ok bool) {
tl_input_media_gen.go#L5828: v := InputMediaPhotoExternal{}
tl_input_media_slices_gen.go#L213: value, ok := elem.(*InputMediaPhotoExternal)
tl_input_media_slices_gen.go#L941: type InputMediaPhotoExternalArray []InputMediaPhotoExternal
tl_input_media_slices_gen.go#L944: func (s InputMediaPhotoExternalArray) Sort(less func(a, b InputMediaPhotoExternal) bool) InputMediaPhotoExternalArray {
tl_input_media_slices_gen.go#L952: func (s InputMediaPhotoExternalArray) SortStable(less func(a, b InputMediaPhotoExternal) bool) InputMediaPhotoExternalArray {
tl_input_media_slices_gen.go#L960: func (s InputMediaPhotoExternalArray) Retain(keep func(x InputMediaPhotoExternal) bool) InputMediaPhotoExternalArray {
tl_input_media_slices_gen.go#L974: func (s InputMediaPhotoExternalArray) First() (v InputMediaPhotoExternal, ok bool) {
tl_input_media_slices_gen.go#L982: func (s InputMediaPhotoExternalArray) Last() (v InputMediaPhotoExternal, ok bool) {
tl_input_media_slices_gen.go#L990: func (s *InputMediaPhotoExternalArray) PopFirst() (v InputMediaPhotoExternal, ok bool) {
tl_input_media_slices_gen.go#L1000: var zero InputMediaPhotoExternal
tl_input_media_slices_gen.go#L1009: func (s *InputMediaPhotoExternalArray) Pop() (v InputMediaPhotoExternal, ok bool) {
tl_registry_gen.go#L4924: InputMediaPhotoExternalTypeID: func() bin.Object { return &InputMediaPhotoExternal{} },
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |