type github.com/gotd/td/tg.InputNotifyForumTopic

32 uses

	github.com/gotd/td/tg (current package)
		tl_input_notify_peer_gen.go#L491: type InputNotifyForumTopic struct {
		tl_input_notify_peer_gen.go#L505: func (i InputNotifyForumTopic) construct() InputNotifyPeerClass { return &i }
		tl_input_notify_peer_gen.go#L509: 	_ bin.Encoder     = &InputNotifyForumTopic{}
		tl_input_notify_peer_gen.go#L510: 	_ bin.Decoder     = &InputNotifyForumTopic{}
		tl_input_notify_peer_gen.go#L511: 	_ bin.BareEncoder = &InputNotifyForumTopic{}
		tl_input_notify_peer_gen.go#L512: 	_ bin.BareDecoder = &InputNotifyForumTopic{}
		tl_input_notify_peer_gen.go#L514: 	_ InputNotifyPeerClass = &InputNotifyForumTopic{}
		tl_input_notify_peer_gen.go#L517: func (i *InputNotifyForumTopic) Zero() bool {
		tl_input_notify_peer_gen.go#L532: func (i *InputNotifyForumTopic) String() string {
		tl_input_notify_peer_gen.go#L536: 	type Alias InputNotifyForumTopic
		tl_input_notify_peer_gen.go#L541: func (i *InputNotifyForumTopic) FillFrom(from interface {
		tl_input_notify_peer_gen.go#L552: func (*InputNotifyForumTopic) TypeID() uint32 {
		tl_input_notify_peer_gen.go#L557: func (*InputNotifyForumTopic) TypeName() string {
		tl_input_notify_peer_gen.go#L562: func (i *InputNotifyForumTopic) TypeInfo() tdp.Type {
		tl_input_notify_peer_gen.go#L585: func (i *InputNotifyForumTopic) Encode(b *bin.Buffer) error {
		tl_input_notify_peer_gen.go#L594: func (i *InputNotifyForumTopic) EncodeBare(b *bin.Buffer) error {
		tl_input_notify_peer_gen.go#L609: func (i *InputNotifyForumTopic) Decode(b *bin.Buffer) error {
		tl_input_notify_peer_gen.go#L620: func (i *InputNotifyForumTopic) DecodeBare(b *bin.Buffer) error {
		tl_input_notify_peer_gen.go#L642: func (i *InputNotifyForumTopic) GetPeer() (value InputPeerClass) {
		tl_input_notify_peer_gen.go#L650: func (i *InputNotifyForumTopic) GetTopMsgID() (value int) {
		tl_input_notify_peer_gen.go#L734: 		v := InputNotifyForumTopic{}
		tl_input_notify_peer_slices_gen.go#L135: 		value, ok := elem.(*InputNotifyForumTopic)
		tl_input_notify_peer_slices_gen.go#L228: type InputNotifyForumTopicArray []InputNotifyForumTopic
		tl_input_notify_peer_slices_gen.go#L231: func (s InputNotifyForumTopicArray) Sort(less func(a, b InputNotifyForumTopic) bool) InputNotifyForumTopicArray {
		tl_input_notify_peer_slices_gen.go#L239: func (s InputNotifyForumTopicArray) SortStable(less func(a, b InputNotifyForumTopic) bool) InputNotifyForumTopicArray {
		tl_input_notify_peer_slices_gen.go#L247: func (s InputNotifyForumTopicArray) Retain(keep func(x InputNotifyForumTopic) bool) InputNotifyForumTopicArray {
		tl_input_notify_peer_slices_gen.go#L261: func (s InputNotifyForumTopicArray) First() (v InputNotifyForumTopic, ok bool) {
		tl_input_notify_peer_slices_gen.go#L269: func (s InputNotifyForumTopicArray) Last() (v InputNotifyForumTopic, ok bool) {
		tl_input_notify_peer_slices_gen.go#L277: func (s *InputNotifyForumTopicArray) PopFirst() (v InputNotifyForumTopic, ok bool) {
		tl_input_notify_peer_slices_gen.go#L287: 	var zero InputNotifyForumTopic
		tl_input_notify_peer_slices_gen.go#L296: func (s *InputNotifyForumTopicArray) Pop() (v InputNotifyForumTopic, ok bool) {
		tl_registry_gen.go#L3775: 		InputNotifyForumTopicTypeID:                              func() bin.Object { return &InputNotifyForumTopic{} },